/*Typography Settings*/
body {
	font-family: "Roboto", sans-serif !important;
	font-size: 13px;
	line-height: 26px !important;
	color: #6C6C6C !important;
	background-color: #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: -0.3px;
	color: #1F1F1F;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 21px;
	line-height: 25px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

h4 {
	font-size: 18px;
	line-height: 23px;
}

h5 {
	font-size: 16px;
	line-height: 22px;
}

a {
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
	padding-bottom: 0px;
	color: #6C6C6C;
}

/*Page Stucture Settings*/
#page {
	position: relative;
}

.page-content {
	z-index: 90;
	overflow-x: hidden;
	padding-bottom: 80px;
	padding-bottom: calc(80px + (constant(safe-area-inset-bottom)) * 1.1);
	padding-bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
	transition: all 350ms ease;
}

.content-box {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Content Boxes*/
.content {
	margin: 20px 15px 20px 15px;
}

.content p:last-child {
	margin-bottom: 0px;
}

.content-full {
	margin: 0px;
}

.content-boxed {
	padding: 20px 15px 0px 15px;
}

/*Logos*/
.header-logo {
	width: 50px;
	background-size: 28px 28px;
}

.footer .footer-logo {
	height: 80px !important;
	margin-bottom: 20px !important;
	background-size: 80px 80px;
}

.theme-light .header .header-logo {
	background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
	background-image: url(../images/preload-logo.png);
}

.theme-light .footer .footer-logo {
	background-image: url(../images/preload-logo.png);
}

.theme-dark .footer .footer-logo {
	background-image: url(../images/preload-logo.png);
}

/*--Header---*/
.header-title span {
	font-family: "Source Sans Pro", sans-serif;
}

.footer-title span {
	font-family: "Source Sans Pro", sans-serif;
}

.header-logo {
	color: rgba(0, 0, 0, 0) !important;
}

.header-logo span {
	display: none;
	display: none;
}

.header {
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 50px;
	transition: all 350ms ease;
	border-bottom: solid 1px rgba(0, 0, 0, 0.03);
	background-color: #FFFFFF;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}

.header .header-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	height: 50px;
	color: #000000;
}

.header .header-logo {
	position: absolute;
	z-index: 1;
	left: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.header .header-icon {
	font-size: 12px;
	line-height: 49px;
	position: absolute;
	width: 45px;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
	border: none;
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-appearance: none;
	appearance: none;
}

.header .dropdown-menu {
	z-index: 99;
}

.header-nav {
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 50px;
	transition: all 350ms ease;
}

.header-nav .header-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	height: 50px;
	color: #000000;
}

.header-nav .header-logo {
	position: absolute;
	z-index: 1;
	left: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-nav .header-icon {
	font-size: 12px;
	line-height: 49px;
	position: absolute;
	width: 45px;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
	border: none;
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-appearance: none;
	appearance: none;
}

.footer .footer-logo {
	position: absolute;
	z-index: 1;
	left: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-auto-show {
	transition: all 350ms ease;
	opacity: 0;
}

.header-active {
	transition: all 350ms ease;
	opacity: 1;
}

.header-always-show .header {
	margin-top: 0px !important;
}

.header-static {
	position: relative !important;
}

.header-transparent {
	border: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
}

.header-clear {
	padding-top: 50px;
}

.header-clear-small {
	padding-top: 20px;
}

.header-clear-medium {
	padding-top: 70px;
}

.header-clear-large {
	padding-top: 85px;
}

.header-icon .badge {
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	width: 16px;
	margin-top: 7px;
	margin-left: -5px;
	padding: 0px;
	padding-left: 1px !important;
	text-align: center;
	color: #FFFFFF !important;
	border-radius: 18px;
}

.header-transparent-light {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none !important;
}

.header-transparent-light a {
	color: #FFFFFF;
}

.header-transparent-dark {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none !important;
}

.header-transparent-dark a {
	color: #000000;
}

.header-logo-center .header-icon-1 {
	left: 0px;
}

.header-logo-center .header-icon-2 {
	left: 45px;
}

.header-logo-center .header-icon-3 {
	right: 45px;
}

.header-logo-center .header-icon-4 {
	right: 0px;
}

.header-logo-center .header-title {
	left: 50%;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}

.header-logo-center .header-logo {
	left: 50%;
	width: 150px !important;
	margin-left: -75px;
	text-align: center;
	background-position: center center;
}

.header-logo-left .header-icon-1 {
	right: 0px;
}

.header-logo-left .header-icon-2 {
	right: 45px;
}

.header-logo-left .header-icon-3 {
	right: 90px;
}

.header-logo-left .header-icon-4 {
	right: 135px;
}

.header-logo-left .header-logo {
	left: 0px !important;
	margin-left: 0px !important;
}

.header-logo-left .header-title {
	left: 15px !important;
	margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
	left: 0px;
}

.header-logo-right .header-icon-2 {
	left: 45px;
}

.header-logo-right .header-icon-3 {
	left: 90px;
}

.header-logo-right .header-icon-4 {
	left: 135px;
}

.header-logo-right .header-logo {
	right: 20px !important;
	left: auto !important;
	margin-left: 0px !important;
}

.header-logo-right .header-title {
	right: 20px !important;
	left: auto !important;
	margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
	left: 3px;
}

.header-logo-app .header-icon-2 {
	right: 2px;
}

.header-logo-app .header-icon-3 {
	right: 45px;
}

.header-logo-app .header-icon-4 {
	right: 90px;
}

.header-logo-app .header-logo {
	left: 0px !important;
	margin-left: 40px !important;
}

.header-logo-app .header-title {
	left: 0px !important;
	margin-left: 55px !important;
}

.footer-logo span {
	display: none;
}

.header-demo {
	position: relative;
	z-index: 98 !important;
}

.is-on-homescreen .header-clear {
	padding-top: calc(50px + (constant(safe-area-inset-top)) * 0.8) !important;
	padding-top: calc(50px + (env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-clear-small {
	padding-top: calc(20px + (constant(safe-area-inset-top)) * 0.8) !important;
	padding-top: calc(20px + (env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-clear-medium {
	padding-top: calc(70px + (constant(safe-area-inset-top)) * 0.8) !important;
	padding-top: calc(70px + (env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-clear-large {
	padding-top: calc(85px + (constant(safe-area-inset-top)) * 0.8) !important;
	padding-top: calc(85px + (env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header {
	height: calc(50px + (constant(safe-area-inset-top)) * 0.8) !important;
	height: calc(50px + (env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-icon {
	margin-top: calc((constant(safe-area-inset-top)) * 0.8) !important;
	margin-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-title {
	margin-top: calc((constant(safe-area-inset-top)) * 0.8) !important;
	margin-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}

.is-on-homescreen .header-logo {
	margin-top: calc((constant(safe-area-inset-top)) * 0.8) !important;
	margin-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}

/*-Footer Menu-*/
#footer-bar {
	position: fixed;
	z-index: 98;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	min-height: 60px;
	transition: all 350ms ease;
	text-align: center;
	background-color: rgba(249, 249, 249, 0.98);
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
}

#footer-bar a {
	position: relative;
	flex: 1 1 auto;
	padding-top: 12px;
	color: #1F1F1F;
}

#footer-bar a span {
	font-family: "Roboto", sans-serif !important;
	font-size: 10px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	display: block;
	margin-top: -6px;
	opacity: 0.7;
}

#footer-bar a i {
	font-size: 18px;
	position: relative;
	z-index: 2;
}

#footer-bar .badge {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	position: absolute;
	z-index: 5;
	top: 0px;
	width: 18px;
	margin-top: 7px;
	margin-left: 3px;
	padding: 0px;
	padding-left: 0px !important;
	text-align: center;
	color: #FFFFFF !important;
	border-radius: 18px;
}

.footer-bar-2 .active-nav {
	color: #FFFFFF !important;
}

.footer-bar-2 .active-nav strong {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 80px;
	transform: translateX(-50%);
}

.footer-bar-4 .active-nav {
	color: #FFFFFF !important;
}

.footer-bar-4 .active-nav strong {
	position: absolute;
	top: 50%;
	bottom: 0px;
	left: 50%;
	width: 47px;
	height: 47px;
	transform: translate(-50%, -50%);
	border-radius: 60px;
}

.footer-bar-4 span {
	display: none !important;
}

.footer-bar-4 i {
	padding-top: 10px;
}

.footer-bar-5 .active-nav strong {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50px;
	height: 2px;
	transform: translateX(-50%);
	border-radius: 60px;
}

.footer-bar-3 span {
	display: none !important;
}

.footer-bar-3 .active-nav {
	padding-top: 11px !important;
}

.footer-bar-3 .active-nav span {
	display: block !important;
}

.footer-bar-3 a {
	padding-top: 18px !important;
}

.footer-menu-hidden {
	transition: all 100ms ease;
	transform: translateY(100%) !important;
}

.footer-bar-white * {
	color: #FFFFFF;
}

#footer-bar.position-relative {
	z-index: 2 !important;
}

.is-ios #footer-bar {
	height: calc(65px + (constant(safe-area-inset-bottom)) * 1.1);
	height: calc(65px + (env(safe-area-inset-bottom)) * 1.1);
}

.is-not-ios .footer-menu-clear {
	display: block;
	height: 70px;
}

.is-not-ios .footer {
	padding-bottom: 0px;
}

.is-not-ios #footer-menu a i {
	padding-top: 13px;
}

.is-not-ios #footer-menu a span {
	opacity: 0.6;
}

/*Menus & Action Sheets & Modals*/
/*--Menu System---*/
.menu-title h1 {
	font-size: 23px;
	font-weight: 700;
	padding: 20px 0px 3px 20px;
}

.menu-title p {
	font-size: 11px;
	margin: -15px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.menu-title a {
	font-size: 20px;
	line-height: 85px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55px;
	text-align: center;
	color: #DC3545;
}

.menu-bg {
	background-color: #F0F0F0;
}

.menu-hider {
	position: fixed;
	z-index: 100;
	top: -100px;
	right: 0px;
	bottom: -100px;
	left: 0px;
	transition: all 350ms ease;
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

.menu {
	position: fixed;
	z-index: 101;
	display: none;
	overflow: scroll;
	transition: all 350ms ease;
	background-color: #FFFFFF;
	-webkit-overflow-scrolling: touch;
}

.menu .content {
	margin-bottom: 0px !important;
}

.menu-box-left {
	top: 0px !important;
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
	bottom: 0px;
	left: 0px;
	width: 250px;
	height: 100%;
	transform: translate3d(-100%, 0, 0);
	box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
}

.menu-box-right {
	top: 0px !important;
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
	right: 0px;
	bottom: 0px;
	width: 250px;
	height: 100%;
	transform: translateX(100%);
	box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
}

.menu-box-top {
	top: 0px;
	right: 0px;
	left: 0px;
	height: 300px;
	transform: translate3d(0, -115%, 0);
}

.menu-box-bottom {
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 300px;
	transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
	top: 50%;
	left: 50%;
	transition: all 350ms ease;
	transform: translate(-50%, -50%) scale(0, 0);
	pointer-events: none;
	opacity: 0;
}

.menu-box-top.menu-box-detached {
	top: 10px;
	right: 10px;
	left: 10px;
}

.menu-box-bottom.menu-box-detached {
	right: 10px;
	bottom: 20px;
	left: 10px;
}

.menu-box-left.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
	transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-modal.menu-active {
	transition: all 350ms ease;
	transform: translate(-50%, -50%) scale(1, 1) !important;
	pointer-events: all !important;
	opacity: 1 !important;
}

.menu-hider.menu-active {
	transition: all 350ms ease;
	pointer-events: all;
	opacity: 1;
}

.menu-hider.menu-active.menu-active-clear {
	background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect="menu-reveal"] {
	z-index: 96;
	transform: translate(0px) !important;
	pointer-events: none;
	opacity: 0;
}

.menu-box-right[data-menu-effect="menu-reveal"] {
	z-index: 96;
	transform: translate(0px) !important;
	pointer-events: none;
	opacity: 0;
}

.menu-active.menu {
	transition: all 350ms ease;
	pointer-events: all !important;
	opacity: 1 !important;
}

/*Menu Update*/
#menu-update {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 310px;
	height: 430px;
	transition: all 350ms ease;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.menu-active {
	opacity: 1 !important;
}

.menu-active-no-click {
	pointer-events: all !important;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
}

#menu-install-pwa-ios {
	overflow: visible !important;
}

.fa-ios-arrow {
	transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
	color: #FFFFFF !important;
}

/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
	border-radius: 0px !important;
}

.rounded-xs {
	border-radius: 5px !important;
}

.rounded-s {
	border-radius: 8px !important;
}

.rounded-sm {
	border-radius: 10px !important;
}

.rounded-m {
	border-radius: 15px !important;
}

.rounded-l {
	border-radius: 30px !important;
}

.rounded-xl {
	border-radius: 50px !important;
}

/*Shadows*/
.shadow-none {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-m {
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
}

/*Shadows*/
.border-xxs {
	border: solid 1px !important;
}

.border-xs {
	border: solid 2px !important;
}

.border-s {
	border: solid 3px !important;
}

.border-m {
	border: solid 4px !important;
}

.border-l {
	border: solid 5px !important;
}

.border-xl {
	border: solid 6px !important;
}

.border-xxl {
	border: solid 7px !important;
}

/*Line Height Control*/
.line-height-xs {
	line-height: 14px !important;
}

.line-height-s {
	line-height: 17px !important;
}

.line-height-m {
	line-height: 24px !important;
}

.line-height-l {
	line-height: 26px !important;
}

.line-height-xl {
	line-height: 37px !important;
}

/*Text Shadow*/
.text-shadow-s {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl,
.boxed-text-l,
.boxed-text-m,
.boxed-text-s {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.boxed-text-xl {
	width: 90%;
	max-width: 340px;
}

.boxed-text-l {
	width: 85%;
	max-width: 300px;
}

.boxed-text-m {
	width: 80%;
	max-width: 300px;
}

.boxed-text-s {
	width: 70%;
	max-width: 260px;
}

/*Font Weights*/
.font-200 {
	font-weight: 200;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

.font-900 {
	font-weight: 900;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
	opacity: 0.1;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
	font-size: 8px !important;
}

.font-9 {
	font-size: 9px !important;
}

.font-10 {
	font-size: 10px !important;
}

.font-11 {
	font-size: 11px !important;
}

.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px !important;
}

.font-17 {
	font-size: 17px !important;
}

.font-18 {
	font-size: 18px !important;
}

.font-19 {
	font-size: 19px !important;
}

.font-20 {
	font-size: 20px !important;
}

.font-21 {
	font-size: 21px !important;
}

.font-22 {
	font-size: 22px !important;
}

.font-23 {
	font-size: 23px !important;
}

.font-24 {
	font-size: 24px !important;
}

.font-25 {
	font-size: 25px !important;
}

.font-26 {
	font-size: 26px !important;
}

.font-27 {
	font-size: 27px !important;
}

.font-28 {
	font-size: 28px !important;
}

.font-29 {
	font-size: 29px !important;
}

.font-30 {
	font-size: 30px !important;
}

.font-31 {
	font-size: 31px !important;
}

.font-32 {
	font-size: 32px !important;
}

.font-33 {
	font-size: 33px !important;
}

.font-34 {
	font-size: 34px !important;
}

.font-35 {
	font-size: 35px !important;
}

.font-36 {
	font-size: 36px !important;
}

.font-37 {
	font-size: 37px !important;
}

.font-38 {
	font-size: 38px !important;
}

.font-39 {
	font-size: 39px !important;
}

.font-40 {
	font-size: 40px !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.05, 1.05);
	}
	0% {
		transform: scale(1, 1);
	}
}

.scale-box {
	animation: scale-animation 1.5s;
	animation-iteration-count: infinite;
}

@keyframes scale-icon {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.3, 1.3);
	}
	0% {
		transform: scale(1, 1);
	}
}

.scale-icon {
	animation: scale-icon 1.5s;
	animation-iteration-count: infinite;
}

/*Control Classes*/
::-webkit-scrollbar {
	display: none;
}

img.mx-auto {
	display: block;
}

.disabled {
	display: none !important;
}

.no-click {
	pointer-events: none !important;
}

.no-outline {
	outline: none !important;
}

/*Prealoder*/
#preloader {
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: all 150ms ease;
}

#preloader .spinner-border {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
}

.preloader-hide {
	pointer-events: none;
	opacity: 0;
}

.theme-light #preloader {
	background-color: #FFFFFF;
}

.theme-dark #preloader {
	background-color: #0F1117;
}

/*Buttons*/
.btn {
	transition: all 350ms ease;
}

.btn:hover {
	opacity: 0.9;
}

.btn-full {
	display: block;
}

.btn-xxs,
.btn-xs,
.btn-s,
.btn-sm,
.btn-m,
.btn-l {
	font-size: 12px !important;
}

.btn-xxs {
	padding: 6px 10px !important;
}

.btn-xs {
	padding: 7px 14px !important;
}

.btn-s {
	padding: 8px 18px !important;
}

.btn-sm {
	padding: 10px 18px !important;
}

.btn-m {
	padding: 12px 20px !important;
}

.btn-l {
	padding: 14px 26px !important;
}

.btn-xl {
	font-size: 15px !important;
	padding: 15px 30px !important;
}

.btn-xxl {
	font-size: 17px !important;
	padding: 17px 34px !important;
}

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

.btn-center-xs {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.btn-center-s {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.btn-center-m {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.btn-center-l {
	display: block;
	width: 220px;
	margin: 0 auto;
}

.btn-center-xl {
	display: block;
	width: 250px;
	margin: 0 auto;
}

.btn.bg-highlight {
	color: #FFFFFF;
}

.btn-3d {
	transition: all 150ms ease;
	border: none;
	border-bottom: solid 4px;
}

.btn-3d:hover {
	border-width: 2px !important;
}

.btn:focus {
	outline: none !important;
}

.btn-margins {
	margin-right: 17px;
	margin-bottom: 30px;
	margin-left: 17px;
}

.under-slider-btn {
	position: relative;
	z-index: 50;
	margin-top: -20px;
}

.btn-icon:hover {
	color: #FFFFFF;
}

.btn-icon {
	position: relative;
	overflow: hidden;
	padding-left: 50px !important;
}

.btn-icon i {
	line-height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

/*Icons*/
.icon:hover {
	color: #FFFFFF;
}

.icon {
	position: relative;
	display: inline-block;
	text-align: center;
}

.icon-xxs i {
	font-size: 13px;
	line-height: 32px;
	width: 32px;
}

.icon-xs i {
	font-size: 14px;
	line-height: 38px;
	width: 38px;
}

.icon-s i {
	font-size: 15px;
	line-height: 40px;
	width: 40px;
}

.icon-m i {
	font-size: 16px;
	line-height: 45px;
	width: 45px;
}

.icon-l i {
	font-size: 17px;
	line-height: 51px;
	width: 51px;
}

.icon-xl i {
	font-size: 18px;
	line-height: 55px;
	width: 55px;
}

.icon-xxl i {
	font-size: 19px;
	line-height: 60px;
	width: 60px;
}

.icon-center {
	display: block;
	margin: 0 auto;
}

/*Accordion Settings*/
.accordion * {
	outline: 0 !important;
	box-shadow: 0px !important;
	box-shadow: none !important;
}

.accordion .btn:first-child {
	width: 100%;
}

.accordion .card {
	transition: all 0ms ease !important;
}

.accordion button {
	transition: all 0ms ease !important;
}

.accordion [data-card-height] button {
	width: 100%;
}

.btn.accordion-btn {
	font-size: 13px;
	font-weight: 700;
	padding: 15px 17px;
	text-align: left !important;
}

.accordion-icon {
	float: right;
	margin-top: 5px;
	transition: all 250ms ease;
}

/*Offline Detector*/
.offline-message {
	font-weight: 900;
	line-height: 55px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 0px;
	left: 0px;
	padding-bottom: 0px;
	transition: all 350ms ease;
	transform: translateY(-200%);
	text-align: center;
	text-transform: uppercase;
}

.online-message {
	font-weight: 900;
	line-height: 55px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 0px;
	left: 0px;
	padding-bottom: 0px;
	transition: all 350ms ease;
	transform: translateY(-200%);
	text-align: center;
	text-transform: uppercase;
}

.is-on-homescreen .offline-message {
	padding-top: 30px !important;
}

.is-on-homescreen .online-message {
	padding-top: 30px !important;
}

.offline-message-active {
	transform: translateY(0%);
}

.online-message-active {
	transform: translateY(0%);
}

/*---Added to Home---*/
.add-to-home-visible {
	pointer-events: all !important;
	opacity: 1 !important;
}

.add-to-home {
	position: fixed;
	z-index: 99;
	right: 15px;
	left: 15px;
	height: 80px;
	transition: all 250ms ease;
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	background-color: #000000;
}

.add-to-home .close-add-to-home {
	pointer-events: none;
}

.add-to-home h1 {
	font-size: 13px;
	position: absolute;
	padding-top: 8px;
	padding-left: 75px;
	color: #FFFFFF;
}

.add-to-home p {
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 75px;
	color: #CED4DA;
}

.add-to-home img {
	width: 45px;
	margin-top: 17px;
	margin-left: 15px;
}

.add-to-home-ios {
	bottom: 25px;
}

.add-to-home-ios i {
	font-size: 30px;
	position: absolute;
	bottom: -18px !important;
	left: 50%;
	display: block;
	width: 40px;
	margin-left: -21px;
	transform: rotate(180deg);
	text-align: center;
	color: #000000;
}

.add-to-home-ios .close-add-to-home {
	position: absolute;
	top: 13px;
	right: 13px;
	transform: scale(0.5, 0.5);
}

.add-to-home-android {
	top: 20px;
}

.add-to-home-android i {
	font-size: 30px;
	position: absolute;
	top: -18px;
	right: 15px;
	display: block;
	width: 40px;
	margin-left: -20px;
	text-align: center;
	color: #000000;
}

.add-to-home-android .close-add-to-home {
	position: absolute;
	top: 20px;
	right: 5px;
	transform: scale(0.5, 0.5);
}

/*Ads*/
.ad-300x50 {
	width: 300px;
	height: 50px;
	margin: 0 auto;
}

.ad-300x250 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.ad-300x50-fixed {
	position: fixed;
	z-index: 90;
	bottom: 60px;
	bottom: calc(65px + (constant(safe-area-inset-bottom)) * 1.1) !important;
	bottom: calc(65px + (env(safe-area-inset-bottom)) * 1.1) !important;
	left: 50%;
	margin-left: -150px;
}

.ad-time-close {
	line-height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: solid 2px;
	border-radius: 30px;
}

/*Scroll Fixed Ads*/
.scroll-ad-visible {
	transform: translateY(0%) !important;
}

.is-on-homescreen .scroll-ad {
	bottom: 110px;
}

.scroll-ad {
	position: fixed;
	z-index: 93;
	right: 10px;
	bottom: 75px;
	left: 10px;
	height: 80px;
	transition: all 350ms ease;
	transform: translateY(150%);
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

.scroll-ad img {
	position: absolute;
	width: 60px;
	margin: 10px;
	border-radius: 10px;
}

.scroll-ad h1 {
	font-size: 18px;
	display: block;
	margin-bottom: -3px;
	padding: 7px 0px 0px 80px;
}

.scroll-ad em {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	display: block;
	padding: 0px 85px 0px 80px;
	opacity: 0.7;
}

.scroll-ad a {
	font-size: 9px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 60px;
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

.alert h4 {
	margin-bottom: -5px;
	padding-left: 47px;
}

.alert button {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 50px;
	transform: translateY(-50%);
	text-align: center;
}

.alert button span {
	background-color: transparent;
}

.alert button:active {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.alert button:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.alert span {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 47px;
	background-color: rgba(255, 255, 255, 0.2);
}

.alert span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.alert strong {
	font-weight: 400;
	padding-left: 47px;
}

/*Notifications*/
.notification {
	position: fixed;
	z-index: 101;
	top: 10px;
	right: 10px;
	left: 10px;
	transition: all 250ms ease;
	transform: translateY(-120%);
	opacity: 0.98;
	border-radius: 10px;
}

.notification .notification-icon {
	display: block;
	padding: 5px 5px;
	background-color: #343A40;
}

.notification .notification-icon i:first-child {
	font-size: 10px;
	margin: 0px 5px 0px 10px;
}

.notification .notification-icon i:last-child {
	line-height: 30px;
	position: absolute;
	right: 0px;
	width: 40px;
	text-align: center;
}

.notification .notification-icon em {
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.notification h1 {
	margin: 10px 15px -7px 15px;
}

.notification p {
	line-height: 15px;
	margin: 5px 15px 18px 15px;
	color: #FFFFFF;
}

.notification.show {
	transform: translateY(0%) !important;
}

.is-ios.is-on-homescreen .notification.show {
	transform: translateY(30px) !important;
}

.notification-android {
	top: 5px;
	right: 5px;
	left: 5px;
	border-radius: 3px;
}

.notification-android i {
	font-size: 13px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	width: 35px;
	margin-left: 15px;
	transform: translateY(-55%);
	text-align: center;
	border-radius: 35px;
}

.notification-android h1 {
	padding-left: 55px;
}

.notification-android p {
	font-size: 12px;
	padding-right: 60px;
	padding-left: 55px;
}

.notification-android strong {
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 20px;
	right: 20px;
}

.notification-android .notification-buttons {
	width: 100%;
	margin-left: 70px;
	padding-top: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.notification-android .notification-buttons i {
	font-size: 11px;
	position: relative;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
	transform: translateY(-22px);
	opacity: 0.6;
}

.notification-android a {
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
}

.notification-material {
	top: 0px;
	right: 0px;
	left: 0px;
	border-radius: 0px;
}

.notification-material strong {
	font-size: 10px;
	font-weight: 400;
}

.notification-material em {
	text-transform: none !important;
}

.notification-material .notification-icon {
	margin-bottom: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
}

.notification-material img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50px;
	transform: translateY(-50%);
	border-radius: 50px;
}

.notification-material p {
	padding-right: 50px;
}

/*Back to Top*/
.content .back-to-top-badge {
	position: relative !important;
	bottom: auto;
	left: auto;
	display: block;
	width: 130px;
	margin: 10px auto 20px auto !important;
	transform: translate(0, 0) !important;
}

.content .back-to-top-icon {
	position: relative !important;
	right: auto;
	bottom: auto;
	display: block;
	margin: 0px auto 30px auto;
	transform: scale(1, 1) translate(0, 0px) !important;
}

.back-to-top-badge {
	font-size: 12px;
	position: fixed;
	z-index: 90;
	bottom: 80px;
	left: 50%;
	display: inline-block;
	padding: 5px 20px;
	transition: all 350ms ease;
	transform: translate(-50%, 70px);
	text-align: center;
	color: #FFFFFF;
	border-radius: 35px;
}

.back-to-top-badge i {
	padding: 0px 10px 0px 0px;
}

.back-to-top-icon {
	font-size: 12px;
	line-height: 35px;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 70px;
	display: inline-block;
	width: 35px;
	transition: all 350ms ease;
	transform: scale(0, 0);
	text-align: center;
	color: #FFFFFF;
	border-radius: 35px;
}

.back-to-top-icon span {
	display: none;
}

.back-to-top-badge.back-to-top-visible {
	transform: translate(-50%, 0px);
}

.back-to-top-icon.back-to-top-visible {
	transform: scale(1, 1);
}

.back-to-top-icon-square {
	border-radius: 0px;
}

.back-to-top-icon-round {
	border-radius: 5px;
}

.back-to-top-icon-circle {
	border-radius: 40px;
}

/*Extending Cards Features*/
.row {
	margin-bottom: 30px;
}

.card {
	max-height: 150000px;
	margin-bottom: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	border: 0px !important;
	background-position: center center !important;
	background-size: cover;
}

.cover-slider .card {
	margin-bottom: 0px !important;
}

[data-card-height="cover"].card {
	margin-bottom: 0px !important;
}

.card-style {
	overflow: hidden;
	margin: 0px 16px 30px 16px;
	border: none;
	border-radius: 15px;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.card-style .card-body {
	padding: 15px;
}

.card-style .card-overlay {
	border-radius: 15px;
}

.card-body {
	z-index: 2;
}

.card-header {
	z-index: 2;
}

.card-footer {
	z-index: 2;
}

.card-top {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	left: 0px;
}

.card-bottom {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.card-center {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0px;
	left: 0px;
	transform: translateY(-50%);
}

.card-overlay {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.card-image {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	width: 100%;
	min-height: 250px;
}

.card-image img {
	transition: all 450ms ease;
}

.card-overflow {
	z-index: 20;
	overflow: visible !important;
}

[data-card-height] p {
	padding-bottom: 0px;
}

/*Card Effects*/
.card-scale-image {
	transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
	transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
	filter: grayscale(100%);
}

.card-blur-image {
	filter: blur(5px);
}

.card-hide-image {
	opacity: 0 !important;
}

.card-hide div {
	transition: all 350ms ease;
}

.card-hide * {
	transition: all 350ms ease;
}

.polaroid-effect {
	padding: 5px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

.card-scale * {
	transition: all 350ms ease;
}

.card-rotate * {
	transition: all 350ms ease;
}

.card-grayscale * {
	transition: all 350ms ease;
}

.card-blur * {
	transition: all 350ms ease;
}

.card-overlay {
	background-position: center center;
	background-size: cover !important;
}

.card-overlay-infinite {
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 2000px;
	height: 100%;
	transform: translateX(0px);
	animation: infiniteBG 600s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background-image: url(images/mountain.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	background-size: cover;
}

@keyframes infiniteBG {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-1400px);
	}
	100% {
		transform: translateX(0px);
	}
}

/*Chips*/
.chip {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	padding-right: 15px;
	border-radius: 30px;
}

.chip * {
	font-size: 12px;
}

.chip span {
	line-height: 29px;
}

.chip i {
	line-height: 30px;
	display: inline-block;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	border-radius: 30px;
}

.chip img {
	line-height: 30px;
	display: inline;
	float: left;
	width: 30px;
	margin-right: 9px;
	border-radius: 30px;
}

.chip-small {
	transform: scale(1, 1);
}

.chip-medium {
	transform: scale(1.05, 1.05);
}

.chip-large {
	transform: scale(1.15, 1.15);
}

/*Dividers*/
.divider {
	display: block;
	height: 1px;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.05);
}

.divider-margins {
	margin: 0px 17px 30px 17px;
}

.divider-icon {
	display: block;
	height: 1px;
	margin-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.05);
}

.divider-icon i {
	position: absolute;
	left: 50%;
	width: 50px;
	margin-top: -8px;
	transform: translateX(-50%);
	text-align: center;
	background-color: #F0F0F0;
}

.content-boxed .divider-icon i {
	background-color: #F0F0F0;
}

.divider-small {
	width: 80px;
	height: 2px;
	margin: auto;
}

/*Custom Switches*/
.custom-control * {
	cursor: pointer;
	user-select: none !important;
}

.switch-is-unchecked {
	display: none;
}

.switch-is-checked {
	display: block;
}

.scale-switch {
	transform: scale(0.9, 0.9);
}

.small-switch {
	transform: scale(0.8, 0.8);
}

/*iOS Switcher*/
.ios-switch {
	padding-left: 10px;
}

.ios-switch label::before {
	width: 58px !important;
	height: 32px !important;
	margin-top: -5px;
	margin-left: -1px;
	pointer-events: all;
	border-radius: 50px !important;
	background-color: #E8E9EA;
}

.ios-switch label::after {
	z-index: 6;
	width: 30px !important;
	height: 30px !important;
	margin-top: -4px;
	transition: all 250ms ease;
	transition: all 250ms ease;
	border: solid 1px rgba(152, 152, 152, 0.4);
	border-radius: 50px !important;
	background-color: #FFFFFF;
}

.ios-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(26px) !important;
}

.ios-input:checked ~ .custom-control-label::before {
	background-color: #8CC152 !important;
}

.ios-switch-icon label::before {
	background-color: #DA4453 !important;
}

.ios-switch-icon i {
	line-height: 32px;
	position: absolute;
	z-index: 5;
	left: 10px;
	pointer-events: none;
}

.ios-switch-icon i:last-child {
	position: absolute;
	z-index: 5;
	margin-left: 29px;
}

.ios-switch-icon span {
	font-size: 9px;
	font-weight: 700;
	line-height: 32px;
	position: absolute;
	z-index: 5;
	left: 10px;
	pointer-events: none;
	color: #FFFFFF;
}

.ios-switch-icon span:last-child {
	position: absolute;
	z-index: 5;
	margin-left: 24px;
}

/*Android Switcher*/
.android-switch {
	padding-left: 10px;
}

.android-switch label::before {
	width: 53px !important;
	height: 17px !important;
	margin-top: 0px;
	margin-left: -2px;
	pointer-events: all;
	border-radius: 50px !important;
	background-color: #AAB2BD;
}

.android-switch label::after {
	width: 28px !important;
	height: 28px !important;
	margin-top: -6px;
	margin-left: -3px;
	transition: all 250ms ease;
	border: solid 1px rgba(0, 0, 0, 0.1) !important;
	border-radius: 50px !important;
	background-color: #FFFFFF !important;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.android-input {
	transform: translateY(1px) !important;
}

.android-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(30px) !important;
	border: none !important;
	background-color: #458BE3 !important;
}

.android-input:checked ~ .custom-control-label::before {
	background-color: #458BE3 !important;
}

[data-activate] {
	display: block;
	width: 100%;
	cursor: pointer;
}

/*Classic Switcher*/
.classic-switch input {
	display: none;
}

.classic-switch label::before {
	width: 40px !important;
	height: 40px !important;
	margin-top: -10px;
	transform: translateX(11px);
	pointer-events: all;
	border: none;
	background-color: rgba(0, 0, 0, 0) !important;
}

.classic-switch i {
	transition: all 250ms ease;
	pointer-events: none;
}

.classic-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(26px) !important;
}

.classic-input:checked ~ .fa-plus {
	transition: all 250ms ease;
	transform: rotate(45deg);
	color: #DA4453 !important;
}

.classic-input:checked ~ .fa-angle-down {
	transition: all 250ms ease;
	transform: rotate(180deg);
	color: #DA4453 !important;
}

.classic-input:checked ~ .fa-circle {
	transition: all 250ms ease;
	transform: scale(1.3, 1.3);
	color: #DA4453 !important;
}

/*---Checkboxes & Radios---*/
.icon-check {
	position: relative;
	display: block;
	width: auto;
	margin-right: 10px;
	margin-left: -30px;
	cursor: pointer;
}

.icon-check input {
	position: absolute !important;
	transform: translateX(-10000px);
}

.icon-check input:checked ~ .icon-check-1 {
	display: none !important;
	opacity: 0 !important;
}

.icon-check input:checked ~ .icon-check-2 {
	display: block;
}

.icon-check .fa-check-circle {
	display: none;
}

.icon-check i {
	line-height: 24px;
	position: absolute;
	top: 1px;
	left: 30px;
	width: 20px;
	height: 24px;
	text-align: center;
	pointer-events: none;
}

.icon-check label {
	font-size: 13px;
	padding: 0px 15px 0px 40px;
	cursor: pointer;
}

.icon-check .icon-check-2 {
	display: none;
}

/*Font Awesome Default*/
.fac {
	font-size: 14px;
	position: relative;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.fac label {
	font-weight: inherit;
	margin: 0em 1em 0em 0em;
	padding-left: 1.5em;
	cursor: pointer;
}

.fac > input + label:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	margin-top: 0.5px;
	transition: opacity 150ms ease-in-out;
}

.fac > input:checked + label:before {
	opacity: 1;
}

.fac > span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	margin-top: 0.5px;
}

.fac input {
	display: none;
}

.checkboxes-demo .fac {
	display: block;
}

.fac-checkbox > input + label:before {
	opacity: 0;
}

.fac-checkbox > input:checked + label:before {
	opacity: 1;
}

.fac-checkbox > span::after {
	content: "\f45c";
	opacity: 1;
}

.fac-checkbox > input[type="checkbox"] + label:before {
	font-size: 10px !important;
	padding-left: 2px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-checkbox-round > input + label:before {
	opacity: 0;
}

.fac-checkbox-round > span::after {
	content: "\f111";
}

.fac-checkbox-round > input[type="checkbox"] + label:before {
	font-size: 8px !important;
	padding-left: 3px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-radio > input + label:before {
	opacity: 0;
}

.fac-radio > input:checked + label:before {
	opacity: 1;
}

.fac-radio > span::after {
	content: "\f111";
}

.fac-radio > input[type="radio"] + label:before {
	font-size: 10px !important;
	padding-left: 2px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-checkbox-o > input + label:before {
	opacity: 0;
}

.fac-checkbox-o > input:checked + label:before {
	opacity: 1;
}

.fac-checkbox-round-o > input + label:before {
	opacity: 0;
}

.fac-checkbox-round-o > input:checked + label:before {
	opacity: 1;
}

.fac-default > input + label:before {
	color: #ADB5BD;
}

.fac-default > span::after {
	color: #ADB5BD;
}

.fac-blue > input + label:before {
	color: #007BFF;
}

.fac-blue > span::after {
	color: #007BFF;
}

.fac-green > input + label:before {
	color: #28A745;
}

.fac-green > span::after {
	color: #28A745;
}

.fac-orange > input + label:before {
	color: #FFC107;
}

.fac-orange > span::after {
	color: #FFC107;
}

.fac-red > input + label:before {
	color: #DC3545;
}

.fac-red > span::after {
	color: #DC3545;
}

.fac-radio-full > span::after {
	font-size: 12px !important;
	content: "\f111";
}

.fac-radio-full > input[type="radio"] + label:before {
	content: "\00c";
}

/*Input Style 1*/
.input-style-1 {
	position: relative;
}

.input-style-1 input {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	transition: all 250ms ease;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0);
}

.input-style-1 input:focus {
	border-bottom: solid 1px black;
}

.input-style-1 textarea {
	font-size: 13px;
	line-height: 28px;
	display: block;
	width: 100%;
	height: 50px;
	margin-top: -5px;
	margin-bottom: 15px;
	margin-left: 0px !important;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 0px !important;
	transition: all 250ms ease;
	text-indent: 0px !important;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0);
}

.input-style-1 textarea:focus {
	line-height: 24px;
	height: 150px;
	transition: all 250ms ease;
}

.input-style-1 span {
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	margin-top: -3px;
	transition: all 250ms ease;
	opacity: 0;
	color: #007BFF;
}

.input-style-1 em {
	font-size: 10px;
	font-style: normal;
	position: absolute;
	top: 14px;
	right: 0px;
	color: #DEE2E6;
}

.input-style-1 em i {
	font-size: 12px;
	display: block;
	width: 15px;
	margin-top: 7px;
	text-align: center;
}

.input-style-1 input[type="date"] {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	transition: all 250ms ease;
	color: #6C757D;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0);
}

.input-style-1 input[type="date"]::-webkit-inner-spin-button {
	opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-clear-button {
	opacity: 0;
}

.input-style-1 select {
	font-size: 14px;
	line-height: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	color: #6C757D;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	-webkit-appearance: none;
}

.input-style-1 select:focus {
	border-bottom: solid 1px black;
}

.input-style-1-active {
	opacity: 1 !important;
}

.input-style-1-inactive {
	color: #DEE2E6 !important;
}

.input-style-1.has-icon .input-icon {
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	margin-left: 0px;
}

.input-style-1.has-icon input {
	padding-left: 30px;
}

.input-style-1.has-icon span {
	margin-left: 25px;
}

.input-style-1.has-icon .input-style-1-active {
	transition: all 150ms ease;
	transform: translateX(-25px);
	color: #007BFF !important;
}

input[type="range"] {
	width: 100%;
	height: 20px;
	outline: none;
	-webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
	position: relative;
	z-index: 3;
	width: 20px;
	height: 20px;
	background: #F26B5E;
	-webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb:after {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 20px;
	height: 10px;
	content: " ";
	background: #FF5B32;
	background: linear-gradient(to right, #F088FC 1%, #AC6CFF 70%);
}

/*Input Style 2*/
.input-style-2 {
	position: relative;
	margin-bottom: 15px;
}

.input-style-2 span {
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 10px;
	left: 10px;
	height: 22px;
	padding: 2px 5px 2px 5px;
	transition: all 150ms ease;
	pointer-events: none;
	color: #000000 !important;
	background-color: #FFFFFF;
}

.input-style-2 .input-style-1-active {
	transition: all 150ms ease;
	transform: translateY(-25px);
	color: #007BFF !important;
}

.input-style-2 em {
	font-size: 10px;
	font-style: normal;
	line-height: 53px;
	position: absolute;
	z-index: 2;
	right: 10px;
	color: #DEE2E6;
}

.input-style-2 em i {
	font-size: 12px !important;
	margin-top: 5px !important;
}

.input-style-2 input {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 14px;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}

.input-style-2 textarea {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 14px;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}

.input-style-2 select {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 14px;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}

.input-style-2 input[type="date"] {
	border-width: 1px !important;
}

.input-style-2 input[type="date"]::-webkit-inner-spin-button {
	opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-clear-button {
	opacity: 0;
}

span.input-style-1-active {
	right: auto !important;
	padding-right: 10px !important;
	opacity: 1;
}

.input-style-2.has-icon .input-icon {
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	margin-left: 15px;
}

.input-style-2.has-icon input {
	padding-left: 40px;
}

.input-style-2.has-icon span {
	margin-left: 25px;
}

.input-style-2.has-icon .input-style-1-active {
	transition: all 150ms ease;
	transform: translate(-25px, -25px);
	color: #007BFF !important;
}

.input-light i {
	color: #FFFFFF;
}

.input-light span {
	color: #FFFFFF !important;
}

.input-light em {
	color: #6C757D !important;
}

.input-light input {
	color: #FFFFFF !important;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.input-light input::placeholder {
	color: #FFFFFF;
}

/*File Upload*/
.upload-file {
	width: 100%;
	height: 45px;
	text-indent: -999px;
	color: rgba(0, 0, 0, 0) !important;
	outline: none;
}

.upload-file-text {
	font-weight: 900;
	height: 10px;
	margin-top: -36px !important;
	text-align: center;
	text-transform: uppercase;
	pointer-events: none;
	color: #FFFFFF;
}

.file-data input[type="file"] {
	font-size: 0px !important;
}

input {
	font-size: 12px !important;
}

input::placeholder {
	font-size: 12px !important;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

button:focus {
	outline: none;
}

.tooltip {
	font-size: 13px;
}

code {
	font-size: 11px;
	line-height: 22px;
}

/*Range Sliders*/
.ios-slider {
	height: 40px !important;
	background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 3px;
}

.ios-slider::-webkit-slider-thumb {
	width: 25px !important;
	height: 25px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	background-color: #FFFFFF !important;
	box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
	height: 40px !important;
	padding: 0px 3px 0px 3px;
	background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 18px;
}

.material-slider::-webkit-slider-thumb {
	width: 30px !important;
	height: 10px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #1F1F1F !important;
}

.classic-slider {
	height: 20px !important;
	padding: 0px 3px 0px 3px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 30px !important;
	background-color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 25px;
	-webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.classic-slider::-webkit-slider-thumb {
	width: 16px !important;
	height: 16px !important;
	border: solid 1px rgba(0, 0, 0, 0);
	border-radius: 20px;
	background-color: #007BFF !important;
	box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
	padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
	line-height: 44px;
	position: absolute;
	top: 0px;
	height: 44px;
	text-align: center;
}

.range-slider {
	position: relative;
}

.range-slider .fa-range-icon-1 {
	left: 0px;
}

.range-slider .fa-range-icon-2 {
	right: 0px;
}

/*List Groups*/
.list-custom-small {
	line-height: 50px;
}

.list-custom-small .badge {
	font-size: 9px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	margin-top: 16px !important;
	padding: 5px 8px 5px 8px;
}

.list-custom-small a {
	font-size: 13px;
	font-weight: 500;
	color: #1F1F1F;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-custom-small a i:first-child {
	line-height: 30px;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
}

.list-custom-small a i:last-child {
	font-size: 10px;
	float: right;
	opacity: 0.5;
}

.list-custom-small i {
	line-height: 50px;
}

.list-custom-small .custom-control {
	position: absolute;
	z-index: 10;
	right: 40px;
	margin-top: -40px;
}

.list-custom-small .custom-control input {
	transform: translateY(-5px) !important;
}

.menu .list-custom-small a i:first-child {
	margin-left: 6px;
}

.list-custom-large a {
	font-size: 13px;
	font-weight: 500;
	line-height: 70px;
	color: #1F1F1F;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-custom-large a span:not(.badge) {
	font-size: 14px;
	position: absolute;
	margin-top: -6px;
}

.list-custom-large a strong {
	font-size: 7px;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	margin-top: 10px;
	color: #ADB5BD;
}

.list-custom-large a i:first-child {
	line-height: 32px;
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 21px;
	margin-right: 15px;
	text-align: center;
}

.list-custom-large a i:last-child {
	font-size: 10px;
	float: right;
}

.list-custom-large .badge {
	font-size: 9px;
	font-weight: 700;
	position: absolute;
	right: 10px;
	margin-top: 30px;
	padding: 5px 8px 5px 8px;
}

.list-custom-large i {
	line-height: 74px;
}

.list-custom-large .custom-control {
	position: absolute;
	z-index: 10;
	right: 40px;
	margin-top: 22px;
}

.list-custom-large .custom-control input {
	transform: translateY(-12px) !important;
}

.list-boxes a {
	font-size: 13px;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 10px;
	color: #1F1F1F;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.list-boxes a span:not(.badge) {
	font-size: 14px;
	position: absolute;
	margin-top: -4px;
	padding-left: 10px;
}

.list-boxes a strong {
	font-size: 7px;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	margin-top: 10px;
	padding-left: 10px;
	color: #6C757D;
}

.list-boxes a i:first-child {
	float: left;
	width: 40px;
	padding-left: 15px;
}

.list-boxes a i:last-child {
	font-size: 16px;
	float: right;
	margin-top: -5px;
	margin-right: 15px;
}

.list-boxes a u {
	font-size: 7px;
	position: absolute;
	right: 0px;
	width: 60px;
	margin-top: 13px;
	margin-right: 9px;
	text-align: center;
	text-decoration: none;
}

.list-boxes .badge {
	font-size: 9px;
	font-weight: 700;
	position: absolute;
	right: 10px;
	margin-top: 30px;
	padding: 5px 8px 5px 8px;
}

.list-boxes i {
	line-height: 64px;
}

.short-border {
	margin-left: 45px;
}

.short-border i:first-child {
	margin-top: 23px;
	margin-left: -45px;
}

.list-group .badge {
	z-index: 2;
}

.list-icon-0 a i:first-child {
	margin-left: -3px !important;
}

.icon-list {
	margin-left: 0px;
	padding-left: 0px;
}

.icon-list li {
	list-style: none;
}

.icon-list li i {
	padding-right: 10px;
}

/*Badge Text in Lists*/
.badge-text {
	margin-top: 13px !important;
	padding-right: 20px !important;
	transform: translateY(-3px);
}

/*Pricing*/
.pricing-1 {
	max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 20px 0px 30px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-1 * {
	list-style: none;
}

.pricing-1 .pricing-icon {
	font-size: 50px;
}

.pricing-1 .pricing-title {
	font-size: 32px;
	padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value {
	font-size: 40px;
	font-weight: 300;
	padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-1 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-1 .pricing-subtitle {
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	opacity: 0.6;
}

.pricing-1 .pricing-list {
	padding: 0px;
}

.pricing-1 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-1 .pricing-list li:last-child {
	margin-bottom: -20px;
	border-bottom: none;
}

.pricing-2 {
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-2 * {
	list-style: none;
}

.pricing-2 .pricing-icon {
	font-size: 50px;
	padding: 10px 0px 10px 0px;
}

.pricing-2 .pricing-title {
	font-size: 25px;
	margin: -10px 0px 20px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-2 .pricing-overtitle {
	font-size: 25px;
	margin: -10px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-2 .pricing-value {
	font-size: 43px;
	padding: 15px 0px 0px 0px;
}

.pricing-2 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-2 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-2 .pricing-subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}

.pricing-2 .pricing-list {
	padding: 0px;
}

.pricing-2 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.04);
}

.pricing-2 .pricing-list li:last-child {
	border-bottom: none;
}

.pricing-3 {
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-3 * {
	list-style: none;
}

.pricing-3 .btn {
	max-width: 90%;
	margin: -10px auto 10px auto;
}

.pricing-3 .pricing-icon {
	font-size: 50px;
}

.pricing-3 .pricing-title {
	font-size: 28px;
	padding: 30px 0px 0px 20px;
}

.pricing-3 .pricing-value {
	font-size: 40px;
	font-weight: 300;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.pricing-3 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-3 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-3 .pricing-subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px 0px 30px 20px;
	opacity: 0.6;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-3 .pricing-list {
	padding: 0px;
}

.pricing-3 .pricing-list i {
	width: 30px;
	padding-right: 20px;
}

.pricing-3 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	padding: 0px 0px 0px 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 {
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto 30px auto;
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 * {
	list-style: none;
}

.pricing-4 .pricing-title {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-4 .pricing-value {
	font-size: 43px;
	padding: 30px 0px 20px 0px;
}

.pricing-4 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-4 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-4 .pricing-subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	margin-top: -10px;
	padding: 0px 0px 20px 0px;
}

.pricing-4 .pricing-list {
	margin-bottom: 20px;
	padding: 0px;
}

.pricing-4 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 .pricing-list li:last-child {
	border-bottom: none;
}

.pricing-single {
	max-width: 280px;
	margin: 0 auto;
}

.pricing-double-1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.pricing-double-2 {
	float: left;
	width: 48%;
}

.pricing-list {
	list-style: none !important;
}

.pricing-list ul {
	list-style: none !important;
}

.pricing-list li {
	list-style: none !important;
}

/*Toasts*/
.toast-tiny {
	font-size: 12px;
	line-height: 35px;
	position: fixed;
	z-index: 90;
	left: 50%;
	max-width: auto !important;
	padding: 0px 20px;
	transition: all 200ms ease;
	color: #FFFFFF;
	border: 0px !important;
	border-radius: 60px;
}

.toast-bottom {
	bottom: 60px;
	bottom: calc(65px + (constant(safe-area-inset-bottom)) * 1.1) !important;
	bottom: calc(65px + (env(safe-area-inset-bottom)) * 1.1) !important;
	transform: translate(-50%, 60px);
}

.toast-bottom.toast-tiny.show {
	transform: translate(-50%, 0px);
}

.toast-top {
	top: 60px;
	top: calc(65px + (constant(safe-area-inset-bottom)) * 1.1) !important;
	top: calc(65px + (env(safe-area-inset-bottom)) * 1.1) !important;
	transform: translate(-50%, -60px);
}

.toast-top.toast-tiny.show {
	transform: translate(-50%, 0px);
}

/*Snackbars*/
.snackbar-toast {
	line-height: 50px;
	position: fixed;
	z-index: 95;
	right: 10px !important;
	bottom: 70px !important;
	bottom: calc(70px + (constant(safe-area-inset-bottom)) * 1.1) !important;
	bottom: calc(70px + (env(safe-area-inset-bottom)) * 1.1) !important;
	left: 10px !important;
	overflow: hidden;
	padding: 0px 18px;
	transition: all 350ms ease;
	transform: translateY(100px);
	border-radius: 8px;
}

.snackbar-toast.show {
	transform: translateY(0px);
}

/*Pagination*/
.pagination {
	margin-bottom: 30px;
}

.pagination .page-link {
	padding: 10px 14px;
}

.pagination .page-item {
	margin-right: 5px;
	margin-left: 5px;
}

.page-item.active a {
	color: #FFFFFF !important;
}

/*Search*/
.search-results {
	overflow: scroll;
}

.disabled-search-list {
	position: relative;
	overflow: hidden;
	max-height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.disabled-search {
	display: none;
}

.search-box {
	line-height: 50px;
	border: solid 1px rgba(0, 0, 0, 0.08);
}

.search-box input {
	line-height: 45px;
	width: 100%;
	padding-left: 40px;
	outline: none !important;
	background-color: rgba(0, 0, 0, 0);
}

.search-box .fa-search {
	line-height: 52px;
	position: absolute;
	left: 0px;
	padding: 0px 15px 0px 30px;
}

.search-box a {
	font-size: 14px;
	line-height: 52px;
	position: absolute;
	right: 15px;
	width: 45px;
	text-align: center;
}

.search-box input.bg-white {
	color: #000000 !important;
}

.search-color input {
	color: #FFFFFF;
}

.search-color input::placeholder {
	color: #FFFFFF;
}

.search-color i {
	z-index: 10;
	color: #FFFFFF !important;
}

.search-icon-list {
	padding-top: 10px;
	padding-left: 10px;
}

.search-icon-list a {
	line-height: 35px;
	color: #1F1F1F;
}

.search-icon-list a i {
	padding-right: 10px;
}

.search-page .search-result-list {
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
}

.search-page .search-results img {
	position: absolute;
	width: 80px;
	border-radius: 10px;
}

.search-page .search-results h1 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-left: 100px;
}

.search-page .search-results p {
	font-size: 12px;
	line-height: 20px;
	padding-right: 80px;
	padding-left: 100px;
}

.search-page .search-results a {
	font-size: 10px;
	font-weight: 500;
	line-height: 31px;
	position: absolute;
	top: 50%;
	right: 0px;
	height: 30px;
	padding: 0px 12px;
	transform: translateY(-50%);
	color: #FFFFFF;
	border-radius: 10px;
}

/*Tabs*/
.tab-content {
	position: relative;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
}

.tab-controls a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 600;
	float: left;
	margin-right: -1px;
	transition: all 250ms ease;
	text-align: center;
	color: #1F1F1F;
	border: solid 1px rgba(0, 0, 0, 0.07);
	background-color: #FFFFFF;
}

.tab-controls a:last-child {
	border: solid 1px rgba(0, 0, 0, 0.07);
	border-right: none !important;
}

.tabs-large a {
	font-size: 14px;
	line-height: 45px;
	height: 45px;
}

.tabs-medium a {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
}

.tabs-small a {
	font-size: 12px;
	line-height: 33px;
	height: 33px;
}

.tabs-rounded {
	border-radius: 11px;
}

.tabs-rounded a:first-child {
	border-top-left-radius: 11px !important;
	border-bottom-left-radius: 11px !important;
}

.tabs-rounded a:last-child {
	border-top-right-radius: 11px !important;
	border-bottom-right-radius: 11px !important;
}

.tabs-circled a:first-child {
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}

.tabs-circled a:last-child {
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}

.tabs-no-border * {
	border: none !important;
	background-color: transparent !important;
}

.tabs-no-border a {
	padding: 0px 8px;
}

.border-tab {
	padding-bottom: 12px !important;
	border-style: solid !important;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 2px !important;
	border-left-width: 0px !important;
}

/*Working Hours*/
.working-hours {
	border-radius: 5px;
}

.working-hours p {
	line-height: 0px;
	display: inline-block;
	float: left;
	width: 33.3%;
	margin-top: -8px !important;
	margin-bottom: 10px;
	padding-top: 34px;
	padding-right: 10px;
	padding-bottom: 15px !important;
	padding-left: 10px;
}

.working-hours p:nth-child(2) {
	text-align: center;
}

.working-hours p:last-child {
	text-align: right;
}

.working-hours::after {
	display: table;
	clear: both;
	content: "";
}

/*Responsive Videos and iframes*/
.max-iframe {
	height: 300px !important;
	max-height: 200px !important;
	margin: 0 auto;
	padding-bottom: 0px !important;
}

.responsive-iframe {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.responsive-iframe object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.responsive-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*--Footer--*/
.footer {
	z-index: 11;
	margin-bottom: 0px !important;
	padding: 20px 30px 10px 30px;
}

.footer strong {
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
}

.footer strong i {
	padding: 0px 5px;
}

.footer .footer-text {
	font-size: 12px;
	line-height: 22px;
	padding: 5px 10px 0px 10px;
	text-align: center;
}

.footer .footer-copyright {
	border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.footer .footer-links {
	font-size: 10px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 13px;
	text-align: center;
	border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.footer .footer-links a {
	padding: 40px 5px 1px 5px;
}

.footer .footer-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 28px;
	font-weight: 900;
	width: 100%;
	text-align: center;
	color: #1F1F1F;
}

.footer .footer-logo {
	position: relative;
	position: relative;
	left: auto;
	left: auto;
	width: 100%;
	width: 100%;
	margin: 0 auto;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0);
}

.footer .footer-logo span {
	display: none !important;
}

.footer-title {
	display: block;
	text-align: center;
}

.footer-socials {
	max-width: 240px;
	margin: 0px auto 30px auto;
}

.footer-socials a {
	font-size: 14px;
	float: left;
	margin: 0px 4px;
	color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.footer-socials a i {
	line-height: 38px;
	display: block;
	float: left;
	width: 38px;
	text-align: center;
}

.footer-socials:after {
	display: table;
	clear: both;
	content: "";
}

.footer-copyright {
	font-size: 11px;
	line-height: 24px;
	margin-bottom: -5px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.03);
}

.footer-logo span {
	display: none;
}

/*PageApp Calendar*/
.calendar {
	position: relative;
	overflow: hidden;
	max-width: 90%;
	margin: 0px auto 30px auto;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.cal-title {
	line-height: 60px;
	margin-bottom: 0px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.cal-sub-title {
	line-height: 60px;
	margin-bottom: 0px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.cal-title-right {
	line-height: 62px;
	float: right;
	height: 50px;
	margin-top: -60px;
	padding-right: 20px;
}

.cal-title-left {
	line-height: 62px;
	float: left;
	height: 50px;
	margin-top: -60px;
	padding-left: 20px;
}

.cal-days a {
	font-weight: 800;
	line-height: 35px;
	position: relative;
	position: realtive;
	z-index: 3;
	float: left;
	width: 14.28%;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
}

.cal-disabled {
	color: #CED4DA !important;
}

.cal-selected span {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.cal-selected i {
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0px 0px -16px;
	text-align: center;
	opacity: 1;
	color: #000000;
}

.cal-dates a {
	font-weight: 500;
	line-height: 45px;
	position: relative;
	float: left;
	width: 14.2857142857%;
	text-align: center;
	color: #1F1F1F;
}

.theme-dark .cal-dates a {
	color: #FFFFFF !important;
}

.theme-dark .cal-disabled {
	opacity: 0.3;
}

.cal-dates-border a {
	overflow: hidden;
	border-right: solid 1px rgba(0, 0, 0, 0.05);
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
	min-height: 80px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}

.cal-schedule em {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	position: absolute;
	padding: 20px 0px 0px 20px;
}

.cal-schedule strong {
	font-size: 14px;
	display: block;
	padding: 17px 0px 0px 100px;
	color: #000000;
}

.cal-schedule span {
	font-size: 10px;
	display: block;
	margin-top: 0px;
	color: #ADB5BD;
}

.cal-schedule span i {
	display: inline-block;
	width: 50px;
	padding: 0px 20px 0px 102px;
	text-align: center;
}

.theme-dark .cal-schedule strong {
	color: #FFFFFF !important;
}

.theme-dark .cal-schedule span {
	opacity: 0.5;
	color: #FFFFFF !important;
}

.cal-message {
	display: block;
}

.cal-message i {
	font-size: 27px;
	line-height: 43px;
	position: absolute;
	right: 20px;
	height: 40px;
}

.cal-message strong {
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	padding-left: 20px;
}

/*-Pageapp Chat-*/
.speech-left {
	float: right;
	max-width: 200px;
	color: #FFFFFF;
	border-bottom-right-radius: 0px !important;
}

.speech-right {
	float: left;
	max-width: 200px;
	border-bottom-left-radius: 0px !important;
}

.speach-image {
	padding: 0px !important;
}

.speach-image img {
	margin: 0px;
}

.speech-last {
	margin-bottom: 0px !important;
}

.speech-bubble {
	font-size: 13px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px 15px;
	border-radius: 17px;
	background-color: #DEE2E6;
}

.speech-bubble:after {
	display: block;
	clear: both;
	content: "";
}

.speech-read {
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	display: block;
	margin-bottom: 80px;
	text-align: right;
	color: #ADB5BD;
}

.speach-input input {
	line-height: 45px;
	display: block;
	width: 100%;
	height: 45px;
	margin-top: 8px;
	border-radius: 45px;
}

.speach-icon a {
	line-height: 35px;
	display: block;
	width: 35px;
	height: 35px;
	margin-top: 3px;
	padding-top: 0px !important;
	transform: translateY(10px);
	border-radius: 35px;
}

.speech-icon-left,
.speech-icon-right {
	position: relative;
	display: block;
}

.speech-icon-left img,
.speech-icon-right img {
	position: absolute;
	bottom: 0px;
	width: 30px;
}

.speech-icon-left img {
	left: 0px;
}

.speech-icon-right img {
	right: 0px;
}

.speech-icon-left .speech-bubble {
	margin-left: 20px !important;
}

.speech-icon-right .speech-bubble {
	margin-right: 20px !important;
}

/*Contact Form*/
.menu input[type="text"] {
	line-height: 35px;
	height: 35px;
}

.menu textarea {
	height: 85px !important;
	padding-top: 3px !important;
}

.menu .form-field {
	margin-bottom: 5px;
}

.menu .form-field label {
	font-size: 12px;
	margin-bottom: -10px;
}

.form-field span {
	font-size: 9px;
	position: absolute;
	right: 20px;
	opacity: 0.5;
}

.form-field input {
	margin: 0px 0px 15px 0px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-field textarea {
	margin: 0px 0px 15px 0px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-name input {
	line-height: 40px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.form-email input {
	line-height: 40px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.form-text textarea {
	line-height: 24px;
	width: 100%;
	height: 145px;
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.contactSubmitButton {
	display: block;
	width: 100%;
	padding: 12px 0px !important;
	color: #FFFFFF !important;
	border-radius: 10px;
}

.fieldHasError {
	border: solid 1px #BF263C !important;
}

/*Map Full*/
.map-full .caption,
.map-full .card-overlay {
	transition: all 350ms ease;
}

.hide-map {
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 200px;
	margin-top: -120px;
	margin-left: -100px;
	text-align: center;
	opacity: 0;
}

.map-full .card {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.map-full iframe {
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 100vh;
}

.activate-map {
	transition: all 250ms ease;
	transition: all 350ms ease;
	opacity: 1 !important;
}

.deactivate-map {
	transition: all 350ms ease;
	pointer-events: none;
	opacity: 0 !important;
}

/*Filter*/
.gallery-filter * {
	overflow: visible !important;
}

.gallery-filter-all {
	float: left !important;
	padding-left: 0px !important;
}

.gallery-filter-controls {
	margin: 0px;
	padding: 0px;
}

.gallery-filter-controls li {
	font-size: 13px;
	font-weight: 500;
	float: right;
	padding-left: 15px;
	list-style: none;
	cursor: pointer;
	transition: all 350ms ease;
	color: #1F1F1F;
}

.gallery-filter-controls li:first-child {
	padding-right: 30px;
}

.gallery-filter-controls {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.gallery-filter {
	margin-right: -5px;
	margin-left: -5px;
	transition: height 350ms ease;
}

.gallery-filter a {
	display: block;
	width: 33.3%;
	padding: 5px;
	transition: height 350ms ease;
}

.gallery-filter a img {
	display: block;
	width: 100%;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Collection*/
.gallery-collection-round a img {
	border-radius: 10px;
}

.gallery-collection a {
	position: relative;
	float: left;
	width: 48%;
}

.gallery-collection a:nth-child(2n + 2) {
	margin-bottom: 4%;
	margin-left: 4%;
}

.gallery-collection a img {
	float: left;
	width: 50%;
	padding: 1px;
}

.gallery-collection i {
	font-size: 17px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	color: #1F1F1F;
	border-radius: 50px;
	background-color: #FFFFFF;
}

/*Gallery Views*/
.gallery-view-controls a {
	font-size: 16px;
	line-height: 50px;
	float: left;
	width: 33.3%;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
}

.theme-dark .gallery-view-controls a {
	color: #FFFFFF;
}

.theme-dark .gallery-view-controls {
	border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.gallery-view-1 a {
	float: left;
	width: 30%;
}

.gallery-view-1 .caption {
	display: none;
}

.gallery-view-2 .caption {
	display: none;
}

.gallery-view-3 .caption {
	padding-top: 20px;
}

.gallery-view-1 a {
	margin-bottom: 5%;
}

.gallery-view-1 a:nth-child(3n-1) {
	margin: auto 5% auto 5%;
}

.gallery-view-2 a {
	float: left;
	width: 47.5%;
	margin-bottom: 5%;
}

.gallery-view-2 a:nth-child(2n-1) {
	margin-right: 5%;
}

/*Page Timeline*/
.timeline-cover {
	position: fixed;
	z-index: 1;
	top: 0px;
	width: 100%;
	height: 330px;
	margin-top: 50px;
	background-position: center center;
	background-size: cover;
}

.timeline-cover .overlay {
	opacity: 0.8;
}

.timeline-cover .content {
	z-index: 10;
}

.timeline-body {
	position: relative;
	z-index: 2;
	margin-top: 200px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
	box-shadow: none !important;
}

.timeline-header {
	height: 55px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.timeline-header .menu-icon {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	z-index: 11;
	top: 2px;
	right: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.timeline-header .menu-icon em {
	background-color: #FFFFFF;
}

.timeline-logo {
	position: absolute;
	z-index: 10;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.timeline-deco {
	position: absolute;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	left: 43px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.08);
}

.timeline-item-content,
.timeline-item-content-full {
	margin: 0px 15px 30px 90px;
	padding: 20px 15px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

.timeline-item {
	position: relative;
	z-index: 2;
}

.timeline-item-content-full {
	padding: 0px;
}

.timeline-item-content-full h5 {
	padding: 5px 15px 15px 15px;
}

.timeline-item .timeline-icon {
	font-size: 18px;
	line-height: 45px;
	position: absolute;
	top: 25px;
	left: 21px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 45px;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
	padding-left: 0px;
	text-align: center;
}

.timeline-cover-center .timeline-image {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -150px;
	margin-left: -60px;
	border-radius: 100px;
	background-size: 120px 120px;
}

.timeline-body-center {
	padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
	line-height: 60px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -115px;
	margin-left: -31px;
}

.timeline-body-center .timeline-deco {
	left: 50%;
	margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
	margin: 120px 20px 20px 20px !important;
	padding: 20px;
}

/*Page VCard*/
.vcard-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.vcard-field {
	line-height: 50px;
	position: relative;
	padding-top: 15px;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	border-left: 0px !important;
}

.vcard-field strong {
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	margin-top: -18px;
	color: #ABABAB;
}

.vcard-field i {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 15px;
	text-align: center;
	opacity: 0.3;
}

.vcard-field a {
	font-size: 14px;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0.7;
	color: #000000;
}

/*Gradient Adjustments*/
.bg-gradient {
	background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 20%,
			rgba(0, 0, 0, 0.1) 30%,
			rgba(0, 0, 0, 0.8) 70%,
			black 100%
	);
}

.bg-gradient-fade {
	bottom: 0px !important;
}

.theme-light .bg-gradient-fade {
	background: linear-gradient(
			to bottom,
			rgba(240, 240, 240, 0) 0%,
			rgba(240, 240, 240, 0.99) 65%,
			#F0F0F0 100%
	);
}

.theme-dark .bg-gradient-fade {
	background: linear-gradient(
			to bottom,
			rgba(27, 29, 33, 0) 0%,
			rgba(27, 29, 33, 0.99) 65%,
			#1B1D21 100%
	);
}

.theme-light .bg-gradient-fade-small {
	background: linear-gradient(
			to bottom,
			rgba(240, 240, 240, 0) 0%,
			rgba(240, 240, 240, 0.2) 50%,
			rgba(240, 240, 240, 0.9) 75%,
			#F0F0F0 100%
	);
}

.theme-dark .bg-gradient-fade-small {
	background: linear-gradient(
			to bottom,
			rgba(27, 29, 33, 0) 0%,
			rgba(27, 29, 33, 0.2) 50%,
			rgba(27, 29, 33, 0.9) 75%,
			#1B1D21 100%
	);
}

/*Basic Colors*/
.color-white {
	color: #FFFFFF !important;
}

.color-black {
	color: #000000 !important;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.bg-black {
	background-color: #000000 !important;
}

/*Main Color Settings*/
.theme-dark .bg-theme {
	background-color: #0F1117 !important;
}

.theme-light .bg-theme {
	background-color: #FFFFFF !important;
}

.theme-light .color-theme {
	color: #0F1117 !important;
}

.theme-dark .color-theme {
	color: #FFFFFF !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
	display: block;
}

.theme-dark .show-on-theme-light {
	display: none;
}

.theme-light .show-on-theme-light {
	display: block;
}

.theme-light .show-on-theme-dark {
	display: none;
}

/*Dark Theme Settings*/
.theme-dark p {
	color: #898989;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
	color: #FFFFFF;
}

.theme-dark .accordion-btn,
.theme-dark .menu .nav-title,
.theme-dark .menu .nav a i,
.theme-dark .menu .nav a span,
.theme-dark .menu .nav .active-nav i,
.theme-dark .menu .nav .active-nav span,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .search-header .fa-search,
.theme-dark .color-theme,
.theme-dark .countdown div,
.theme-dark .list-group i:last-child,
.theme-dark .search-icon-list a,
.theme-dark .fac label,
.theme-dark .pagination a,
.theme-dark .accordion-style-2 a,
.theme-dark .input-style-1 .input-icon,
.theme-dark .input-style-2 .input-icon,
.theme-dark .input-style-1 span,
.theme-dark .input-style-2 span,
.theme-dark .input-style-1 input,
.theme-dark .input-style-2 input,
.theme-dark input,
.theme-dark .contact-form i,
.theme-dark .demo-icon-font article,
.theme-dark [data-tab],
.theme-dark span:not(.badge),
.theme-dark .profile-2 .profile-stats a,
.theme-dark .vcard-field *,
.theme-dark .search-header input,
.theme-dark .search-header input::placeholder,
.theme-dark .footer .footer-title {
	color: #FFFFFF;
}

.theme-dark,
.theme-dark .page-bg,
.theme-dark #page,
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .divider-icon i,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
	background-color: #1B1D21 !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
	border: solid 1px rgba(255, 255, 255, 0.05) !important;
	background-color: #1B1D21;
}

.theme-dark .footer,
.theme-dark .card,
.theme-dark #preloader {
	background-color: #0F1117;
}

.theme-dark .input-style-2 span {
	background-color: #000000;
}

.theme-dark .card .input-style-2 span,
.theme-dark .menu .input-style-2 span,
.theme-dark .card.input-style span,
.theme-dark .bg-theme {
	background-color: #0F1117 !important;
}

.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .link-list-2 a,
.theme-dark .vcard-field,
.theme-dark table {
	border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark input::placeholder,
.theme-dark textarea::placeholder,
.theme-dark select::placeholder,
.theme-dark select,
.theme-dark .form-field input,
.theme-dark .form-field textarea {
	color: #FFFFFF !important;
	border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .input-style-1 input,
.theme-dark .input-style-1 select,
.theme-dark .input-style-1 textarea,
.theme-dark input,
.theme-dark textarea,
.theme-dark select {
	border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 input:focus,
.theme-dark .input-style-1 select:focus,
.theme-dark .input-style-1 textarea:focus,
.theme-dark input:focus,
.theme-dark textarea:focus,
.theme-dark select:focus {
	border-color: #495057 !important;
}

.theme-dark .list-custom-large a,
.theme-dark .list-custom-small a {
	border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .input-style-1 em,
.theme-dark .input-style-2 em {
	color: #898989;
}

.theme-dark .timeline-deco {
	background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .footer-links,
.theme-dark #footer-bar,
.theme-dark .footer-copyright {
	border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-left {
	border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark th,
.theme-dark .menu,
.theme-dark .header,
.theme-dark .polaroid-effect,
.theme-dark .timeline-item-content,
.theme-dark .tab-controls,
.theme-dark #footer-bar,
.theme-dark .menu .input-style span,
.theme-dark .timeline-item-content-full {
	color: #FFFFFF;
	background-color: #21252A !important;
}

.theme-dark .divider,
.theme-dark .menu .nav a:hover,
.theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider {
	background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .menu-hider {
	background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .gallery-filter-controls li {
	color: #FFFFFF;
}

.theme-dark .gallery-view-controls a {
	color: #FFFFFF;
}

.theme-dark .gallery-view-controls {
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tab-controls a {
	border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .form-control:focus,
.theme-dark .form-control {
	background-color: transparent !important;
}

/*Styles used to showcase the demo product on ThemeForest and create backgrounds. These can be deleted to increase speed of loading*/
.bg-0 {
	background-image: url(../images/pictures/0l.jpg);
}

.bg-1 {
	background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
	background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
	background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
	background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
	background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
	background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
	background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
	background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
	background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
	background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
	background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
	background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
	background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
	background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
	background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
	background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
	background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
	background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
	background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
	background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
	background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
	background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
	background-image: url(../images/pictures/23.jpg);
}

.bg-24 {
	background-image: url(../images/pictures/24.jpg);
}

.bg-25 {
	background-image: url(../images/pictures/25.jpg);
}

.bg-26 {
	background-image: url(../images/pictures/26.jpg);
}

.bg-27 {
	background-image: url(../images/pictures/27.jpg);
}

.bg-28 {
	background-image: url(../images/pictures/28.jpg);
}

.bg-29 {
	background-image: url(../images/pictures/29.jpg);
}

.bg-30 {
	background-image: url(../images/pictures/30.jpg);
}

/*Demo Colors*/
.demo-color {
	line-height: 45px;
	width: 100%;
	padding-left: 20px;
	text-transform: capitalize;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.demo-color span {
	font-size: 10px;
	line-height: 48px;
	position: absolute;
	right: 20px;
	color: rgba(255, 255, 255, 0.5);
}

/*Highlight Changer*/
.theme-change-transition {
	transition: all 150ms ease !important;
}

.highlight-changer a {
	font-size: 20px;
	line-height: 42px;
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: center;
}

.highlight-changer a i {
	font-size: 26px !important;
	display: block;
	margin-top: 10px;
}

.highlight-changer a span {
	font-size: 11px;
	display: block;
	margin-top: -10px;
	margin-bottom: -5px;
}

.background-changer a {
	font-size: 20px;
	line-height: 42px;
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: center;
}

.background-changer a i {
	display: block;
	width: 26px;
	height: 26px;
	margin: 10px auto 0px auto;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0);
	border-radius: 100%;
}

.background-changer .bg-theme {
	border: solid 1px rgba(0, 0, 0, 0.2);
}

.background-changer a span {
	font-size: 11px;
	display: block;
	margin-top: -10px;
	margin-bottom: -5px;
}

/* Lightbox v2.10.0 Copyright 2007, 2018 Lokesh Dhakar Released under the MIT license */
.lb-loader,
.lightbox {
	line-height: 0;
	position: fixed;
	left: 0;
	text-align: center;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
	clear: both;
	content: "";
}

html.lb-disable-scrolling {
	position: fixed;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

.lightboxOverlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0 !important;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100% !important;
	height: 100% !important;
	opacity: 1;
	background-color: #000000;
	filter: alpha(Opacity=80);
}

.lightbox {
	font-weight: 400;
	z-index: 10000;
	top: 50% !important;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(-50%);
}

.lightbox .lb-image {
	display: block;
	max-width: inherit;
	height: auto;
	max-height: none;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0);
}

.lb-outerContainer:after {
	display: table;
}

.lb-loader {
	top: 50%;
	width: 100%;
	height: 25%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
	display: block;
	height: 100%;
	cursor: pointer;
}

.lb-nav a.lb-prev {
	left: 0;
	float: left;
	width: 34%;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
}

.lb-nav a.lb-prev:hover {
	opacity: 1;
	filter: alpha(Opacity=100);
}

.lb-nav a.lb-next {
	right: 0;
	float: right;
	width: 64%;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
}

.lb-nav a.lb-next:hover {
	opacity: 1;
	filter: alpha(Opacity=100);
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
	display: table;
}

.lb-data {
	padding: 0 4px;
	color: #CCCCCC;
}

.lb-data .lb-details {
	line-height: 1.1em;
	float: left;
	width: 85%;
	text-align: left;
}

.lb-data .lb-caption a {
	color: #44AAEE;
}

.lb-data .lb-number {
	font-size: 12px;
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	text-align: right;
	opacity: 0.7;
	outline: 0;
	background: url(../images/close.png) top right no-repeat;
	filter: alpha(Opacity=70);
}

.lb-dataContainer,
.lb-details {
	position: fixed;
	width: 100% !important;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
	filter: alpha(Opacity=100);
}

.lb-outerContainer {
	position: fixed !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.lb-dataContainer {
	right: 0;
	bottom: -50%;
	left: 0;
}

.lb-closeContainer {
	position: fixed;
	bottom: -50%;
	left: 50%;
	margin-left: -15px;
	padding-bottom: 70px;
	transform: scale(0.8, 0.8);
}

.lb-details {
	top: -50%;
	right: 0;
	left: 0;
	padding-top: 30px;
	text-align: center !important;
}

.lb-data .lb-caption {
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 5px;
}

/* Owl Custom Settings*/
.task-slider {
	transform: translateX(-35px);
}

.task-slider .owl-stage-outer {
	overflow: visible !important;
}

.single-slider {
	z-index: 50 !important;
}

.single-slider img {
	width: 100% !important;
}

.under-slider-btn {
	z-index: 90;
	margin-top: -53px;
	margin-bottom: 0px;
}

.double-slider {
	padding-right: 15px;
	padding-left: 15px !important;
}

.double-slider .owl-stage-outer {
	overflow: visible !important;
}

.double-slider .under-slider-button {
	margin-bottom: -50px;
}

.cta-buttons {
	z-index: 10;
	display: block;
	width: 280px;
	margin: 0px auto -1px auto;
}

.cta-buttons a {
	display: inline-block;
}

.owl-has-controls .owl-nav {
	display: block !important;
}

.owl-has-controls .owl-prev {
	margin-left: 15px;
}

.owl-has-controls .owl-next {
	margin-right: 15px;
}

.slider-boxed {
	padding: 0px 15px;
}

.slider-boxed * {
	overflow: visible !important;
}

.slider-boxed .owl-nav {
	margin-top: -25px !important;
}

.slider-boxed .owl-dots {
	transform: translateX(0px) !important;
}

.carousel-boxed {
	padding: 0px 15px;
}

.card-slider * {
	overflow: visible !important;
}

.card-carousel * {
	overflow: visible !important;
}

.cover-slider .owl-dots {
	transform: translateY(-70px) !important;
}

.walkthrough-slider .owl-dots {
	transform: translateY(-22px) !important;
}

.cover-button-bottom {
	font-size: 12px;
	position: absolute;
	z-index: 99;
	right: 50px;
	bottom: 70px;
	left: 50px;
}

.cover-button-top {
	font-size: 12px;
	position: absolute;
	z-index: 99;
	top: 20px;
	top: calc(20px + (constant(safe-area-inset-top)) * 1.1) !important;
	top: calc(20px + (env(safe-area-inset-top)) * 1.1) !important;
	left: 50%;
	width: 170px;
	margin-left: -85px;
}

.cover-next {
	position: absolute;
	z-index: 99;
	right: 0px;
	bottom: 20px;
}

.cover-prev {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 0px;
}

.cover-slider {
	touch-action: pan-x;
}

.cover-slider .content {
	margin-bottom: 0px !important;
}

/* Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch  Licensed under  ()*/
@keyframes "fadeOut" {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-carousel {
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item {
	position: relative;
	float: left;
	min-height: 1px;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	transform-style: preserve-3d;
}

.owl-carousel .owl-item .owl-lazy {
	transition: opacity 0.4s ease;
	opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-wrapper {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	transition: transform 0.1s ease;
	background: url(owl.video.play.png) no-repeat;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	height: 100%;
	transition: opacity 0.4s ease;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.owl-carousel .card {
	overflow: hidden !important;
}

.owl-dots {
	bottom: 5px;
	width: 100%;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-height {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	transition: all 250ms ease !important;
}

.owl-auto-height .owl-height {
	transition: all 250ms ease-in-out !important;
}

.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	transition: all 250ms ease;
	border-radius: 50px;
	background: rgba(139, 139, 139, 0.9);
}

.owl-dot.active {
	transition: all 250ms ease;
	background: #CACACA;
}

.owl-no-dots .owl-dots {
	display: none !important;
}

.owl-no-dots .cover-content-bottom {
	bottom: 0;
	padding-bottom: 0;
}

.content1-full-height .owl-dot {
	bottom: 20px !important;
}

.owl-nav {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	left: 0;
}

.owl-next {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	right: 0;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	text-align: center;
	color: #FFFFFF;
}

.owl-prev {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	left: 0;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	text-align: center;
	color: #FFFFFF;
}

.owl-has-dots .owl-dots {
	margin-top: 20px;
	margin-bottom: 0;
}

.owl-has-dots-over .owl-dots {
	margin-top: -40px;
	margin-bottom: 10px;
}

.cover-slider {
	margin-bottom: 0;
}

.cover-slider .owl-dots {
	z-index: 99;
	margin-top: -27px;
	transform: translateY(-20px) !important;
}

.cover-slider [data-height="cover"] {
	margin-bottom: 0 !important;
}

.next-slide {
	line-height: 35px;
	position: absolute;
	z-index: 99;
	top: 50%;
	right: 15px;
	width: 35px;
	margin-top: -10px;
	transform: translateY(-70%);
	text-align: center;
	color: #FFFFFF;
}

.prev-slide {
	line-height: 35px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 15px;
	width: 35px;
	margin-top: -10px;
	transform: translateY(-70%);
	text-align: center;
	color: #FFFFFF;
}

.owl-dots-over .owl-dots {
	margin-bottom: -10px;
	transform: translateY(-60px);
}

.owl-dots-no-footer .owl-dots {
	transform: translateY(-18px) !important;
}

.menu, .menu-hider {
	display: none;
	opacity: 0;
}

* {
	font-size: 100%;
	font-size-adjust: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translate3d(1, 1, 1);
	transform: translate3d(1, 1, 1);
	vertical-align: baseline;
	border: 0;
	outline: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	outline: none;
}

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

* {
	font-family: "Roboto", sans-serif;
}

body {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}

::-webkit-scrollbar {
	display: none;
}

::selection {
	color: #000000;
	background-color: #CCCCCC;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	position: relative;
	display: block;
}

textarea, input {
	outline: none;
}

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

input {
	display: inline-block;
	-webkit-border-radius: 0px !important;
	border-radius: 0 !important;
}

textarea {
	-webkit-border-radius: 0px !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

label a {
	display: inline-block;
}

.no-click {
	pointer-events: none !important;
}

/*---Typography---*/
/*----------------*/
a {
	color: #2980B9;
}

p > a {
	display: inline;
	text-decoration: none;
}

p > a:hover {
	text-decoration: underline;
}

p > span {
	display: inline;
}

p strong {
	font-size: 13px;
	font-weight: 500;
}

span > a {
	display: inline;
}

a > span {
	display: inline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong a, em a {
	display: inline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	display: inline;
}

table {
	clear: both;
	width: 100%;
	margin-bottom: 27px;
	border-spacing: 0;
	bborder-collapse: separate;
}

th {
	font-weight: bold;
	vertical-align: middle;
}

tr {
	line-height: 18px;
}

td {
	line-height: 18px;
	padding: 9px 0px 9px 0px;
	text-align: center;
	vertical-align: middle;
}

.table tr.even td {
	background: #EFEFEF;
}

th {
	line-height: 45px;
	color: #1F1F1F;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #F6F6F6;
}

td {
	color: #666666;
	background-color: #FDFDFD;
}

table {
	font-size: 12px;
	background-color: #F6F6F6;
}

ul, ol {
	font-size: 13px;
	margin-left: 20px;
	color: #666666;
}

ul {
	margin-bottom: 30px;
}

ul ul {
	margin-bottom: 5px;
}

ol ol {
	margin-bottom: 5px;
}

ol {
	margin-bottom: 30px;
}

li {
	line-height: 24px;
	margin-bottom: 5px;
}

ol > li:last-child, ul > li:last-child {
	margin-bottom: 0px;
}

textarea {
	font-family: "Roboto", sans-serif;
}

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

sup {
	top: -15px;
}

sub {
	bottom: 0px;
}

i {
	min-width: 12px;
}

.disabled {
	display: none !important;
}

.stop-scroll {
	overflow: hidden !important;
}

.no-click {
	pointer-events: none;
}

.no-border {
	border: none !important;
}

.responsive-image {
	display: block;
	width: 100%;
}

.round-image {
	border-radius: 100%;
}

/*Typography*/
p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #F4EEEE;
}

p strong {
	color: #1F1F1F;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: -0.3px;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: "Source Sans Pro", sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 30px
}

h2 {
	font-size: 21px;
	line-height: 25px
}

h3 {
	font-size: 20px;
	line-height: 24px
}

h4 {
	font-size: 18px;
	line-height: 23px
}

h5 {
	font-size: 16px;
	line-height: 22px
}

.under-heading {
	margin-top: -8px;
}

.heading-icon {
	float: right;
}

.color-skin {
	color: #000000;
}

.color-black {
	color: #000000 !important;
}

.color-white {
	color: #FFFFFF !important;
}

.color-theme {
	color: #1F1F1F !important;
}

.bg-theme {
	background-color: #FFFFFF;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.highlight {
	padding: 0px 5px;
	color: #FFFFFF;
}

.icon-list {
	padding-left: 5px;
	list-style: none;
}

.icon-list i {
	position: absolute;
	left: 0px;
	margin-top: 6px;
}

.border-box {
	padding: 5px 0px 5px 15px;
	border-width: 4px !important;
	border-left-style: solid;
}

.border-box strong, .border-box em {
	font-style: normal;
	display: block;
}

/*Reusable Classes*/
.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.left-text, .center-text, .right-text, .text-center, .text-right, .text-left {
	display: block;
}

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

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

.text-center, .center-text {
	display: block;
	text-align: center;
}

.text-center img, .center-text img {
	margin: 0 auto;
}

.boxed-text-huge {
	width: 90%;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.boxed-text-large {
	width: 85%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.boxed-text-medium {
	width: 80%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.boxed-text-small {
	width: 70%;
	max-width: 260px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.center-vertical {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.center-horizontal {
	margin: 0 auto;
}

/*Line Height Control*/
.line-height-small {
	line-height: 17px !important;
}

.line-height-medium {
	line-height: 24px !important;
}

.line-height-large {
	line-height: 26px !important;
}

.line-height-huge {
	line-height: 34px !important;
}

/*Font Weight Control*/
.thin {
	font-weight: 300 !important
}

.ultrathin {
	font-weight: 100 !important
}

.thiner {
	font-weight: 400 !important
}

.bold {
	font-weight: 600 !important
}

.regularbold {
	font-weight: 500 !important
}

.bolder {
	font-weight: 700 !important
}

.ultrabold {
	font-weight: 900 !important
}

.font-italic {
	font-style: italic;
}

.font-regular {
	font-style: normal;
}

.font-none {
	text-transform: none !important;
}

.font-uppercase {
	text-transform: uppercase !important;
}

.font-lowercase {
	text-transform: lowercase !important;
}

.font-capitalize {
	text-transform: capitalize !important;
}

/*Wrapped Text*/
.wrapped-text-small {
	padding: 2px 10px;
}

.wrapped-text-medium {
	padding: 5px 12px;
}

.wrapped-text-large {
	padding: 6px 14px;
}

/*Floats*/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*Columns*/
.clear {
	clear: both;
}

.one-half {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.one-half.last-column {
	float: left;
	width: 48%;
	margin: 0% 0% auto 2%;
}

.one-third {
	float: left;
	width: 31.7%;
	margin-right: 2%;
}

.one-third.last-column {
	float: left;
	width: 31.7%;
	margin: 0% 0% auto 0%;
}

.one-half .content-boxed .content {
	margin-right: 8px;
	margin-left: 8px;
}

.one-third .content-boxed .content {
	margin-right: 8px;
	margin-left: 8px;
}

.one-half .content-boxed {
	margin-right: 0px;
}

.one-half.last-column .content-boxed {
	margin-right: 15px;
	margin-left: 0px;
}

/*Columns Div*/
.columns-three .col {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.columns-three .col:nth-child(3n+3) {
	margin-right: 0%;
}

.columns-two .col {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.columns-two .col:nth-child(2n+2) {
	margin-right: 0%;
}

.grid-columns div {
	float: left;
	width: 46%;
	margin-left: 3%;
	text-align: center;
}

.grid-columns div:nth-child(2n+1) {
	margin-right: 3%;
	margin-left: 0%;
}

.grid-columns div i {
	font-size: 40px;
	line-height: 70px;
	display: block;
	width: 70px;
	margin: 0 auto;
	text-align: center;
}

.grid-columns div p {
	line-height: 26px;
}

.list-columns-left div i, .list-columns-left img {
	line-height: 65px;
	position: absolute;
	width: 65px !important;
	margin-top: 8px;
	text-align: center;
}

.list-columns-left div h1 {
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 80px;
}

.list-columns-left div p {
	line-height: 22px;
	padding-left: 80px;
}

.list-columns-left div {
	min-height: 80px;
}

.list-columns-right div i, .list-columns-right img {
	line-height: 65px;
	position: absolute;
	right: 0px;
	width: 65px !important;
	margin-top: 5px;
	text-align: center;
}

.list-columns-right div h1 {
	font-size: 18px;
	margin-bottom: 0px;
	padding-right: 80px;
}

.list-columns-right div p {
	line-height: 22px;
	padding-right: 80px;
}

.list-columns-right div {
	min-height: 80px;
}

/*Preloader*/
.loader-main {
	position: fixed;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: all 250ms ease;
	background-color: #FFFFFF;
	will-change: opacity;
}

.loader-active {
	transition: all 350ms ease;
	opacity: 1 !important;
	will-change: opacity;
}

.loader-inactive {
	transition: all 350ms ease;
	pointer-events: none !important;
	opacity: 0 !important;
	will-change: opacity;
}

.preload-spinner, .preload-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	clip: rect(0, 40px, 40px, 20px);
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	animation: preload-spin1 1.2s ease infinite;
}

.preload-spinner:after {
	position: absolute;
	clip: rect(0, 40px, 40px, 20px);
	width: 40px;
	height: 40px;
	content: "";
	animation: preload-spin2 1.2s ease-in-out infinite;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-radius: 50%;
}

@keyframes preload-spin1 {
	25% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(185deg)
	}
}

@keyframes preload-spin2 {
	0% {
		transform: rotate(-175deg);
	}
	100% {
		transform: rotate(175deg);
	}
}

.preload-small:after {
	border-width: 1px;
}

.preload-large:after {
	border-width: 8px;
}


/*Backgrounds*/
.bg-0 {
	background-image: url(../images/pictures/0l.jpg);
}

.bg-1 {
	background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
	background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
	background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
	background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
	background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
	background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
	background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
	background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
	background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
	background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
	background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
	background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
	background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
	background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
	background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
	background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
	background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
	background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
	background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
	background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
	background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
	background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
	background-image: url(../images/pictures/23.jpg);
}

.bg-24 {
	background-image: url(../images/pictures/24.jpg);
}

.bg-25 {
	background-image: url(../images/pictures/25.jpg);
}

.bg-26 {
	background-image: url(../images/pictures/26.jpg);
}

.bg-27 {
	background-image: url(../images/pictures/27.jpg);
}

.bg-28 {
	background-image: url(../images/pictures/28.jpg);
}

.bg-29 {
	background-image: url(../images/pictures/29.jpg);
}

.bg-30 {
	background-image: url(../images/pictures/30.jpg);
}

/*Dividers*/
.divider {
	display: block;
	height: 1px;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.04);
}

.divider-margins {
	margin: 0px 15px 30px 15px;
}

.divider-icon {
	display: block;
	height: 1px;
	margin-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.08);
}

.content-boxed .divider-icon i {
	background-color: #FFFFFF;
}

.divider-icon i {
	position: absolute;
	left: 50%;
	width: 50px;
	margin-top: -8px;
	transform: translateX(-50%);
	text-align: center;
	background-color: #F3F3F3;
}

.divider-small {
	width: 80px;
	height: 2px;
	margin: auto;
}

/*Shadows*/
.shadow-none, .no-shadow {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-tiny {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-small {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10) !important;
}

.shadow-medium {
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-large {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-huge {
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
}

.text-shadow {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-large {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}


/*Content Boxes*/
@media (max-width: 325px) {
	.content {
		margin: 0px 10px 30px 10px !important;
	}

	.caption-margins {
		margin: 0px 10px 30px 10px !important;
	}
}

.content-boxed {
	display: block;
	overflow: hidden;
	margin: 15px 15px 30px 15px;
	padding-top: 20px;
	border-radius: 13px !important;
	background-color: #FFFFFF;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.content-boxed-full {
	margin-top: 0px;
	padding: 0px !important;
}

.under-content-button {
	left: 50%;
	width: 200px;
	margin-top: -23px;
	transform: translateX(-50%);
	text-align: center;
}

.content-boxed-caption {
	z-index: 10;
	margin-top: -90px;
}


.content {
	margin: 0px 15px 30px 15px;
}

.round-tiny, .content-round-tiny, .menu-box-round-tiny {
	overflow: hidden;
	border-radius: 7px !important;
}

.round-small, .content-round-small, .menu-box-round-small {
	overflow: hidden;
	border-radius: 10px !important;
}

.round-medium, .content-round-medium, .menu-box-round-medium {
	overflow: hidden;
	border-radius: 15px !important;
}

.round-large, .content-round-large, .menu-box-round-large {
	overflow: hidden;
	border-radius: 20px !important;
}

.round-huge, .content-round-huge, .menu-box-round-huge {
	overflow: hidden;
	border-radius: 30px !important;
}

.vertical-center {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.horizontal-center {
	display: block;
	margin: 0 auto;
}

.content-box {
	margin: 0px 0px 30px 0px;
	padding: 20px;
}

.content-box p {
	margin-bottom: 0px;
}

.content-above {
	z-index: 3;
}

.content-overlay, .content-background {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.content-background {
	z-index: 1;
	background-size: cover;
}

/*--Page Content Settings---*/
.page-content {
	transition: transform 300ms ease;
}

.header, .menu-active, .menu {
	transition: transform 300ms ease;
	will-change: transform, opacity;
}

.menu-hider {
	transition: opacity 300ms ease;
	will-change: opacity;
}

.page-content {
	z-index: 90;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11);
}

.page-bg {
	position: fixed;
	z-index: 50;
	top: -100px;
	right: 0px;
	bottom: -100px;
	left: 0px;
}

/*---Page Transitions---*/
#page {
	right: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
}

.page-content-black {
	position: fixed;
	top: -100px;
	right: 0px;
	bottom: -100px;
	left: 0px;
	background-color: #000000;
}

/*--Header & Footer---*/
.header-title span, .footer-title span {
	font-family: "Source Sans Pro", sans-serif;
}

.header .header-title, .header-nav .header-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	height: 50px;
	color: #000000;
}

.header .header-logo, .footer .footer-logo, .header-nav .header-logo {
	position: absolute;
	z-index: 1;
	left: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.header, .header-nav {
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 50px;
}

.header-auto-show {
	transition: all 350ms ease;
	opacity: 0;
}

.header-active {
	transition: all 350ms ease;
	opacity: 1;
}

.header-always-show .header {
	margin-top: 0px !important;
}

.header-static {
	position: relative !important;
}

.header-transparent {
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.header-clear {
	padding-top: 50px;
}

.header-clear-small {
	padding-top: 20px;
}

.header-clear-medium {
	padding-top: 70px;
}

.header-clear-large {
	padding-top: 85px;
}

.header .header-icon, .header-nav .header-icon {
	font-size: 12px;
	line-height: 49px;
	position: absolute;
	width: 45px;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
}

.header {
	border-bottom: solid 1px rgba(0, 0, 0, 0.03);
	background-color: #FFFFFF;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}

.header-transparent-light {
	background-color: transparent;
	box-shadow: none !important;
}

.header-transparent-light a {
	color: #FFFFFF;
}

.header-transparent-dark {
	background-color: transparent;
	box-shadow: none !important;
}

.header-transparent-dark a {
	color: #000000;
}

.header-logo-center .header-icon-1 {
	left: 0px;
}

.header-logo-center .header-icon-2 {
	left: 45px;
}

.header-logo-center .header-icon-3 {
	right: 45px;
}

.header-logo-center .header-icon-4 {
	right: 0px;
}

.header-logo-center .header-title {
	left: 50%;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}

.header-logo-center .header-logo {
	left: 50%;
	width: 150px !important;
	margin-left: -75px;
	text-align: center;
	background-position: center center;
}

.header-logo-left .header-icon-1 {
	right: 0px;
}

.header-logo-left .header-icon-2 {
	right: 45px;
}

.header-logo-left .header-icon-3 {
	right: 90px;
}

.header-logo-left .header-icon-4 {
	right: 135px;
}

.header-logo-left .header-logo {
	left: 0px !important;
	margin-left: 0px !important;
}

.header-logo-left .header-title {
	left: 15px !important;
	margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
	left: 0px;
}

.header-logo-right .header-icon-2 {
	left: 45px;
}

.header-logo-right .header-icon-3 {
	left: 90px;
}

.header-logo-right .header-icon-4 {
	left: 135px;
}

.header-logo-right .header-logo {
	right: 20px !important;
	left: auto !important;
	margin-left: 0px !important;
}

.header-logo-right .header-title {
	right: 20px !important;
	left: auto !important;
	margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
	left: 3px;
}

.header-logo-app .header-icon-2 {
	right: 2px;
}

.header-logo-app .header-icon-3 {
	right: 45px;
}

.header-logo-app .header-icon-4 {
	right: 90px;
}

.header-logo-app .header-logo {
	left: 0px !important;
	margin-left: 40px !important;
}

.header-logo-app .header-title {
	left: 0px !important;
	margin-left: 55px !important;
}

.header-logo {
	color: rgba(0, 0, 0, 0) !important;
}

/*---Footer---*/
.footer {
	z-index: 11;
	overflow: hidden;
	margin-top: -20px;
	padding: 30px 30px 10px 30px;
	background-color: #FFFFFF;
}

.footer strong i {
	padding: 0px 5px;
}

.footer .footer-text {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.footer strong {
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #ACACAC;
}

.footer-socials {
	max-width: 240px;
	margin: 0px auto 30px auto;
}

.footer-socials a {
	font-size: 14px;
	float: left;
	margin: 0px 4px;
	color: #FFFFFF;
}

.footer-socials a i {
	line-height: 38px;
	display: block;
	float: left;
	width: 38px;
	text-align: center;
}

.footer-socials:after {
	display: table;
	clear: both;
	content: "";
}

.footer-copyright {
	font-size: 11px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: -5px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.03);
}

.footer {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.footer .footer-copyright {
	border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.footer .footer-links {
	font-size: 10px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 13px;
	text-align: center;
	border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.footer .footer-links a {
	padding: 40px 5px 1px 5px;
}

.footer .footer-title {
	color: #1F1F1F;
}

.footer .footer-logo {
	position: relative;
	left: auto;
	width: 100%;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0);
}

.footer .footer-logo span {
	display: none !important;
}

.footer .footer-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 28px;
	/*text-align:center;*/
	font-weight: 900;
	width: 100%;
}


.header-logo span, .footer-logo span {
	display: none;
}

.footer .footer-logo {
	position: relative;
	left: auto;
	width: 100%;
	margin: 0 auto;
}


/*---Footer Menu--*/
.is-ios #footer-menu {
	position: fixed;
	z-index: 100;
	z-index: 95;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: calc(65px + (constant(safe-area-inset-bottom)) * 1.1);
	height: calc(65px + (env(safe-area-inset-bottom)) * 1.1);
	transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: #F9F9F9;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.is-ios.is-on-homescreen {
	height: calc(43px + (constant(safe-area-inset-bottom))) !important;
	height: calc(43px + (env(safe-area-inset-bottom))) !important;

}

.is-not-ios .page-content {
	padding-bottom: 60px;
}

.is-ios .page-content {
	padding-bottom: calc(65px + (constant(safe-area-inset-bottom)) * 1.1);
	padding-bottom: calc(65px + (env(safe-area-inset-bottom)) * 1.1);
}


#footer-menu {
	position: fixed;
	z-index: 98;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	min-height: 60px;
	transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: rgba(249, 249, 249, 0.98);
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
}


.is-not-ios .footer-menu-clear {
	display: block;
	height: 70px;
}

.is-not-ios .footer {
	padding-bottom: 0px;
}

.is-not-ios #footer-menu a i {
	padding-top: 13px;
}

.is-not-ios #footer-menu a span {
	padding-top: 30px;
	opacity: 0.6;
}

#footer-menu a {
	float: left;
	transition: all 350ms ease;
	text-align: center;
	color: #1F1F1F;
}

.footer-menu-1-icons a {
	width: 100%;
}

.footer-menu-2-icons a {
	width: 50%;
}

.footer-menu-3-icons a {
	width: 33.3%;
}

.footer-menu-4-icons a {
	width: 25%;
}

.footer-menu-5-icons a {
	width: 20%;
}

.footer-menu-6-icons a {
	width: 16.6666%;
}

#footer-menu a span {
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	right: 0px;
	left: 0px;
	padding-top: 32px;
	text-align: center;
}

#footer-menu a i {
	font-size: 18px;
	padding-top: 15px;
}


#footer-menu a {
	transition: all 200ms ease !important;
}

#footer-menu i {
	transition: all 200ms ease !important;
}

#footer-menu span {
	transition: all 200ms ease !important;
}

#footer-menu .active-nav {
	transition: all 200ms ease !important;
}

.footer-menu-hidden {
	transform: translateY(120px) !important;
}

.footer-menu-style-2#footer-menu span {
	transform: translateY(70px);
}

.footer-menu-style-2#footer-menu i {
	transform: translateY(8px);
}

.footer-menu-style-2#footer-menu .active-nav span {
	transform: translateY(0px);
}

.footer-menu-style-2#footer-menu .active-nav i {
	transform: translateY(0px);
}

.footer-menu-style-3#footer-menu span {
	transform: translateY(70px);
}

.footer-menu-style-3#footer-menu i {
	transform: translateY(8px);
}

.menu-title h1 {
	font-size: 23px;
	font-weight: 700;
	padding: 20px 0px 0px 0px;
}

.menu-title p {
	font-size: 11px;
	margin: -10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.menu-title a {
	font-size: 20px;
	line-height: 85px;
	position: absolute;
	top: 0px;
	right: -15px;
	width: 55px;
	text-align: center;
	color: #BF263C;
}


/*--Menu System---*/
.menu-hider {
	position: fixed;
	z-index: 99;
	top: -100px;
	right: 0px;
	bottom: -100px;
	left: 0px;
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

.menu-hider-active {
	pointer-events: all !important;
	opacity: 1 !important;
}

.menu {
	position: fixed;
	z-index: 100;
	overflow: scroll;
	background-color: #FFFFFF;
	-webkit-overflow-scrolling: touch;
}

.menu-box-left {
	top: 0px !important;
	bottom: 0px;
	left: 0px;
	width: 250px;
	transform: translate3d(-100%, 0, 0);
	box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
}

.menu-box-right {
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 250px;
	transform: translateX(100%);
	box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
}

.menu-box-top {
	top: 0px;
	right: 0px;
	left: 0px;
	height: 300px;
	transform: translate3d(0, -115%, 0);
}

.menu-box-bottom {
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 300px;
	transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
	top: 50%;
	left: 50%;
	transition: all 300ms ease !important;
	transform: translate(-50%, -50%) scale(0, 0);
	pointer-events: none;
	opacity: 0;
}

.menu-box-top.menu-box-detached {
	top: 10px;
	right: 10px;
	left: 10px;
}

.menu-box-bottom.menu-box-detached {
	right: 10px;
	bottom: 20px;
	left: 10px;
}

.menu-box-left.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-bottom.menu-active {
	transform: translate3d(0%, 0, 0) !important;
}

.menu-box-modal.menu-active {
	transition: all 300ms ease !important;
	transform: translate(-50%, -50%) scale(1, 1) !important
	pointer-events: all !important;
	opacity: 1 !important;
}

.menu-hider.menu-active {
	pointer-events: all;
	opacity: 1;
}

.menu-hider.menu-active.menu-active-clear {
	background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect="menu-reveal"],
.menu-box-right[data-menu-effect="menu-reveal"] {
	z-index: 96;
	transform: translate(0px) !important;
	pointer-events: none;
	opacity: 0;
}

.menu-active.menu {
	transition-delay: 70ms !important;
	pointer-events: all !important;
	opacity: 1 !important;
}

/*Highlight Changer*/
.theme-change-transition {
	transition: all 150ms ease !important;
}

.highlight-changer a {
	font-size: 20px;
	line-height: 42px;
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: center;
}

.highlight-changer a i {
	font-size: 26px !important;
	display: block;
	margin-top: 10px;
}

.highlight-changer a span {
	font-size: 11px;
	display: block;
	margin-top: -10px;
	margin-bottom: -5px;
}

.background-changer a {
	font-size: 20px;
	line-height: 42px;
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: center;
}

.background-changer a i {
	display: block;
	width: 26px;
	height: 26px;
	margin: 10px auto 0px auto;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0);
	border-radius: 100%;
}

.background-changer .bg-theme {
	border: solid 1px rgba(0, 0, 0, 0.2);
}

.background-changer a span {
	font-size: 11px;
	display: block;
	margin-top: -10px;
	margin-bottom: -5px;
}


/*---Landing Page--*/
.landing-header a img {
	width: 215px;
	margin: 0 auto;
}

.landing-header em {
	font-style: normal;
	display: block;
	margin-top: -5px;
	text-align: center;
}

.landing-header {
	margin-bottom: 50px;
}

.landing-footer {
	margin-top: 30px;
}

.landing-icons a i {
	font-size: 22px;
	line-height: 60px;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	border-radius: 60px;
}

.landing-icons {
	max-width: 320px;
	margin: auto;
}

.landing-icons a {
	display: block;
	float: left;
	width: 33.3%;
	margin-bottom: 8%;
}

.landing-icons a em {
	font-size: 13px;
	font-style: normal;
	display: block;
	margin-top: 5px;
	text-align: center;
}

/*Call to Action*/
.single-slider {
	z-index: 50 !important;
}

.under-slider-button {
	z-index: 90;
	margin-top: -53px;
	margin-bottom: 30px;
}

.double-slider .owl-stage-outer {
	overflow: visible !important;
}

.double-slider {
	padding-right: 15px;
	padding-left: 15px;
}

.double-slider .under-slider-button {
	margin-bottom: -50px;
}

.cta-buttons {
	z-index: 10;
	display: block;
	width: 280px;
	margin: 0px auto -1px auto;
}

.cta-buttons a {
	display: inline-block;
}

/*Table Scroll*/
.table-scroll {
	overflow-x: scroll;
	padding: 0px 20px;
}

.table-scroll table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.theme-light table {
	border: solid 1px rgba(0, 0, 0, 0.08);
}

.table-scroll td {
	padding: 8px;
}

.table-scroll th {
	padding: 0px 10px;
}


/*Image Elements & Captions*/
.caption .text-right {
	z-index: 99;
}

.caption-image {
	display: block;
	overflow: hidden;
	width: 100%;
}

.caption-top {
	position: absolute;
	z-index: 2;
	right: 0px;
	left: 0px;
}

.caption-bottom {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.caption-center {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0px;
	left: 0px;
	transform: translateY(-50%);
}

.caption-center .button {
	margin-top: -3px;
}

.bg-gradient {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 1) 100%);
}

.bg-gradient-fade {
	bottom: 0px !important;
}

.theme-light .bg-gradient-fade {
	background: linear-gradient(to bottom, rgba(240, 240, 240, 0.0) 0%, rgba(240, 240, 240, 0) 30%, rgba(240, 240, 240, 0.3) 40%, rgba(240, 240, 240, 0.5) 50%, rgba(240, 240, 240, 1) 80%, rgba(247, 247, 247, 0.95) 100%);
}

.theme-dark .bg-gradient-fade {
	background: linear-gradient(to bottom, rgba(27, 29, 33, 0.0) 0%, rgba(27, 29, 33, 0.1) 20%, rgba(27, 29, 33, 0.05) 40%, rgba(27, 29, 33, 0.6) 60%, rgba(27, 29, 33, 0.8) 80%, rgba(27, 29, 33, 1) 100%);
}

.caption-bottom p {
	margin-bottom: 10px;
}

.caption-overlay {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	bottom: -1px;
	left: 0px;
	pointer-events: none;
}

[data-height="cover"] .caption-top {
	margin-top: 55px;
}

[data-height="cover-header"] {
	overflow: visible !important;
}

.caption {
	z-index: 2;
	overflow: hidden;
	margin-bottom: 30px;
}

.caption-margins {
	margin: 0px 15px 30px 15px;
}

.caption-cover {
	height: 100vh;
}

.caption-cover-header {
	height: calc(100vh - 55px);
}

.caption-background, .caption-bg {
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.caption-height-10 {
	height: 10vh;
}

.caption-height-20 {
	height: 20vh;
}

.caption-height-30 {
	height: 30vh;
}

.caption-height-40 {
	height: 40vh;
}

.caption-height-50 {
	height: 50vh;
}

.caption-height-60 {
	height: 60vh;
}

.caption-height-70 {
	height: 70vh;
}

.caption-height-80 {
	height: 80vh;
}

.caption-height-90 {
	height: 90vh;
}

.caption-height-100 {
	height: 100vh;
}

.caption-image img {
	transition: all 450ms ease;
}

.caption-scale-image {
	transform: scale(1.05, 1.05) !important;
}

.caption-rotate-image {
	transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.caption-grayscale-image {
	filter: grayscale(100%);
}

.caption-blur-image {
	filter: blur(5px);
}

.caption-hide-image {
	opacity: 0 !important;
}

.caption-hide div {
	transition: all 400ms ease;
}

.polaroid-effect {
	padding: 5px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

/*Cover Slider*/
.cover-button {
	position: absolute;
	z-index: 99 !important;
	right: 20px;
	bottom: 60px;
	left: 20px;
}

.is-on-homescreen .cover-button {
	bottom: 150px !important;
}

.is-on-homescreen .cover-next, .is-on-homescreen .cover-prev {
	bottom: 60px !important;
}

.is-on-homescreen .cover-has-buttons .owl-dots {
	transform: translateY(-55px) !important;
}

.is-on-homescreen .cover-has-buttons .cover-button {
	margin-bottom: -50px !important;
}

.is-on-homescreen .owl-only-dots .owl-dots {
	transform: translateY(-70px) !important;
}

.cover-next, .cover-prev {
	position: absolute;
	z-index: 99;
	bottom: 30px;
}

.cover-next {
	right: 20px;
}

.cover-prev {
	left: 20px;
}

.cover-has-buttons .owl-dots {
	transform: translateY(-25px);
}

.cover-no-buttons .cover-button,
.cover-no-buttons .cover-prev,
.cover-no-buttons .cover-next,
.cover-no-buttons .owl-dots {
	display: none;
}

.cover-controls {
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
}

.cover-controls a {
	line-height: 60px;
	position: absolute;
	width: 60px;
	text-align: center;
}

.cover-controls a:last-child {
	right: 0px;
}

/*Map Full*/
.map-full .cover-content, .map-full .cover-overlay {
	transition: all 350ms ease
}

.hide-map {
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 200px;
	margin-top: -120px;
	margin-left: -100px;
	text-align: center;
	opacity: 0;
}

.map-full .caption {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.map-full iframe {
	z-index: 1;
	width: 100vw;
	height: 100vh;
}

.activate-map {
	transition: all 250ms ease;
	transition: all 350ms ease;
	opacity: 1;
}

.deactivate-map {
	transition: all 350ms ease;
	pointer-events: none;
	opacity: 0;
}

/*Font Increaser*/
.text-size-increase, .text-size-decrease, .text-size-default {
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-top: -3px !important;
}

.text-size-increase i {
	transform: scale(1.2, 1.2);
}

.text-size-default i {
	transform: scale(1.0, 1.0);
}

.text-size-decrease i {
	transform: scale(0.8, 0.8);
}

/*Tabs*/
.tab-content {
	display: none;
}

.tab-controls a {
	font-size: 12px;
	float: left;
	margin-right: -1px;
	transition: all 250ms ease;
	text-align: center;
	color: #1F1F1F;
	border: solid 1px rgba(0, 0, 0, 0.07);
	border-right: none;
}

.tab-controls a:last-child {
	border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-large a {
	font-size: 14px;
	line-height: 45px;
	height: 45px;
}

.tabs-medium a {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
}

.tabs-small a {
	font-size: 12px;
	line-height: 33px;
	height: 33px;
}

.tabs-rounded a:first-child {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.tabs-rounded a:last-child {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.tabs-circled a:first-child {
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}

.tabs-circled a:last-child {
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}

.tab-slide-left {
	position: absolute;
	display: block !important;
	transition: all 250ms ease;
	transform: translateX(-150%);
}

.tab-slide-right {
	position: absolute;
	display: block !important;
	transition: all 250ms ease;
	transform: translateX(-150%);
}

.tab-slide-active {
	display: block !important;
	transform: translateX(0%) !important;
}

/*Accordion*/
[data-accordion] {
	cursor: pointer;
}

[data-accordion] i {
	transition: all 250ms ease;
}

[data-accordion] .fa-angle-down {
	font-size: 12px;
}

.accordion-content {
	display: none;
}

.accordion-round-small .accordion-toggle-first {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.accordion-round-small .accordion-toggle-last {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.accordion-round-medium .accordion-toggle-first {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.accordion-round-medium .accordion-toggle-last {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.accordion-round-large .accordion-toggle-first {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.accordion-round-large .accordion-toggle-last {
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.accordion-toggle-last {
	border-bottom: none;
}

.accordion-style-1 a {
	font-size: 13px;
	font-weight: 500;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
	color: #FFFFFF;
}

.accordion-style-1 .accordion-icon-right {
	font-size: 10px;
	line-height: 50px;
	float: right;
	width: 20px;
	text-align: center;
}

.accordion-style-1 .accordion-content {
	padding: 10px 0px 10px 0px;
}

.accordion-style-1 .accordion-icon-left {
	font-size: 12px;
	width: 25px;
	padding-right: 10px;
	transform: translateY(1px);
}

.accordion-style-2 a {
	font-size: 13px;
	font-weight: 500;
	line-height: 45px;
	padding: 0px 7px 0px 0px;
	color: #000000;
}

.accordion-style-2 .accordion-icon-right {
	font-size: 10px;
	line-height: 45px;
	float: right;
	width: 20px;
	text-align: center;
}

.accordion-style-2 .accordion-content {
	padding: 10px 0px 10px 0px;
}

.accordion-style-2 .accordion-icon-left {
	font-size: 12px;
	width: 25px;
	padding-right: 10px;
}

/*Dropdowns*/
.dropdown-content {
	display: none;
	padding-bottom: 20px;
}

.dropdown-style-1 i {
	line-height: 56px;
	position: absolute;
	top: 0px;
	width: 20px;
	text-align: center;
}

.dropdown-style-1 .dropdown-icon {
	position: absolute;
	right: 0px;
	left: auto;
	transition: all 250ms ease;
}

.dropdown-style-1 p {
	font-size: 14px;
	font-weight: 500;
	line-height: 55px;
	margin-bottom: 0px;
	padding-left: 38px;
	color: #1F1F1F;
}

.dropdown-style-2 i {
	line-height: 50px;
	position: absolute;
	top: 0px;
	left: 15px;
}

.dropdown-style-2 .dropdown-icon {
	position: absolute;
	right: 20px;
	left: auto;
	transition: all 250ms ease;
}

.dropdown-style-2 p {
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 0px;
	padding-left: 45px;
	color: #1F1F1F;
}

/*Chips*/
.chip * {
	font-size: 12px;
}

.chip {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	padding-right: 15px;
	border-radius: 30px;
}

.chip span {
	line-height: 29px;
}

.chip i {
	line-height: 30px;
	display: inline-block;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
}

.chip img {
	line-height: 30px;
	display: inline;
	float: left;
	width: 30px;
	margin-right: 9px;
	border-radius: 30px;
}

.chip-medium {
	transform: scale(1.05, 1.05);
}

.chip-large {
	transform: scale(1.1, 1.1);
}

/*Toggles*/
.toggle-animated *, .toggle-animated {
	transition: all 250ms ease;
}

.toggle-content {
	display: none;
	padding-top: 15px;
}

.toggle-switch input[type="checkbox"] {
	position: absolute;
	left: -999px;
}

.toggle-switch .fa-t1 {
	margin-left: 0px;
	padding-left: 0px;
}

.toggle-switch .fa-t2 {
	margin-right: 1px;
	padding-right: 0px;
}

.toggle-ios strong {
	border: solid 1px rgba(0, 0, 0, 0.2);
}

.toggle-ios u {
	border: solid 1px rgba(152, 152, 152, 0.4);
}

.toggle-android strong {
	border: solid 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1)
}

.toggle-android .no-toggle-border {
	border: solid 1px rgba(0, 0, 0, 0) !important
}

.toggle-switch strong {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 28px;
	display: block;
	border-radius: 30px;
	background-color: #FFFFFF;
}

.toggle-switch u {
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 30px;
}

.toggle-switch i {
	font-size: 10px;
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 0px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

.toggle-switch .toggle-icon {
	line-height: 31px;
	float: left;
}

.toggle-with-icon .toggle-icon {
	line-height: 29px;
	float: left;
	width: 29px;
	margin-right: 12px;
	text-align: center;
}

.toggle-with-icon span {
	display: inline-block;
	transform: translateY(1px);
}

.toggle-with-icon em {
	font-size: 10px;
	display: block;
	margin-top: -10px;
	margin-bottom: -10px;
}

/*Classic Toggles*/
.toggle-icon i {
	line-height: 25px;
	position: absolute;
	right: 0px;
	width: 25px;
	text-align: center;
}

.theme-light .bg-toggle-transparent {
	background-color: rgba(0, 0, 0, 0.05);
}

.theme-dark .bg-toggle-transparent {
	background-color: rgba(255, 255, 255, 0.15);
}

/*Toasts*/
.toast {
	position: fixed;
	z-index: 99;
	left: 50%;
	overflow: hidden;
	height: 35px;
	transition: all 350ms ease;
	transform: translateX(-50%);
	border-radius: 35px;
}

.toast-bottom {
	bottom: 90px;
	transform: translate(-50%, 150px);
	opacity: 0;
}

.toast-top {
	top: 55px;
	transform: translate(-50%, -150px);
	opacity: 0;
}

.toast-active {
	transform: translate(-50%, 0px) !important;
	opacity: 1 !important;
}

.toast p {
	font-size: 12px;
	line-height: 35px;
	z-index: 1;
	padding: 0px 30px;
	text-align: center;
}

.toast .toast-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

/*Buttons*/
.button {
	font-weight: 800;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
	transition: all 250ms ease;
	text-transform: uppercase;
	color: #FFFFFF;
}

.button-icon i {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: inherit;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: rgba(0, 0, 0, 0.1);
}

.button-border {
	border: solid 1px;
}

.button-margins {
	margin-right: 15px;
	margin-left: 15px;
}

.button:active {
	box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3) !important;
}

.button-circle {
	border-radius: 65px;
}

.button-round {
	border-radius: 6px;
}

.button-round-small {
	border-radius: 6px;
}

.button-round-medium {
	border-radius: 7px;
}

.button-round-large {
	border-radius: 10px;
}

.button-round-huge {
	border-radius: 25px;
}

.button-xxs {
	font-size: 11px;
	padding: 5px 12px;
}

.button-xs {
	font-size: 12px;
	padding: 7px 14px;
}

.button-s {
	font-size: 12px;
	padding: 8px 18px;
}

.button-m {
	font-size: 12px;
	padding: 10px 20px;
}

.button-l {
	font-size: 15px;
	padding: 13px 26px;
}

.button-xl {
	font-size: 15px;
	padding: 15px 30px;
}

.button-xxl {
	font-size: 17px;
	padding: 17px 34px;
}

.button-full {
	display: block;
	text-align: center;
}

.button-center-large {
	width: 70%;
	transform: translateX(-72%);
}

.button-center-medium {
	width: 60%;
	transform: translateX(-82%);
}

.button-center-small {
	width: 40%;
	transform: translateX(-124%);
}

.button-center {
	left: 50%;
	padding-right: 20px;
	padding-left: 20px;
	transform: translateX(-46%);
	text-align: center;
}

.button-center-large, .button-center-medium, .button-center-small {
	left: 50%;
	display: block;
	margin: auto !important;
	text-align: center;
}

.button-icon-left i {
	padding-right: 15px;
}

.button-icon-right i {
	padding-left: 15px
}

.button-icon.button-full {
	text-align: left;
}

.button-xxs.button-icon i {
	line-height: 36px
	width: 36px;
}

.button-xxs.button-circle.button-icon i {
	border-radius: 36px
}

.button-xxs.button-icon {
	padding-left: 50px
}

.button-xxs.button-icon i {
	line-height: 33px;
	width: 40px;
}

.button-xxs.button-3d {
	border-bottom: solid 3px;
}

.button-xs.button-icon i {
	line-height: 40px;
	width: 40px;
}

.button-xs.button-circle.button-icon i {
	border-radius: 40px
}

.button-xs.button-icon {
	padding-left: 52px
}

.button-xs.button-3d {
	padding-top: 9px;
	border-bottom: solid 4px;
}

.button-s.button-icon i {
	font-size: 15px;
	line-height: 40px;
	width: 40px;
}

.button-s.button-circle.button-icon i {
	border-radius: 43px
}

.button-s.button-icon {
	padding-left: 55px
}

.button-s.button-3d {
	padding-top: 10px;
	border-bottom: solid 4px;
}

.button-m.button-icon i {
	font-size: 16px;
	line-height: 44px;
	width: 45px;
}

.button-m.button-circle.button-icon i {
	border-radius: 46px
}

.button-m.button-icon {
	padding-left: 60px
}

.button-m.button-3d {
	padding-top: 12px;
	border-bottom: solid 4px;
}

.button-l.button-icon i {
	font-size: 18px;
	line-height: 50px;
	width: 52px;
}

.button-l.button-circle.button-icon i {
	border-radius: 52px
}

.button-l.button-icon {
	padding-left: 63px
}

.button-l.button-3d {
	padding-top: 15px;
	border-bottom: solid 4px;
}

.button-xl.button-icon i {
	font-size: 18px;
	line-height: 55px;
	width: 55px;
}

.button-xl.button-circle.button-icon i {
	border-radius: 55px
}

.button-xl.button-icon {
	padding-left: 68px
}

.button-xl.button-3d {
	padding-top: 17px;
	border-bottom: solid 6px;
}

.button-xxl.button-icon i {
	font-size: 20px;
	line-height: 60px;
	width: 60px;
}

.button-xxl.button-circle.button-icon i {
	border-radius: 60px
}

.button-xxl.button-icon {
	padding-left: 70px
}

.button-xxl.button-3d {
	padding-top: 19px;
	border-bottom: solid 8px;
}

/*Icons*/
.icon {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
}

.icon:active {
	box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.icon-circle {
	border-radius: 45px;
}

.icon-round {
	border-radius: 6px;
}

.icon-xxs i {
	font-size: 13px;
	line-height: 35px;
	width: 35px;
}

.icon-xs i {
	font-size: 14px;
	line-height: 38px;
	width: 38px;
}

.icon-s i {
	font-size: 15px;
	line-height: 40px;
	width: 40px;
}

.icon-m i {
	font-size: 16px;
	line-height: 45px;
	width: 45px;
}

.icon-l i {
	font-size: 17px;
	line-height: 51px;
	width: 51px;
}

.icon-xl i {
	font-size: 18px;
	line-height: 55px;
	width: 55px;
}

.icon-xxl i {
	font-size: 19px;
	line-height: 60px;
	width: 60px;
}

.icon-full {
	display: block;
	text-align: center;
}

.icon-center-large {
	left: 50%;
	display: block;
	width: 80%;
	margin: 0 auto;
	transform: translateX(-62%);
	text-align: center;
}

.icon-center-medium {
	left: 50%;
	display: block;
	width: 60%;
	margin: 0 auto;
	transform: translateX(-82%);
	text-align: center;
}

.icon-center-small {
	left: 50%;
	display: block;
	width: 40%;
	transform: translateX(-48%);
	text-align: center;
}

.icon-center {
	left: 50%;
	transform: translateX(-46%);
	text-align: center;
}

/*Social Grid*/
@media (max-width: 321px) {
	.social-grid-4 {
		width: 300px;
		margin: 0 auto;
	}
}

@media (min-width: 321px) {
	.social-grid-4 {
		margin: auto 20px auto 20px;
	}

	.social-grid-3 {
		width: 280px;
		margin: 0 auto;
	}
}

.social-grid-4 a {
	line-height: 50px;
	float: left;
	width: 20%;
	margin-right: 7px;
	margin-left: 7px;
	text-align: center;
}

.social-grid-4 a i {
	line-height: 50px;
	display: block;
	width: 50px;
	margin: 0 auto -5px auto;
}

.social-grid-4 a span {
	font-size: 12px;
	opacity: 0.5;
}

.social-grid-3 a {
	line-height: 50px;
	float: left;
	width: 33%;
	text-align: center;
}

.social-grid-3 a i {
	line-height: 50px;
	display: block;
	width: 50px;
	margin: 0 auto -5px auto;
}

.social-grid-3 a span {
	font-size: 12px;
	opacity: 0.5;
}

/*Back to Top*/
.content .back-to-top-badge {
	position: relative !important;
	bottom: auto;
	left: auto;
	display: block;
	width: 130px;
	margin: 30px auto 0px auto !important;
	transform: translate(0, 0) !important;
}

.content .back-to-top-icon {
	position: relative !important;
	right: auto;
	bottom: auto;
	display: block;
	margin: 0px auto 30px auto;
	transform: scale(1, 1) translate(0, 0px) !important;
}

.back-to-top-badge {
	font-size: 12px;
	position: fixed;
	z-index: 996;
	bottom: 30px;
	left: 50%;
	display: inline-block;
	padding: 5px 20px;
	transition: all 250ms ease;
	transform: translate(-50%, 70px);
	text-align: center;
	color: #FFFFFF;
	border-radius: 35px;
}

.back-to-top-icon {
	font-size: 12px;
	line-height: 35px;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 70px;
	display: inline-block;
	width: 35px;
	transition: all 250ms ease;
	transform: scale(0, 0);
	text-align: center;
	color: #FFFFFF;
	border-radius: 35px;
}

.back-to-top-badge i {
	padding: 0px 10px 0px 0px;
}

.back-to-top-icon span {
	display: none
}

.back-to-top-badge.back-to-top-visible {
	transform: translate(-50%, 0px)
}

.back-to-top-icon.back-to-top-visible {
	transform: scale(1, 1)
}

.back-to-top-icon-square {
	border-radius: 0px
}

.back-to-top-icon-round {
	border-radius: 5px
}

.back-to-top-icon-circle {
	border-radius: 40px
}

/*---Pagination---*/
.pagination-round a {
	border-radius: 35px !important;
}

.pagination {
	width: 100%;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.pagination a {
	font-size: 11px;
	line-height: 33px;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px 5px 0;
	color: #1F1F1F;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}

/*Filter*/
.gallery-filter * {
	overflow: visible !important;
}

.gallery-filter-all {
	float: left !important;
	padding-left: 0px !important;
}

.gallery-filter-controls {
	margin: 0px;
	padding: 0px;
}

.gallery-filter-controls li {
	font-size: 13px;
	font-weight: 500;
	float: right;
	padding-left: 15px;
	list-style: none;
	cursor: pointer;
	transition: all 350ms ease;
	color: #1F1F1F;
}

.gallery-filter-controls li:first-child {
	padding-right: 30px;
}

.gallery-filter-controls {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.gallery-filter {
	margin-right: -5px;
	margin-left: -5px;
	transition: height 350ms ease;
}

.gallery-filter a {
	display: block;
	width: 33.3%;
	padding: 5px;
	transition: height 350ms ease;
}

.gallery-filter a img {
	display: block;
	width: 100%;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Thumbs*/
.gallery-thumbs {
	margin-bottom: 20px;
}

.gallery-thumbs:after, .gallery-filter-controls, .gallery-collection:after, .gallery-insta-controls:after {
	display: table;
	clear: both;
	content: "";
}

.gallery-thumbs span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #1F1F1F;
}

.gallery-wide a {
	position: relative;
}

.gallery-wide strong {
	line-height: 50px;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	height: 50px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.gallery-wide img {
	margin-bottom: 0px;
}

.gallery-thumbs .polaroid-effect {
	padding: 4px;
}

.gallery-thumbs a {
	float: left;
}

.gallery-thumbs a img {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

.gallery-round a img {
	overflow: hidden;
	border-radius: 100%;
}

.gallery-square a img {
	overflow: hidden;
	border-radius: 3px;
}

.gallery-rounded a img {
	overflow: hidden;
	border-radius: 7px;
}

@media (min-width: 340px) {
	.gallery-thumbs a {
		width: 31.33333333%;
		margin-bottom: 4%;
	}

	.gallery-thumbs a:nth-child(3n+2) {
		margin-right: 3%;
		margin-left: 3%;
	}
}

@media (max-width: 340px) {
	.gallery-filter a {
		width: 50%;
	}

	.gallery-thumbs a {
		width: 47% !important;
		margin-bottom: 6%;
	}

	.gallery-thumbs a:nth-child(odd) {
		margin-right: 6%;
	}
}

/*Thumbs*/
.gallery-thumbs {
	margin-bottom: 20px;
}

.gallery-thumbs:after, .gallery-filter-controls, .gallery-collection:after, .gallery-insta-controls:after {
	display: table;
	clear: both;
	content: "";
}

.gallery-thumbs span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #1F1F1F;
}

.gallery-wide a {
	position: relative;
}

.gallery-wide strong {
	line-height: 50px;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	height: 50px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.gallery-wide img {
	margin-bottom: 0px;
}

.gallery-thumbs .polaroid-effect {
	padding: 4px;
}

.gallery-thumbs a {
	float: left;
}

.gallery-thumbs a img {
	margin-bottom: 0px;
}

.gallery-round a img {
	overflow: hidden;
	border-radius: 100%;
}

.gallery-square a img {
	overflow: hidden;
	border-radius: 3px;
}

@media (min-width: 340px) {
	.gallery-thumbs a {
		width: 31.33333333%;
		margin-bottom: 4%;
	}

	.gallery-thumbs a:nth-child(3n+2) {
		margin-right: 3%;
		margin-left: 3%;
	}
}

@media (max-width: 340px) {
	.gallery-filter a {
		width: 50%;
	}

	.gallery-thumbs a {
		width: 47% !important;
		margin-bottom: 6%;
	}

	.gallery-thumbs a:nth-child(odd) {
		margin-right: 6%;
	}
}

/*Collection*/
.gallery-collection a {
	float: left;
	width: 48%;
}

.gallery-collection a:nth-child(2n+2) {
	margin-bottom: 4%;
	margin-left: 4%;
}

.gallery-collection a img {
	float: left;
	width: 50%;
	padding: 1px;
}

.gallery-collection i {
	font-size: 17px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	color: #1F1F1F;
	border-radius: 50px;
	background-color: #FFFFFF;
}

/*Responsive Videos and iframes*/
.max-iframe {
	height: 300px !important;
	max-height: 200px !important;
	margin: 0 auto;
	padding-bottom: 0px !important;
}

.responsive-iframe {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Snackbars*/
.snackbars {
	position: fixed;
	z-index: 99;
	right: 0px;
	bottom: 60px;
	left: 0px;
}

.is-on-homescreen .snackbars {
	bottom: 80px !important;
}

.snackbars-boxed {
	right: 10px;
	left: 10px;
	padding-bottom: 10px;
}

.snackbars a {
	font-size: 13px;
	line-height: 45px;
	overflow: hidden;
	height: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
}

.snackbars a i {
	line-height: 45px;
	position: absolute;
	left: 0px;
	width: 45px;
	text-align: center;
}

.snackbar-active {
	animation-name: snackbar-show;
	animation-duration: 3s;
}

@keyframes snackbar-show {
	0% {
		height: 0px;
	}
	7% {
		height: 45px;
	}
	93% {
		height: 45px;
	}
	100% {
		height: 0px;
	}
}

.snackbar-round a {
	border-radius: 5px;
}

/*---Checkboxes & Radios---*/

.fac {
	font-size: 14px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.fac label {
	font-weight: inherit;
	margin: 0em 1em 0em 0em;
	padding-left: 1.5em;
	cursor: pointer;
}

.fac > input + label:before,
.fac > span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	margin-top: 0.5px;
}

.fac > input + label:before {
	transition: opacity 150ms ease-in-out;
}

.fac input {
	display: none;
}

.checkboxes-demo .fac {
	display: block;
}

.fac-checkbox > input + label:before, .fac-checkbox-round > input + label:before {
	opacity: 1;
}

.fac-checkbox > input:checked + label:before, .fac > input:checked + label:before {
	opacity: 0;
}

.fac-radio > input + label:before,
.fac-checkbox-o > input + label:before,
.fac-checkbox-round-o > input + label:before {
	opacity: 0;
}

.fac-radio > input:checked + label:before,
.fac-checkbox-o > input:checked + label:before,
.fac-checkbox-round-o > input:checked + label:before {
	opacity: 1;
}

.fac-default > input + label:before, .fac-default > span::after {
	color: #9D9D9D;
}

.fac-blue > input + label:before, .fac-blue > span::after {
	color: #428BCA;
}

.fac-green > input + label:before, .fac-green > span::after {
	color: #5CB85C;
}

.fac-orange > input + label:before, .fac-orange > span::after {
	color: #F0AD4E;
}

.fac-red > input + label:before, .fac-red > span::after {
	color: #D9534F;
}

.fac-checkbox > span::after {
	content: "\f45c";
	opacity: 1;
}

.fac-checkbox > input[type=checkbox] + label:before {
	font-size: 10px !important;
	padding-left: 2px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-checkbox-round > span::after {
	content: "\f111";
}

.fac-checkbox-round > input[type=checkbox] + label:before {
	font-size: 8px !important;
	padding-left: 3px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-radio > span::after {
	content: "\f45c";
}

.fac-radio > input[type=radio] + label:before {
	font-size: 10px !important;
	padding-left: 2px;
	content: "\f00c";
	color: #FFFFFF !important;
}

.fac-radio-full > span::after {
	font-size: 12px !important;
	content: "\f00c";
}

.fac-radio-full > input[type=radio] + label:before {
	content: "\f111";
}

/*Inputs*/
.input-light i {
	color: #FFFFFF;
}

.input-light span {
	color: #FFFFFF !important;
}

.input-light em {
	color: #7C7C7C !important;
}

.input-light input {
	color: #FFFFFF !important;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.input-light input::placeholder {
	color: #FFFFFF;
}


.content-boxed .input-style span {
	background-color: #FFFFFF;
}

.menu .input-style span {
	background-color: #FFFFFF;
}

.input-style span {
	background-color: #F0F0F0;
}

.input-style-1 input {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	transition: all 250ms ease;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: transparent;
}

.input-style-1 textarea {
	font-size: 13px;
	line-height: 28px;
	display: block;
	width: 100%;
	height: 50px;
	margin-top: -5px;
	margin-bottom: 15px;
	margin-left: 0px !important;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 0px !important;
	transition: all 250ms ease;
	text-indent: 0px !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: transparent;
}

.input-style-1 textarea:focus {
	line-height: 24px;
	height: 150px;
	transition: all 250ms ease;
}

.input-style-1 span {
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	margin-top: -3px;
	transition: all 250ms ease;
	opacity: 0;
	color: #2980B9;
}

.input-style-1 em {
	font-size: 10px;
	font-style: normal;
	position: absolute;
	top: 14px;
	right: 0px;
	color: rgba(0, 0, 0, 0.3);
}

.input-style-1 em i {
	font-size: 12px;
	display: block;
	width: 15px;
	margin-top: 7px;
	text-align: center;
}

.input-style-1 input[type="date"] {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	transition: all 250ms ease;
	color: #818181;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	background-color: transparent;
}

.input-style-1 input[type="date"]::-webkit-inner-spin-button {
	opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-clear-button {
	opacity: 0;
}

.input-style-1-active {
	opacity: 1 !important;
}

.input-style-1-inactive {
	color: #CACACA !important;
}

.input-style-1 input:focus, .input-style-1 select:focus {
	border-bottom: solid 1px rgba(0, 0, 0, 1);
}

.input-style-1 select {
	font-size: 14px;
	line-height: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	color: #818181;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
	-webkit-appearance: none;
}

.input-style-1.has-icon .input-icon {
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	margin-left: 0px;
}

.input-style-1.has-icon input {
	padding-left: 30px;
}

.input-style-1.has-icon span {
	margin-left: 25px;
}

.input-style-1.has-icon .input-style-1-active {
	transition: all 150ms ease;
	transform: translate(-25px, -10px);
	color: #4A89DC !important;
}

input[type="range"] {
	width: 100%;
	height: 20px;
	outline: none;
	-webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
	position: relative;
	z-index: 3;
	width: 20px;
	height: 20px;
	background: #F26B5E;
	-webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb:after {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 20px;
	height: 10px;
	content: " ";
	background: #FF5B32;
	background: linear-gradient(to right, #F088FC 1%, #AC6CFF 70%);
}

/*Input Style 2*/
.input-style-2 {
	margin-bottom: 15px;
}

.input-style-2 span {
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 10px;
	left: 10px;
	height: 22px;
	padding: 2px 5px 2px 5px;
	transition: all 150ms ease;
	pointer-events: none;
	color: #1F1F1F !important;
}

span.input-style-1-active {
	right: auto !important;
	padding-right: 10px !important;
}

.input-style-2 .input-style-1-active {
	transition: all 150ms ease;
	transform: translateY(-25px);
	color: #4A89DC !important;
}

.input-style-2 em {
	font-size: 10px;
	font-style: normal;
	line-height: 53px;
	position: absolute;
	z-index: 2;
	right: 10px;
	color: #CACACA;
}

.input-style-2 em i {
	font-size: 12px !important;
	margin-top: 5px !important;
}

.input-style-2 input, .input-style-2 textarea, .input-style-2 select {
	font-size: 13px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 14px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	background-color: transparent;
	-webkit-appearance: none;
}

.input-style-2 input[type="date"]::-webkit-inner-spin-button {
	opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-clear-button {
	opacity: 0;
}

.input-style-2.has-icon .input-icon {
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	margin-left: 15px;
}

.input-style-2.has-icon input {
	padding-left: 40px;
}

.input-style-2.has-icon span {
	margin-left: 25px;
}

.input-style-2.has-icon .input-style-1-active {
	transition: all 150ms ease;
	transform: translate(-25px, -25px);
	color: #4A89DC !important;
}

.ios-slider {
	height: 40px !important;
	background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 3px;
}

.ios-slider::-webkit-slider-thumb {
	width: 25px !important;
	height: 25px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	background-color: #FFFFFF !important;
	box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
	height: 40px !important;
	padding: 0px 3px 0px 3px;
	background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 18px;
}

.material-slider::-webkit-slider-thumb {
	width: 30px !important;
	height: 10px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #434A54 !important;
}

.classic-slider {
	height: 20px !important;
	padding: 0px 3px 0px 3px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 30px !important;
	background-color: #FFFFFF;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 25px;
	-webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.classic-slider::-webkit-slider-thumb {
	width: 16px !important;
	height: 16px !important;
	border: solid 1px rgba(0, 0, 0, 0.0);
	border-radius: 20px;
	background-color: #5D9CEC !important;
	box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
	padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
	line-height: 44px;
	position: absolute;
	top: 0px;
	height: 44px;
	text-align: center;
}

.range-slider .fa-range-icon-1 {
	left: 0px;
}

.range-slider .fa-range-icon-2 {
	right: 0px;
}

/*Progress Slider*/
.progress-container {
	position: sticky;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #CCCCCC;
}

.progress-line {
	width: 0%;
	height: 3px;
	background: #4CAF50;
}

/*Search*/
.search-results {
	overflow: scroll;
	margin-top: 30px;
}

.disabled-search-list {
	overflow: hidden;
	max-height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.disabled-search {
	display: none;
}

.search-box {
	line-height: 45px;
	border: solid 1px rgba(0, 0, 0, 0.08);
}

.search-box input {
	line-height: 45px;
	width: 100%;
	padding-left: 45px;
	background-color: transparent;
}

.search-box .fa-search {
	line-height: 45px;
	position: absolute;
	left: 0px;
	padding: 0px 15px 0px 15px;
}

.search-box .fa-times {
	font-size: 10px;
	line-height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	text-align: center;
}

.search-box input.bg-white {
	color: #000000 !important;
}

.search-color input {
	color: #FFFFFF;
}

.search-color input::placeholder {
	color: #FFFFFF;
}

.search-color i {
	z-index: 10;
	color: #FFFFFF !important;
}

.search-icon-list a {
	color: #1F1F1F;
}

.search-icon-list {
	padding-top: 10px;
	padding-left: 10px;
}

.search-icon-list a {
	line-height: 35px;
}

.search-icon-list a i {
	padding-right: 10px;
}

/*Search Page*/
/*///////////*/

.search-header input {
	font-size: 12px;
	line-height: 55px;
	width: 100%;
	height: 55px;
	padding-left: 40px;
	background-color: transparent;
}


.search-header .fa-search {
	line-height: 64px;
	position: absolute;
	left: 15px;
	height: 64px;
	margin-top: -3px;
}

.search-header a {
	position: absolute;
	top: 16px;
	right: 15px;
}

.search-trending ul {
	margin-left: 0px;
}

.search-trending li {
	font-size: 13px;
	line-height: 40px;
	padding-left: 0px;
	list-style: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.search-trending .fa-angle-right {
	font-size: 10px;
	line-height: 40px;
	position: absolute;
	right: 0px;
	color: #CACACA;
}

.search-page .search-result-list {
	min-height: 80px;
	margin-bottom: 20px;
}

.search-page .search-results img {
	/* width:80px;
		 position:absolute;
		 border-radius:10px;*/
	padding: 10px;
}

.search-page .search-results h1 {
	font-size: 18px;
	font-weight: 600;
	/* padding-left:100px;*/
	margin-bottom: 0px;
}

.search-page .search-results p {
	/*font-size:12px;*/
	line-height: 20px;
	/*padding-left:100px;*/
	padding-right: 80px;
}

.btn-link {
	/*position:absolute;*/
	font-size: 10px;
	font-weight: 500;
	line-height: 31px;
	top: 50%;
	right: 0px;
	height: 30px;
	padding: 0px 12px;
	transform: translateY(+50%);
	color: #FFFFFF;
	border-radius: 10px;
}


.disabled-search {
	display: none;
}

.disabled-search-item {
	display: none;
}


/*Notifications*/
.notification-style {
	position: fixed;
	z-index: 100;
	top: 10px;
	right: 10px;
	left: 10px;
	transition: all 250ms ease;
	transform: translateY(-110%);
	opacity: 0.98;
	border-radius: 10px;
}

.notification-style h1,
.notification-style h2,
.notification-style h3,
.notification-style h4,
.notification-style h5 {
	font-family: "Roboto", sans-serif;
}

.notification-active {
	transform: translateY(0%) !important;
}

.notification-style .notification-icon {
	display: block;
	padding: 5px 5px;
	background-color: rgba(255, 255, 255, 0.15);
}

.notification-style .notification-icon i:first-child {
	font-size: 10px;
	margin: 0px 5px 0px 10px;
}

.notification-style .notification-icon em {
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.notification-style .notification-icon i:last-child {
	line-height: 30px;
	position: absolute;
	right: 0px;
	width: 40px;
	text-align: center;
}

.notification-style h1 {
	margin: 10px 15px -7px 15px;
}

.notification-style p {
	line-height: 15px;
	margin: 5px 15px 18px 15px;
	color: rgba(255, 255, 255, 0.9);
}

.notification-android {
	top: 5px;
	right: 5px;
	left: 5px;
	border-radius: 3px;
}

.notification-android i {
	font-size: 13px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	width: 35px;
	margin-left: 15px;
	transform: translateY(-55%);
	text-align: center;
	border-radius: 35px;
}

.notification-android h1 {
	padding-left: 55px;
}

.notification-android p {
	font-size: 12px;
	padding-right: 60px;
	padding-left: 55px;
}

.notification-android strong {
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 20px;
	right: 20px;
}

.notification-android .notification-buttons {
	width: 100%;
	margin-left: 70px;
	padding-top: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.notification-android a {
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}

.notification-android .notification-buttons i {
	font-size: 11px;
	position: relative;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
	transform: translateY(-5px);
	opacity: 0.6;
}

.notification-material {
	top: 0px;
	right: 0px;
	left: 0px;
	border-radius: 0px;
}

.notification-material strong {
	font-size: 10px;
	font-weight: 400;
}

.notification-material em {
	text-transform: none !important
}

.notification-material .notification-icon {
	margin-bottom: -15px;
	background-color: transparent !important;
}

.notification-material img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 50px;
	transform: translateY(-50%);
	border-radius: 50px;
}

.notification-material p {
	padding-right: 50px;
}

/*Alerts*/
.alert-round-small {
	border-radius: 6px;
}

.alert-round-medium {
	border-radius: 8px;
}

.alert-round-large {
	border-radius: 13px;
}

.alert-small {
	font-size: 13px;
	line-height: 48px;
	margin-bottom: 30px;
}

.alert-small i:first-child {
	line-height: 48px;
	width: 48px;
	margin-right: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
}

.alert-large {
	font-size: 13px;
	margin-bottom: 30px;
}

.alert-large strong {
	font-size: 16px;
	display: block;
	margin-bottom: -5px;
	padding: 15px 0px 0px 70px;
}

.alert-large span {
	display: block;
	padding: 0px 0px 15px 70px;
	opacity: 0.7;
}

.alert-large i:first-child {
	font-size: 20px;
	line-height: 71px;
	position: absolute;
	width: 50px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
}

.alert .fa-times {
	font-size: 12px;
	line-height: 50px;
	position: absolute;
	z-index: 9;
	top: 50%;
	right: 0px;
	width: 50px;
	cursor: pointer;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0.4;
}

/*Quotes*/
.quote-1 {
	margin: 0px 0px 30px 0px
	padding: 0px 0px 0px 20px;
	border-style: solid;
	border-left-width: 4px;
}

.quote-1 img {
	display: inline;
	float: left;
	width: 65px;
	margin: 5px 15px 0px 0px;
	border-radius: 50px
}

.quote-no-border {
	padding: 0px !important
	border-left-width: 0px !important;
}

.quote-1 .fa-quote-right, .quote-1 .fa-quote-left {
	font-size: 50px
	position: absolute;
	top: 10px;
	opacity: 0.05;
}

.quote-1 .fa-quote-right {
	top: auto;
	right: 0px
	bottom: 40px;
}

.quote-1 p {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 0px
}

.quote-1 strong {
	font-size: 12px;
	display: block;
	padding-top: 10px;
	text-align: right
}

/*Reviews*/
.review-1 em {
	font-size: 13px;
	font-weight: 500
	font-style: normal;
	position: absolute;
	right: 0px;
	display: block;
}

.review-1 em img {
	position: absolute;
	left: -45px;
	width: 38px;
	margin: 4px 30px 0px 0px
	border-radius: 38px;
}

.review-1 span {
	display: block;
	margin: -5px 0px 20px 0px
}

.review-1 span i {
	font-size: 14px;
	margin: -5px 1px 0px 0px
}

.review-1 u {
	font-size: 9px;
	position: absolute;
	top: 20px;
	right: 0px;
	text-decoration: none
}

.review-1 strong {
	font-size: 15px
	display: block;
}

.review-2 img {
	width: 120px;
	margin: 20px auto;
	border-radius: 120px
}

.review-2 h1 {
	font-size: 18px;
	font-weight: 600
	text-align: center;
}

.review-2 .review-stars {
	width: 120px;
	margin: 10px auto;
	color: #F39C12
}

.review-2 .review-stars i {
	font-size: 18px
}

.review-2 p {
	font-size: 15px;
	font-weight: 300
	margin: 10px auto 30px auto;
	text-align: center;
}

.review-2 em {
	font-size: 12px
	display: block;
	text-align: center;
}

.review-3 .review-icon {
	line-height: 100px;
	display: block
	width: 100px;
	margin: 0 auto 20px auto;
	text-align: center;
	border-radius: 100px;
}

.review-3 p {
	font-size: 17px;
	font-weight: 300
	line-height: 32px;
	text-align: center;
}

.review-3 a {
	font-weight: 800
	text-align: center;
}

.review-3 .review-stars i {
	font-size: 23px
}

.review-3 .review-stars {
	width: 154px;
	margin: 20px auto
}

.review-4 h1 {
	font-size: 30px;
	font-weight: 800
}

.review-4 h2 {
	font-size: 12px;
	position: absolute;
	margin: -27px 0px 0px 70px
}

.review-4 a {
	font-size: 12px
	text-align: right;
}

.review-4 .review-stars {
	color: #F39C12
}

.review-4 .review-stars i {
	font-size: 18px
	margin: 0px 5px 20px 0px;
}

.review-4 img {
	position: absolute;
	top: 0px;
	right: 0px
	width: 50px;
	border-radius: 50px;
}

.review-4 p {
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	line-height: 32px
}

.review-5 h1 {
	font-size: 50px;
	font-weight: 800
}

.review-5 h2 {
	font-size: 10px;
	position: absolute;
	margin: -43px 0px 0px 110px
}

.review-5 .review-stars {
	margin: -25px 0px 0px 110px
	color: #F39C12;
}

.review-5 .review-stars i {
	font-size: 16px
	margin: 0px 2px 20px 0px;
}

.review-5 img {
	position: absolute;
	top: -15px;
	right: 0px
	width: 55px;
	border-radius: 55px;
}

.review-5 p {
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	line-height: 32px
	margin-bottom: 20px;
}

.review-5 a {
	font-size: 12px;
	text-align: right;
}

.review-6 h1 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: -5px
	text-transform: uppercase;
}

.review-6 em {
	font-size: 12px;
	display: block
	padding-bottom: 10px;
}

.review-6 h3 {
	font-size: 15px;
	font-weight: 300;
	line-height: 30px
	float: left;
}

.review-6 .review-stars {
	line-height: 30px
	float: right;
	color: #F39C12;
}

.review-6 .review-stars i {
	padding-left: 5px
}

/*Pricing*/
.pricing-1, .pricing-2, .pricing-3, .pricing-4 {
	max-width: 280px;
	margin: 0 auto;
}

.pricing-single {
	max-width: 280px;
	margin: 0 auto;
}

.pricing-double-1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.pricing-double-2 {
	float: left;
	width: 48%;
}

.pricing-1 {
	padding: 20px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
	background
}

.pricing-1 * {
	list-style: none;
}

.pricing-1 .pricing-icon {
	font-size: 50px;
}

.pricing-1 .pricing-title {
	font-size: 32px;
	padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value {
	font-size: 40px;
	font-weight: 300;
	padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-1 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-1 .pricing-subtitle {
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	opacity: 0.6;
}

.pricing-1 .pricing-list {
	padding: 0px;
}

.pricing-1 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-1 .pricing-list li:last-child {
	margin-bottom: -20px;
	border-bottom: none;
}

.pricing-2 {
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-2 * {
	list-style: none;
}

.pricing-2 .pricing-icon {
	font-size: 50px;
	padding: 10px 0px 10px 0px;
}

.pricing-2 .pricing-title {
	font-size: 25px;
	margin: -10px 0px 20px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-2 .pricing-overtitle {
	font-size: 25px;
	margin: -10px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-2 .pricing-value {
	font-size: 43px;
	padding: 15px 0px 0px 0px;
}

.pricing-2 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-2 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-2 .pricing-subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}

.pricing-2 .pricing-list {
	padding: 0px;
}

.pricing-2 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.04);
}

.pricing-2 .pricing-list li:last-child {
	border-bottom: none;
}

.pricing-3 {
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
	background
}

.pricing-3 * {
	list-style: none;
}

.pricing-3 .button {
	max-width: 90%;
	margin: -10px auto 10px auto;
}

.pricing-3 .pricing-icon {
	font-size: 50px;
}

.pricing-3 .pricing-title {
	font-size: 28px;
	padding: 30px 0px 0px 20px;
}

.pricing-3 .pricing-value {
	font-size: 40px;
	font-weight: 300;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.pricing-3 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-3 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-3 .pricing-subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px 0px 30px 20px;
	opacity: 0.6;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-3 .pricing-list {
	padding: 0px;
}

.pricing-3 .pricing-list i {
	width: 30px;
	padding-right: 20px;
}

.pricing-3 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	padding: 0px 0px 0px 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 {
	padding: 0px 0px 10px 0px;
	border: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 * {
	list-style: none;
}

.pricing-4 .pricing-title {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.pricing-4 .pricing-value {
	font-size: 43px;
	padding: 30px 0px 20px 0px;
}

.pricing-4 .pricing-value sup {
	font-size: 12px;
	top: -18px;
}

.pricing-4 .pricing-value sup:first-child {
	font-size: 20px;
	top: -13px;
	padding-right: 5px;
}

.pricing-4 .pricing-subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	margin-top: -10px;
	padding: 0px 0px 20px 0px;
}

.pricing-4 .pricing-list {
	margin-bottom: 20px;
	padding: 0px;
}

.pricing-4 .pricing-list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.pricing-4 .pricing-list li:last-child {
	border-bottom: none;
}


/*Glowing Text*/
@keyframes glow-red-light {
	0% {
		color: #000000;
	}
	50% {
		color: #ED5565;
	}
	0% {
		color: #000000;
	}
}

@keyframes glow-red-dark {
	0% {
		color: #FFFFFF;
	}
	50% {
		color: #ED5565;
	}
	0% {
		color: #FFFFFF;
	}
}

.theme-light .glow-red {
	animation: glow-red-light 4s;
	animation-iteration-count: infinite;
}

.theme-dark .glow-red {
	animation: glow-red-dark 4s;
	animation-iteration-count: infinite;
}

/*Scaling Box*/
@keyframes scale-animation {
	0% {
		transform: scale(1, 1)
	}
	50% {
		transform: scale(1.05, 1.05)
	}
	0% {
		transform: scale(1, 1)
	}
}

.scale-box {
	animation: scale-animation 1.5s;
	animation-iteration-count: infinite;
}

/*Link List*/
.menu-dark .link-list-1 span {
	color: #FFFFFF;
}

.menu-dark .link-list-1 a {
	border-bottom: solid 1px rgba(255, 255, 255, 0.03);
}

.link-list-no-border * {
	border: none !important;
}

.link-list-no-border a {
	margin-bottom: -10px;
}

.link-list-1.link-list-long-border span {
	font-size: 13px;
	margin-left: 0px;
	padding-left: 35px;
}

.link-list-2.link-list-long-border a {
	margin-left: 0px;
	padding-left: 45px;
}

.link-list-2.link-list-long-border i:first-child {
	left: 0px;
}

.link-list-1 a i:last-child {
	font-size: 10px;
	line-height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	text-align: center;
	color: #666666;
}

.link-list-1 a {
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.link-list-1 a i:first-child {
	line-height: 30px;
	position: absolute;
	top: 11px;
	left: 0px;
	width: 30px;
	text-align: center;
}

.link-list-1 a span {
	font-weight: 500;
	line-height: 50px;
	display: block;
	margin-left: 43px;
	color: #1F1F1F;
}

.link-list-1 em {
	font-size: 9px;
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 0px;
	padding: 0px 8px 0px 8px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 4px;
}

.link-list-2 a {
	line-height: 75px;
	margin-left: 5px;
	border: solid 1px rgba(0, 0, 0, 0.05);
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.link-list-2 a i:first-child {
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	top: 40px;
	left: -45px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.link-list-2 a i:last-child {
	font-size: 10px;
	line-height: 107px;
	position: absolute;
	top: 2px;
	right: 0px;
	width: 20px;
	text-align: center;
	color: #666666;
}

.link-list-2 a span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-top: -18px;
	padding: 8px 0px 8px 0px;
	color: #1F1F1F;
}

.link-list-2 a strong {
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	display: block;
	margin-top: -65px;
	color: #A2A2A2;
}

.link-list-2 em {
	font-size: 9px;
	font-weight: 700;
	font-style: normal;
	line-height: 23px;
	position: absolute;
	z-index: 2;
	top: 47px;
	right: 0px;
	padding: 0px 8px 0px 8px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
}

.link-list-3 a {
	margin-bottom: 20px;
	padding: 13px 0px 13px 0px;
	border: solid 1px rgba(0, 0, 0, 0.07);
}

.link-list-3 a i:first-child {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	margin-top: -1px;
	transform: translateY(-50%);
	text-align: center;
}

.link-list-3 a i:last-child {
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 50px;
	margin-top: -6px;
	transform: translateY(-50%);
	text-align: center;
}

.link-list-3 em {
	font-size: 7px;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	right: 0px;
	width: 60px;
	margin-top: -21px;
	text-align: center;
	text-transform: uppercase;
}

.link-list-3 span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding-left: 53px;
	color: #1F1F1F;
}

.link-list-3 strong {
	font-size: 10px;
	font-weight: 400;
	display: block;
	margin-top: -9px;
	padding-left: 53px;
	color: #A2A2A2;
}

/*Contact Form*/
.contact-form {
	margin-bottom: 15px;
}

.menu input[type="text"] {
	line-height: 35px;
	height: 35px;
}

.menu textarea {
	height: 85px !important;
	padding-top: 3px !important;
}

.menu .form-field {
	margin-bottom: 5px;
}

.menu .form-field label {
	font-size: 12px;
	margin-bottom: -10px;
}

.form-field span {
	font-size: 9px;
	position: absolute;
	right: 0px;
	opacity: 0.5;
}

.form-field input, .form-field textarea {
	margin: 10px 0px 10px 0px;
	background-color: transparent !important;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-name input, .form-email input {
	line-height: 40px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.form-text textarea {
	line-height: 24px;
	width: 100%;
	height: 145px;
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.contactSubmitButton {
	display: block;
	width: 100%;
	padding: 12px 0px !important;
	color: #FFFFFF !important;
	border-radius: 10px;
}

.fieldHasError {
	border: solid 1px #BF263C !important;
}

.formValidationError {
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
}

/*Ad Boxes*/
.ad-300x50 {
	width: 300px;
	height: 50px;
	margin: 0 auto;
}

.ad-300x50-fixed {
	position: fixed;
	z-index: 94;
	bottom: calc(68px + (constant(safe-area-inset-bottom))) !important;
	bottom: calc(68px + (env(safe-area-inset-bottom))) !important;
	left: 50%;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	transform: translateX(-50%);
}

.is-on-homescreen.is-ios {
	bottom: 90px !important;
}

.ad-300x250 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.ad-close {
	font-size: 10px;
	line-height: 21px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.1);
}

.hide-ad {
	transition: all 250ms ease;
	transform: translate(-50%, 80px);
}

/*Scroll Fixed Ads*/
.scroll-ad-visible {
	transform: translateY(0%) !important;
}

.is-on-homescreen .scroll-ad {
	bottom: 110px;
}

.scroll-ad {
	position: fixed;
	z-index: 93;
	right: 10px;
	bottom: 75px;
	left: 10px;
	height: 80px;
	transition: all 250ms ease;
	transform: translateY(150%);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.99);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .3);
}

.scroll-ad img {
	position: absolute;
	width: 60px;
	margin: 10px;
	border-radius: 10px;
}

.scroll-ad h1 {
	font-size: 18px;
	display: block;
	margin-bottom: -3px;
	padding: 7px 0px 0px 80px;
}

.scroll-ad em {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	display: block;
	padding: 0px 85px 0px 80px;
	opacity: 0.7;
}

.scroll-ad a {
	font-size: 9px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 60px;
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

/*---Added to Home---*/
.add-to-home-visible {
	pointer-events: all !important;
	opacity: 1 !important;
}

.add-to-home .close-add-to-home {
	pointer-events: none;
}

.add-to-home i {
	display: none;
}

.add-to-home-ios {
	bottom: 75px;
}

.add-to-home-ios i {
	font-size: 30px;
	position: absolute;
	bottom: -18px !important;
	left: 50%;
	display: block;
	width: 40px;
	margin-left: -21px;
	transform: rotate(180deg);
	text-align: center;
	color: #0F1215;
}

.add-to-home-ios .close-add-to-home {
	position: absolute;
	top: 13px;
	right: 13px;
	transform: scale(0.5, 0.5);
}

.add-to-home-android {
	top: 70px;
}

.add-to-home-android i {
	font-size: 30px;
	position: absolute;
	top: -18px;
	right: 15px;
	display: block;
	width: 40px;
	margin-left: -20px;
	text-align: center;
	color: #0F1215;
}

.add-to-home-android .close-add-to-home {
	position: absolute;
	top: 13px;
	left: 30px;
	transform: scale(0.5, 0.5);
}

.add-to-home {
	position: fixed;
	z-index: 99;
	right: 15px;
	left: 15px;
	height: 80px;
	transition: all 250ms ease;
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	background-color: #2F2C2C;
}

.add-to-home h1 {
	font-size: 13px;
	position: absolute;
	padding-top: 8px;
	padding-left: 75px;
	color: #FFFFFF;
}

.add-to-home p {
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 75px;
	color: #B4B4B4;
}

.add-to-home img {
	width: 45px;
	margin-top: 17px;
	margin-left: 15px;
}

/*Notch Detection*/
.notch-hider {
	display: none;
}

.has-notch .notch-hider {
	position: fixed;
	z-index: 990;
	top: 0px;
	right: 0px;
	left: 0px;
	display: block !important;
	background-color: #FFFFFF;
}

/*-Progress Bar-*/
.progress-padding {
	padding: 20px 20px;
}

.progress-bar-wrapper {
	display: block;
	overflow: hidden;
}

.progress-bar-wrapper em {
	font-style: normal;
	position: absolute;
	right: 0px;
	left: 0px;
	display: block;
	padding: 0px 15px;
	animation: pbar 1000ms 1;
}

@keyframes pbar {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.progress-bar {
	position: absolute;
	width: 0%;
	transition: width 500ms ease;
	border-right: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
}

/*Offline Detector*/
.offline-message, .online-message {
	line-height: 55px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 0px;
	left: 0px;
	transition: all 350ms ease;
	transform: translateY(-200%);
}

.offline-message-active, .online-message-active {
	transform: translateY(0%);
}

/*Instant Articles*/
.instant-article {
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow-y: scroll;
	transition: all 250ms ease;
	transform: translateX(100%);
	background-color: #FFFFFF;
	-webkit-overflow-scrolling: touch;
}

.instant-article-active {
	transition: all 250ms ease;
	transform: translateX(0%) !important;
}

/*Page Timeline*/
.timeline-cover {
	position: fixed;
	z-index: 1;
	top: 0px;
	width: 100%;
	height: 330px;
	margin-top: 50px;
	background-position: center center;
	background-size: cover;
}

.timeline-cover .overlay {
	opacity: 0.8;
}

.timeline-cover .content {
	z-index: 10;
}

.timeline-body {
	z-index: 2;
	margin-top: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
	box-shadow: none !important;
}

.timeline-header {
	height: 55px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.timeline-header .menu-icon {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	z-index: 11;
	top: 2px;
	right: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
}

.timeline-header .menu-icon em {
	background-color: #FFFFFF;
}

.timeline-logo {
	position: absolute;
	z-index: 10;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.timeline-deco {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 43px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.08);
}

.timeline-item-content, .timeline-item-content-full {
	margin: 0px 15px 30px 90px;
	padding: 20px 15px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

.timeline-item-content-full {
	padding: 0px;
}

.timeline-item-content-full h5 {
	padding: 5px 15px 15px 15px;
}

.timeline-item .timeline-icon {
	font-size: 18px;
	line-height: 45px;
	position: absolute;
	top: 25px;
	left: 21px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 45px;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
	padding-left: 0px;
	text-align: center;
}

.timeline-cover-center .timeline-image {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -150px;
	margin-left: -60px;
	border-radius: 100px;
	background-size: 120px 120px;
}

.timeline-body-center {
	padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
	line-height: 60px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -115px;
	margin-left: -31px;
}

.timeline-body-center .timeline-deco {
	left: 50%;
	margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
	margin: 120px 20px 20px 20px !important;
	padding: 20px;
}

/*Page Profile*/
.profile-1 .profile-header {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.profile-1-back {
	line-height: 50px;
	position: absolute;
	z-index: 2;
	z-index: 2;
	top: 0px;
	left: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
}

.profile-1-menu {
	line-height: 50px;
	position: absolute;
	z-index: 2;
	z-index: 2;
	top: 0px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #1F1F1F;
}

.profile-logo {
	position: absolute;
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.profile-header-clear {
	height: 350px;
	pointer-events: none;
}

.profile-1 .profile-body {
	position: relative;
	z-index: 10;
	display: block;
	margin: 0px 20px;
	padding: 0px 20px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.profile-1 .profile-button {
	margin-top: -22px !important;
}

.profile-1 .profile-heading {
	font-size: 28px;
	font-weight: 100;
	margin-top: 25px;
	text-align: center;
	color: #000000 !important;
}

.profile-1 .profile-sub-heading {
	font-size: 13px;
	font-weight: 400;
	margin-top: 0px;
	text-align: center;
	color: #9D9D9D;
}

.profile-1 .profile-stats {
	margin: 20px 30px 30px 20px;
}

.profile-1 .profile-content {
	margin: 0px 20px 30px 10px;
}

.profile-1 .profile-stats a {
	font-size: 14px;
	float: left;
	width: 33.3%;
	text-align: center;
	color: #1F1F1F;
}

.profile-1 .profile-stats a i {
	font-size: 24px;
	display: block;
	text-align: center;
}

.profile-gallery a {
	float: left;
	width: 29%;
	margin: 0px 2% 15px 2%;
	border: none;
}

/*Profile 2*/
.profile-2 .profile-image {
	width: 170px;
	margin: 20px auto 30px auto;
	border: solid 5px #FFFFFF;
	border-radius: 170px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.20);
}

.profile-2 .profile-heading {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.profile-2 .profile-stats {
	width: 300px;
	margin: 0 auto
}

.profile-2 .profile-sub-heading {
	font-size: 13px;
	font-weight: 400;
	margin-top: -5px;
	text-align: center;
	letter-spacing: 1.1px;
	color: #666666;
}

.profile-2 .profile-stats a {
	font-size: 20px;
	font-weight: 500;
	float: left;
	width: 33.3%;
	margin: 20px 0px 20px 0px;
	text-align: center;
	color: #1F1F1F;
}

.profile-2 .profile-stats a i {
	font-size: 15px;
	line-height: 44px;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0px auto 10px auto;
	text-align: center;
	border-radius: 45px;
}

.profile-2 .profile-stats a em {
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin-top: -5px;
	color: #666666;
}

/*Page VCard*/
.vcard-title {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.vcard-field {
	padding-top: 5px;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	border-left: 0px !important;
}

.vcard-field strong {
	font-size: 10px;
	font-weight: 400;
	color: #ABABAB;
}

.vcard-field i {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 15px;
	text-align: center;
	opacity: 0.3;
}

.vcard-field a {
	font-size: 14px;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0.7;
	color: #000000;
}

/*Page Countdown*/
#page-countdown {
	width: 290px;
	margin: 30px auto 90px auto;
}

.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown .countdown-years,
.countdown .countdown-seconds,
.countdown .countdown-days {
	font-size: 30px;
	font-weight: 900;
	float: left;
	width: 25%;
	text-align: center;
}

.countdown em {
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	display: block;
	color: #9D9D9D;
}

#page-countdown h1 {
	font-size: 32px;
	font-weight: 900
}

#page-countdown h2 {
	font-size: 14px;
	font-weight: 900
}

/*PageApp Calendar*/
.calendar {
	overflow: hidden;
	max-width: 90%;
	margin: 0px auto 30px auto;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.cal-title, .cal-sub-title {
	line-height: 60px;
	margin-bottom: 0px;
	padding: 0px 15px;
	color: #FFFFFF;
}

.cal-title-right {
	line-height: 62px;
	float: right;
	height: 50px;
	margin-top: -60px;
	padding-right: 20px;
}

.cal-title-left {
	line-height: 62px;
	float: left;
	height: 50px;
	margin-top: -60px;
	padding-left: 20px;
}

.cal-days a {
	font-weight: 800;
	line-height: 35px;
	float: left;
	width: 14.28%;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
}

.cal-disabled {
	color: #CACACA !important;
}

.cal-selected span {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.cal-selected i {
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0px 0px -16px;
	text-align: center;
	opacity: 1;
	color: #000000;
}

.cal-dates a {
	font-weight: 500;
	line-height: 45px;
	float: left;
	width: 14.2857142857%;
	text-align: center;
	color: #666666;
}

.cal-dates-border a {
	overflow: hidden;
	border-right: solid 1px rgba(0, 0, 0, 0.05);
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
	min-height: 80px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}

.cal-schedule em {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	position: absolute;
	padding: 20px 0px 0px 20px;
}

.cal-schedule strong {
	font-size: 14px;
	display: block;
	padding: 17px 0px 0px 100px;
}

.cal-schedule span {
	font-size: 10px;
	display: block;
	margin-top: 0px;
	color: #A2A2A2;
}

.cal-schedule span i {
	display: inline-block;
	width: 50px;
	padding: 0px 20px 0px 102px;
	text-align: center;
}

.cal-message i {
	font-size: 27px;
	line-height: 43px;
	position: absolute;
	right: 20px;
	height: 40px;
}

.cal-message {
	display: block;
}

.cal-message strong {
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	padding-left: 20px;
}

/*-Pageapp Chat-*/
.speech-left {
	float: right;
	max-width: 240px;
	color: #FFFFFF;
}

.speech-right {
	float: left;
	max-width: 240px;
}

.speach-image {
	padding: 0px !important;
}

.speach-image img {
	margin: 0px;
}

.speech-last {
	margin-bottom: 0px !important;
}

.speech-bubble {
	font-size: 13px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px 15px;
	border-radius: 17px;
	background-color: #E5E5EA;
}

.speech-bubble:after {
	display: block;
	clear: both;
	content: "";
}

.speech-read {
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	display: block;
	margin-bottom: 80px;
	text-align: right;
	color: #9D9D9D;
}

.speach-input input {
	position: fixed;
	z-index: 99;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding: 0px 70px 0px 15px !important;
	border-top: solid 1px rgba(0, 0, 0, 0.05);
	background-color: #DCDDE1;
}

.speach-input a {
	line-height: 30px;
	position: fixed;
	z-index: 100;
	right: 15px;
	bottom: 15px;
	width: 30px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 30px;
}

.speach-input input::placeholder {
	color: #000000;
}

/*Reading Progress*/
#reading-progress-bar {
	position: fixed;
	z-index: 99;
	top: 50px;
	width: 0%;
	height: 3px;
	transition: all 300ms ease;
	background: #4CAF50;
}

/*Slider Custom Settings*/
.next-slide-arrow, .prev-slide-arrow {
	line-height: 50px;
	position: absolute;
	z-index: 15;
	bottom: 50%;
	width: 50px;
	height: 50px;
	margin-bottom: -75px;
	text-align: center;
}

.next-slide-arrow {
	right: 0px;
}

.prev-slide-arrow {
	left: 0px;
}

.next-slide-text {
	z-index: 2;
	float: right;
	margin-top: -34px;
}


/* Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch  Licensed under  ()*/
.owl-carousel .owl-item, .owl-carousel .owl-wrapper, .owl-dots {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}

.owl-carousel, .owl-carousel .owl-item {
	position: relative
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel {
	z-index: 1
	display: none;
	width: 100%;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0
	content: ".";
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	display: block
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: all 250ms ease !important
}

.owl-auto-height .owl-height {
	transition: all 250ms ease-in-out !important
}

.owl-carousel .owl-item .owl-lazy {
	z-index: opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	transition: transform .1s ease
	background: url(owl.video.play.png) no-repeat;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	height: 100%;
	transition: opacity .4s ease
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.owl-dot, .owl-dot.active {
	transition: all 250ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%
	height: 100%;
}

.owl-no-dots .owl-dots {
	display: none !important
}

.content1-full-height .owl-dot {
	bottom: 20px !important;
}

.owl-no-dots .cover-content-bottom {
	bottom: 0;
	padding-bottom: 0
}

.owl-dots {
	bottom: 5px;
	width: 100%;
	text-align: center;
	backface-visibility: hidden
}

.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px
	margin-left: 5px;
	border-radius: 50px;
	background: rgba(139, 139, 139, .9);
}

.owl-dot.active {
	background: #CACACA
}

.owl-nav {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0
	left: 0;
}

.owl-next, .owl-prev {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	width: 40px;
	height: 50px;
	margin-top: -25px
	text-align: center;
	color: #FFFFFF;
}

.owl-prev {
	left: 0
}

.owl-next {
	right: 0
}

.owl-has-dots .owl-dots {
	margin-top: 20px;
	margin-bottom: 0
}

.owl-has-dots-over .owl-dots {
	margin-top: -40px;
	margin-bottom: 10px
}

.owl-height {
	height: auto !important;
	height: 500px
	min-height: 500px;
}

.cover-slider {
	margin-bottom: 0
}

.cover-slider .owl-dots {
	z-index: 99;
	margin-top: -18px;
	margin-bottom: -5px;
	transform: translateY(-25px)
}

.next-slide, .prev-slide {
	line-height: 35px;
	position: absolute;
	z-index: 99
	top: 50%;
	width: 35px;
	margin-top: -10px;
	transform: translateY(-70%);
	text-align: center;
	color: #FFFFFF;
}

.cover-slider [data-height=cover] {
	margin-bottom: 0 !important
}

.prev-slide {
	left: 15px
}

.next-slide {
	right: 15px
}

.owl-dots-over .owl-dots {
	margin-bottom: -10px;
	transform: translateY(-60px);
}

/* @url https://github.com/feimosi/baguetteBox.js*/
#baguetteBox-overlay {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .35s ease;
	transition: opacity .35s ease
	opacity: 0;
	background-color: #222222;
	background-color: rgba(0, 0, 0, 1);
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	height: 100%
	margin: 0;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	font-family: sans-serif;
	font-size: 12px
	line-height: 1.8;
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: center;
	white-space: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 1) !important;
}

#baguetteBox-overlay .full-image:before {
	display: inline-block;
	width: 1px;
	height: 50%;
	margin-right: -1px
	content: "";
}

#baguetteBox-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
	white-space: nowrap;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes "bounceFromRight" {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
}

@keyframes "bounceFromRight" {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
}

@-webkit-keyframes "bounceFromLeft" {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
}

@keyframes "bounceFromLeft" {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	bottom: 35px;
	width: 50px;
	height: 60px;
	background-color: transparent
}

.baguetteBox-button {
	font: 1.6em sans-serif;
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
	color: #DDDDDD;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	outline: 0;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	font-size: 16px;
	right: 0px;
	width: 33.3%;
	padding-right: 20px
	text-align: right;
}

.baguetteBox-button#previous-button {
	font-size: 16px;
	left: 0px;
	width: 33.3%;
	padding-left: 20px
	text-align: left;
}

.baguetteBox-button#close-button {
	font-size: 14px;
	bottom: 35px;
	left: 50%;
	width: 50px;
	width: 33.3%
	height: 60px;
	margin-left: -16.7%;
	background-color: transparent;
}

.baguetteBox-button svg {
	position: absolute;
	top: 0
	left: 0;
}

.baguetteBox-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
	opacity: .6;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes "bounce" {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes "bounce" {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.baguetteBox-button {
	display: block !important
}


/*Dark Theme Settings*/
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark p strong {
	color: #FFFFFF;
}

.theme-dark .menu .nav-title,
.theme-dark .menu .nav a i,
.theme-dark .menu .nav a span,
.theme-dark .menu .nav .active-nav i,
.theme-dark .menu .nav .active-nav span,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .color-theme,
.theme-dark .countdown div,
.theme-dark .link-list-3 span,
.theme-dark .link-list-2 a span,
.theme-dark .link-list-1 a span,
.theme-dark .link-list-1 a,
.theme-dark .search-icon-list a,
.theme-dark .fac label,
.theme-dark .pagination a,
.theme-dark .accordion-style-2 a,
.theme-dark .input-style-1 .input-icon,
.theme-dark .input-style-2 .input-icon,
.theme-dark .input-style-1 span,
.theme-dark .input-style-2 span,
.theme-dark .contact-form i,
.theme-dark .demo-icon-font article,
.theme-dark [data-tab],
.theme-dark .profile-2 .profile-stats a,
.theme-dark .vcard-field *,
.theme-dark .review-1 em,
.theme-dark .review-1 u,
.theme-dark .review-1 strong,
.theme-dark .footer .footer-title {
	color: #FFFFFF !important;
}

.theme-dark,
.theme-dark .page-bg,
.theme-dark #page,
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .divider-icon i,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
	background-color: #1B1D21 !important;
}

.theme-dark .content-boxed {
	background-color: #0F1117;
}

.theme-dark .input-style-2 span {
	background-color: #000000;
}

.theme-dark .content-boxed .input-style-2 span,
.theme-dark .menu .input-style-2 span,
.theme-dark .content-boxed .input-style span,
.theme-dark .bg-theme {
	background-color: #0F1117 !important;
}

.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .link-list-2 a,
.theme-dark .vcard-field,
.theme-dark table {
	border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 input,
.theme-dark .input-style-1 select,
.theme-dark .input-style-1 textarea,
.theme-dark .input-style-2 input,
.theme-dark .input-style-2 select,
.theme-dark .input-style-2 textarea,
.theme-dark .link-list-1 a,
.theme-dark .form-field input,
.theme-dark .form-field textarea {
	color: #FFFFFF !important;
	border-color: rgba(255, 255, 255, 0.06);
}

.theme-dark .link-list-1 a,
.theme-dark .link-list-2 a {
	border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 em,
.theme-dark .input-style-2 em {
	color: #3C3C3C;
}

.theme-dark .classic-slider,
.theme-dark .timeline-deco {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .footer-links,
.theme-dark .footer-copyright {
	border-top: solid 1px rgba(255, 255, 255, 0.045) !important;
}

.theme-dark th,
.theme-dark .menu,
.theme-dark .header,
.theme-dark .notch-hider,
.theme-dark .polaroid-effect,
.theme-dark .timeline-item-content,
.theme-dark .tab-controls,
.theme-dark .menu .input-style span,
.theme-dark .timeline-item-content-full {
	color: #FFFFFF;
	background-color: #21252A !important;
}

.theme-dark .menu .nav a:hover.
.theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider {
	background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .divider {
	background-color: rgba(255, 255, 255, 0.07) !important;
}

.theme-dark .menu-hider {
	background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .footer {
	background-color: #0F1117;
}

.theme-dark .menu .nav-submenu a {
	color: rgba(255, 255, 255, 0.5);
}

.theme-dark .gallery-filter-controls li {
	color: #FFFFFF;
}

.theme-dark .tab-controls a {
	border-left: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark #footer-menu {
	border-top: solid 1px rgba(255, 255, 255, 0.01);
	background-color: rgba(33, 37, 42, 0.98);
}

.theme-dark #footer-menu a i {
	color: #FFFFFF;
}

.theme-dark #footer-menu a span {
	color: #FFFFFF;
}

.theme-dark .search-header input::placeholder {
	color: #FFFFFF !important;
}

.theme-dark .search-header input {
	color: #FFFFFF;
}

.theme-dark .search-trending li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .search-header .fa-search {
	color: #FFFFFF;
}
