@charset "UTF-8";
/*@import url(bootstrap-grid.css?r=2);*/
input,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: 0;
	font-size: 15px;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
}
select {
	padding: 15px 18px;
	cursor: pointer;
}
input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
	transition: box-shadow 0.2s !important;
	opacity: 1;
}
input[type="submit"] {
	border: none;
	padding: 11px 18px;
	width: auto;
}
input[type="checkbox"] {
	display: inline;
}
input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
}
::-webkit-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}
label,
legend {
	display: block;
	font-weight: 700;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 8px;
}
label span,
legend span {
	font-weight: 400;
	/*font-size: 14px;*/
	color: #444;
}
fieldset {
	padding: 0;
	border: none;
}
a,
button {
	outline: 0 !important;
}

a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: underline;
}
img {
	max-width: 100%;
}
#logo {
	display: inline-block;
	margin-top: 3px;
}
#logo img {
	max-height: 38px;
	width: auto;
	transform: translate3d(0, 0, 0);
}
img.footer-logo {
	max-height: 38px;
	width: auto;
}
#header {
	position: relative;
	z-index: 999;
	padding: 18px 0 8px 0;
	font-size: 16px;
}
.header-widget {
	position: relative;
	top: -1px;
	height: 54px;
	text-align: right;
	display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.header-widget .button,
.header-widget .button.border {
	margin-right: 0;
	min-width: 130px;
	text-align: center;
	position: relative;
	line-height: 26px;
	font-weight: 500;
}
.header-widget .button.border i {
	font-size: 17px;
	padding: 0 0 0 4px;
	display: inline-block;
	position: relative;
}
.header-widget .sign-in {
	position: relative;
	margin-right: 25px;
	top: 10px;
	display: inline-block;
	vertical-align: top;
}
.header-widget .sign-in i {
	padding-right: 4px;
	font-size: 15px;
}
header.fullwidth .container {
	width: 100%;
	margin: 0;
	padding: 0 40px;
}
.left-side {
	float: left;
	width: 65%;
	display: inline-block;
}
.right-side {
	float: right;
	width: 35%;
	display: inline-block;
}
@media (min-width: 1025px) and (max-width: 1239px) {
	.right-side {
		width: auto;
		display: inline-block;
		margin-top: -126px;
		position: relative;
	}
	.left-side {
		width: 100%;
		display: inline-block;
	}
}
#logo,
#navigation {
	float: left;
}
#logo {
	margin-right: 35px;
}
#header.cloned {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header.cloned #logo img {
	transform: translate3d(0, 0, 0);
	max-width: 120px;
	margin-top: 1px;
}
#header.cloned {
	padding: 18px 0 7px 0;
}
.sticky-logo {
	display: none;
}
#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, -100%) scale(1);
	transition: 0.3s;
}
#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: 0.3s;
}
#footer {
	padding: 70px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	font-size: 16px;
}
#footer.sticky-footer {
	box-shadow: none;
}
#footer.dark {
	border-top: none;
}
#footer h4 {
	font-size: 21px;
	margin-bottom: 25px;
}
.footer-shadow {
	width: 100%;
	display: block;
	height: 200px;
	margin-top: -200px;
	position: relative;
	z-index: -1;
}
.text-widget span.address {
	display: block;
	margin-bottom: 10px;
}
#footer ul.footer-links {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
#footer .footer-links li {
	position: relative;
	list-style: none;
}
#footer .footer-links li a {
	padding: 0 0 9px 16px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 21px;
}
#footer .footer-links li:before {
	font-family: flaticon;
	font-size: 10px;
	content: "\f11b";
	position: absolute;
	left: 0;
	padding: 0 7px 0 0;
}
.copyrights {
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	margin-top: 60px;
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}
#footer.alt .copyrights {
	margin-top: 0;
	border: none;
	padding: 25px;
}
#footer .social-icons li a {
	opacity: 0.8;
	transition: opacity 0.35s;
}
#footer .social-icons li a:hover {
	opacity: 1;
}
#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
	transition: 0.35s;
	transform: scale(0.7);
}
#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 46px;
	height: 46px;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
}
body #backtotop a {
	transform:rotate(-90deg);
}
#backtotop a:after {
	content: "\f119";
	font-family: flaticon;
	position: relative;
	display: block;
	font-size: 21px;
	top: 50%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
#navigation {
	position: relative;
	display: block;
}
#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul a {
	display: block;
	text-decoration: none;
}
#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}
#navigation ul ul li {
	float: none;
}
#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}
#navigation ul ul {
	margin: 10px 0 0 15px;
}
#navigation ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
}
#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}
#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: flaticon;
	opacity: 0.5;
}
#navigation ul li a:after {
	content: "\f11b";
	padding: 0px 7px;
	font-size:10px;
	display: inline-block;
	transform:rotate(90deg);
}
#navigation ul ul li a:after {
	content: "\f11b";
	position: absolute;
	right: 15px;
	top: 7px;
}
#navigation ul li a:only-child:after {
	content: "";
	padding: 0;
}
#navigation ul ul li a:only-child:after {
	content: "";
}
#navigation ul ul {
	border-radius: 4px;
	font-size: 15px;
}
#navigation ul ul li {
	border-radius: 4px;
}
#navigation ul ul li:last-child {
	border-bottom: none;
}
#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 27px !important;
	padding: 4px 40px 4px 15px !important;
	line-height: 24px !important;
}
body #navigation ul ul {
	padding: 12px 10px;
	box-sizing: border-box;
}
#navigation ul ul li {
	width: 180px;
}
#navigation ul ul li:hover {
	border-radius: 0;
}
#navigation ul ul li:first-child {
	border-radius: 4px 4px 0 0;
}
#navigation ul ul li:last-child {
	border-radius: 0 0 4px 4px;
}
#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}
#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
#navigation.style-1 .current {
	background-color: transparent;
}
#navigation.style-1 .current:after {
	opacity: 1;
}
#navigation.style-1 ul li {
	transition: all 0.25s;
}
#navigation.style-1 ul li a {
	cursor: pointer;
}
#navigation.style-1 ul ul li {
	margin: 0;
	border-radius: 0;
}
#navigation.style-1 ul ul li:first-child {
	border-radius: 4px 4px 0 0;
}
#navigation.style-1 ul ul li:last-child {
	border-radius: 0 0 4px 4px;
}
#navigation ul ul li a:after {
	opacity: 0.5;
	transition: all 0.25s;
	transform: translateX(-5px);
}
#navigation ul ul li:hover a:after {
	opacity: 1;
	transform: translateX(0);
}
#navigation.style-1 ul li a {
	transition: 0.4s;
	border-radius: 50px;
	font-size: 15px;
}
#navigation.style-1 ul a {
	padding: 2px 15px;
}
#navigation ul ul {
	margin: 10px 0 0 0;
}
#navigation.style-1 ul li {
	margin: 0 2px;
}
#navigation.style-1 {
	margin-top: 6px;
}
body #navigation ul .mega-menu:not(.mm-panel) ul a,
body #navigation.style-1 ul ul li {
	opacity: 1;
}
#navigation ul li a i {
	font-size: 14px;
	position: relative;
	top: 0;
	padding-right: 5px;
}
.mobile-styles .mm-listview {
	margin: 0 -20px !important;
}
.mobile-styles .mm-listview .mega-menu-headline {
	padding: 15px 20px !important;
}
.mobile-styles .mm-listview li a i {
	padding-right: 5px;
}
.mobile-styles.mm-panel:before {
	height: 10px !important;
}
#navigation ul li .mega-menu ul,
#navigation ul li ul {
	z-index: 100;
}
#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul {
	z-index: 200;
}
.user-menu {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 25px;
	top: 9px;
	vertical-align: top;
	padding-left: 25px;
}.header-widget .sign-in,.user-menu{
	flex: 1;
    min-width: 0;
}
.user-menu .user-name {
	transition: 0.2s;
	padding: 0px 8px;
	width: max-content;
    max-width: 100%;
    position: relative;
}
.user-menu.active .user-name {
	border-radius: 5px;
	background: var(--grayish);
}.user-menu.active .user-name,.user-menu.active .user-name:after{
	color: var(--secondary_color);
}
.user-menu .user-name:after {
	content: "\f11b";
    font-size: 10px;
    display: inline-block;
    transform: rotate(90deg);
    font-family: flaticon;
    transition: 0.2s;
    top: 0px;
    position: absolute;
    right: 4px;
}

.user-menu.active .user-name:after {
	transform: rotate(-90deg);
}
/*.user-name span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}
.user-name span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -5px;
}.user-name span:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	bottom: 0;
	right: 0;
	display: block;
	border-radius: 50%;
	border: 2px solid;
}
.user-name span {
	width: 35px;
	height: 35px;
	left: -28px;
	top: -8px;
}
.user-name span:after {
	bottom: -6px;
	right: -6px;
}*/
.user-name span{
	white-space: pre;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 13px;
}.dashboard .user-name span{
	padding-left: 16px;
}.dashboard .user-name svg{
	fill: var(--third_color);
    height: 15px;
    width: 15px;
	position: absolute !important;
    left: 4px;
    top: 6px !important;
}
.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 0;
	list-style: none;
	border-radius: 4px;
	display: inline-block;
	width: max-content;
	font-size: 15px;
	transform: translate3d(0, 15px, 0);
	padding: 12px 10px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}
.user-menu li{
	transition: .4s;
}.user-menu li:hover,.user-menu li.active {
	background: var(--grayish2);
	border-radius: 5px;
}
.user-menu ul li a {
	padding: 6px 15px;
	line-height: 22px;
	display: inline-block;
	transition: 0.2s;
}
.user-menu ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}
.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/*@media (max-width: 380px) {
	.user-name span:after {
		bottom: -3px;
		right: -6px;
	}
}
@media (max-width: 360px) {
	.user-menu .user-name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}*/

.mmenu-trigger {
	height: 50px;
	width: 50px;
	display: none;
	position: relative;
	margin: 0 0 20px 0;
	border-radius: 4px;
	cursor: pointer;
}
.hamburger {
	padding: 0;
	top: 12px;
	left: 13px;
	transform: scale(0.67);
	-moz-transform: scale(0.7) translateY(4px);
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 34px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mmenu-trigger {
	display: none;
}
@media only screen and (max-width: 1024px) {
	#navigation.style-1 {
		margin: 0;
		padding-top: 0;
	}
	#navigation.style-1:before {
		display: none;
	}
	#responsive {
		display: none;
	}
	.mmenu-trigger {
		display: inline-block !important;
	}
	.mmenu-trigger {
		float: right;
	}
	body #dashboard #logo,
	body #logo {
		position: relative;
		margin: 0 !important;
		margin-top: 5px !important;
		width: calc(100% - 70px);
		text-align: left;
	}
	#logo {
		position: absolute;
		width: 100%;
		margin: 0 auto;
		margin-top: 5px;
		width: 35%;
		text-align: center;
		left: 0;
		right: 0;
	}
	.header-widget {
		height: auto;
		padding: 20px 0;
		border-top: 1px solid;
		text-align: left;
		/*display: flex;
		flex-wrap: wrap;
		align-items: flex-start;*/
	}
	.header-widget a.button.border {
		padding: 7px 16px;
		background-color: transparent;
		font-size: 16px;
		min-width: auto;
		float: right;
	}
	.sign-in{
		flex: 1;
	}
	.header-widget .sign-in {
		top: 9px;
	}
	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.left-side,
	.right-side {
		width: 100%;
	}
	#top-bar .right-side .social-icons {
		float: left;
		position: relative;
		z-index: 9;
	}
	#header-container.header-style-2 .header-widget {
		float: left;
		margin-top: 35px;
		margin-bottom: -5px;
	}
	#header {
		padding-bottom: 0;
	}
	ul.top-bar-menu {
		z-index: 99;
		position: relative;
	}
	.header-style-2 .menu-responsive {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding: 0 15px;
	}
	#header-container.header-style-2 .header-widget {
		width: calc(100%);
		border-top: 1px solid #e0e0e0;
		padding-top: 30px;
	}
}
@media (max-width: 991px) {
	.main-search-container {
		height: auto;
	}
	.main-search-inner {
		position: relative;
		top: 0;
		transform: none;
		padding-top: 30px;
		padding-bottom: 45px;
	}
}
.input-with-icon {
	position: relative;
}
.input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 0 0 19px;
	color: #999;
	transition: 0.2s;
	pointer-events: none;
}
.input-with-icon input {
	padding-left: 47px !important;
}
.input-with-icon.location input {
	padding-left: 20px !important;
}
.input-with-icon.location a i {
	position: absolute;
	right: 1px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	padding: 15px 20px 15px 15px;
	pointer-events: all;
}

.select-input {
	position: relative;
}
.select-input input {
	position: relative;
	z-index: 101;
}
.select-input .select {
	position: absolute;
	top: -8px;
}
.select-hidden {
	display: none;
	visibility: hidden;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 15px;
	width: 100%;
	height: 51px;
}
.select-styled {
	opacity: 0;
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 990;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e0e0e0;
	background-color: #fcfcfc;
	padding: 0 4px;
	padding-top: 8px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
}
.select-list-container {
	padding: 0 4px;
	max-height: 300px;
	overflow: auto;
	display: inline-block;
	width: 100%;
}
ul.select-options li {
	margin: 0;
	padding: 0;
	transition: all 0.15s ease-in;
	margin: 0;
	padding: 10px 10px;
	list-style: none;
	line-height: 15px;
	border-radius: 4px;
}
.select-options li[rel="hide"] {
	display: none;
}
.select-options ::-webkit-scrollbar {
	width: 10px;
}
.select-options ::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.select-options ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
}
.select-options ::-webkit-scrollbar-thumb:hover {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}
a.button,
a.button.border,
button.button,
input[type="button"],
input[type="submit"] {
	top: 0;
	padding: 9px 20px;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 50px;
}
input[type="button"],
input[type="submit"] {
	line-height: 32px;
}
a.button:before,
button.button:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}
a.button:hover:before,
button.button:hover:before {
	opacity: 0.1; 
}

button.button {
	line-height: 26px;
}
a.button.border:before {
	display: none;
}
a.button.border {
	background-color: transparent;
	border: 1px solid ;
	padding: 9px 21px;
}
a.button.border:hover {
	opacity: 1;
}
a.button.fullwidth,
button.button.fullwidth {
	width: 100%;
	text-align: center;
}
.button i {
	padding-right: 4px;
}
.centered-content {
	text-align: center;
}
.centered-content .button {
	min-width: 130px;
}
a.button.border {
	font-weight: 500;
}
.icon-box-2 {
	text-align: center;
	position: relative;
}
.icon-box-2 i {
	width: 120px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	font-size: 60px;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 11;
}
.icon-box-2 span {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.icon-box-2 h4 {
	margin: 4px 0;
	line-height: 26px;
}
.icon-box-2 h3 {
	margin: 4px 0;
	line-height: 26px;
	font-size: 19px;
	font-weight: 500;
}
.icon-box-2 p {
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}
section.fullwidth .icon-box-2 p {
	margin-bottom: 0;
}
.icon-box-2.with-line:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 40px;
	display: block;
	z-index: 9;
}
section.fullwidth .icon-box-2 {
	padding: 40px;
	transition: 0.4s;
}
section.fullwidth .icon-box-2.with-line:before {
	display: none;
}
section.fullwidth .icon-box-2 i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 38px;
}
section.fullwidth .icon-box-2:hover {
	transform: translateY(-8px);
}
.icon-box-3 {
	text-align: left;
	padding-left: 90px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 20px 0;
}
.icon-box-3 h4 {
	font-size: 18px;
	font-weight: 600;
}
.icon-box-3 i {
	font-size: 54px;
	height: 60px;
	margin: 10px 0;
	display: inline-block;
	height: 100%;
	position: absolute;
	left: 0;
}
.icon-box-3 p {
	color: rgba(51, 51, 51, 0.7);
	margin-top: 3px;
	display: inline-block;
}
.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	line-height: 110px;
	font-size: 50px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}
.rounded i:before {
	position: relative;
	z-index: 11;
}
.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transform: translate3d(0, 0, 0) rotate(0);
}
.icon-box-1.rounded i:after,
.icon-box-2.rounded i:after,
.icon-box-3.rounded i:after {
	content: "";
	width: 120%;
	height: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
	opacity: 0;
	transform: translate3d(50%, -50%, 0) scale(1) rotate(45deg);
}
.icon-box-1.rounded:hover i:after,
.icon-box-2.rounded:hover i:after,
.icon-box-3.rounded:hover i:after {
	height: 145%;
	opacity: 0.1;
}
.icon-box-3.rounded {
	padding-left: 120px;
}
.icon-box-3.rounded i {
	width: 90px;
	height: 90px;
	font-size: 40px;
	line-height: 90px;
}
@media (max-width: 1659px) {
	.icon-box-3.rounded {
		padding-left: 110px;
	}
	.icon-box-3.rounded i {
		width: 80px;
		height: 80px;
		font-size: 38px;
		line-height: 80px;
	}
}
.trigger a,
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	line-height: 26px;
	outline: 0;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	transition: background-color 0.2s, color 0.2s;
	padding: 16px 27px;
	margin: -1px 0 0 0;
}
.trigger a i,
.ui-accordion .ui-accordion-header i {
	font-size: 18px;
	top: 1px;
	position: relative;
	padding-right: 3px;
}
.style-2 .trigger a i,
.style-2 .ui-accordion .ui-accordion-header i {
	padding-right: 6px;
}

.trigger a i,
.ui-accordion .ui-accordion-header i {
	margin: 0 4px 0 0;
	position: relative;
}
.toggle-container,
.ui-accordion .ui-accordion-content {
	padding: 28px 30px;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.toggle-container p,
.ui-accordion .ui-accordion-content p {
	margin: 0;
}
.style-2 .trigger a,
.style-2 .ui-accordion .ui-accordion-header {
	border: none;
	margin: 0;
	padding: 27px 0;
	text-transform: none;
	font-size: 17px;
	font-weight: 500;
	background-color: transparent;
	padding-right: 60px;
	font-weight: 400;
}
body .style-2 .trigger a,
body .style-2 .ui-accordion .ui-accordion-header {
	text-transform: none;
}
.style-2 .toggle-container,
.style-2 .ui-accordion .ui-accordion-content {
	padding: 0 0 30px 0;
	border: none;
}
.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active,
.style-2 .ui-accordion .ui-accordion-header-active:hover {
	background-color: transparent;
	border-color: transparent;
	transition: color 0.1s;
}
.style-2 .toggle-wrap,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .ui-accordion .ui-accordion-header {
	border-bottom: 1px solid #e0e0e0;
}
.style-2 .ui-accordion .ui-accordion-header-active {
	border: none;
}
.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 26px;
	transform: translate3d(0, -50%, 0) rotate(0);
	transition: 0.2s;
}
.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
	margin-top: 2px;
	transform: translate3d(0, -50%, 0) rotate(45deg);
}
#result .success,
.notification {
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding: 20px 26px;
	padding-right: 50px;
	border-radius: 3px;
}
.notification p {
	margin: 0;
	font-size: 15px;
}
#result .success,
.notification.success {
	background-color: #ebf6e0;
}
#result .success,
.notification.success,
.notification.success a,
.notification.success p,
.notification.success strong {
	color: #5f9025;
}.notification .non-profit-staus{	background-color: #F77C7C;	color:#C95859;}
.notification.error {
	background-color: #ffe9e9;
}
.notification.error,
.notification.error a,
.notification.error p,
.notification.error strong {
	color: #de5959;
}
.notification.warning {
	background-color: #fbfadd;
}
.notification.warning,
.notification.warning a,
.notification.warning p,
.notification.warning strong {
	color: #8f872e;
}
.notification.notice h4 {
	font-size: 19px;
	margin: 3px 0 15px 0;
}
.notification.notice,
.notification.notice a,
.notification.notice h4,
.notification.notice strong {
	color: #3184ae;
}
.notification.notice {
	background-color: #e9f7fe;
}
.notification.notice.large {
	padding: 32px 36px;
}
#dashboard .success {
	background-color: #e6f3d8;
}
#dashboard .notice {
	background-color: #e1f3fc;
}
#dashboard .warning {
	background-color: #f6f4c9;
}
body .notification strong {
	border: none;
}
.notification.error .close,
.notification.notice .close,
.notification.success .close,
.notification.warning .close {
	padding: 0 9px;
	position: absolute;
	right: 0;
	top: 22px;
	display: block;
	height: 8px;
	width: 8px;
	cursor: pointer;
}
.notification.notice p span i {
	font-weight: 500;
}
.notification a.button {
	float: right;
	margin-top: 3px;
}
.notification.notice a.button {
	background-color: #388fc5;
}
.notification.warning a.button {
	background-color: #dfbe51;
}
.notification.error a.button {
	background-color: #d34c4c;
}
.notification.success a.button {
	background-color: #79ba38;
}
.notification.closeable a.close:before {
	content: "\f00d";
	font-family: FontAwesome;
	position: absolute;
	right: 25px;
	top: 0;
	cursor: pointer;
}
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tabs-nav li a i {
	padding-right: 5px;
	font-size: 16px;
	top: 1px;
	position: relative;
}
.tabs-nav li {
	float: left;
	line-height: 45px;
	padding: 0;
	margin-right: 4px;
	position: relative;
	z-index: 12;
}
.tab-reviews,
.tabs-nav li a {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.tabs-nav li a {
	border-bottom: 1px solid transparent;
	display: inline-block;
	outline: 0;
	padding: 7px 15px;
	text-decoration: none;
	font-size: 15px;
	z-index: 11;
	position: relative;
	margin-bottom: -1px;
}
.tabs-nav li a:hover,
.tabs-nav li.active a {
	z-index: 11;
}
.tab-content {
	padding: 28px 33px;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 100%;
}
.tabs-container {
	overflow: hidden;
	width: 100%;
}
.tab-content p:last-child {
	margin-bottom: 0;
}
.style-2 .tabs-container {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.style-1 .tabs-container .tab-content {
	border: none;
	border-top: 1px solid #e0e0e0;
	padding: 30px 0 0 0;
}
.sign-in-form .tabs-container {
	overflow: visible;
}
.sign-in-form .tabs-nav li {
	line-height: 15px;
}
.sign-in-form .tabs-nav li a {
	padding: 0 15px 18px 15px;
}

.lost_password a {
	margin: 0;
	font-size: 15px;
}
.myaccount input.button {
	margin-bottom: 0;
}
.sign-in-form label {
	position: relative;
	font-size: 15px;
}
.sign-in-form label input {
	margin-top: 8px;
	padding-left: 45px;
	height: 53px;
}
.sign-in-form label input[type="checkbox"] {
	height: auto;
}
.sign-in-form input {
	transition: box-shadow 0.2s !important;
}
.sign-in-form input:focus {
	transition: box-shadow 0.2s !important;
}
.sign-in-form label i {
	font-size: 21px;
	position: absolute;
	left: 15px;
	bottom: 11px;
}
.sign-in-form .button {
	line-height: 26px;
	height: auto;
	min-width: 120px;
	margin-bottom: 0;
}
.mfp-hide {
	display: none !important;
}
.checkboxes {
	list-style: none;
	padding: 0;
}
.checkboxes.in-row label {
	margin-top: 9px;
}
.checkboxes.one-in-row label {
	margin-top: 9px;
	width: 100%;
}
.checkboxes li {
	padding: 4px 0;
}
.checkboxes li:last-child {
	margin-bottom: -8px;
}
.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	margin-right: 20px;
	margin-bottom: 0;
	line-height: 24px;
	font-size: 16px;
}
.checkboxes input[type="checkbox"] {
	/*display: none;*/
	display: block;
	width: 0px !important;
	height: 0px !important;
	margin: 0px;
	padding: 0px !important;
	appearance: none;
	border: none;
}
.checkboxes label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	border: 2px solid #d0d0d0;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.25s;
	font-family: Flaticon;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
.checkboxes input[type="checkbox"]:checked + label:before {
	content: "\f10e";
	font-weight:900;
	border: 2px solid ;
}
.listing-item-container.list-layout {
	background: 0 0;
	margin-bottom: 25px;
}
.listing-item-container.list-layout:hover {
	transform: translate3d(6px, 0, 0);
}
.listing-item-container.list-layout .listing-item {
	display: flex;
	background-color: transparent;
	height: 220px;
}
.listing-item-container.list-layout .listing-item:before {
	display: none;
}
.listing-item-container.list-layout .listing-item img {
	border-radius: 0;
}
.listing-item-container.list-layout .listing-item-content {
	flex: 5;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}
.listing-item-container.list-layout .listing-item-image {
	min-height: 200px;
	flex: 2;
	height: 100%;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
	position: relative;
}
.listing-item-container.list-layout .listing-item-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: block;
	opacity: 0.2;
}
.listing-item-container.list-layout span.like-icon {
	bottom: 50%;
	transform: translateY(50%);
	right: 35px;
}
.listing-item-container.list-layout .listing-item-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	padding-right: 120px;
}
.listing-item-container.list-layout .listing-item-inner span {
	color: grey;
}
.listing-item-container.list-layout .star-rating {
	padding: 8px 0 0 0;
}
.listing-item-container.list-layout .numerical-rating {
	margin: 10px 0 5px 0;
	display: block;
}
.listing-item-container.list-layout .listing-item-details {
	position: absolute;
	bottom: 25px;
	right: 35px;
	left: auto;
	top: auto;
	padding: 0;
	width: auto;
	z-index: 50;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 14px;
}
.listing-item-container {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;
	margin-bottom: 30px;
}
.fs-content .listing-item-container.list-layout,
section.fullwidth .listing-item-container.list-layout {
	box-shadow: none;
}
.listing-item-container:hover {
	transform: translate3d(0, -6px, 0);
}
.listing-item {
	border-radius: 8px 8px 0 0;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 265px;
	z-index: 100;
	cursor: pointer;
}
.listing-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.listing-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
	background-color: rgba(35, 35, 37, 0.2);
	border-radius: 4px 4px 0 0;
	opacity: 1;
}
.listing-item-content {
	position: absolute;
	bottom: 28px;
	left: 0;
	padding: 0 32px;
	padding-right: 90px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}
.listing-item-content h3 {
	font-size: 20px;
	bottom: -1px;
	position: relative;
	font-weight: 500;
	margin: 0;
	line-height: 31px;
}
.listing-item-content span {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255, 255, 255, 0.7);
}
.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2.5px;
	font-weight: 60;
	border-radius: 50px;
	padding: 4px 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 9px;
}
.listing-item-container.list-layout span.tag {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	z-index: 10;
	line-height: 14px;
	padding: 7px 16px;
	margin-right: 20px;
	text-align: center;
}
.listing-item-details {
	position: absolute;
	top: 24px;
	left: 0;
	padding: 0 32px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 15px;
}
.listing-item-details ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.listing-item-details ul li {
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
}
.listing-item-details ul li i {
	display: inline-block;
	margin: 0 3px 0 0;
	position: relative;
	top: 0;
	font-size: 14px;
}
.listing-item {
	overflow: hidden;
}
.listing-badge {
	float: left;
	position: absolute;
	transform: rotate(45deg);
	right: -64px;
	top: 22px;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0;
	z-index: 999;
	font-weight: 500;
	line-height: 28px;
}
.listing-badge.now-open {
	background-color: #54ba1d;
}
.listing-badge.now-closed {
	background-color: #e91721;
}
.categories-boxes-container {
	width: calc(100% + 20px);
	left: -20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.category-small-box {
	float: left;
	border-radius: 4px;
	margin: 20px 0 0 20px;
	padding: 20px 16px;
	text-align: center;
	transition: 0.4s;
	transform: scale(1);
	vertical-align: top;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.category-small-box:hover {
	transform: translateY(-6px);
}
.category-small-box h4 {
	font-size: 16px;
	transition: 0.4s;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.category-small-box i {
	font-size: 38px;
	height: 40px;
	display: inline-block;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.category-small-box {
		width: calc(100% * (1 / 2) - 21px);
	}
}
@media (min-width: 768px) {
	.category-small-box {
		width: calc(100% * (1 / 3) - 21px);
	}
}
@media (min-width: 992px) {
	.category-small-box {
		width: calc(100% * (1 / 3) - 21px);
	}
}
@media (min-width: 1240px) {
	.category-small-box {
		width: calc(100% * (1 / 6) - 21px);
	}
}

.category-small-box h4 {
	transition: 0.3s;
	font-weight: 500;
}
.category-small-box i {
	transition: 0.3s;
}
.category-small-box:hover h4,
.category-small-box:hover i {
	transition: 0.3s;
}
.category-small-box h4 {
	display: block;
}
.category-small-box .category-box-counter {
	font-size: 13px;
	font-weight: 400;
	border-radius: 50px;
	display: block;
	width: 40px;
	text-align: center;
	margin: 0 auto;
	left: auto;
	right: auto;
	margin-bottom: 12px;
	transition: 0.4s;
	padding: 2px 0;
	line-height: 22px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#titlebar {
	position: relative;
	padding: 70px 0;
	margin-bottom: 65px;
}
#titlebar.gradient {
	padding-bottom: 10px;
}
#titlebar span,
#titlebar span a {
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 6px;
	display: inline-block;
}
#titlebar #breadcrumbs span {
	font-size: 13px;
}
#titlebar h1,
#titlebar h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 1px 0 3px 0;
}
#breadcrumbs {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#breadcrumbs ul {
	margin: 0;
}
#breadcrumbs ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 10px;
}
#breadcrumbs ul li:first-child:before {
	display: none;
}
#breadcrumbs ul li:before {
	font-family: flaticon;
	font-size: 10px;
	font-weight: 900;
	content: "\f11b";
	margin-right: 15px;
	top: -1px;
	position: relative;
}
.content-a,
.fullscreen {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
	height: auto;
	min-height: 100%;
}
.centered-content {
	position: relative;
	vertical-align: middle;
	text-align: center;
}
body {
	font-size: 15px;
	line-height: 27px;
}
body p {
	font-size: 16px;
	line-height: 29px;
}
h3.headline {
	font-size: 29px;
	line-height: 36px;
	margin: 0 0 30px 0;
}
h2.headline {
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
h2.headline span {
	font-size: 22px;
	line-height: 36px;
}
.headline-with-separator,
strong.headline-with-separator {
	position: relative;
	margin-bottom: 27px;
	font-weight: 400;
	display: block;
}
.headline-with-separator:after {
	bottom: -16px;
	left: 2px;
	width: 60px;
	content: "";
	height: 2px;
	border-radius: 6px;
	display: block;
	position: absolute;
	margin: 0 auto;
	text-align: center;
}
.centered .headline-with-separator:after {
	left: 0;
	right: 0;
}
.headline-extra-spacing span {
	max-width: 660px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
}
.headline span {
	font-size: 21px;
	line-height: 36px;
	margin-top: 10px;
	font-weight: 300;
	display: block;
}
.headline span i {
	font-style: normal;
}
h4.headline {
	font-size: 22px;
	line-height: 32px;
	margin: -5px 0 30px 0;
}
.headline.centered {
	text-align: center;
}
.border-top {
	border-top: 1px solid #e8e8e8;
}
.border-bottom {
	border-bottom: 1px solid #e8e8e8;
}
.icons-container {
	overflow: hidden;
}
mark {
	font-weight: 500;
}
.glyph {
	font-size: 16px;
	width: 33%;
	display: inline-block;
	transition: 0.3s;
}
h4 span.headline-detail {
	font-size: 15px;
	margin-top: 5px;
}
.mls {
	font-size: 16px;
	top: -8px;
	display: inline-block;
	position: relative;
}
.fs1 {
	font-size: 32px;
}
.pbs .im {
	width: 50px;
	display: inline-block;
}
.fs0,
.unit,
.unitRight {
	display: none;
}
.pbs {
	padding: 10px 0 5px 15px;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	transition: 0.2s;
}
.sl-icons-demo i {
	width: 25px;
	display: inline-block;
	top: 1px;
	position: relative;
}
.icons .fa.fa-fw {
	margin-right: 3px;
	font-size: 14px;
}
.icons .text-muted {
	display: none;
}

.margin-top-0 {
	margin-top: 0 !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}


.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-75 {
	padding-top: 75px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}

/*Custom*/
.clear{
	clear:both;
}.progress-box{
	position: relative;
	display: block;
	width: 100%;
}.progress-box .bar {
	position: relative;
	width: 100%;
	height: 5px;
	background: rgba(0,0,0,0.10);
	border-radius: 3px;
	margin-bottom: 20px;
}.progress-box .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 5px;
	border-radius: 3px;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
	max-width: 100%;
}.progress-box .count-text {
	position: absolute;
	right: 0px;
	margin-right: -23px;
	bottom: 18px;
	width: 46px;
	height: 26px;
	color: #ffffff;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}.progress-box .count-text:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	border: 5px solid transparent;
}.button.border:not(.with-icon):hover{
	border-color: transparent;
}.flag_img{
	width: 21px;
	height: 21px;
	margin-right: 7px;
	position: relative;
	display: inline-block;
}#navigation #select_theme a::after{
	display: none;
}
html{
	font-size: inherit;
}
#share_popup{
	position: fixed;
	right: 25px;
	bottom: 25px;
	margin: 0 0 0 25px; 
	z-index: 999;
}#share_popup a{
	background:var(--main-green);
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
}#share_popup a i {
	position: relative;
	display: block;
	top: 50%;
	font-weight:100;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}
.share{
	text-align:center;
}.share a{
	color: #333;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	padding: 0;
	line-height: 52px;
	border-bottom: none;
	display: inline-block;
	font-weight: 700;
	margin: 10px 0;
	font-size: 17px;
	text-align:center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}.share ul{
	margin-top: 10px;
}#footer .share a{
	color: #333;
}
#copy_input_footer,#copy_input{
	height:0px !important;*/
	opacity:0;
	height: 20px;
}#footer .footer-links li a:hover {
	padding-left: 22px;
}.pointer_none {
	pointer-events: none;
	opacity: 0.6 !important;
}
.copy_box {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    box-shadow: #1d623557 0px 0px 5px 0px, #1d62355e 0px 0px 1px 0px;
    color: var(--main-green);
    cursor: pointer;
    margin-bottom: 25px;
    flex-wrap: wrap;
}.copy_box .copy_item{
	flex: 1;
    padding-top: 5px;
    font-weight: 600;
    font-size: 16px;
}.copy_box .copy_icon{
	border-radius: 10px;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


@media (min-width: 1240px){
	#header .container {
		min-width: 1190px;
	}
}
@media (min-width: 1300px){
	.share ul{
		margin-top: 20px;
	} 
}
@media(min-width: 1025px){
	#navigation.style-1 ul #select_theme > a{
		padding: 0px;
	}.user-menu .user-name{
		float: right;
	}
}
@media (max-width:768px){
	#header .header-widget .button.border {
		font-size: 14px;
		padding: 5px 12px;
	}#header .header-widget .button.border #rocket{
		width: 17px;
		height: 17px;
		top: 4px;
	}#header .header-widget .user-menu .user-name{
		font-size: 14px;
	}/*#header .header-widget .user-menu{
		margin-top:6px;
	}*/
}
@media(max-width:600px){
	#swal_theme_container .swal2-container,#swal_rtl_container .swal2-container{
		width: 100%;
	}
}
@media (max-width: 480px){
	/*.user-menu {
		padding-left: 0px;
	}*/.bsd{
		display:none !important;
	}body .m_hide{
		display:none;
	}html,body{
		overflow-x: hidden;
	}
}
@media (max-width:350px){
	#header .header-widget .button.border {
		font-size: 12px; 
		padding: 0px 5px;
	}#header .header-widget .button.border #rocket{
		width: 12px;
		height: 12px;
		top: 2px;
	}#header .header-widget .user-menu .user-name{
		font-size: 12px;
	}#header .header-widget .user-menu{
		margin-top:2px;
	}.user-menu{
		top: 0px;
	}
}

:root{--style_try_loaded:yes;}