/* =============
	 Calendar
============= */
.calendar {
	float: left;
	margin-bottom: 0;
}
.fc-view {
	margin-top: 30px;
}
.none-border .modal-footer {
	border-top: none;
}
.fc-toolbar {
	margin-bottom: 5px;
	margin-top: 15px;
}
.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.fc-day {
	background: #ffffff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}
.fc-widget-header {
	border: 1px solid #ebeff2;
}
.fc-widget-content {
	border: 1px solid #ebeff2;
}
.fc th.fc-widget-header {
	background: #ebeff2;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0px;
	text-transform: uppercase;
}
.fc-button {
	background: #ffffff;
	border: 1px solid #ebeff2;
	color: #555555;
	text-transform: capitalize;
}
.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}
.fc-state-hover {
	background: #F5F5F5;
}
.fc-state-highlight {
	background: #f0f0f0;
}
.fc-cell-overlay {
	background: #f0f0f0;
}
.fc-unthemed .fc-today {
	background: #ffffff;
}
.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: 13px;
	margin: 5px 7px;
	padding: 5px 5px;
	text-align: center;
}
.external-event {
	color: #ffffff;
	cursor: move;
	margin: 10px 0;
	padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
	padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
	padding-right: 5px;
}
/* =============
	 Form Advanced
============= */
/* Bootstrap tagsinput */
.bootstrap-tagsinput {
	box-shadow: none;
	padding: 3px 7px 6px;
	border: 1px solid #e3e3e3;
}
.bootstrap-tagsinput .label-info {
	background-color: #5fbeaa !important;
	display: inline-block;
	padding: 5px;
}
/* Multiple */
.ms-container {
	background: transparent url('../images/multiple-arrow.png') no-repeat 50% 50%;
}
.ms-container .ms-list {
	box-shadow: none;
	border: 1px solid #e3e3e3;
}
.ms-container .ms-list.ms-focus {
	box-shadow: none;
	border: 1px solid #aaaaaa;
}
.ms-container .ms-selectable li.ms-elem-selectable {
	border: none;
	padding: 5px 10px;
}
.ms-container .ms-selection li.ms-elem-selection {
	border: none;
	padding: 5px 10px;
}
/* Select 2 */
.select2-container {
	width: 100% !important;
}
.select2-container .select2-selection--single {
	border: 1px solid #E3E3E3 !important;
	height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px !important;
	padding-left: 12px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 34px;
	right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #999 transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #999 transparent !important;
	border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4c5667;
}
.select2-results__option {
	padding: 6px 12px;
}
.select2-dropdown {
	border: 1px solid #e3e3e3 !important;
	padding-top: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.select2-search input {
	border: 1px solid #e3e3e3 !important;
}
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	border: 1px solid #e3e3e3 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 7px;
	border: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 1px;
	padding: 0 7px;
}
/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100% !important;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.bootstrap-select .glyphicon {
	padding-right: 6px;
}
/* Bootstrap filestyle */
.icon-span-filestyle {
	padding-right: 5px;
}
/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
	padding: 9px 12px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
	top: 4px;
	left: 8px;
}
/* Wysiwig */
.mce-content-body p {
	color: #9398a0;
	font-size: 14px;
	font-weight: 300;
}
.mce-popover .mce-arrow:after {
	border-bottom-color: red;
}
.mce-popover .mce-colorbutton-grid {
	margin: 0px;
	border: 1px solid #d7dce5 !important;
	padding: 4px;
}
.mce-reset .mce-window-head {
	border-bottom: 1px solid #d7dce5;
}
.mce-reset .mce-window-head .mce-title {
	color: #707780;
	font-size: 16px;
	font-weight: 400;
}
.mce-reset .mce-textbox {
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	border-color: #d7dce5;
	height: 30px;
	font-weight: 300;
	line-height: 30px;
	color: #aaaaaa;
	font-size: 14px;
}
.mce-reset .mce-textbox:focus {
	box-shadow: none;
	border-color: #5fbeaa;
}
.mce-reset .mce-checkbox .mce-ico {
	background-image: none;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #d7dce5;
}
.mce-reset .mce-checkbox .mce-label {
	color: #707780;
	font-size: 12px;
	font-weight: 400;
}
.mce-container {
	border-radius: 0px !important;
	border-width: 0px !important;
}
.mce-container .mce-menubar {
	background-color: #f2f4f7 !important;
	border: 1px solid #d7dce5 !important;
	padding: 2px;
}
.mce-container .mce-menubar .mce-btn button span {
	color: #707780;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.mce-container .mce-menubar .mce-btn button .mce-caret {
	border-top-color: #707780;
}
.mce-container .mce-menubar .mce-btn button:hover {
	background-color: #e8ebf1;
}
.mce-container .mce-menubar .mce-btn.mce-active button {
	background-color: #e8ebf1;
}
.mce-container .mce-btn {
	background-color: #d7dce5;
	background-image: none;
	outline: 0;
	border: 0px;
	border-radius: 0px;
}
.mce-container .mce-btn button {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-shadow: none;
}
.mce-container .mce-btn:hover {
	background-color: #b8c1d1;
	background-image: none;
}
.mce-container .mce-primary {
	background-color: #5fbeaa;
	background-image: none;
	outline: 0;
	border: 0px;
	border-radius: 0px;
}
.mce-container .mce-primary button {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-shadow: none;
}
.mce-container .mce-primary:hover {
	background-color: #0c7cd5;
	background-image: none;
}
.mce-container .mce-toolbar-grp {
	background-color: #f2f4f7 !important;
	border: 1px solid #d7dce5 !important;
	border-top-width: 0px !important;
	padding: 6px;
}
.mce-container .mce-edit-area {
	border: 1px solid #d7dce5 !important;
	border-width: 1px !important;
}
.mce-container .mce-statusbar {
	background-color: #f2f4f7 !important;
	border: 1px solid #d7dce5 !important;
}
.mce-container .mce-statusbar .mce-path .mce-path-item {
	color: #707780;
	font-size: 14px;
	font-weight: 400;
}
.mce-container .mce-widget {
	color: #9398a0;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid transparent;
}
.mce-container .mce-btn-group {
	border: 1px solid #e9ecf2 !important;
}
.mce-container .mce-btn-group .mce-btn {
	box-shadow: none;
	background-image: none;
	background-color: #ffffff;
	border-width: 0px;
	border-radius: 0px !important;
}
.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
	box-shadow: none;
	background-image: none;
	background-color: #ffffff;
}
.mce-container .mce-btn-group .mce-btn button span {
	color: #707780;
	font-size: 14px;
	font-weight: 300;
}
.mce-container .mce-btn-group .mce-btn button .mce-caret {
	color: #707780;
	font-size: 14px;
}
.mce-container .mce-ico {
	color: #707780;
	font-size: 14px;
}
.mce-container .mce-panel {
	background-image: none;
}
.mce-container.mce-menu {
	border: 1px solid #d7dce5 !important;
}
.mce-container.mce-menu .mce-menu-item {
	background-image: none;
}
.mce-container.mce-menu .mce-menu-item .mce-ico {
	color: #5fbeaa;
	font-size: 14px;
}
.mce-container.mce-menu .mce-menu-item .mce-text {
	color: #707780;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: 300;
	text-transform: capitalize;
}
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
	background-color: #5fbeaa;
}
.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
	color: #ffffff;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
	color: #aaaaaa;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
	background-color: #d7dce5;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
	color: #ffffff;
}
.mce-container.mce-menu .mce-menu-item-sep {
	background-color: #d7dce5;
}
.mce-container.mce-menu .mce-menu-item-sep:hover {
	background-color: #d7dce5;
}
.mce-menubtn button {
	color: #36404a !important;
}
.mce-menu-item-normal.mce-active {
	background-color: #5fbeaa !important;
}
.mce-menu-item-normal.mce-active .mce-text {
	color: #ffffff !important;
}
.mce-fullscreen {
    padding-top: 60px !important;
}
/* == Bootstrap Switch == */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	background: #5d9cec;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	background: #34d3eb;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	background: #81c868;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	background: #ffbd4a;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	background: #f05050;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	background: #eeeeee;
}
.bootstrap-switch.bootstrap-switch-focused {
	border-color: #98a6ad;
	box-shadow: none;
}
/* =============
	 Notification
============= */
.notifyjs-metro-base {
	position: relative;
	min-height: 52px;
	min-width: 250px;
	color: #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-animation: dropdownOpen 0.3s ease-out;
	-o-animation: dropdownOpen 0.3s ease-out;
	animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
	display: table;
	position: absolute;
	height: auto;
	width: auto;
	left: 25px;
	top: 50%;
	font-size: 24px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 10px 10px 10px 52px;
	clear: both;
}
.notifyjs-metro-base .title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.notifyjs-metro-base .text {
	font-size: 12px;
	font-weight: normal;
	max-width: 360px;
	vertical-align: middle;
}
.notifyjs-metro-cool {
	color: #fafafa !important;
	background-color: #4A525F;
	border: 1px solid #4A525F;
}
/* =============
	 Bootstrap Range slider
============= */
.slider .slider-horizontal {
	margin: 10px 0;
}
.slider .slider-vertical {
	margin: 0 10px;
}
.slider-handle.round {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #EFF2F7;
	background: #fff;
	cursor: pointer;
}
.slider-default .slider-selection {
	background-image: none;
	background-color: #909aa0;
}
.slider-primary .slider-selection {
	background-image: none;
	background-color: #5d9cec;
}
.slider-success .slider-selection {
	background-image: none;
	background-color: #81c868;
}
.slider-info .slider-selection {
	background-image: none;
	background-color: #34d3eb;
}
.slider-warning .slider-selection {
	background-image: none;
	background-color: #ffbd4a;
}
.slider-danger .slider-selection {
	background-image: none;
	background-color: #f05050;
}
.slider-custom .slider-selection {
	background-image: none;
	background-color: #5fbeaa;
}
.slider-pink .slider-selection {
	background-image: none;
	background-color: #fb6d9d;
}
.slider-purple .slider-selection {
	background-image: none;
	background-color: #7266ba;
}
.slider-inverse .slider-selection {
	background-image: none;
	background-color: #4c5667;
}
/* =========== */
/* Sweet Alert */
/* =========== */
.sweet-alert p {
	font-size: 14px;
	line-height: 22px;
}
.sweet-alert .icon.success .placeholder {
	border: 4px solid rgba(129, 200, 104, 0.3);
}
.sweet-alert .icon.success .line {
	background-color: #81c868;
}
.sweet-alert .icon.warning {
	border-color: #ffbd4a;
}
.sweet-alert .icon.info {
	border-color: #34d3eb;
}
.sweet-alert .btn-warning:focus,
.sweet-alert .btn-info:focus,
.sweet-alert .btn-success:focus,
.sweet-alert .btn-danger:focus,
.sweet-alert .btn-default:focus {
	box-shadow: none;
}
.sweet-alert .btn-lg {
	font-size: 15px !important;
}
/* =============
	 Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
	border-radius: 5px;
	padding: 10px 12px;
	background: #36404a;
	border: none;
	color: #ffffff !important;
}
.morris-hover.morris-default-style .morris-hover-point {
	color: #f4f8fb !important;
}
.chart-detail-list li {
	margin: 0px 10px;
}
.chart-detail-list li h5 {
	font-size: 15px;
}
.pieLabel div {
	font-size: 14px !important;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart.chart-widget-pie {
	margin-top: 5px;
	margin-bottom: 5px;
}
.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
	font-weight: 600;
	font-size: 18px;
	color: #36404a;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
#flotTip {
	padding: 8px 12px;
	background-color: #36404a;
	z-index: 100;
	color: #ffffff;
	opacity: 0.9;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.legend tr {
	height: 20px;
}
.legendLabel {
	padding-left: 5px !important;
	line-height: 10px;
	padding-right: 10px;
}
/* Sparkline chart */
.jqstooltip {
	background-color: #36404a !important;
	padding: 5px 10px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-color: #36404a !important;
}
.jqsfield {
	font-size: 12px !important;
	line-height: 18px !important;
}
/* C3 chart */
.c3-tooltip td > span {
	background: #36404a;
}
.c3-tooltip td {
	border-left: none;
}
.c3-tooltip {
	-webkit-box-shadow: 0px 0px 8px 0px #777777;
	box-shadow: 0px 0px 8px 0px #777777;
	-moz-box-shadow: 0px 0px 8px 0px #777777;
	opacity: 1;
}
.c3-chart-arcs-title {
	font-size: 18px;
	font-weight: 600;
}
.c3-tooltip tr {
	border: none !important;
}
.c3-tooltip th {
	background-color: #36404a;
}
/* Chartist chart */
.ct-golden-section:before {
	float: none;
}
.ct-chart {
	height: 300px;
}
.ct-chart .ct-label {
	fill: #a3afb7;
	color: #a3afb7;
	font-size: 12px;
	line-height: 1;
}
.ct-chart.simple-pie-chart-chartist .ct-label {
	color: #ffffff;
	fill: #ffffff;
	font-size: 16px;
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
	stroke: #5d9cec;
}
.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
	stroke: #fb6d9d;
}
.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
	stroke: #34d3eb;
}
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
	stroke: #5fbeaa;
}
.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
	stroke: #36404a;
}
.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
	stroke: #7266ba;
}
.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
	stroke: #81c868;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #5d9cec;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
	fill: #fb6d9d;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
	fill: #34d3eb;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
	fill: #5fbeaa;
}
.chartist-tooltip {
	position: absolute;
	display: inline-block;
	opacity: 0;
	min-width: 10px;
	padding: 2px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-clip: padding-box;
	background: #36404a;
	color: #ffffff;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.chartist-tooltip.tooltip-show {
	opacity: 1;
}
/* Circliful charts */
.circliful-chart {
	margin: 0px auto;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
	font-size: 12px;
	font-weight: 600;
}
/* Ricksaw Charts */
#legend {
	background: white;
	position: absolute;
	top: 0;
	right: 15px;
}
#legend .line {
	color: #333;
}
.rickshaw_graph svg {
	max-width: 100%;
}
.rickshaw_legend .label {
	font-family: inherit;
	letter-spacing: 0.01em;
	font-weight: 600;
}
/* =============
	 Count Down
============= */
.home-wrapper {
	margin: 10% 0px;
}
.home-text {
	font-weight: 600;
}
.u-countdown {
	margin-top: 40px;
	text-align: center;
}
.u-countdown div {
	display: inline-block;
}
.u-countdown div span {
	display: block;
	width: 150px;
}
.u-countdown div span:first-child {
	font-size: 3em;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
}
.u-countdown div span:last-child {
	color: #333333;
	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
}
.u-countdown > * {
	text-align: center;
}
.cd-text {
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
}
/* =============
	 Timeline
============= */
.cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	content: '';
	display: table;
	clear: both;
}
#cd-timeline {
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 2em 0;
	position: relative;
}
#cd-timeline::before {
	background: #ffffff;
	content: '';
	height: 100%;
	left: 18px;
	position: absolute;
	top: 0;
	width: 4px;
}
@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-bottom: 3em;
		margin-top: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}
.cd-timeline-block {
	margin: 2em 0;
	position: relative;
}
.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
.cd-timeline-img.cd-success {
	background: #81c868;
}
.cd-timeline-img.cd-info {
	background: #34d3eb;
}
.cd-timeline-img.cd-pink {
	background: #fb6d9d;
}
.cd-timeline-img.cd-danger {
	background: #f05050;
}
.cd-timeline-img.cd-primary {
	background: #5d9cec;
}
.cd-timeline-img.cd-warning {
	background: #ffbd4a;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		line-height: 60px;
		left: 50%;
		margin-left: -30px;
		transform: translateZ(0);
		backface-visibility: hidden;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}
.cd-timeline-content {
	-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	background: white;
	border-radius: 0;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	margin-left: 60px;
	padding: 1em;
	position: relative;
}
.cd-timeline-content img {
	display: block;
	width: 100%;
}
.cd-timeline-content:after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-content h2 {
	margin-top: 0;
}
.cd-timeline-content p {
	color: #666666;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.cd-timeline-content .cd-read-more {
	background: #acb7c0;
	border-radius: 0.25em;
	color: white;
	display: inline-block;
	float: right;
	font-size: 14px;
	padding: .8em 1em;
}
.cd-timeline-content .cd-date {
	display: inline-block;
	font-size: 14px;
}
.cd-timeline-content h3 {
	font-size: 21px;
	margin: 0px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}
@media only screen and (min-width: 1170px) {
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}
/* Time line 2 */
.timeline-2 {
	border-left: 2px solid #98a6ad;
	position: relative;
}
.timeline-2 .time-item:after {
	background-color: #ffffff;
	border-color: #98a6ad;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: '';
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px;
}
.time-item {
	border-color: #dee5e7;
	padding-bottom: 1px;
	position: relative;
}
.time-item:before {
	content: " ";
	display: table;
}
.time-item:after {
	background-color: #ffffff;
	border-color: #98a6ad;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: '';
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px;
}
.time-item-item:after {
	content: " ";
	display: table;
}
.item-info {
	margin-bottom: 15px;
	margin-left: 15px;
}
.item-info p {
	margin-bottom: 10px !important;
}
/* =============
	 Email
============= */
.mails a {
	color: #797979;
}
.mails td {
	vertical-align: middle !important;
	position: relative;
}
.mails td:last-of-type {
	width: 100px;
	padding-right: 20px;
}
.mails tr:hover .text-white {
	display: none;
}
.mails .mail-select {
	padding: 12px 20px;
	min-width: 134px;
}
.mails .checkbox {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
	display: inline-block;
	height: 17px;
}
.mails .checkbox label {
	min-height: 16px;
}
.mail-list .list-group-item {
	background-color: transparent;
}
.mail-list .list-group-item:hover {
	background-color: #f4f8fb;
}
.mail-list .list-group-item:focus {
	background-color: #f4f8fb;
}
.mail-list .list-group-item.active {
	background-color: #5fbeaa;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-clip: padding-box;
}
.unread a {
	font-weight: 600;
	color: #444444;
}
/* =============
	 Gallery
============= */
.portfolioFilter a {
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	color: #333333;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.portfolioFilter a:hover {
	background-color: #5d9cec;
	color: #ffffff;
}
.portfolioFilter a.current {
	background-color: #5d9cec;
	color: #ffffff;
}
.thumb {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
}
.thumb-img {
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
}
.gal-detail h4 {
	margin-top: 16px;
}
/* =============
	 Maintenance
============= */
.icon-main {
	font-size: 88px;
	margin-bottom: 50px;
}
.maintenance-page {
	margin: 10% 0%;
}
/* =============
	 Maps
============= */
.gmaps,
.gmaps-panaroma {
	height: 300px;
	background: #eeeeee;
	border-radius: 3px;
}
.gmaps-overlay {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	background: #5d9cec;
	border-radius: 4px;
	padding: 10px 20px;
}
.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute;
}
.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #5d9cec;
}
.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #5d9cec;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 10px;
	height: 10px;
	line-height: 10px;
}
.jvectormap-zoomout {
	top: 40px;
}
/* =============
	 Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
	background: #f4f8fb;
	border: none;
	padding: 8px 16px;
	height: auto;
	font-weight: 600;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-clip: padding-box;
}
.custom-dd .dd-list .dd-item .dd-handle:hover {
	color: #5fbeaa;
}
.custom-dd .dd-list .dd-item button {
	height: auto;
	font-size: 17px;
	margin: 8px auto;
	color: #555555;
	width: 30px;
}
.custom-dd-empty .dd-list .dd3-handle {
	border: none;
	background: #f4f8fb;
	height: 36px;
	width: 36px;
}
.custom-dd-empty .dd-list .dd3-handle:before {
	color: inherit;
	top: 7px;
}
.custom-dd-empty .dd-list .dd3-handle:hover {
	color: #5fbeaa;
}
.custom-dd-empty .dd-list .dd3-content {
	height: auto;
	border: none;
	padding: 8px 16px 8px 46px;
	background: #f4f8fb;
	font-weight: 600;
}
.custom-dd-empty .dd-list .dd3-content:hover {
	color: #5fbeaa;
}
.custom-dd-empty .dd-list button {
	width: 26px;
	height: 26px;
	font-size: 16px;
	font-weight: 600;
}
/* =============
	 Pricing
============= */
.pricing-plan {
	padding-bottom: 50px;
}
.price_card {
	position: relative;
	margin: 20px 0;
	padding-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fafafa;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
	webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.price_card .name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 30px;
	text-align: center;
	width: 100%;
}
.price_card.active {
    margin: 0 -21px 0 -21px;
    padding-bottom: 20px;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
}
.price_card.active .pricing-header {
    padding: 20px;
}
.price_card button {
	margin-top: 20px;
}
.pricing-header {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
}
.price {
	display: block;
	font-size: 48px;
	font-weight: 300;
	padding: 30px 0 10px;
	text-align: center;
	width: 100%;
}
.price-features p {
	color: #8a8a8a;
    margin: 0 5px;
    padding: 0px 15px 0px 15px;
}
.price-features p:first-child {
    padding: 20px 15px 10px 15px;
}
.price-features p:last-child {
    padding: 10px 15px 20px 15px;
}
.price-features ul {
	color: #8a8a8a;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.price-features li {
	margin: 0 5px;
    padding: 0px 15px 0px 15px;
}
.price-features li:first-child {
    padding: 20px 15px 10px 15px;
}
.price-features li:last-child {
    padding: 10px 15px 20px 15px;
}
.pricing-item {
	margin: 0 0 30px;
	position: relative;
	text-align: center;
}
.pricing-item-inner {
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	border-radius: 7px;
	border: 2px solid rgba(151, 160, 175, 0.2);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	vertical-align: middle;
}
.pricing-wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 20px;
	position: relative;
	text-align: center;
}
.pricing-icon {
	font-size: 32px;
	padding-bottom: 5px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}
.pricing-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.pr-list {
	color: #97a0af;
	font-size: 12px;
	font-weight: 400;
	margin: 0 -20px 30px;
	padding: 0;
	text-transform: uppercase;
}
.pr-list li {
	list-style: none;
	padding: 12px 20px;
}
.pricing-num {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.pricing-num sup {
	font-size: 18px;
	font-weight: 400;
	left: -3px;
	margin-left: -7px;
	position: relative;
	top: -20px;
}
.pr-per {
	color: #97a0af;
	font-size: 12px;
}
.pr-button {
	margin-top: 30px;
}
/* =============
	 Profile
============= */
.profile-detail {
	text-align: center;
	padding: 30px 20px;
}
.profile-detail img {
	height: 120px;
	width: 120px;
}
.profile-detail .status-list li {
	padding: 0px 20px;
}
.profile-tabs li a {
	color: #36404a !important;
}
.profile-tabs li.active a {
	color: #ffffff !important;
}
.profile-pills li a {
	color: rgba(54, 64, 74, 0.5) !important;
	padding: 0px 10px;
	line-height: 30px !important;
}
.profile-pills li a i {
	font-size: 14px;
}
#profile #sidebar .buttonText {
    display: none;
}
#profile .badge-widget i {
	position: relative;
	top: 5px;
	padding: 0 10px 0 0;
}
/* =============
	Comments
============= */
.comment-widget {
	padding: 7px 12px 8px;
}
.comment {
	padding-top: 12px;
}
.comment hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment .comment-avatar {
	position: relative;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
}
.comment.big .comment-avatar {
	height: 60px !important;
	width: 60px !important;
}
.comment .comment-body {
	float: none;
	margin-left: 40px;
	position: relative;
}
.comment.big .comment-body {
	margin-left: 80px;
}
.comment .comment-text {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 7px 12px 8px;
}
.comment.big .comment-text {
	border: none;
    padding: 0;
}
.comment .comment-header {
	font-size: 12px;
	padding-bottom: 2px;
}
.comment .comment-header a:first-child {
	color: #36404a;
	font-weight: bold;
}
.comment .comment-header span {
	color: #98a6ad;
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
}
.comment .comment-footer {
	display: block;
	font-size: 12px;
	padding: 4px 12px 0;
}
.comment.big .comment-footer {
	padding: 10px 0 0 0;
}
.comment .comment-footer i {
	font-size: 13px;
	margin-right: 7px;
}
.comment .comment-footer,
.comment .comment-footer a {
	color: rgba(54, 64, 74, 0.5);
}
.comment .comment-footer:hover,
.comment .comment-footer a:hover {
	color: #5fbeaa;
}
.comment .comment-footer .fa-thumbs-o-up:hover,
.comment .comment-footer a.finger-up:hover {
	color: #5d9cec;
}
.comment .comment-footer .fa-thumbs-o-down:hover,
.comment .comment-footer a.finger-down:hover  {
	color: #f05050;
}
.comment > .comment {
	margin-left: 32px !important;
}
.comment-indent {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url('/assets/images/comment-children-line.jpg');
}
.comment-box {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 1em;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.textarea-box {
    margin-top: 1em;
    background: #eee;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.textarea-box:focus {
    margin-top: 1em;
    background: white;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
/* =============
	 Landing
============= */
body#landing {
	background: #141414;
}
#landing h1,
#landing h2,
#landing h3,
#landing h4 {
	color:#c1c1c1;
}
#landing.front .table-striped>tbody>tr:nth-of-type(odd),
#landing.front .table-hover>tbody>tr:hover,
#landing.front .table>thead>tr>td.active,
#landing.front .table>tbody>tr>td.active,
#landing.front .table>tfoot>tr>td.active,
#landing.front .table>thead>tr>th.active,
#landing.front .table>tbody>tr>th.active,
#landing.front .table>tfoot>tr>th.active,
#landing.front .table>thead>tr.active>td,
#landing.front .table>tbody>tr.active>td,
#landing.front .table>tfoot>tr.active>td,
#landing.front .table>thead>tr.active>th,
#landing.front .table>tbody>tr.active>th,
#landing.front .table>tfoot>tr.active>th {
	background-color: #1b1b1b !important;
}

#landing.front .table>thead>tr>th,
#landing.front .table>tbody>tr>th,
#landing.front .table>tfoot>tr>th,
#landing.front .table>thead>tr>td,
#landing.front .table>tbody>tr>td,
#landing.front .table>tfoot>tr>td,
#landing.front .table>thead>tr>th,
#landing.front .table-bordered {
	border-top: 1px solid transparent !important;
}

#landing.front .table>thead>tr>th {
	border-bottom: 1px solid transparent;
}

#landing.front tbody {
	color: #c1c1c1;
}
#landing button, #landing a.btn-custom, #landing .header-box {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#landing button, #landing a.btn-custom {
	font-size: 15px;
    line-height: 15px;
    padding: 15px 15px;
}
#landing .landing-container {
	padding: 0 30px 0 30px;
}
#landing .landing-title {
	padding: 250px 0;
}
#landing .tab-navigation {
	max-width: 1130px;
}
#landing div[class*="landing-tab-content"] {
	background: #000;
	padding: 40px 0;
}
#landing .landing-tab-navigation {
	text-align: center;
	border-bottom: 1px solid #3d3d3d;
	font-size: 16px;
	font-weight: bold;
}
#landing .landing-tab-navigation .active {
	color: white;
}
#landing .landing-tab-navigation > div > div {
	padding: 30px 0;
	cursor: pointer;
}

#landing .header-title-box-landing {
	padding-bottom: 40px;
}
#landing .footer-widgets {
	margin-top: 0;
}
#landing .landing-container h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 70px;
	color: #fff;
}
#landing .landing-container p {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 20px 0;
}
#landing .footer {
    border-top: 1px solid #3a3a3a;
}
#landing .header-box {
	display: flex;
    flex-direction: row;
}
#landing .header-box div:first-child {
	align-self: center;
}
#landing.front .navbar-default.navbar-hide {
	background-color: transparent !important;
}

#landing.front .button-menu-mobile.open-left {
	display: none;
}

#landing.front .topbar .topbar-left {
	width: auto;
}
#landing.front .navbar-nav.navbar-login {
	padding: 0 15px;
}
@media (max-width: 769px) {
	#landing .header-box {
		flex-direction: column;
	}
}
#landing .header-box p {
	font-size: 32px;
	line-height: 35px;
	color: #fff;
	margin-bottom: 20px;
}
#landing .header-box img {
	width: 500px;
}
#landing .landing-container .logo {
	font-size: 25px;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}
#landing .landing-container .logo i {
	font-size: 25px;
	line-height: 56px;
}
/* =============
	 Pages
============= */
#head-page {
    clear: both;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #e1e8ed;
    background: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}
#page .sidebar-nav {
    clear: both;
    width: 100%;
    margin: 0px !important;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
}
#page .sidebar-nav >li:first-child > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#page .sidebar-nav li:last-child > a {
	border-bottom: 1px solid #e1e8ed;
}
#page .sidebar-nav li > a {
	color: #666;
	background-color: #fff;
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #e1e8ed;
	border-bottom: none;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#page .sidebar-nav li.active > a {
    color: #fff;
    background-color: #333;
    border: 0;
}
#page .sidebar-nav li.active > a:hover {
    background-color: #222
}
#page .sidebar-nav li > a:hover {
    background-color: #f0f0f0;
}
#page .page-default-title {
    margin: 20px 0;
}
#page .page-default-title > img {
    float: left;
    margin-right: 20px;
}
#page .page-default-title h1{
    margin: 0;
    padding: 0;
}
#page #custom-title {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px !important;
    background: #fff;
    border-bottom: 1px solid #e1e8ed;
    text-align: center;
}
#page #custom-page {
    font-size: 18px;
}
#page #custom-page h2 {
    font-size: 26px !important;
}
#page #custom-page section {
    padding: 40px 0;
}
/* =============
	 Extra pages
============= */
/*  sitemap-wrapper */
.sitemap-wrapper a {
	color: #555555;
}
.sitemap-wrapper a:hover {
	color: #5fbeaa;
}
.sitemap-wrapper h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}
.sitemap-wrapper h5 i {
	padding-right: 10px;
}
.sitemap-wrapper ul {
	padding-left: 30px;
}
.sitemap-wrapper ul li a {
	font-size: 15px;
	line-height: 30px;
}
/*======= FAQ ======*/
.faq-box {
	padding: 24px 0px;
	border-bottom: 1px solid #ebeff2;
}
.faq-box .question {
	font-weight: 600;
	font-size: 16px;
	margin-top: 0px;
}
.faq-box .answer {
	color: #98a6ad;
	margin-bottom: 0px;
}
/* Search result */
.search-result-box .tab-content {
	padding: 30px 30px 10px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}
.search-result-box .search-item {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebeff2;
	margin-bottom: 30px;
}
/*  Contact */
.contact-search .btn-white {
	position: absolute;
	top: 1px;
	right: 16px;
	background-color: transparent !important;
	border: none !important;
	font-size: 16px;
	box-shadow: none !important;
	outline: none !important;
	color: #98a6ad;
}
.contact-card {
	position: relative;
}
.contact-card:hover .contact-action {
	display: block;
}
.contact-card img {
	width: 80px;
	height: 80px;
}
.contact-card .member-info {
	padding-left: 100px;
	padding-bottom: 20px;
}
.contact-card .member-info h4,
.contact-card .member-info p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.contact-card .contact-action {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}
/*  Image crop */
#showDataURL img {
	width: 100%;
}
/* Switchery demo */
.switchery-demo .switchery {
	margin-bottom: 10px;
}
/* Chat app */
.chat-app-list {
	padding: 0px 20px;
}
.chat-app-list .list-group-item {
	background: transparent;
}
.chat-ready .conversation-list {
	max-height: 800px;
}
.chat-ready .spinner {
	width: 70px;
	text-align: center;
}
.chat-ready .spinner > div {
	width: 10px;
	height: 10px;
	background-color: #E3E3E3;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.chat-ready .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.chat-ready .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}
@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/* Opportunities page */
.opport-box .checkbx-detail {
	width: 30px;
}
.opport-box .lable-detail {
	text-align: center;
	width: 20%;
}
.opport-box .member-info {
	padding-right: 10px;
}
.opport-box .member-info h4 {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.opport-box .member-info p {
	font-size: 13px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Product page */
.product-list-box {
	position: relative;
}
.product-list-box img {
	height: auto;
	margin: 0 auto;
	display: block;
}
.product-list-box .product-action {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}
.product-list-box .price-tag {
	float: right;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
	background-color: rgba(152, 166, 173, 0.2);
	border: 1px solid #98a6ad;
	border-radius: 50%;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}
.product-list-box .detail {
	padding: 20px;
	margin: 0px -10px -10px;
	overflow: hidden;
}
.product-list-box .detail h4 a {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}
.product-list-box:hover .product-action {
	display: block;
}
.product-search {
	border-radius: 30px;
	padding: 7px 22px;
	background-color: transparent !important;
	border: 2px solid #98a6ad !important;
}
.product-detail-box .sp-wrap {
	max-width: 100%;
}
/* Rating */
.rating ul {
	margin: 0;
}
.rating ul li {
	padding: 0;
}
.rating ul li a {
	color: #ffbd4a;
	font-size: 15px;
	margin-bottom: 0;
	padding-right: 4px;
}
#rating {
    font-size: 18px;
}
/* Home */
.home-content h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.home-content h2:first-child {
	padding-top: 15px;
}
.home-content .owl-nav {
	position: absolute;
	top: -76px;
	right: 0;
	margin: 0 5px;
	padding: 0;
}
.home-content .owl-nav div {
	background-color: #4c5667 !important;
}
/* Category */
.category-head {
    clear: both;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #e1e8ed;
    margin-bottom: 20px;
    font-size: 13px;
	min-height: 600px;
	background: #444444;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.category-title {
    margin: 0;
    padding: 250px 0 100px 0;
	min-height: 600px;
}
.category-title h1 {
    text-align: center;
    color: white;
}
.category-title > h1 > span {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.category-dark-background {
    background: rgba(0, 0, 0, 0.7);
    min-height: 600px;
}
.filter-row > span, .filter-row > div, .filter-row > a{
    float: left;
    padding-right: 10px;
}
.filter-row > span, .filter-row > a, .filter-btn a {
    line-height: 35px;
}
.filter-row a i {
    font-size: 16px;
}
.filter-row > a > i {
    color: #838383;
}
.filter-row .form-control{
    background-color: transparent;
    min-width: 100px;
}
.filter-row i.fa-sort-amount-asc, .filter-row i.fa-sort-amount-desc {
    cursor: pointer;
}
.filter-btn button {
    display: block;
    float: left;
    padding: 7px 9px;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #999;
    background: #fff;
    border: 1px solid #e1e8ed;
}
.filter-btn button.active {
    color: #fff;
    background: #444;
    border-color: #444;
}
.filter-btn button:first-child {
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
.filter-btn button:last-child {
    border-left: 0;
    border-radius: 0 3px 3px 0;
}
/*  Videos   */
#video h1, #video #content h2, #video #content h3, #video #content h4, #video #content h5, #video #content h6 {
    letter-spacing: -0.03em;
    font-weight: 700;
}
#video #content h2 {
    font-size: 22px;
}
#video #content h3, #video #content h4, #video #content h5, #video #content h6 {
    font-size: 19px;
}
#video #content p {
    margin-bottom: 20px;
}
#video #content ol, #video #content ul {
    margin: 20px 0;
}
#video #content img {
    display: block;
    max-width: 100%;
    height: auto;
}
#video #content i.fa.fa-exclamation-circle {
	position: relative;
	bottom: 22px;
	right: 0;
}
#video #content .users-widget img {
	float: left;
	margin-bottom: 5px;
}
#video-row {
    display: none;
}
#video-row .video-description{
     padding-left: 20px;
}
#video-row .video-description h2 span{
	float: none !important;
	font-size: 65%;
	margin: 0 0 0 10px;
}
#video-row hr {
	width: 100%;
    margin: 30px 0;
    position: relative;
    top: 25px;
}
#video-column .video-description h2,
#video .video-description.container-mobile h2 {
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 20px;
	font-size: 16px !important;
	letter-spacing: inherit !important;
	font-weight: inherit !important;
}
#video .btn.btn-link {
    padding-left: 0px;
}
.video-row {
    padding-bottom: 20px;
}
.video-image {
     padding: 0px;
}
.video-description{
     padding-top: 0px;
}
.video-box {
    min-height: 310px;
}
.video-box h3, .video-description h2 {
	font-size: 16px;
}
.video-box h3 a , .video-description h2 a{
	color: #333;
}
.video-box span.label {
	margin: 5px 0;
}
.video-player {
    background-color: black;
}
.video-js .vjs-big-play-button {
    display: none;
}
.vjs-poster {
    background-size: cover;
}
a.image-popup {
    display: block;
    position: relative;
}
.info-video {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 30%;
    text-align: right;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
}
.info-video-text {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #c7c4c4;
    text-shadow: 0px 0px 1px black;
    font-weight: 500;
    font-size: 13px;
}
.info-video-text i:first-child {
    margin-right: 3px;
}
.info-video-text span:first-child {
    margin-right: 10px;
}
.play-button{
	background: url('/assets/images/play-button.png');
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    transition: opacity 0.2s linear;
    opacity: 0;
	z-index: 9999;
}
.play-button-small {
    background: url('/assets/images/play-button-small.png');
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    transition: opacity 0.2s linear;
    opacity: 0;
    z-index: 9999;
}
.background-playlists {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s linear;
    z-index: 9999;
}
.background-text {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    color: #c7c7c7;
    text-align: center;
    line-height: 20px;
}
.player-background {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.player-dark-background {
    background: rgba(0, 0, 0, 0.7);
}
.player-custom {
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px;
}
.video-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px !important;
    width: calc(100% - 120px) !important;
    height: 100%;
    border: 0;
}
.video-responsive.vjs-fullscreen {
	left: 0 !important;
}
.video-medias-box {
	position: relative;
}
.video-medias-box img {
	position: relative;
	height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
}
.video-medias-box .video-action {
	position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}
.video-medias-box .video-action.display {
    display: block;
}
.video-header {
    margin: 0;
    padding: 170px 0;
	min-height: 500px;
}
.video-header h2 {
	color: white;
	padding: 15px 0;
}
.video-header a#watch-trailer  {
	color: #ffffff;
    font-size: 13px;
    text-decoration: underline;
}
.video-title h1 {
    margin-bottom: 0;
}
.video-title-right {
    float: right;
    line-height: 68px;
}
.video-title-right > span {
    padding: 0 10px;
}
.page-playlist-text {
	display: inline-block;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
/*  Profile  */
.profile-head {
    clear: both;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #e1e8ed;
    background: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}
.profile-head a {
    color: #666;
}
.profile-head ul {
    margin: 0;
    padding: 0;
    height: 33px;
    width: 100%;
}
.profile-head ul li {
    float: left;
    margin: 0;
    padding: 0;
    padding: 0 10px;
    list-style: none;
    line-height: 33px;
}
.profile-head ul li.active {
    position: relative;
    top: 1px;
    border: 1px solid #e1e8ed;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background-color: #f4f4f4;
}
.profile-title {
    margin: 20px 0;
}
.profile-title > img {
    float: left;
    margin-right: 20px;
}
.profile-title h1{
    margin: 0;
    padding: 0;
}
#profile .video-grid img {
	padding: 10px 0;
}
/*  Posts  */
#post .post-title {
    margin: 20px 0;
}
#post .post-title h1{
    margin: 0;
    padding: 0;
}
#post h1, #post #content h2, #post #content h3, #post #content h4, #post #content h5, #post #content h6 {
    font-weight: 700;
    letter-spacing: -0.03em;
}
#post p, #post span, #post a, #post li {
  line-height: 1.6;
  letter-spacing: -0.01em;
}
#post #content h2 {
    font-size: 22px;
}
#post #content h3, #post #content h4, #post #content h5, #post #content h6 {
    font-size: 19px;
}
#post #content p {
    margin-bottom: 20px;
}
#post #content ol, #post #content ul {
    margin: 20px 0;
}
#post #content img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*  Pages  */
#page h1, #page #content h2, #page #content h3, #page #content h4, #page #content h5, #page #content h6 {
    font-weight: 700;
    letter-spacing: -0.03em;
}
#page p, #page span, #page a, #page li {
    line-height: 1.6;
    letter-spacing: -0.01em;
}
#page #content h2 {
    font-size: 22px;
}
#page #content h3, #page #content h4, #page #content h5, #page #content h6 {
    font-size: 19px;
}
#page #content p {
    margin-bottom: 20px;
}
#page #content ol, #page #content ul {
    margin: 20px 0;
}
#page #content img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Subscribe */
.custom-button-el {
	overflow: hidden;
	display: inline-block;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#28a0e5, #015e94);
	background-image: -moz-linear-gradient(#28a0e5, #015e94);
	background-image: -ms-linear-gradient(#28a0e5, #015e94);
	background-image: -o-linear-gradient(#28a0e5, #015e94);
	background-image: -webkit-linear-gradient(#28a0e5, #015e94);
	background-image: -moz-linear-gradient(#28a0e5, #015e94);
	background-image: -ms-linear-gradient(#28a0e5, #015e94);
	background-image: -o-linear-gradient(#28a0e5, #015e94);
	background-image: linear-gradient(#28a0e5, #015e94);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.prices-boxes button span {
	background-image: linear-gradient(#5d9cec, #5c9beb 85%, #5d9beb);
}
.custom-button-el span {
	display: block;
	position: relative;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* General */
.dark-background {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.custom-box {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #eee;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.page-categories {
    margin-top: 20px;
}
.page-tags {
    margin: 10px 0;
}
.page-tags a {
    padding: 5px;
}
.fa.fa-large {
    font-size: 100px;
}
/* =============
  Login pages
============= */
.btn-custom-login {
    /*border-radius: 2em !important;*/
    text-transform: uppercase;
    padding: 7px 0;
    width: 100%;
}
#social-button-connect a {
    width: calc(100% / 3 - 4px);
    display: inline-block;
    float: left;
}
#social-button-connect a:nth-child(1) {
    margin-right: 5px;
}
#social-button-connect a:nth-child(3) {
    margin-left: 5px;
}
/* =============
 Accounts pages
============= */
.account-pages {
	position: absolute;
	height: 100%;
	width: 100%;
    background-size: cover !important;
}
.account-logo-box {
    background-color: #222;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.landing-box{
	border: 1px solid rgba(54, 64, 74, 0.05);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.landing-box .panel-body {
	padding: 30px;
}
.landing-box .panel-heading h3 {
	color: #ffffff;
}
.wrapper-page {
	margin: 5% auto;
	position: relative;
	width: 420px;
}
.wrapper-page .card-box {
	border: 1px solid rgba(54, 64, 74, 0.1);
}
.wrapper-install {
	margin: 5% auto;
	position: relative;
	width: 800px;
}
.panel-pages {
	border-radius: 6px;
}
.panel-pages .panel-body {
	padding: 30px;
}
.panel-pages .panel-heading {
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	padding: 40px 20px;
	position: relative;
}
.panel-pages .panel-heading h3 {
	position: relative;
	z-index: 999;
}
.user-thumb {
	position: relative;
	z-index: 999;
}
.user-thumb img {
	height: 88px;
	margin: 0px auto;
	width: 88px;
}
.ex-page-content .text-error {
	color: #252932;
	font-size: 98px;
	font-weight: 700;
	line-height: 150px;
}
.ex-page-content .text-error i {
	font-size: 78px;
	padding: 0px 10px;
}
/* signup-signin-page */
.signup-signin-page {
	width: auto;
}
/* =============
	 Tree view page
============= */
.jstree-default .jstree-clicked {
	background: rgba(95, 190, 170, 0.4);
	box-shadow: none;
}
.jstree-default .jstree-hovered {
	background: rgba(95, 190, 170, 0.2);
	box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked {
	background: rgba(95, 190, 170, 0.4);
}
.jstree-default .jstree-wholerow-hovered {
	background: rgba(95, 190, 170, 0.2);
}
.jstree-default .zmdi {
	font-size: 16px;
}
/* =============
	 Tour page
============= */
div.hopscotch-bubble {
	border: 3px solid #5d9cec;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
}
div.hopscotch-bubble .hopscotch-next {
	background-color: #5d9cec !important;
	background-image: none !important;
	border-color: #5d9cec !important;
	text-shadow: none !important;
	margin: 0 0 0 5px !important;
}
div.hopscotch-bubble .hopscotch-prev {
	background-color: #5d9cec !important;
	background-image: none !important;
	border-color: #5d9cec !important;
	text-shadow: none !important;
	color: #ffffff !important;
}
div.hopscotch-bubble .hopscotch-bubble-number {
	background: #5fbeaa;
	padding: 0px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	background-clip: padding-box;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right: 19px solid #5d9cec;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
	border-left: 19px solid #5d9cec;
	left: -2px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
	border: none;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
	border-left: 0px solid #5d9cec;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
	border-bottom: 19px solid #5d9cec;
	top: 0px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-bottom: 0px solid rgba(0, 0, 0, 0.5);
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
	border-top: 19px solid #5d9cec;
	top: -2px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
	border-top: 0px solid rgba(0, 0, 0, 0.5);
}
.taskList li {
	background-color: #fafafa;
	border: 1px solid rgba(152, 166, 173, 0.2);
	border-left-width: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 15px;
}
.taskList .task-success {
	border-left-color: #81c868;
}
.taskList .task-info {
	border-left-color: #34d3eb;
}
.taskList .task-warning {
	border-left-color: #ffbd4a;
}
.taskList .task-danger {
	border-left-color: #f05050;
}
.taskList a {
	font-size: 13px;
}
.taskList .checkbox {
	margin-left: 20px;
}
.task-placeholder {
	border: 1px dashed rgba(152, 166, 173, 0.5) !important;
	background-color: rgba(152, 166, 173, 0.2) !important;
	padding: 20px;
}
/* =============
	Widgets
============= */
.widget {
    padding-bottom: 20px;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5 {
	margin-top: 0px;
	text-transform: uppercase;
}
.widget-latest img {
    display: block;
    float: left;
	margin: 5px 10px 5px 0;
    border-radius: 4px;
}
.widget-latest .widget-row a {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
}
.widget-latest small {
    display: block;
}
.widget-latest hr {
    margin: 10px 0;
}
/* =============
	Social
============= */
ul.social-icons {
  padding: 0;
  margin: 0;
  margin-top: 0px;
}
ul.social-icons.social-icons-widget li a {
    width: 35px;
    height:35px;
    line-height: 35px;
}
ul.social-icons.social-icons-widget li a.facebook-color {
    background-color: #3b5998;
}
ul.social-icons.social-icons-widget li a.twitter-color {
    background-color: #00aced;
}
ul.social-icons.social-icons-widget li a.google-color {
    background-color: #dd4b39;
}
ul.social-icons.social-icons-widget li a.coffee-color {
    background-color: black;
}
ul.social-icons.social-icons-widget a i {
    color: white;
    font-size: 16px;
}
ul.social-icons li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
ul.social-icons li:first-child {
  margin-left: 0px;
}
ul.social-icons li a {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
ul.social-icons li a:hover {
  background-color: #ffffff;
}
ul.social-icons li a i {
  color: #2c3035;
  font-size: 15px;
  line-height: 30px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
/* =============
	Landing
============= */
.bg-landing {
	background: url("/assets/images/bg-landing.png");
	height: 100%;
}
/* =============
	Back to top
============= */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    background-color: #222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    opacity: 0.5;
}
.back-to-top:hover {
    opacity: 0.8;
}
.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 35px;
}
/* =============
	Background
============= */
.background {
	display: none;
	background-color: black;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
/* =============
	Tools
============= */
.fl-right {
	position:absolute;
	top: 5px;
	right:7px;
}
/* =============
    Dashboard
============= */
.head-links {
    padding: 0 0 10px 0;
}
.head-links a {
    font-size: 13px;
}
#notifications i.icon-bell {
    position: relative;
    top: 3px;
}
#notifications span.badge {
    top: 15px;
}
/* Fix for language flag */
.f16 .flag {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
/* =============
 == Menu Help ==
============= */
.help-box {
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 12px;
}
.help-box a:focus {
    color: inherit;
}
