/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

:focus {
	outline: 0 !important;
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure img.faq {
    margin-left: 100px;
    margin-right: 100px;
    -ms-interpolation-mode: bicubic;
    width: auto;
}
img[src*=".svg"] {
	height: 100%;
}
html:not(.no-csstransitions) main [class*="col-"] {
	opacity: 1; /* Hide content for animations on scroll in scripts.js */
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #283645;
    color: #506a85;
    font-size: 16px;
	line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	/*-moz-osx-font-smoothing: grayscale;*/
	text-rendering: optimizeLegibility;
	overflow-x: hidden !important;
}
body.simple-header {
	padding-top:60px;
}
.skrollr body {
	height: auto !important;
}
body.lock-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.navbar,
main {
	background-color: #fff;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.text-xs {
	font-size: 14px;
	line-height: 160%;
}
p {
	margin-bottom: 10px;
}
p a {
	border-bottom: 1px solid #506a85;
}
p.red a {
	border-bottom: 1px solid #ff4000;
}
p a:hover {
    border-color: transparent;
}
a {
    color: inherit;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a:hover,
a:focus {
    color: #1ABB9C;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
	/*word-wrap: break-word;*/
}
h1, .h1 {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 30px;
}
h2, .h2 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
}
h3, .h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}
h4, .h4 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
h5, .h5 {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 13px;
}
h6, .h6 {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}
.job-list h1,
.job-post h1,
.tmen-list h1,
.h1-medium{
	font-size:28px;
}
.job-list h1,
.tmen-list h1,
.job-categories h1{
	padding-left:30px;
}
a .logo {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
ul {
    list-style: none;
	position: relative;
	padding-left: 22px;
}
ul.arrowed li,
ul.circled li,
ol li {
	margin-bottom: 5px;
}
ul.arrowed li:before {
    font-family: 'fontello';
	font-size: 75%;
    font-weight: normal;
    color: #1ABB9C;
	vertical-align: baseline;
    content: '\e846';
	margin-top: 1px;
	margin-left: -20px;
	position: absolute;
}
ul.circled li:before {
    font-family: 'fontello-circle';
    content: '\e800';
    font-size: 8px;
    font-weight: normal;
    color: #1ABB9C;
    padding-top: 1px;
	margin-left: -20px;
    vertical-align: top;
	position: absolute;
}
ul.footer-nav {
	padding-left: 0;
}
ul.footer-nav li {
	margin-bottom: 10px;
}
ul.footer-nav li ul.social li{
    display: table-cell;
}
ul.footer-nav li ul.social li a i {
	padding-right: 20px;
	font-size: 20px;
}

footer ul.contacts li {
	margin-bottom: 2px;
}
.contactus-address {
	padding-top: 25px;
}
ul.contacts {
	padding-left: 0;
}
ul.contacts li {
    margin-bottom: 5px;
}
#hero h1 {
	font-size: 78px;
	line-height: 110%;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: font 200ms ease-out;
	   -moz-transition: font 200ms ease-out;
		 -o-transition: font 200ms ease-out;
			transition: font 200ms ease-out;
}
/**margins and paddings**/
.inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.inner-md {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner-xxs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.inner-top {
	padding-top: 120px;
}
.inner-top-md {
	padding-top: 100px;
}
.inner-top-sm {
	padding-top: 80px;
}
.inner-top-xs {
	padding-top: 30px;
}
.inner-bottom {
	padding-bottom: 120px;
}
.inner-bottom-md {
	padding-bottom: 100px;
}
.inner-bottom-sm {
	padding-bottom: 80px;
}
.inner-bottom-xs {
	padding-bottom: 40px;
}
.inner-bottom-xxs {
    padding-bottom: 20px;
}
.inner-left {
	padding-left: 75px;
}
.inner-left-md {
	padding-left: 60px;
}
.inner-left-sm {
	padding-left: 45px;
}
.inner-left-xs {
	padding-left: 30px;
}
.inner-right {
	padding-right: 75px;
}
.inner-right-md {
	padding-right: 60px;
}
.inner-right-sm {
	padding-right: 45px;
}
.inner-right-xs {
	padding-right: 30px;
}
.outer {
	margin-top: 120px;
	margin-bottom: 120px;
}
.outer-md {
	margin-top: 100px;
	margin-bottom: 100px;
}
.outer-sm {
	margin-top: 80px;
	margin-bottom: 80px;
}
.outer-xs {
	margin-top: 40px;
	margin-bottom: 40px;
}
.outer-top {
	margin-top: 120px;
}
.outer-top-md {
	margin-top: 100px;
}
.outer-top-sm {
	margin-top: 80px;
}
.outer-top-xs {
	margin-top: 40px;
}
.outer-bottom {
	margin-bottom: 120px;
}
.outer-bottom-md {
	margin-bottom: 100px;
}
.outer-bottom-sm {
	margin-bottom: 80px;
}
.outer-bottom-xs {
	margin-bottom: 40px;
}
/**END margins and paddings**/
.center-block {
	float: none;
}
.height-xs {
	height: 30vh;
}
.height-sm {
	height: 44vh;
}
.height-md {
	height: 61vh;
}
.height-lg {
	height: 90vh;
}
hr {
	border: 0;
	border-bottom: 1px solid #CED7E0;
	margin: 40px 0;
}
hr.thin {
    margin: 20px 0;
}
.map iframe {
    display: block;
    max-width: 100%;
}
h1 + figure,
p + figure {
	padding-top: 15px;
}
h2 + figure,
h3 + figure,
h2 + .thumbs,
h3 + .thumbs,
h2 + .thumb,
h3 + .thumb {
	padding-top: 10px;
}
h4 + figure {
	padding-top: 5px;
}
h2 + .owl-carousel,
p + .owl-carousel,
h2 + .panel-group,
p + .panel-group {
	padding-top: 20px;
}
figure figcaption {
	font-size: 14px;
	line-height: 150%;
}
figure figcaption h4 {
	margin-bottom: 10px;
}
.light-bg {
    background-color: #F2F5F7;
}
.lighter-bg {
    background-color: #fcfcfc;
}
.dark-bg {
    background-color: #2F4052;
}
.dark-bg-numbers{
	background-color:#283645;
}
.dark-bg,
.dark-bg p,
.dark-bg .item-details li:before {
    color: #A3B1BF;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
    color: #FFF;
}
.dark-bg .widget h1,
.dark-bg .widget h2,
.dark-bg .widget h3,
.dark-bg .widget h4 {
    color: #FFF;
}
.tint-bg {
    background-color: #1ABB9C;
	color: #FFF;
	padding: 2px 8px;
	margin-top: -2px;
}
.tint-bg,
.tint-bg h1, .tint-bg .h1,
.tint-bg h2, .tint-bg .h2,
.tint-bg h3, .tint-bg h3,
.tint-bg h4, .tint-bg h4,
.tint-bg p,
.tint-bg .item-details li:before,
.tint-bg .icon i.icn,
.tint-bg .index-popular__cat__count,
.tint-bg ul.arrowed li:before,
.tint-bg ul.circled li:before
{
    color: #FFF;
}
.tint-bg a:hover {
    color: #40556b;
}
.light-color,
.light-color .dark-bg {
	color: #FFF !important;
}
i.contact {
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    font-size: 18px;
}
.tagcloud {
    line-height: 25px;
}
footer {
	font-size: 14px;
	line-height: 22px;
}
footer.dark-bg {
    color: #A3B1BF;
}
footer .inner {
	padding-top: 45px;
	padding-bottom: 35px;
}
footer .container > .row {
	margin-left: -25px;
	margin-right: -25px;
}
footer .row .inner {
	padding: 25px;
}
footer .logo {
	height: auto;
	max-height: 100%;
}
footer h4 {
	margin-bottom: 10px;
}
footer p {
	margin-bottom: 15px;
}
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-bottom {
    background: #283645;
	color: #707E8C;
}
.footer-bottom .container.inner {
    padding-top: 30px;
	padding-bottom: 30px;
}
.footer-bottom p,
.footer-bottom a {
	color: #707E8C;
}
.footer-bottom p {
    padding: 0;
    margin: 0;
}
.footer-domains {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	max-height: 7rem;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.75;
}
@media(max-width: 992px) {
	.footer-domains {
		max-height: 8rem;
	}
}
@media(max-width: 768px) {
	.footer-domains {
		max-height: 18rem;
	}
}

.img-intext {
    margin-bottom: 15px;
}
.sidelines {
	position: relative;
	line-height: 100%;
	border-bottom: 1px solid #CED7E0;
	margin-top: -.35em;
	margin-bottom: 1.5em;
}
.sidelines span {
	position: relative;
	top: .5em;
	background: #FFF;
	padding: 0 .5em 0 0;
}
.sidelines.text-right span,
.text-right .sidelines span {
	padding: 0 0 0 .5em;
}
.sidelines.text-center span,
.text-center .sidelines span {
	padding: 0 .5em;
}
.team-headline.sidelines {
	margin-top: -20px;
	margin-bottom: 40px;
}
.light-bg .sidelines {
	border-color: #BCC7D1;
}
.light-bg .sidelines span {
	background: #F2F5F7;
}
.dark-bg .sidelines {
	border-color: #506a85;
}
.dark-bg .sidelines span {
	background: #2F4052;
}
.icon i.icn.xs {
	font-size: 20px;
}

.icon i.icn.sm {
	font-size: 35px;
}

.icon i.icn.lg {
	font-size: 85px;
}

a.isDisabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}
/*===================================================================================*/
/*	HEADER
/*===================================================================================*/

.navbar .container {
	display: table;
    padding: 0;
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
}
.navbar ul {
	list-style: none;
}
.navbar-brand {
	float: none;
	display: table-cell;
	vertical-align: middle;
    padding: 0;
	max-width: 300px;
}
.navbar-brand img {
	display:inline-block;
	max-height: 35px;

}
.navbar-brand img.logo-lg {
	max-height: 40px;
}
.navbar-header .navbar-brand {
	display: none;
}
.navbar-header {
    float: none !important;
	position: relative;
	background: #F5F7FA;
	border-bottom: 1px solid #E6E9ED;
	z-index: 0;
}
.navbar-header li,
.navbar-header a {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}
.navbar-collapse {
    position: relative;
    background-color: #FFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E9ED;
}
.navbar-collapse.collapse.stuck {
	position: fixed;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
			box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.navbar-collapse.collapse.stuck .navbar-brand img {
	max-height: 20px;
}
.navbar-nav {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
    margin: 0;
}
.navbar-nav > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #40556b;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 3px;
	bottom: -1px;
	z-index: 1;
}
.navbar-nav > li.dropdown > a {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.navbar-right > li > a {
	font-size:13px;
}
.navbar-right.profile-meta > li > a {
	padding:5px 10px;
}
.navbar-nav > li > a.outline {
    border-color: #F27A24;
    border-width: 2px;
    border-radius: 3px;
    padding: 8px 13px;
}
.skrollable-after .navbar-nav > li > a {
	border-radius: 0;
	margin-top: 0;
}
.nav > li.active > a {
    color: #f27a24;
	position:relative;
}
.nav > li.active > a:after{
	content: '';
	display: block;
	margin-top:2px;
    border-bottom: 1px solid #f27a24;
}
.nav > li.active > a:hover:after{
    border-bottom-color: #f27a24;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:hover {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
    color: #1ABB9C;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 210px;
    background: #F5F7FA;
	border: none;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-bottom-color: #CED2D6;
    -webkit-border-radius: 3px !important;
       -moz-border-radius: 3px !important;
            border-radius: 3px !important;
	-webkit-border-top-left-radius: 0 !important;
	    -moz-border-radius-topleft: 0 !important;
		    border-top-left-radius: 0 !important;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
	        box-shadow: 0 10px 10px rgba(0,0,0,0.15);
	z-index: 0;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    border-top: 1px solid #E6E9ED;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	line-height: 18px;
    padding: 13px 20px;
    color: #506a85;
    font-weight: 700;
	white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #F5F7FA;
    color: #1ABB9C;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none;
}
.navbar .dropdown-submenu .dropdown-menu {
	top: -1px !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #1ABB9C;
    color: #FFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.language-mobile {
    display: inline-block;
    height: 17px;
    padding-left: 0;
    text-decoration: underline;
    padding-left: 90%;
}
.language-mobile li, .language-mobile li a {

}
.navbar-header .language {
	padding-left: 0;
    margin: 0;
}
.navbar-header .language li {
    font-size: 12px;
	font-weight:700;
	padding:0 6px;
}

.navbar-header .language li a {
    font-size: 12px;
    color: #40556b;

}
.navbar-header .language li:hover {
    color: #fff;
	background: #f27a24;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.navbar-header .language li:hover a{
	color:#fff;
}
.navbar-header .language li.active{
    text-decoration:underline;
	color: #000;
}
.navbar-header .language li.active:hover{
	background:none;
}
.navbar-form {
    padding: 0;
    margin: 0;
}
.btn.responsive-menu {
    display: none;
	width: 40px;
	height: 40px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.simple-header-navbar{
	position:			fixed;
	top:				0;
	width:				100%;
	z-index:			1000;
	background-color:	#fff;
	height:60px;
	box-shadow:0 10px 10px rgba(0%, 0%, 0%, 0.1);
}
.simple-header-navbar .container{
	padding: 15px 0 15px;
    line-height:1;
}

.simple-header-navbar img{
	max-height:30px;
}

.simple-header main{
	padding-top:30px;
}


/*===================================================================================*/
/*	MEGA MENU
/*===================================================================================*/

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
	position: static;
}

.yamm .navbar-inner,
.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	top: auto;
	left: auto;
	-webkit-border-top-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	border-top-left-radius: 3px !important;
}

	.yamm .dropdown-menu > li {
		display: block;
	}

.yamm .nav.pull-right .dropdown-menu {
	right: 0;
}

.yamm .yamm-content {
	font-size: 14px;
	line-height: 22px;
	padding: 30px 40px;
	margin-left: -20px;
	margin-right: -20px;
}

	.yamm .yamm-content .inner {
		padding: 0 20px;
	}

	.yamm .yamm-content li {
		line-height: inherit;
	}

	.yamm .yamm-content:before,
	.yamm .yamm-content:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.yamm .yamm-content:after {
		clear: both;
	}

.yamm .nav > li > .dropdown-menu:after,
.yamm .nav > li > .dropdown-menu:before {
	display: none;
}

.yamm .yamm-content img {
	width: 100%;
}

.yamm .yamm-content a {
	color: inherit;
}

.yamm .yamm-content h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.yamm .yamm-content p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 15px;
}

.yamm .yamm-content .btn {
	margin: 10px 0;
}

.yamm .yamm-content a:hover {
	color: #1ABB9C;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}

/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

#buttons .btn {
	margin: 5px 3px;
}
#buttons .btn-wrapper {
	margin: 30px 0;
}
.btn {
    color: #fff;
    padding: 11px 20px 13px;
	margin: 15px 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
	letter-spacing: 0.03em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.btn-small {
    padding: 5px 13px 6px;
    font-size: 13px;
}
.btn-large {
    padding: 14px 26px 16px;
	font-size: 15px;
}
.btn-outline {
    padding: 9px 18px 11px;
}
.btn-outline.btn-large{
	padding:12px 24px 14px;
}
.btn-outline.btn-small{
    padding: 4px 11px 3px;
    font-size: 13px;
}
.btn-dimmed{
    opacity: 0.8;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #17A78B;
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #D96716 !important;
}

.tint-bg .btn {
    background: #FFF !important;
	color: #1ABB9C !important;
}
.tint-bg .btn:hover {
    background: #E9E9E9 !important;
    color: #40556b !important;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
	margin-left: 15px;
}
.txt-btn {
	font-size: 105%;
	font-weight: 700;
}
.txt-btn:after {
	font-family: 'fontello';
	font-size: 75%;
	content: '\e846';
	margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.txt-btn:hover:after {
	margin-left: 12px;
}
.btn.btn-blue {
	background: #3F8DBF;
}

.btn.btn-red {
	background: #ff4000;
}

.btn.btn-google {
	background: #db4437;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	background: #387EAA !important;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active {
	background: #cc181e !important;
}
/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/

.social {
    padding: 0;
    margin: 0;
}
.social li {
    font-family: 'fontello-social';
    margin-right: 4px;
}
.social li {
    position: relative;
}
.text-center .social li {
    margin: 0 2px;
}
.social li a {
    display: table;
	position: relative;
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #506a85;
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a:hover i {
	color: #FFF;
}
.social li a:hover i:after {
	height: 100%;
}
.social a .fa-instagram{
    font-size: 14px;
}
.social a .icon-s-draugiem:after {
    background: #f27a24;
	background: #ff6700;
}
.social a .fa-facebook-f:after {
    background: #3B5998;
    background: #4668B3;
}
.social a .fa-google-plus-g:after {
    background: #DD4B39;
    background: #DE5745;
}
.social a .fa-youtube:after {
    background: #cc0000;
    background: #D11919;
}
 .social a .fa-instagram:after {
    background: #D10869;
    background: #DF3968;
}
.social a .icon-s-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.social a .icon-s-pinterest:after {
    background: #CB2027;
    background: #D94348;
}
.social a .icon-s-behance:after {
    background: #1769FF;
    background: #3079FF;
}
.social a .icon-s-dribbble:after {
    background: #EA4C89;
    background: #EB6397;
}

/*===================================================================================*/
/*	PORTFOLIO
/*===================================================================================*/
.items li img {
    display: block;
    width: 100%;
}
.items li,
.items li img,
.thumbs .thumb figure,
.owl-carousel .item figure {
	display: block;
    position: relative;
}
.items li {
    overflow: hidden;
}
.items li .text-overlay,
.thumbs .thumb .text-overlay,
.owl-carousel .item .text-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 100;
	padding: 10%;
	font: 0/0 a; /* remove the gap between inline(-block) elements */
    background-color: rgba(26,187,156, 0.9);
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}
.items li .text-overlay:before,
.thumbs .thumb .text-overlay:before,
.owl-carousel .item .text-overlay:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.items li:hover .text-overlay,
.thumbs .thumb:hover .text-overlay,
.owl-carousel .item:hover .text-overlay {
    opacity: 1;
}
.thumbs .thumb:hover .member .text-overlay {
	opacity: 0;
}
.thumbs .thumb .member .member-image:hover .text-overlay {
	opacity: 1;
}
.items li .text-overlay .info,
.thumbs .thumb .text-overlay .info,
.owl-carousel .item .text-overlay .info {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 22px;
	/*color: #FFF;*/
	text-align: center;
}
.items li .text-overlay .info h2,
.thumbs .thumb .text-overlay .info h2,
.owl-carousel .item .text-overlay .info h2,
.items li .text-overlay .info h3,
.thumbs .thumb .text-overlay .info h3,
.owl-carousel .item .text-overlay .info h3,
.items li .text-overlay .info h4,
.thumbs .thumb .text-overlay .info h4,
.owl-carousel .item .text-overlay .info h4 {
	color: #FFF;
	margin-bottom: 2px;
}
.items li .text-overlay .info p,
.thumbs .thumb .text-overlay .info p,
.owl-carousel .item .text-overlay .info p {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 0;
}
.items li .text-overlay .info.big p,
.thumbs .thumb .text-overlay .info.big p,
.owl-carousel .item .text-overlay .info.big p,
#hero .items li .text-overlay .info.big p,
#hero .thumbs .thumb .text-overlay .info.big p,
#hero .owl-carousel .item .text-overlay .info.big p {
	font-size: 18px;
	line-height: 140%;
	padding-top: 10px;
	margin-top: 0;
}

#owl-media-static .item .text-overlay,
#media .thumb .text-overlay {
    background: none;
}

#owl-media-static .item img,
#media .thumb img {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#owl-media-static .item:hover img,
#media .thumb:hover img {
	opacity: .1;
}

#owl-media-static .item .text-overlay .info h4,
#owl-media-static .item .text-overlay .info p,
#media .thumb .text-overlay .info h4,
#media .thumb .text-overlay .info p {
	color: inherit;
}
#owl-media-static .item {
	min-height: 75px;
}
#media header {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #40556b;
	white-space: nowrap;
}
/*===================================================================================*/
/*	OWL CAROUSEL
/*===================================================================================*/

.owl-carousel {
	text-align: center;
	cursor: default;
}

.owl-outer-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	width: 130%;
	height: 100%;
	z-index: 0;
}

/**=====================================================================*/
/*CUSTOM STYLES*/
/**=====================================================================*/
[class^="icon-"]:after,
[class*=" icon-"]:after {
	font-family: 'fontello';
	font-style: inherit;
	font-weight: inherit;
	font-size:inherit;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 0;
	line-height: 1em;
	padding-left:0.5em;
}
.icon-more:after{
	font-size:16px;
	content: '\27a1';
	font-weight:600;
	color:#f27a24;
}
.how-it-works__steps {
	margin-top: 20px;
	margin-bottom: 5px;
}
.how-it-works__steps .step {
	display: table;
	margin-bottom: 15px;
}
.how-it-works__steps-title,
.how-it-works__steps-digit{
	display:table-cell;
	vertical-align:middle;
}
.how-it-works__steps .step-header {
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #40556b;
}
.how-it-works__steps p{
	margin-top:15px;
}
.how-it-works__steps .more-link{
	font-weight:700;
}
.how-it-works__steps .step-icon{
    font-size:30px;
}
.how-it-works__steps .step-details{
    margin-top:10px;
    min-height: 50px;
}
.how-it-works__steps .step-text {
	font-size: 14px;
	line-height: 20px;
}
.heading-digit{
	border: 3px solid #f27a24;
	border-radius: 50%;
	color: #f27a24;
	display: block;
	font-size: 30px;
	font-weight:600;
	height: 60px;
	line-height: 52px;
	margin-right: 0.5em;
	text-align: center;
	width: 60px;
}
.how-it-works__steps .steps-stats{
    margin-left: 75px;
    margin-top: -10px;
}
.how-it-works__steps .steps-stats span {
    color: #f27a24;
    font-size: 25px;
    font-weight: 700;
}
.step-text {
	color: #40556b;
}
.help-links ul{
	padding-left:0px;
}
.help-links ul li{
	display:block;
	position:relative;
}
.help-links ul li{
	padding-left:20px;
}
.help-links ul li:after{
	display:none;
}
.help-links ul li:last-child:after{
	content:'';
}
@media (min-width:1200px) {
	.help-links ul li{
		padding-left:20px;
		display:inline-block;
	}
	.help-links ul li:after{
		display:inline;
		content:'|';
		margin-left:20px;
		color:#f27a24;
	}
}
/*popular categories*/
.index-popular__cat__link{
	display:inline-block;
	position:relative;

}
.index-popular__cat.main-cat .index-popular__cat__link{
	margin-bottom:185px;
	font-size:18px;
	line-height:1;
	font-weight:700;
	color:#40556b;
    white-space:nowrap;
}
.index-popular__cat.main-cat .index-popular__cat__link:hover,
.index-popular__cat.add-cat .index-popular__cat__link:hover{
	color:#f27a24;
}
.index-popular__cat.main-cat .index-popular__cat__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    bottom: -100px;
    margin-bottom: -40px;
    left: 50%;
    margin-left: -40px;
    background: url(../images/icons/cat_delivery.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_car_delivery:before{
	background: url(../images/icons/cat_car_delivery.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_building:before{
	background: url(../images/icons/cat_building.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_interior:before{
	background: url(../images/icons/cat_interior.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_furniture_doors_stairs:before {
	background: url(../images/icons/cat_furniture_doors_stairs.svg) no-repeat;
	background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_decor:before{
	background: url(../images/icons/cat_decor.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_home_services:before{
	background: url(../images/icons/cat_home_services.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_domestic_services:before{
	background: url(../images/icons/cat_domestic_services.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_home_repair:before{
	background: url(../images/icons/cat_home_repair.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat  .index-popular__cat__link.cat_prof_services:before{
	background: url(../images/icons/cat_prof_services.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat  .index-popular__cat__link.cat_car_repair:before{
	background: url(../images/icons/cat_car_repair.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_beauty:before{
	background: url(../images/icons/cat_beauty.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_delivery:before{
	background: url(../images/icons/cat_delivery.svg) no-repeat;
	background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_event:before {
    background: url(../images/icons/cat_event.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_teacher:before {
    background: url(../images/icons/cat_teacher.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_it:before {
    background: url(../images/icons/cat_it.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_design_art_ads:before {
    background: url(../images/icons/cat_design_art_ads.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_garden_soil:before {
    background: url(../images/icons/cat_garden_soil.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_photo_video_audio:before {
    background: url(../images/icons/cat_photo_video_audio.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link:after{
	content: "";
    display: block;
    position: absolute;
    bottom: -175px;
    left: 50%;
    margin-left: -78px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #f7f9fa;
	border:solid 1px #cad7de;
}
.index-popular__cat.main-cat .index-popular__cat__link.right-floated:before {
    margin-left: 40px;
}
.index-popular__cat.main-cat .index-popular__cat__link.right-floated:after {
    margin-left: initial;
}

.h1.reg-bonus-h,
.h1.create-order {
	font-size: 30px;
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.h1.reg-bonus-h {
		font-size: 20px;
		margin-bottom: 0;
	}
}
h1.latest-review-title {
    margin-bottom: 0;
}
/*Latest registrations*/
.index-registrations .bordered .info {
    white-space: nowrap;
    overflow: hidden;
}
.index-registrations .bordered .info p {
    font-size: 12px;
}
.index-registrations figcaption.bordered {
    padding-left: 10px;
    padding-right: 10px;
}
.no-bottom-margin{
    padding-bottom: 0;
    margin-bottom: 0;
}
/*Numbers*/

.numbers{
	text-align:center;
	font-weight:700;
	color:#fff;
	line-height:1.5;
}
.numbers__number{
	font-size:40px;
}
.numbers__text{
	min-height:48px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-transform:uppercase;
	letter-spacing:1px;
}
/*ALL CATEGORIES*/
.all-cats-item{
	position:relative;
	padding-left:50px;
	line-height:1.2;
}
.all-cats-item__parent{
	font-size:16px;
	margin-bottom:8px;
	font-weight:700;
}
.all-cats-item__link{
	color:#000;
	min-height: 42px;
    padding-top: 18px;
}
.all-cats-item:before{
	content: "";
    display: block;
	width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
}
.all-cats-item_cat_delivery:before{
	background: url("../images/icons/cat_delivery.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_building:before{
	background: url("../images/icons/cat_building.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_interior:before {
    background: url("../images/icons/cat_interior.svg") no-repeat;
    background-size: contain;
}
.all-cats-item_cat_furniture_doors_stairs:before {
	background: url("../images/icons/cat_furniture_doors_stairs.svg") no-repeat;
	background-size: contain;
}
.all-cats-item_cat_decor:before {
    background: url("../images/icons/cat_decor.svg") no-repeat;
    background-size: contain;
}
.all-cats-item_cat_home_services:before{
	background: url("../images/icons/cat_home_services.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_domestic_services:before {
	background: url("../images/icons/cat_domestic_services.svg") no-repeat;
	background-size: contain;
}
.all-cats-item_cat_home_repair:before{
	background: url("../images/icons/cat_home_repair.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_prof_services:before{
	background: url("../images/icons/cat_prof_services.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_car_repair:before{
	background: url("../images/icons/cat_car_repair.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_other:before{
	background: url("../images/icons/cat_other.svg") no-repeat;
	background-size:contain;
}
.all-cats-item_cat_car_delivery:before{
	background: url(../images/icons/cat_car_delivery.svg) no-repeat;
	background-size:contain;
}
.all-cats-item_cat_beauty:before {
    background: url(../images/icons/cat_beauty.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_event:before {
    background: url(../images/icons/cat_event.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_electricals:before {
    background: url(../images/icons/cat_electricals.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_it:before {
    background: url(../images/icons/cat_it.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_teacher:before {
    background: url(../images/icons/cat_teacher.svg) no-repeat;
    background-size: contain;
}

.all-cats-children{
	padding-left:0;
	font-size:14px;
     white-space: nowrap;
}
.all-cats-children__item{
	margin-bottom:4px;
}
/*JOB POSTS*/

.job-list-item{
	padding:40px 10px 10px;
	background-color:#fff;
	margin-bottom:20px;
	position:relative;
	border-right:solid 1px #e6e9ed;
	border-bottom:solid 1px #e6e9ed;
	border-left:solid 1px #e6e9ed;
	border-top:solid 1px #e6e9ed;
}
.job-list-item.compact {
	padding: 15px
}
.job-list-item.compact p {
	font-size: 14px;
	line-height: 20px;
}
.job-list .job-list-item:hover{
    border-color: #F27A24;
    cursor: pointer;
}
.job-list .job-post-tags:hover{
    cursor: pointer;
}
.job-unseen-event .job-list-item{
    border-color: #f27a24;
    box-shadow: 0 0 10px #F27A24;
}
.job-unseen-event .job-list-item:hover{
    box-shadow: 0 0 15px #F27A24;
}
.job-events-label{
    font-size: 14px;
    font-weight: 700;
}
.job-list__rush-icon {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 20px;
    color: #f27a24;
    padding-top: 10px;
}
.job-list__label{
	position:absolute;
	right:30px;
	top:0;
	font-size:13px;
	text-align:center;
	line-height:1;
}
.job-list__label .cat-badge {display: inline-block; padding:10px 5px 8px 5px; position: relative; width: 150px;
-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
				box-shadow: 0 4px 2px rgba(0,0,0,0.2);}
.job-list__label .cat-badge:before {border-top: 5px solid; border-left: 75px solid transparent; border-right: 75px solid transparent; content: "";
 height: 0; left: 0; position: absolute; bottom: -5px; width: 0;
 }

.job-list__label .cat-badge.Draft{background: #f5dfcf; color:#843534; font-weight:700;}
.job-list__label .cat-badge.Draft:before{border-top-color:#f5dfcf;}

.job-list__label .cat-badge.Posted{background: #f27a24; color:#fff;}
.job-list__label .cat-badge.Posted:before{border-top-color:#f27a24;}

.job-list__label .cat-badge.Progressed{background: #337ab7; color:#fff;}
.job-list__label .cat-badge.Progressed:before{border-top-color:#337ab7;}

.job-list__label .cat-badge.Approved{background: #00ca77; color:#fff;}
.job-list__label .cat-badge.Approved:before{border-top-color:#00ca77;}

.job-list__label .cat-badge.Applied{background: #f27a24; color:#fff;}
.job-list__label .cat-badge.Applied:before{border-top-color:#f27a24;}

.job-list__label .cat-badge.Declined{background: #ff4000; color:#fff;}
.job-list__label .cat-badge.Declined:before{border-top-color:#ff4000;}

.job-list__label .cat-badge.FeedbackPending{background: #337ab7; color:#fff;}
.job-list__label .cat-badge.FeedbackPending:before{border-top-color:#337ab7;}

.job-list__label .cat-badge.Canceled{background: #999; color:#fff;}
.job-list__label .cat-badge.Canceled:before{border-top-color:#999;}

.job-list__label .cat-badge.Finished{background: #999; color:#fff;}
.job-list__label .cat-badge.Finished:before{border-top-color:#999;}
.job-list-item .address{
	font-size :0.9em;
	font-weight: 700;
	color: #40556b;
    padding: 0;
}
.tradesman-bids-info {
    float: right;
    text-align: right;
    font-size: 20px;
}
.customer-job-list .job-list-item .bids-info{
    padding: 0;
    display: block;
}

.job-list-item .bids-link{
    font-size: 0.9em;
    text-decoration: underline;
    color: #40556b;
    font-weight: 700;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
}
.job-list-item .bids-link:hover{
    color: #F27A24;
}
.job-list-item .job-details {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}
.job-post {
	font-size: 15px;
}
.job-post-tags{
	padding-left:0;
}
.job-post-tags li.cat_prof_services,
.job-post-tags li.cat_car_repair,
.job-post-tags li.cat_other,
.job-post-tags li.cat_car_delivery,
.job-post-tags li.cat_delivery,
.job-post-tags li.cat_building,
.job-post-tags li.cat_interior,
.job-post-tags li.cat_furniture_doors_stairs,
.job-post-tags li.cat_decor,
.job-post-tags li.cat_home_services,
.job-post-tags li.cat_domestic_services,
.job-post-tags li.cat_home_repair,
.job-post-tags li.cat_beauty,
.job-post-tags li.cat_event,
.job-post-tags li.cat_electricals,
.job-post-tags li.cat_it,
.job-post-tags li.cat_teacher,
.job-post-tags li.cat_design_art_ads,
.job-post-tags li.cat_garden_soil,
.job-post-tags li.cat_photo_video_audio  {
	padding-left: 24px;
}
.job-post-tags li:first-child{
	margin-left:0;
}
.job-post-tags li i{
	position:relative;
}
.job-post-tags li i.bg-icon:before{
	content: "";
	display: block !important;
	height: 20px;
	position: absolute;
	top: 0;
	left:-24px;
	width: 20px;
	z-index: 2;
}

.job-post-tags li.cat_prof_services i:before, .account-jobs li.cat_prof_services i:before{
	background: url(../images/icons/cat_prof_services.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_car_repair i:before, .account-jobs li.cat_car_repair i:before{
	background: url(../images/icons/cat_car_repair.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_other i:before, .account-jobs li.cat_other i:before{
	background: url(../images/icons/cat_other.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_car_delivery i:before, .account-jobs li.cat_car_delivery i:before{
	background: url(../images/icons/cat_car_delivery.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_delivery i:before, .account-jobs li.cat_delivery i:before{
	background: url(../images/icons/cat_delivery.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_building i:before, .account-jobs li.cat_building i:before{
	background: url(../images/icons/cat_building.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_interior i:before, .account-jobs li.cat_interior i:before{
	background: url(../images/icons/cat_interior.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_furniture_doors_stairs i:before, .account-jobs li.cat_furniture_doors_stairs i:before {
	background: url(../images/icons/cat_furniture_doors_stairs.svg) no-repeat scroll 0 0;
	background-size: contain;
}
.job-post-tags li.cat_decor i:before, .account-jobs li.cat_decor i:before{
	background: url(../images/icons/cat_decor.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_home_services i:before, .account-jobs li.cat_home_services i:before{
	background: url(../images/icons/cat_home_services.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_domestic_services i:before, .account-jobs li.cat_domestic_services i:before{
	background: url(../images/icons/cat_domestic_services.svg) no-repeat scroll 0 0;
	background-size:contain;
}
.job-post-tags li.cat_home_repair i:before, .account-jobs li.cat_home_repair i:before{
    background: url(../images/icons/cat_home_repair.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_beauty i:before, .account-jobs li.cat_beauty i:before{
    background: url(../images/icons/cat_beauty.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_event i:before, .account-jobs li.cat_event i:before {
    background: url(../images/icons/cat_event.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_electricals i:before, .account-jobs li.cat_electricals i:before {
    background: url(../images/icons/cat_electricals.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_it i:before, .account-jobs li.cat_it i:before {
    background: url(../images/icons/cat_it.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_teacher i:before, .account-jobs li.cat_teacher i:before {
    background: url(../images/icons/cat_teacher.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_design_art_ads i:before, .account-jobs li.cat_design_art_ads i:before {
	background: url(../images/icons/cat_design_art_ads.svg) no-repeat scroll 0 0;
	background-size: contain;
}

.job-post-tags li.cat_garden_soil i:before, .account-jobs li.cat_garden_soil i:before {
	background: url(../images/icons/cat_garden_soil.svg) no-repeat scroll 0 0;
	background-size: contain;
}

.job-post-tags li.cat_photo_video_audio i:before, .account-jobs li.cat_photo_video_audio i:before {
	background: url(../images/icons/cat_photo_video_audio.svg) no-repeat scroll 0 0;
	background-size: contain;
}
.account-jobs li i.bg-icon{
    padding-left: 40px;
    font-style: normal;
}
.account-jobs li i.bg-icon:before{
	content: "";
	display: block !important;
	height: 20px;
	position: absolute;
	top: 0;
	left: 24px;
	width: 20px;
	z-index: 2;
}
.meta li {
	display: inline-block;
	margin: 0 6px;
}
.meta li.categories:before,
.meta li a:before,
.meta li i:before {
	content: "";
	font-family: "fontello";
	margin-right: 6px;
}
.meta li.categories a:before,
.meta li.categories:before {
	margin-right: 0;
}
.meta li.categories:hover:before {
	color: #1ABB9C;
	cursor: pointer;
}
.meta li.url a:before {
	content: "\f30e";
}
.meta li.author-posts a:before {
	content: "\27a6";
}
.meta li.comments a:before {
	content: "\e718";
}
.meta li.comments a:after {
	content: "Comments";
	margin-left: 4px;
}
.meta li.likes a:before {
	content: "\2665";
}
.meta li.likes a:after {
	content: "Likes";
	margin-left: 4px;
}
.meta li:after {
	/*content: "\0399";*/
	content: "|";
    margin-left: 12px;
}
.meta li:last-child:after {
	content: "";
}
.meta li i:before{
	font-style:normal;
}
.meta li.time i:before {
    content: "\f554";
}
.meta li.price i:before {
    content: "\f0d6";
}
.meta li.meta-cat a{
	position:relative;
}

.job-categories-heading{
	display:none;
	padding-left:20px;
}
.filters-container {
    display: none;
}
.filters-trigger {
    cursor: pointer;
    display: block;
    font-size: 24px !important;
}
.filters-trigger i {
    font-size: 22px;
}
.location-filter-predefined {
    text-align: center;
    padding-left: 0;
}
.job-categories-menu{
	text-align:center;
	padding-left:0;
}
.job-categories ul li{
	font-weight:700;
	font-size:14px;
	background-color:#fff;

}
.job-categories ul li a,
.job-categories ul li ul.submenu li a{
	display:block;
	padding:4px;
	border-bottom:solid 1px #e6e9ed;
}
.job-categories ul li ul.submenu li{
	font-size:13px;
    font-weight: 500;
}
.job-categories ul > li.active,
.job-categories ul > li.active .submenu li.active{
	color:#f27a24;
}
.job-categories ul > li.active .submenu{
	color:#506a85;
}

.job-post .job-post-tags .delivery.hidden-xs{
	display:inline-block !important;
}

dt{
	font-size:14px;
}
.dl-horizontal dt{
	text-align:left;
	white-space:normal;
	width:200px;
}

.dl-horizontal dt,
.dl-horizontal dd{
	margin-bottom:10px;
}


/*job post comments*/
#comments .commentlist .children .comment {
    padding: 10px;
    background-color: #f2f5f7;
    border-radius: 4px;
    margin-top: 5px;
}
.job-post .selected-bid #comments .commentlist .children .comment{
	background-color:#fff;
}

/*===================================================================================*/
/*	Tradesmen list
/*===================================================================================*/
.tradesman-name h3,
.tradesman-name h2 {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}
.tradesman-name .meta .accent{
	font-weight:700;
	color:#40556b;
}
.tradesman-name .meta .accent i{
	color:#00ca77;
}
.tradesman-name .tradesman-badge{
    display: inline-block;
}

.tradesman-badge{
	margin-left: 10px;
}
.tradesman-badge i{
	font-size: 22px;
    line-height: 1.2;
}
.tradesman-badge i.larger{
	font-size: 25px;
}
.tradesman-badge i.contacts-checked{
	color: #00ca77;
}
.tradesman-badge i.approved{
	color: #00ca77;
}
.tradesman-badge i.registered{

}
.tradesman-badge i.recomended{
	color: #f27a24;
}
.tradesman-badge i.portfolio{
	color: #f27a24;
}
.tradesman-badge i.facebook{
	color: #3b5998;
}
.tradesman-badge a.link{
    text-decoration: underline;
}
.tradesman-badge h3{
    margin-bottom: 15px;
}
.tmen-list .thumbs{
	margin-top:5px;
}
.avatar.tiny img{
	width:40px;
	height:40px;
}
.profile-meta .avatar
{
	display:inline-block;
}
.mobile-user-header > span {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	font-weight: 700;
	font-size: 18px;
}
.mobile-user-header .avatar.tiny img {
	width: 32px;
	height: 32px;
}
.profile-meta .money{
	padding-top:15px;
}
.profile-meta .bell {
	padding-top:13px;
	padding-right:10px;

}
.profile-meta .bell .icon{
	margin-bottom:0;
}
.badge-container {
  position: relative;
  display:inline-block;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width:40px;
  height: 20px;

}

.badge-num {
  background: #f27a24;
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  line-height: 1.75em;
  top: -14px;
  right: 5px;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  width: 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s 1;
}
.badge-num:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid rgba(242, 122, 36, 0.5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#badge-envelope :before {
  font-size: 26px;
  text-decoration: none;
}
#badge-envelope {
	cursor:pointer;
}
.tman-profile .score-title,
.job-post .score-title,
.feedback-details .score-title{
	padding-bottom:1px;
}

.landing-price-item{
    margin-bottom: 10px;
    font-size: 15px;
}
/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
@media (min-width: 1200px) {
    .container {
	    padding-right: 0;
	    padding-left: 0;
	}
	.owl-buttons {
		display: block;
	}

	.items.col-4 {
	    margin-left: -10px;
	    margin-bottom: -10px;
	}
	.items.col-4 li {
	    width: 285px;
	    margin-left: 10px;
	    margin-bottom: 10px;
	}
	.items.col-3 {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.items.col-3 li {
	    width: 384px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.items.col-3.gap {
	    margin-left: -21px;
	    margin-bottom: -21px;
	}
	.items.col-3.gap li {
	    width: 376px;
	    margin-left: 21px;
	    margin-bottom: 21px;
	}
	.items.col-4.gap {
	    margin-left: -18px;
	    margin-bottom: -18px;
	}
	.items.col-4.gap li {
	    width: 279px;
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
	.sidebar {
	    padding-left: 35px !important;
	}
	.navbar .dropdown-submenu > a:after {
	    display: none;
	}
	.navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
	    margin-top: 0;
	}
	.dropdown-submenu {
	    position: relative;
	}
	.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	}
	.dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
	    display: block;
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu.pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: 200ms;
	    animation-iteration-count: 1;
	    animation-timing-function: ease-out;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: 200ms;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease-out;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: 200ms;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease-out;
	    -moz-animation-fill-mode: forwards;
	}
}

@media (min-width: 1025px) {
	.navbar-collapse.collapse {
		padding-bottom: 30px;
	}
}
@keyframes slidenavAnimation {
	from {
		margin-top: -30px;
		opacity: 0;
	}

	to {
		margin-top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes slidenavAnimation {
	from {
		margin-top: -30px;
		opacity: 0;
	}

	to {
		margin-top: 0;
		opacity: 1;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {

	.navbar .dropdown-submenu > a:after {
	    display: none;
	}
	.navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
	    margin-top: 0;
	}
	.dropdown-submenu {
	    position: relative;
	}
	.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	}
	.dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
	    display: block;
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu.pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: 200ms;
	    animation-iteration-count: 1;
	    animation-timing-function: ease-out;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: 200ms;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease-out;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: 200ms;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease-out;
	    -moz-animation-fill-mode: forwards;
	}
}

@media (max-width: 1024px) {
		.navbar-right > li > a.outline {
		border-color: #F27A24;
		border-width: 2px;
		border-radius: 3px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav > li > a.outline {
		color: #F27A24;
		text-decoration: underline;
		font-size: 15px;
		padding: 8px 0px;
	}
    #hero .info,
    #hero .info,
    #hero .info,
    .items li .text-overlay .info.big,
    .thumbs .thumb .text-overlay .info.big,
    .owl-carousel .item .text-overlay .info.big {
        margin-top: -35px;
    }

    .retina-icons-code code {
        font-size: 11.5px;
    }

    .format-filter li a {
        padding: 0 25px;
    }

    [class*="col-md"][class*="inner-left"],
    [class*="col-md"][class*="inner-right"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [class*="col-md"][class*="border-left"] {
        border-left: none;
    }

    [class*="col-md"][class*="border-right"] {
        border-right: none;
    }

    #owl-main .caption.text-center,
    #owl-main .caption.text-left,
    #owl-main .caption.text-right {
        padding-left: 0;
        padding-right: 0;
    }

    figure img.faq {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media (max-width: 1200px) {
	.navbar-header .navbar-brand {
		display: inline-block;
	}
	.navbar-collapse .navbar-brand {
		display: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar .container {
		display: block;
	}

	.navbar .social,
	.navbar .language-desktop {
	    display: none;
	}

	.navbar-header {
		background: #FFF;
	    padding: 25px 0;
	}
	.navbar-header .burger-menu-icon svg{
        display: none;
    }
    .navbar-header .burger-menu-icon {
	    padding-top: 6px;
	}

	.navbar-header .burger-menu-icon .bar1, 
	.navbar-header .burger-menu-icon .bar2, 
	.navbar-header .burger-menu-icon .bar3 {
		width: 24px;
		height: 3px;
		background-color: white;
		margin: 5px 0;
		margin-left: 8px;
        
	}

	.navbar-header .burger-menu-icon.change .bar1 {
		transform: translate(0, 8px) rotate(-45deg);
        transition: 0.4s;
	}

	.navbar-header .burger-menu-icon.change .bar2 {
		opacity: 0;
        transition: 0.4s;
	}

	.navbar-header .burger-menu-icon.change .bar3 {
		transform: translate(0, -8px) rotate(45deg);
        transition: 0.4s;
	}
	.btn.responsive-menu {
	    display: table;
	}
	.btn.responsive-menu i {
	    display: table-cell;
		vertical-align: middle;
	}
	.navbar-collapse {
	    position: static !important;
		background: #F5F7FA;
	    max-height: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-collapse:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.yamm .nav,
	.yamm .dropup,
	.yamm .dropdown,
	.yamm .collapse {
		float: none;
	    position: relative;
	}
	.yamm .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: 100%;
	   /* display: block !important;*/
	}
	.yamm .yamm-content {
	    padding: 12px 0;
	    font-size: 13px;
	}
	.navbar-nav {
		float: none !important;
		display: block;
		padding: 15px 0;
	}
	.navbar-nav.navbar-right{
		padding-top:0;
	}
	.navbar-nav > li {
		float: none;
		display: block;
	}
	.navbar-nav > li + li,
	.navbar-nav li.bell
	{
		border-top: 1px solid #E6E9ED;
	}

	.navbar-nav > li > a {
		padding-left: 0;
		padding-right: 0;
		border: none;
		border-radius: 0;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		background: none;
	}
	.navbar-nav .dropdown-menu {
		border: none;
		box-shadow: none;
	}
	.navbar-nav .dropdown-submenu .dropdown-menu {
		top: 0 !important;
	    padding-left: 20px;
	}
	.navbar-nav .dropdown-menu > li:last-child {
		margin-bottom: 20px;
	}
	.navbar-nav .searchbox {
		float: left !important;
		display: block;
		width: 100%;
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
    .job-post-client{
		margin-bottom:20px;
	}
    .all-cats-children{
     white-space: normal;
    }
}


@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.items.col-4 {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.items.col-4 li {
	    width: 234px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.items.col-3 {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.items.col-3 li {
	    width: 234px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.items.col-3.gap {
	    margin-left: -18px;
	    margin-bottom: -18px;
	}
	.items.col-3.gap li {
	    width: 351px;
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
	.items.col-4.gap {
	    margin-left: -18px;
	    margin-bottom: -18px;
	}
	.items.col-4.gap li {
	    width: 351px;
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
}

@media (max-width: 767px) {

	/*body {
		height: 100vh;
	}*/

	h1,
	h2,
	h3,
	h4,
	.h1,
	.h2,
	.h3,
	.h4 {
		letter-spacing: .0125em;
	}

	h1,
	.h1{
		font-size: 33px;
		line-height: 120%;
		margin-bottom: 20px;
	}

	header p {
		font-size: 20px;
	}

	footer .inner {
		padding-top: 35px;
	    padding-bottom: 25px;
	}

	footer .row .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	footer .container > .row {
		margin-left: -20px;
		margin-right: -20px;
	}

	#share {
		overflow: hidden;
	}

	#share .container {
		width: auto;
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	.last-bottom {
		padding-bottom: 20px !important;
	}

	.last-bottom + .last-bottom {
		padding-bottom: 0 !important;
	}

	.thumbs.gap-lg {
		margin-left: -15px;
	}

	.thumbs.gap-lg .thumb {
		padding: 0 0 15px 15px;
	}

	.icon.pull-right {
		margin-left: 10px;
	}

	.inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.inner-md {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.inner-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.inner-xs {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.inner-top {
		padding-top: 80px;
	}
	.inner-top-md {
		padding-top: 65px;
	}
	.inner-top-sm {
		padding-top: 50px;
	}
	.inner-top-xs {
		padding-top: 20px;
	}
	.inner-bottom {
		padding-bottom: 80px;
	}
	.inner-bottom-md {
		padding-bottom: 65px;
	}
	.inner-bottom-sm {
		padding-bottom: 50px;
	}
	.inner-bottom-xs {
		padding-bottom: 40px;
	}
	.inner-bottom-xxs {
		padding-bottom: 20px;
	}
	.height-xs,
	.height-sm,
	.height-md,
	.height-lg,
	#owl-main .item,
	#owl-main.height-md .item,
	#owl-main.height-lg .item {
		height: 88vh;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 120%;
		letter-spacing: 0.031em;
	}

	#hero p {
		font-size: 20px;
		line-height: 130%;
		margin-top: 15px;
	}

	#hero #owl-main .caption h1.light-bg,
	#hero #owl-main .caption h1.medium-bg,
	#hero #owl-main .caption h1.dark-bg,
	#hero #owl-main .caption h1.tint-bg {
		font-size: 24px;
	}

	#hero .btn {
		margin-top: 25px;
	}

	#hero .btn-large {
		font-size: 16px;
		padding: 12px 30px 15px;
	}

	.retina-icons-code tr td:first-child,
	.retina-icons-code tr th:first-child {
		max-width: 30px;
	}

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		line-height: 100%;
		padding-left: 4px;
		padding-right: 4px;
	}

	.table > thead > tr > th {
		font-size: 11px;
	}

	.retina-icons-code i {
		font-size: 14px;
	}

	.retina-icons-code code {
		font-size: 10px;
	}

	[class*="col"] > figcaption:first-child {
		padding-top: 20px;
	}

	.post-author, #comments,
	.bloq{
		padding: 30px;
	}

	.post-author .author-image{
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}

	.post-author .author-details,
	.bloq .tradesman-details{
		padding-left: 0;
	}

	#comments .commentbody {
		padding-left: 0;
	}

	#comments .commentlist .children {
		padding-left: 0;
	}

	[class*="col"][class*="border-left"] {
		border-left: none;
	}

	[class*="col"][class*="border-right"] {
		border-right: none;
	}

	.filter li {
		display: block;
	}

	.filter li + li {
		margin-top: 15px;
	}

	.filter li:after {
		display: none;
	}

	#hero .info,
	#hero .info,
	#hero .info,
	.items li .text-overlay .info.big,
	.thumbs .thumb .text-overlay .info.big,
	.owl-carousel .item .text-overlay .info.big {
		margin-top: -25px;
	}
	.items li .text-overlay .info h2,
	.thumbs .thumb .text-overlay .info h2,
	.owl-carousel .item .text-overlay .info h2,
	.items li .text-overlay .info h3,
	.thumbs .thumb .text-overlay .info h3,
	.owl-carousel .item .text-overlay .info h3,
	.items li .text-overlay .info h4,
	.thumbs .thumb .text-overlay .info h4,
	.owl-carousel .item .text-overlay .info h4 {
		font-size: 16px;
		line-height: 150%;
	}
	.items li .text-overlay .info p,
	.thumbs .thumb .text-overlay .info p,
	.owl-carousel .item .text-overlay .info p,
	.items li .text-overlay .info.big p,
	.thumbs .thumb .text-overlay .info.big p,
	.owl-carousel .item .text-overlay .info.big p,
	#hero .items li .text-overlay .info.big p,
	#hero .thumbs .thumb .text-overlay .info.big p,
	#hero .owl-carousel .item .text-overlay .info.big p {
		font-size: 14px;
		line-height: 140%;
		padding-top: 0;
	}

	[class*="col"][class*="inner-left"],
	[class*="col"][class*="inner-right"],
	[class*="col"][class*="reset-padding"] {
		padding-left: 15px;
		padding-right: 15px;
	}

	[class*="inner-top"].reset-xs {
		padding-top: 0 !important;
	}

	.yamm-content {
		margin-top: 25px;
	}

	.yamm-content > [class*="col"] {
		margin-bottom: 50px;
	}
	.navbar .container,
	.simple-header-navbar .container,
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
    .container.max-width .job-list-item{
        margin-left: -13px;
        margin-right: -13px;
    }
    .container.max-width .tmen-list-item {
        margin-left: -13px;
        margin-right: -13px;
        padding: 20px;
    }
    .footer-bottom p.pull-left,
    .footer-bottom ul.pull-right {
        float: none !important;
        text-align: center;
    }
	.footer-bottom p {
	    margin-bottom: 20px;
	}
	.footer-menu li {
	    padding: 0 5px;
	}
	img {
	    max-width: 100%;
	    height: auto;
	}
	.filter li a:before {
	    display: none;
	}
	.items {
	    margin-left: 0 !important;
	    /*margin-bottom: -20px !important;*/
	}
	.items li {
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-bottom: 20px !important;
	}
	.items.fullscreen li {
	    margin: 0 !important;
	}
	.sidebar {
	    margin-top: 70px;
	    padding-left: 15px !important;
	}

	.panel-title {
	    line-height: 18px;
	}
	.yamm .yamm-content.row {
	    margin-bottom: -30px
	}
	.modal .container {
		padding-left: 35px;
		padding-right: 35px;
	}
	.modal-dialog {
		top: 25px;
		bottom: 25px;
		left: 25px;
		right: 25px;
		width: calc(100% - 50px);
	}
	.modal-open {
		background-color: #F2F5F7;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.modal-open {
		padding-right: 0 !important;
	}

    .bloq .tmen-list-item__details,
    .post-author .author-details {

	    padding-left: 0;

    }
    .job-list__rush-icon {
        left: 10px;
        padding-top: 8px;
    }
    .job-create-form {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width:640px) {
    .profile-imgs li {
        width: 50%;
    }

}
@media (min-width: 768px) {
    #hero h1 {
        font-size: 48px;
        line-height: 115%;
    }

    /*job list*/
    .job-list-item{
        padding:40px 30px 30px;
    }
	.job-list-item.compact {
		padding: 30px;
	}
    .job-post h1{
        margin-bottom:15px;
    }
    .job-post .dl-horizontal dd{
        margin-left:220px;
    }
    .job-post-client{
		padding-left:20px;
	}
    /*job-post*/
    .tab-content{
        padding:0 30px 30px;
    }
    .tman-profile .tab-container .panel-container {
        border-bottom:1px solid #ced7e0;
    }

    /*Tradesman*/
    .dl-horizontal dd{
        margin-left:220px;
    }
    .tman-profile #comments .message-wrap,
	.job-post #comments .message-wrap{
        margin-left:-12px;
    }
    .tman-profile #comments .message-wrap:before,
    .tman-profile #comments .message-wrap:after,
	.job-post #comments .message-wrap:before,
	.job-post #comments .message-wrap:after{
        display:block;
    }
}
@media (min-width: 992px) {
    .landing-floor.lv #owl-main .caption-wrap {
        width: 50%;
    }
	.how-it-works__steps .h2 {
		line-height: 26px;
		margin-bottom: 0;
		font-size: 24px;
	}
    .filters-container{
        display: block;
    }
    .home-stats {
        margin: 0;
        width: 100%;
    }
    .home-stats .stat-item+.stat-item {
        border-left: 1px solid;
    }
    .home-stats .stat-item {
        text-align: center;
        border-bottom: none;
        padding-left: 0;
    }
    .home-stats .stat-item i{
        margin-right: 10px;
    }

    .landing-stats {
        margin: 0;
        width: 100%;
    }
    .landing-stats .stat-item + .stat-item {
        border-left: 1px solid;
    }
    .landing-stats .stat-item {
        text-align: center;
        border-bottom: none;
        padding-left: 0;
    }
    .landing-stats .stat-item i {
        margin-right: 10px;
    }
    .tmen-list-item .right-block .btn {
        margin-top: 35px;
    }
}
@media (min-width:1201px) {
	.navbar .language.language-mobile{
		display:none;
	}

}

@media (max-width: 1024px) and (max-height: 768px) {
	.form-outer {
		padding-left:0;
		padding-right:0;
	}
    #owl-main .caption-wrap .last-job span {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-height: 1024px) {

	.height-xs,
	.height-sm,
	#owl-main .item {
		height: 380px;
	}

	#hero p {
		font-size: 22px;
		line-height: 135%;
		margin-top: 17px;
	}

	#hero #owl-main .caption h1.light-bg,
	#hero #owl-main .caption h1.medium-bg,
	#hero #owl-main .caption h1.dark-bg,
	#hero #owl-main .caption h1.tint-bg {
		font-size: 32px;
	}

	#hero .btn {
		margin-top: 25px;
	}

	#hero .btn-large {
		font-size: 16px;
		padding: 15px 35px 17px;
	}
}

@media (min-width: 768px) and (max-height: 768px) {

	.height-xs,
	.height-sm,
	.height-md,
	.height-lg,
	#owl-main .item,
	#owl-main.height-md .item,
	#owl-main.height-lg .item {
		height: 300px;
	}

}

@media (max-width: 480px) {
    .index-popular__cat.add-cat .index-popular__cat__link{
        white-space:initial;
    }
}
@media (max-width: 320px){
    .login-through--logo .btn{
	    margin:0px;
    }
    .start-date-picker{
        width: 90%;
    }
}


/*===================================================================================*/
/*	SKROLLR ANIMATIONS
/*===================================================================================*/

.navbar .navbar-collapse {
	-skrollr-animation-name: shrink-header;
}

.navbar .navbar-brand {
	height: auto;
	min-width:120px;
}

.navbar .navbar-brand img {
	-skrollr-animation-name: shrink-logo;
	height: 35px;
}
.navbar .navbar-brand img.logo-lg {
	height: 40px;
}
@media(max-width: 767px) {
	.navbar .navbar-brand img.logo-lg {
		width: 140px;
	}
}
@-skrollr-keyframes shrink-header {
	35 {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.0);
				box-shadow: 0 10px 10px rgba(0,0,0,0);
	}

	300 {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
				box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	}
}

@-skrollr-keyframes shrink-logo {
	35 {
		max-height: 40px;
	}

	300 {
		max-height: 20px;
	}
}
.item.tradesmen-container {
    padding-top: 50px;
}

@media(max-height: 768px) {
    .item.tradesmen-container {
        padding-top: 10px;
    }
}
.landing-seo-text table {
    border-collapse: collapse;
}

.landing-seo-text table th td {
    border: 1px solid #506a85;
    padding-left: 10px;
    padding-right: 10px;
}
.landing-popular__subcategory {
    text-align: left;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 50px;
}
.landing-popular__subcategory_4rows {
    text-align: left;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 35px;
}
/*.landing-popular__subcategory ul.circled li{
	margin-left: 60px;
}*/

@media (min-width: 768px) {
    .specialist__title {
        padding-left: 10px;
    }
}
@media (min-width: 992px) {
    .specialist__avatar, .specialist__title {
        display: inline-block;
        text-align: left;
    }

    .specialist__title {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .landing-popular__subcategory {
        padding-left: 30px;
        padding-top: 0;
    }
    .landing-popular__subcategory ul.circled li{
	    margin-left: inherit;
    }
    #owl-main .caption-wrap .last-job span {
        font-size: 24px;
        color: #F27A24;
        font-weight: 700;
    }
    #owl-main .caption-wrap .last-job {
        margin-top: 10px;
    }
    #owl-main .caption-wrap .last-job span {
        font-size: 18px;
    }
}

.latest-maps__content {
    align-items: top;
    display: flex;
    flex-flow: column wrap;
    justify-content: left;
}
.latest-maps__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.latest-maps__item img {
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #40556b;
}
.latest-maps__item h4 {
    margin-bottom: 5px;
}
.latest-maps__meta {
    margin-top: 10px;
}
.latest-maps__item img:hover {
    border-color: #F27A24;

}

@media (min-width: 768px) {
    .latest-maps__content {
        /*flex-flow: row wrap;*/
    }

    .latest-maps__item {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .latest-maps__content {
        max-width: 900px;
        margin: auto;
    }

    .latest-maps__item {
        width: 50%;
    }
}


.truncateLine{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faded {
    opacity: .5;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #F27A24;
}

.nowrap {
    white-space: nowrap;
}


@media(max-width: 1200px){
    .bell {
        padding-top: 10px;
        padding-right: 10px;
    }
    .navbar-nav .bell{
        display: none;
    }
}
@media(min-width: 1200px) {
    .bell {
        display: none;
    }
}

.landing-cat-path{
    font-size: 14px;
}
.landing-cat-path a:first-child {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #40556b;
}
.landing-cat-path span:first-child {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #40556b;
}

.index-popular__cat.main-cat .index-popular__cat__link.cat_interior:before {
    width: 90px;
    height: 90px;
    margin-left: 53px;
}
.anchor-encoded:hover{
    cursor: pointer;
}
.landing-categories_showmore {
    font-size: 14px;
    border-bottom: dotted 1px;
    cursor: pointer;
}
.landing-categories_showmore:hover {
    color: #F27A24;
}

.price-tags li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 7px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
.job-list__bids{
    margin-top: 20px;
}
.job-list__bids .strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
}
@media(max-width: 768px) {
	.job-list__bids .sidelines {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.tmen-title {
		font-size:22px;
		margin-top: -20px;
	}
}
/*===================================================================================*/
/*	Landing bids
/*===================================================================================*/
.landing-bid {
    background: #FFF;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}
.landing-bid .landing-bid-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.landing-bid .avatar img {
    width: 50px;
    height: 50px;
}
.landing-bid .avatar {
    float: left;
}
.landing-bid .author h4 {
    font-size: 14px;
    font-weight: 700;
}

.landing-bid .author h3, #comments .author h4 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    color: #506a85;
}
.landing-bid .commentbody {
    font-size: 14px;
    padding-left: 22px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.landing-bid .message-wrap {
    border: solid 1px #ced7e0;
    border-radius: 10px;
    clear: both;
    line-height: 18px;
    margin: 12px 20px 8px 0;
    padding: 10px 20px;
    pointer-events: auto !important;
    position: relative;
    word-wrap: break-word;
    z-index: 0;
}
.landing-bid .message-wrap:before {
    border-color: transparent transparent #ced7e0;
    border-width: 0 8px 18px;
    left: -9px;
    top: -10px;
    transform: rotate(-45deg);
    z-index: 2;
}
.landing-bid .message-wrap:after {
    border-color: transparent transparent #fff;
    border-width: 0 8px 18px;
    left: -7px;
    top: -8px;
    transform: rotate(-45deg);
    z-index: 3;
    display: block;
}
.landing-bid .message-wrap:before, .landing-bid .message-wrap:after {
    display: block;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.landing-bid__showmore_wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}
.landing-bid__showmore {
    font-size: 14px;
    border-bottom: dotted 1px;
    cursor: pointer;
}
.landing-bid__showmore:hover {
    color: #F27A24;
}

.partial-content .loader {
    position: relative;
    font-size: 5px;
    top: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 767px){
    .landing-bid{
        margin-left: 20px;
    }
}
.landing-job-title {
	margin-bottom: 5px;
}
.landing-job-title h3 {
	margin-bottom: 0px;
	line-height: normal;
}
.landing-job-title .address {
	font-size: 0.8em;
	font-weight: normal;
	color: #506a85;
	padding: 0;
}
.landing-bids {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 5px;
}
.landing-bids-label {
	color: #2b6cb0;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.landing-bids .landing-bid-pill {
	display: inline-block;
	background-color: #f0f4ff;
	color: #2c5282;
	padding: 6px 12px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #cbd5e0;
}
.landing-bids .bid-pill-label {
	display: block;
	font-size: 11px;
	font-weight: 100;
	line-height: 9px;
}
/*===================================================================================*/
/*	Site Stats
/*===================================================================================*/

.stats-section {
    padding: 20px 0;
    position: relative;
}

.stats-container {
    position: relative;
    z-index: 2;
    padding: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e8ecef;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #40556b;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: #40556b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .stats-section {
        padding: 20px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
    
    .stat-card {
        padding: 15px 10px;
        border-radius: 6px;
    }
    
    .stat-number {
        font-size: 1.8rem;
        margin-bottom: 4px;
    }
    
    .stat-label {
        font-size: 1rem;
        line-height: 1.1;
    }
}

@media (max-width: 480px) {
    .stats-section {
        padding: 10px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .stat-card {
        padding: 15px 8px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
}

/* Ultra-compact mobile version for very small screens */
@media (max-width: 360px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .stat-card {
        padding: 12px 8px;
        border-radius: 6px;
    }
    
    .stat-number {
        font-size: 1.5rem;
        margin-bottom: 3px;
    }
    
    .stat-label {
        font-size: 0.85rem;
        line-height: 1.1;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card {
    animation: fadeInUp 0.6s ease forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

/*===================================================================================*/
/*	Site Stats - END
/*===================================================================================*/

/*===================================================================================*/
/*	Suggested tradesmen
/*===================================================================================*/
.suggested-tmen-list {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .suggested-tmen {
        padding-left: 0;
        padding-right: 0;
    }
}
.tman-selection {
    padding: 20px;
    border: 1px solid #E6E9ED;
    border-radius: 3px;
    margin-bottom: 20px;
}
.tman-selection .avatar-wrap {
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.tman-name-el h4 {
    margin-bottom: 0;
    margin-right: 5px;
}
.tman-name-el .pro-badge {
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 6px;
    margin-right: 10px;
}
.tman-selection-btn {
    width: 100%;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}
.tman-selection.selected {
    border-color: #00ca77;
}
.tman-selection.unselected {
    opacity: 0.8;
}
.tman-selection.selected .tman-selection-btn{
    padding-top: 6px;
    padding-bottom: 6px;
}
.tmen-list-item.suggested {
    border: solid 2px #F27A24;
    position: relative;
    margin-bottom: 40px;
    border-top-right-radius: 0;
}
.suggested-badge {
    color: white;
    background-image: linear-gradient(to right, #f25d24, #ffb612);
    position: absolute;
    padding: 5px 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    top: -35px;
    right: -2px;
}
.suggested-badge i {
    border-radius: 50%;
    border: solid 1px white;
    padding: 0 3px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-right: 5px;
}
.best-item.suggested {
	border: solid 2px #F27A24;
	position: relative;
	border-top-left-radius: 0;
	margin-bottom: 40px;
}
.best-item .suggested-badge{
    left: -2px;
    right: initial;
}
/*===================================================================================*/
/*	Suggested tradesmen - END
/*===================================================================================*/
/*===================================================================================*/
/*	Tradesmen Badges
/*===================================================================================*/
span.pro-badge {
	color: #fff;
	background-color: #007bff;
	font-size: 14px;
	padding: 6px 10px;
	vertical-align: top;
	margin-top: 3px;
}

span.business-badge {
	background-color: #F27A24;
	width: 100px;
	font-weight: 700;
	font-size: 14px;
	padding: 6px 15px;
	text-transform: uppercase;
}

span.delayed-badge {
	color: #fff;
	background-color: #007bff;
	font-size: 14px;
	padding: 5px 10px;
	vertical-align: middle;
	cursor: pointer;
}

span.delayed-badge:hover {
	background-color: #007bf0;
}

@media (min-width: 768px) {

	h2 span.pro-badge,
	h3 span.pro-badge {
		vertical-align: text-top;
	}
}
.subscription-details {
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    max-width: 300px;
    min-width: 225px;
    margin: auto;
    padding: 5px;
}
.subscription-info{
    margin-top: 5px;
}
span.subscription-menu-badge {
    color: #fff;
    background-color: #007bff;
    font-size: 12px;
    padding: 3px 7px;
}
span.subscription-menu-badge.expired,
span.pro-badge.expired{
    background-color: #999;
}
span.subscription-menu-badge.expiresSoonWarning,
span.pro-badge.expiresSoonWarning{
    background-color: #f27a24;
    animation: pulse 0.5s 2;
}
span.subscription-menu-badge.expiresSoonDanger,
span.pro-badge.expiresSoonDanger{
    background-color: #ff4000;
    animation: pulse 0.5s 2;
}
span.subscription-menu-badge.expiredRecentlyDanger,
span.pro-badge.expiredRecentlyDanger{
    background-color: #ff4000;
    animation: pulse 0.5s 2;
}
span.subscription-menu-info {
    font-size: 12px;
    font-weight: 600;
    vertical-align: text-bottom;
}
.subscription-menu-info.expiresSoonWarning {
    color: #f27a24;
}
.subscription-menu-info.expiresSoonDanger {
    color: #ff4000;
}
.subscription-menu-info.expiredRecentlyDanger {
    color: #ff4000;
}
.subscription-menu-info.expiredRecently {
    color: #999;
}
.subscription-menu-info.healthy {
    color: #506a85;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover .subscription-menu-info,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus .subscription-menu-info{
    color: #FFF !important;
}
/*===================================================================================*/
/*	Tradesmen Badges - END
/*===================================================================================*/

/*===================================================================================*/
/*	Header
/*===================================================================================*/
.mob-bg {
	display: none;
}
.owl-carousel .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #40556b;
    opacity: .2;
    z-index: 8; 
}


@media all and (max-width: 767px) {   
	.mob-bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center -20px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mob-bg.mob-bg-1 {
		background-position: center -20px;
	}
}

@media all and (max-width: 360px) {
	.mob-bg.mob-bg-1 {
		background-position: center -40px;
	}
}
@media all and (max-width: 320px) {
	.mob-bg.mob-bg-1 {
		background-position: center 0;
	}
}
/*===================================================================================*/
/*	Header - END
/*===================================================================================*/
/*===================================================================================*/
/*	Loader
/*===================================================================================*/
#cover {
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998
}
.modal-cover {
	background-color: #ffffffee;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.loader, .loader:after, .loader:before {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out
}

.loader {
	color: #f27a24;
	font-size: 10px;
	position: fixed;
	top: 45%;
	left: 50%;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.loader:after, .loader:before {
	content: '';
	position: absolute;
	top: 0
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.loader:after {
	left: 3.5em
}

@-webkit-keyframes load7 {
	0%, 100%, 80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

@keyframes load7 {
	0%, 100%, 80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}
/*===================================================================================*/
/*	Loader - END
/*===================================================================================*/
/*===================================================================================*/
/*	GetaPro Business landing
/*===================================================================================*/
.navbar-business {
    display: inline-block;
    position: relative;
}

.navbar-business:after {
    display: block;
    content: '';
    width: 86px;
    height: 26px;
    background: url(../images/art/business-icon.png) no-repeat center / contain;
    position: absolute;
    top: -10px;
    left: 190px;
}

.stuck .navbar-business:after {
    display: none;
}

.hero-business {
    font-family: 'Roboto';
    width: 100%;
    background: #232e3b;
    overflow: hidden;
    color: #fff;
}

.hero-business .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bs-title {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
}

.bs-subtitle {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    opacity: 0.4;
}

.bs-text {
    padding-bottom: 15px;
    line-height: 2;
    font-size: 20px;
}

.bs-text span {
    color: #ff9753;
}

.bs-pic img {
    max-height: 520px;
    width: auto;
}

.bs-links {
    display: flex;
    align-items: center;
}

.bs-links span {
    display: block;
    margin: 25px 10px 0 10px;
}

.bs-links a.btn {
    margin: 0;
}

.bs-links a:last-child {
    background: none;
    border-color: #fff;
    color: #fff;
}

.bs-links a:last-child:hover {
    border-color: #D96716;
    background: #D96716;
}

.bs-text br {
    display: none;
}
@media(min-width: 1740px){
    .bs-pic img {
        max-height: 580px;
    }
}
@media all and (max-width: 1200px) {
    .bs-title {
        font-size: 32px;
    }

    .bs-links a {
        text-align: center;
    }

    .hero-business {
        padding: 50px 0 40px 0;
    }

    .bs-pic {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #hero.hero-business .btn {
        margin-top: 15px;
        padding: 20px 10px;
        height: auto;
    }

    .bs-title {
        line-height: 1.2;
        font-size: 34px;
        padding-bottom: 10px;
    }

    .bs-subtitle {
        padding-bottom: 15px;
        font-size: 18px;
    }

    .bs-text {
        line-height: 1.3;
        font-size: 21px;
        padding-bottom: 10px;
    }

    .bs-text br {
        display: block;
    }

    .bs-text div {
        padding: 13px 0;
    }

    .bs-links {
        display: block;
    }

    .bs-links span {
        display: none;
    }

    .bs-links a {
        width: 100%;
        margin: 10px 0;
    }
}
.business-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.business-logo:after {
    display: block;
    content: '';
    width: 86px;
    height: 26px;
    background: url(../images/art/business-icon.png) no-repeat center/contain;
    position: absolute;
    top: -20px;
    left: 200px;
}
.business-text {
	font-family: 'Roboto', sans-serif;
	color: #40556b;
}
.business-text .bt-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 115%;
    letter-spacing: 0.031em;
}
.business-text .bt-subtitle {
    font-size: 20px;
    font-weight: 400;
}
.business-links a {
    min-width: 200px;
}
@media(max-width:991px){
    .business-text {
        margin-bottom: 10px;
    }
    .business-text .bt-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media(min-width:991px) and (max-width:1200px) {
    .business-text {
        text-align: right;
    }
}
/*===================================================================================*/
/*	GetaPro Business landing - END
/*===================================================================================*/
/*===================================================================================*/
/*	Lazy loading placeholder
/*===================================================================================*/
.img-lazy-load {
	will-change: transform;
	background: linear-gradient(45deg, #c6d5e5, #ffffff, #c6daef);
	background-size: contain;
	-webkit-animation: LazyLoadingAnimation 5s ease infinite;
	-moz-animation: LazyLoadingAnimation 5s ease infinite;
	animation: LazyLoadingAnimation 5s ease infinite;
}
@-webkit-keyframes LazyLoadingAnimation {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 51%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes LazyLoadingAnimation {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 51%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes LazyLoadingAnimation {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 51%
	}

	100% {
		background-position: 0% 50%
	}
}
/*===================================================================================*/
/*	Lazy loading placeholder - END
/*===================================================================================*/
.index-head-smpl h1 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.index-head-smpl h1 {
		font-size: 30px;
	}
}
.search-wrapper input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #f4f5fb;
	float: left;
	width: 100%;
	background: white;
	margin-top: 20px;
	padding: 20px 25px;
	border-radius: 9px;
}

.search-wrapper {
	position: relative;
}
.search-wrapper .tt-input {
	background: #f4f5fb !important;
}
.search-wrapper #search {
	background: #f4f5fb !important;
}
.search-wrapper .go-btn {
	position: absolute;
	top: 30px;
	right: 10px;
	border-radius: 6px;
	padding: 12px 40px;
	font-size: 16px;
	margin-top: 0 !important;
}
.search-wrapper .tt-suggestion {
	text-shadow: initial;
	padding: 12px 25px;
}
.search-wrapper .tt-suggestion:hover {
	cursor: pointer;
	color: initial;
	background-color: rgba(217,228,235,.6);
}

@media (max-width: 767px) {
	.services-tree .search-wrapper {
		min-width: 100%;
	}
	.search-wrapper input[type=text] {
		padding: 16px 20px;
		border-radius: 40px;
	}

	.search-wrapper .go-btn {
		top: 24px;
		right: 5px;
		padding: 9px 13px;
		font-size: 20px;
		border-radius: 50%;
		font-size: 22px;
	}
}
.home-blog-item {
	display: block !important;
}

@media (min-width: 767px) {
	.home-blog-item .item {
		margin: 0 0 !important;
		width: 24%;
		display: inline-block;
		padding: 0 15px;
	}
}

#ot-sdk-btn-floating {
	display: none;
}
.panel-heading {
	cursor: pointer;
}
.panel-heading:hover a, .panel-heading:hover span:after {
	color: #F27A24;
}
.index-latest-review__rate .rating-container {
	display: inline-block;
}

/* Partners section on home */
.partners {
	padding: 20px 0 10px 0;
}
.partners .logo-list {
	display: flex;
	flex-shrink: 1;
	flex-grow: 1;
	max-width: 900px;
	margin: 0 auto;
	gap: 0 20px;
	flex-wrap: wrap;
}
.partners .logo-list a, .partners .logo-list a:after, .partners .logo-list a:before {
	width: 100px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	flex-grow: 1;
}
.partners .logo-list a:before, .partners .logo-list a:after {
	display: inherit;
	width: 100%;
	height: 100%;
	content: ' ';
	transition: opacity 0.2s ease-in-out;
}
.partners .logo-list a:after {
	opacity: 0;
	transform: translateY(-100%);
	filter: drop-shadow(2px 2px 3px rgba(255,255,255,0.3));
}
.partners .logo-list a:hover:before {
	opacity: 0;
}
.partners .logo-list a:hover:after {
	opacity: 1;
}
.partners a.auto24:before {
	background-image: url("/Content/images/partners/auto24_logo_white.svg");
}
.partners a.auto24:after {
	background-image: url("/Content/images/partners/auto24_logo.svg");
}
.partners a.city24:before {
	background-image: url("/Content/images/partners/city24ee_logo_white.svg");
}
.partners a.city24:after {
	background-image: url("/Content/images/partners/city24ee_logo.svg");
}
.partners a.kuldnebors:before {
	background-image: url("/Content/images/partners/kuldnebors_logo_white.svg");
}
.partners a.kuldnebors:after {
	background-image: url("/Content/images/partners/kuldnebors_logo.svg");
}
.partners a.kv:before {
	background-image: url("/Content/images/partners/kv_logo_white.svg");
}
.partners a.kv:after {
	background-image: url("/Content/images/partners/kv_logo.svg");
}
.partners a.osta:before {
	background-image: url("/Content/images/partners/osta_logo_white.svg");
	background-position-y: 2px;
}
.partners a.osta:after {
	background-image: url("/Content/images/partners/osta_logo.svg");
	background-position-y: 2px;
}
/* new stuff */
.inner-content.row {
	position: relative;
}
.sidebar {
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 10px 15px !important;
	margin: 15px;
	width: calc(25% - 30px);
	height: calc(100% - 30px);
	color: #546A83;
	overflow: hidden;
}


.sidebar .title {
	font-weight: 400;
	font-family: Roboto, serif;
	margin: 25px 0 10px 0;
}
.sidebar .title:first-child {
	margin-top: 0;
}
.sidebar .title i {
	margin-right: 5px;
}
.sidebar .title .chevron {
	float: right;
}
.sidebar .services-tree-action {
	cursor: pointer;
}
@media(max-width: 992px) {
	.sidebar {
		width: calc(100% - 30px);
	}
	.sidebar .title:first-child {
		margin-top: 5px;
	}
	.sidebar .title {
		margin-bottom: 5px;
	}
}
.sidebar ul.categories {
	margin: 0 -15px;
	padding: 0;
	font-size: 14px;
}
.sidebar ul.categories li, .sidebar ul.categories ul, .sidebar ul.categories ul li {
	padding-left: 0;
}
.sidebar ul.categories li ul li:not(.level1-node) a {
	padding-left: 26px;
}
.sidebar ul.categories li .header,
.sidebar ul.categories li a {
	border-bottom: 1px solid #E7E9ED;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	line-height: 18px;
}
.sidebar ul.categories li .header {
	cursor: initial;
}
.sidebar ul.categories li a:hover {
	background-color: #E0E6F0;
	color: #546A83;
}
.sidebar ul.categories li.active > a {
	color: #f27a24;
	font-weight: 700;
}
.sidebar ul.categories > li > .header:before,
.sidebar ul.categories > li > a:before,
.sidebar ul.subcategories li.level1-node a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f104';
	font-weight: 900;
	margin-right: 5px;
}
.sidebar ul.categories > li.active > .header:before,
.sidebar ul.categories > li.active > a:before,
.sidebar ul.subcategories li.level1-node a:before {
	content: '\f107';
}
.sidebar .tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.sidebar .tags a {
	border: 1px solid #E7E9ED;
	line-height: 18px;
	font-size: 13px;
	border-radius: 4px;
	padding: 3px 6px;
}
.sidebar .tags a:hover {
	color: #546A83;
	background-color: #E0E6F0;
	cursor: pointer;
}
/* tradesman short profile view */
.tman-profile-short {
	background-color: #F3F5F7;
	border: 1px solid #D0D7DF;
	text-align: center;
	margin-bottom: 15px;
	font-family: Roboto, serif;
	position: relative;
}
.tman-profile-short .content {
	text-align: left;
	margin: 0 auto;
	max-width: 804px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.tman-profile-short a:not(.btn) {
	color: #538BC5;
	text-decoration: underline;
}

.tman-profile-short .title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	color: #546A83;
}
.tman-profile-short .title .pull-right {
	font-weight: initial;
}
.tman-profile-short .main-info {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 14px;
	position: relative;
}
.tman-profile-short .main-info .pull-right {
	text-align: right;
	flex-grow: 1;
}
.tman-profile-short .main-info .title {
	font-size: 24px;
	margin-top: 10px;
}
.tman-profile-short .main-info .title a.display-name {
	color: #546A83;
	text-decoration: none;
}
.tman-profile-short .main-info .basic-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tman-profile-short .main-info .avatar {
	position: relative;
}
.tman-profile-short .main-info .avatar img {
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	max-width: 120px;
}
.tman-profile-short .main-info .avatar .pro-badge {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.tman-profile-short .main-info .actions {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.tman-profile-short .about {
	background-color: #E6E9EC;
	border-radius: 4px;
	font-size: 14px;
	padding: 5px 10px;
}
.tman-profile-short .price-list ul {
	padding-left: 0;
	font-size: 14px;
	margin-bottom: 0px;
	max-width: 355px;
}

.tman-profile-short .price-list ul li:before {
	border-bottom: 2px dotted #77869A;
	width: 100%;
	height: 16px;
	content: ' ';
	position: absolute;
}
.tman-profile-short .price-list ul li div {
	background-color: #F3F5F7;
	display: inline-block;
	position: relative;
	padding-right: 5px;
}
.tman-profile-short .price-list ul .pull-right {
	font-weight: 700;
	padding-right: 0;
	padding-left: 5px;
}
.tman-profile-short .photos img {
	width: 88px;
	height: 88px;
	border-radius: 10px;
	object-fit: cover;
}
.tman-profile-short .reviews {
	background-color: #fff;
	border-top: 1px solid #D0D7DF;
	border-bottom: 1px solid #D0D7DF;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0;
	color: #546A83;
}
.tman-profile-short .reviews > div:not(:last-child) {
	border-right: 1px solid #D0D7DF;
	justify-content: center;
	font-size: 30px;
	padding: 15px 30px;
}
.tman-profile-short .reviews > div:nth-child(2) {
	flex-grow: 1;
}
.tman-profile-short .reviews small {
	font-size: 14px;
	display: block;
}
.tman-profile-short .reviews .rev-rating {
	flex-direction: column;
	padding: 0 30px;
}
.tman-profile-short .reviews .rev-rating label {
	margin-right: 10px;
}
.tman-profile-short .contacts {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	overflow: hidden;
}
.tman-profile-short .contacts .btn-light {
	background-color: #E6E9EC;
	box-shadow: none;
	color: #546A83;
	text-transform: initial;
	display: inline-flex;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 0;
	padding: 11px 18px 13px;
}
.tman-profile-short .contacts .btn-light:focus,
.tman-profile-short .contacts .btn-light:active,
.tman-profile-short .contacts .btn-light:hover {
	color: #546A83 !important;
	background-color: #E0E6F0;
}
.tman-profile-short .contacts .btn-light i {
	float: left;
	margin: 4px 5px 0 -5px;
}
.tman-profile-short .photos {
	width: 100%;
	overflow: hidden;
	max-height: 88px;
}
.tman-profile-short .photos .items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	position: relative;
}
.tman-profile-short .photos .item {
	cursor: pointer;
}
.tman-profile-short .photos .items::after {
	content: '';
	flex: auto;
}
.tman-profile-short .photos .items .more-cnt {
	position: absolute;
	right: 0;
	top: 0;
	width: 89px;
	height: 89px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000066;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}
.tman-profile-short .skeleton:before {
	background-color: #e4ebf2;
}
.tman-profile-short .content .boost-icons {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
@media(max-width: 414px) {
	.tman-profile-short .photos img {
		width: 75px;
		height: 75px;
	}

	.tman-profile-short .photos .items .more-cnt {
		width: 76px;
		height: 76px;
	}

	.tman-profile-short .photos {
		max-height: 76px;
	}
	.tman-profile-short .content .boost-icons {
		top: 5px;
	}
	.tman-profile-short .content img.boost-icon {
		max-width: 18px;
	}
}
@media(max-width: 372px) {
	.tman-profile-short .photos img {
		width: 70px;
		height: 70px;
	}

	.tman-profile-short .photos .items .more-cnt {
		width: 71px;
		height: 71px;
	}

	.tman-profile-short .photos {
		max-height: 71px;
	}
}
@media(max-width: 768px) {
	.tman-profile-short .reviews > div:not(:last-child) {
		padding: 15px 10px;
		text-align: center;
	}
	.tman-profile-short .reviews .rev-rating {
		flex-direction: column;
		padding: 0 3px 0 10px;
	}
	.tman-profile-short .main-info {
		flex-direction: row;
		align-content: center;
		align-items: center !important;
		text-align: center;
	}
	.tman-profile-short .main-info .actions,
	.tman-profile-short .main-info .actions a {
		width: 100%;
	}
}
.services-tree-imgs {
	margin-top: 15px;
}
.services-tree-imgs .item {
	display: inline-block;
	position: relative;
	margin: 0px 11px 10px 0px;
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
.services-tree-imgs .item .info {
	background-color: rgba(255, 255, 255, 0.92);
	bottom: 0;
	left: 0;
	right: 0;
	color: #253044;
	padding: 16px 18px 18px;
	position: absolute;
	text-align: left;
	box-sizing: border-box;
}
.services-tree-imgs .item .info .title {
	color: inherit;
	font-weight: 600;
	line-height: 1.35;
}
.services-tree-imgs .item img {
	width: 276px;
	height: 187px;
	object-fit: cover;
}
@media(max-width: 768px) {
	.services-tree-imgs .item {
		margin: 0;
	}
	.services-tree-imgs .item img {
		width: 170px;
		height: 170px;
	}
	.services-tree-imgs .item .info {
		font-size: 14px;
		line-height: 1.35;
		padding: 10px 12px;		
	}
}
@media(max-width: 415px) {
	.services-tree-imgs .item img {
		width: 180px;
		height: 180px;
	}
}
@media(max-width: 404px) {
	.services-tree-imgs .item img {
		width: 170px;
		height: 170px;
	}
}
@media(max-width: 389px) {
	.services-tree-imgs .item img {
		width: 160px;
		height: 160px;
	}
}
@media(max-width: 365px) {
	.services-tree-imgs .item img {
		width: 155px;
		height: 155px;
	}
}

.app-download-buttons-container {
    width: 200px;
    display: inline-block;
}

.app-download-buttons-container.narrow {
    width: 170px;
    display: inline-block;
}

.app-download-buttons-container.ios.narrow {
    width: 161px;
}
.app-download-buttons-container a img {
    max-width: 100%;
    height: auto;
}
.ios-download-button {
    margin: 5% 0;
    width: 90%;
}
.app-download-screens {
    max-width: 400px;
}
@media(max-width: 768px) {
	#app {
		text-align: center !important;
	}
	#app .text-right {
		text-align: center;
	}
}
@media (max-width: 991px){
    .app-download-buttons-container {
        width: 150px;
    }

    .app-download-buttons-container.narrow {
        width: 150px;
    }

    .app-download-buttons-container.ios.narrow {
        width: 141px;
    }
}
/*lightgallery customisation*/
.lg-container {
	position: relative;
	z-index: 9000;
}
.regions-list {
	padding: 0px;
}
.regions-list li {
	display: inline-block;
    border: 1px solid #E7E9ED;
    line-height: 24px;
    border-radius: 4px;
    margin: 4px 3px;
}
.regions-list li:hover {
	color: #546A83;
    background-color: #E0E6F0;
    cursor: pointer;
}
.regions-list li a:hover {
	text-decoration: none;
	color: #546A83;
}
.regions-list li a {
	padding: 6px 14px;
    display: block;

}
.regions-list li.selected {
	color: #546A83;
	background-color: #E0E6F0;
	padding: 6px 14px;
	cursor: default;
}
@media (max-width: 576px) {
    .regions-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 8px;
    }
    .regions-list li {
        font-size: 12px;
        line-height: 1.4;
        border-radius: 999px;
        margin: 0;
    }
    .regions-list li a,
    .regions-list li.selected {
        padding: 4px 12px;
        display: block;
    }
    .regions-list li.selected {
        background-color: #E0E6F0;
        color: #546A83;
    }
}
.tradesmen-filters {
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 10px 15px;
	margin: 0;
	color: #546A83;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	color: #546A83;
	font-size: 14px;
}
.filters-container .tradesmen-filters {
	padding: 0px;
	display: block;
}
.tradesmen-filters #regions-dropdown {
	width: 100%;
	background-color: white;
	padding: 6px 12px;
	border: 1px solid #D0D7DF;
	text-align: left;
}
.tradesmen-filters .tmen-cnt {
	min-width: 200px;
	padding-top: 5px;
	padding-left: 2px;
}
@media(max-width:420px) {
	.tradesmen-filters #regions-dropdown {
		min-width: 150px;
	}

	.tradesmen-filters .tmen-cnt {
		min-width: initial;
	}
}
.bottom-bar {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
	bottom: -60px;
	transition: transform 0.3s ease-in-out;
	transform: translateY(0)
}
.bottom-bar a {
	margin-top: 8px;
	margin-bottom: 8px;
}
.bottom-bar.visible {
	transform: translateY(-60px);
}
.page-tabs {
	display: flex;
	justify-content: space-evenly;
	color: #40556b;
	overflow-x: auto;
	white-space: nowrap;
	max-width: 100%;
	background-color: #F2F5F7;
}
.page-tab {
	padding: 14px 10px 9px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #40556b;
	font-size: 20px;
	line-height: 130%;
	white-space: nowrap;
}
.page-tab-label {
	display: inline;
}
.page-tab-info {
	font-size: 14px;
	font-weight: 700;
	display: inline;
	border: 1px solid #F27A24;
	color: #F27A24;
	border-radius: 4px;
	padding: 0px 5px;
	vertical-align: top;
}
.page-tab.active,
.page-tab:hover {
	border-bottom: 3px solid #F27A24;
}

a.page-tab:hover {
	color: #38526d;
}
.sticky-tabs {
	position: fixed;
	top: 43px;
	width: 100%;
	z-index: 999;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
	.page-tabs {
		overflow-x: scroll;
		display: inline-flex;
		justify-content: left;
	}

	.page-tab {
		padding-right: 30px
	}

	.sticky-tabs {
		top: 0px;
	}
}
.tman-badges i.gicon-contactless {
	font-size: 29px;
	color: #EA4A71;
	padding-left: 8px;
}
.tman-badges .icon-verified-small:before {
	width: 26px !important;
	height: 30px !important;
}
/*===================================================================================*/
/*	Typeahead
/*===================================================================================*/
.twitter-typeahead {
	width: 100%;
}
.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}
/*===================================================================================*/
/*	Typeahead end
/*===================================================================================*/
.tman-badges .icon-verified-small:before {
	width: 26px !important;
	height: 30px !important;
}
.score-badge {
	font-size: 14px;
}
.score-badge .score-points {
	font-size: 22px;
	padding: 3px 5px;
	color: white;
	font-weight: 500;
	background-color: #F27A24;
	border-radius: 3px;	
}
.score-badge .score-reviews {
	text-wrap: nowrap;
}
.score-badge .score-value {
	padding-left: 2px;
}
.score-badge .score-icon:before {
	font-weight: bold;
	content: "★";
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	vertical-align: text-top;
}
.score-badge.disabled {
	filter: grayscale(100%);
    color: #999;
}
.tman-badges .price-badge {
	border: 1px solid #546A83;
	border-radius: 10px;
	padding: 0px 5px;
	color: #546A83;
	vertical-align: top;
	margin-top: 3px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}
.tman-badges span.pro-badge {
	vertical-align: top;
}
@media(max-width: 768px) {
	.tman-profile-short .main-info .basic-details {
		text-align: left;
	}
	.score-badge {
		display: block;
	}
	.score-badge .score-points {
		font-size: 16px;
	}
	.score-badge .score-icon:before {
		font-size: 18px;
		vertical-align: baseline;
	}
	.tman-profile-short .main-info .title a.display-name {
		display: block;
		margin-bottom: 5px;
	}
}
/*===================================================================================*/
/*	MODALS
/*===================================================================================*/

.modal {
    z-index: 9000;
    background: none;
}
.modal p{
    padding:10px 0;
}
.modal.fade {
    -webkit-transition: opacity 200ms ease-out;
         -o-transition: opacity 200ms ease-out;
            transition: opacity 200ms ease-out;
}
.modal.fade .modal-dialog {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
     -webkit-transform: translate(0);
         -ms-transform: translate(0);
          -o-transform: translate(0);
             transform: translate(0);
}
.modal-open .modal {
    overflow: hidden;
}
body.modal-open {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
html.modal-open {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.modal-backdrop {
    background-color: #F2F5F7;
}
.modal-backdrop.in {
    opacity: .95;
}
.modal .container {
    width: 100%;
    max-width: 1170px;
    padding-left: 25px;
    padding-right: 25px;
}
.modal-dialog {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 35px;
    right: 35px;
    margin: auto;
}
.modal-dialog {
    width: calc(100% - 70px);
}
.modal-full {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.modal-lg {
    max-width: 100%;
    max-height: 100%;
}
.modal-md {
    max-width: 1170px;
    max-height: 800px;
}
.modal-sm {
    max-width: 750px;
    max-height: 500px;
}
.modal-xs {
    max-width: 480px;
    max-height: 350px;
}
.modal-xs-tall {
    max-width: 450px;
    max-height: 450px;
}
.bootbox-modal-xs .modal-dialog {
    max-width: 480px;
    max-height: 350px;
}
@media(max-width:767px) {
    .bootbox-modal-xs .modal-dialog {
        max-height: 450px;
    }
}
.modal-content {
    width: 100%; /* Can use left: 0; right: 0; with position: absolute; as well */
    height: 100%; /* Can use top: 0; bottom: 0; with position: absolute; as well */
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    border-bottom: 2px solid #CED2D6;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.1);
    box-shadow: 0 30px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}
.modal-full .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-header {
    position: relative;
    z-index: 1;
    height: 70px;
    padding: 22px 25px;
    background-color: #FFF;
    border-bottom: 1px solid #E6E9ED;
}
.modal-header.orange{
    background-color: #F27A24;
    color: #FFF;
}
.modal-header.orange .modal-title{
    color: #FFF !important;
}
.modal-header.orange .close{
    color: #FFF;
}
.modal-header .close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    color: #40556b;
    text-shadow: none;
    margin-top: 0;
    margin-left: 25px;
    -webkit-transition: opacity 200ms ease-out;
         -o-transition: opacity 200ms ease-out;
            transition: opacity 200ms ease-out;
}
.modal-header.normal-width {
    min-width: 560px;
}
@media ( max-width: 480px) {
    .modal-header.normal-width {
        min-width: 340px;
    }
}
.dark-bg.no-modal-header .modal-header .close,
.tint-bg.no-modal-header .modal-header .close {
    color: #FFF;
    opacity: .4;
}
.modal-header .close:hover,
.modal-header .close:focus {
    opacity: 1 !important;
}
.modal-title {
    color: #40556b !important;
    line-height: 150%;
}
.no-modal-header .modal-header {
    background-color: transparent;
    padding-right: 40px;
    border-bottom: none;
}
.no-modal-header .modal-header .modal-title {
    display: none;
}
.no-modal-footer .modal-footer {
    display: none;
}
.no-modal-header .modal-body {
    top: 0;
}
.no-modal-footer .modal-body {
    bottom: 0;
}
.modal-body {
    position: absolute;
    top: 70px;
    bottom: 75px;
    width: 100%; /* Can use left: 0; right: 0; as well */
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-body.with-padding {
    padding: 20px;
}
.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Can use left: 0; right: 0; as well */
    height: 75px;
    background-color: #FFF;
    border-top: 1px solid #E6E9ED;
    text-align:center;
}
.modal-footer .btn {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.modal-open #scrollUp {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    opacity: 0;
}
.btn-modal {
    background: #F5F7FA !important;
    color: #40556b !important;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    box-shadow: none !important;
}
.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active {
    background: #EDF0F2 !important;
    color: #1ABB9C !important;
}
.modal-auth{
    max-width: 480px;
    max-height: 630px;
}
.modal-auth-body{
    position: absolute;
    height: 100%;
    width: 100%; /* Can use left: 0; right: 0; as well */
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-auth-body .login-through btn{
    min-width: 131px;
}

.modal-auth-login-form{
    margin-top:30px;
}
@media(max-width: 991px) {
    .modal-auth-register-form .form-group {
        margin-bottom: 0px;
    }
}

.modal-overflowing .modal-content, .modal-overflowing .modal-body {
    overflow: visible;
}
@media (max-width: 480px) {
	.modal .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modal-dialog {
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
	}

	.modal-header {
		padding: 14px 15px;
	}

	.modal-title {
		font-size: 16px;
		line-height: 120%;
	}
}
/*// ===== AUTH ===== //*/
/* creating new modal version "auto" which autoresize everything*/
.btn-processing {
    position: relative;
}
.btn-processing:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border: 2px solid transparent;
    border-top-color: #007bff; /* Bootstrap primary color */
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.modal[aria-hidden="true"] {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
}
.modal[aria-hidden="false"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.modal-auto {
    min-width: 340px;
    max-width: calc(100vw - 50px);
    width: auto;
    position: initial;
}
.modal-auto .modal-body {
    position: initial;
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.modal-dark .modal-backdrop {
    background-color: #546A8380;
}
.modal-dark .modal-content, .modal-dark .modal-header {
    background-color: #F5F7FA;
}
@media(max-width:480px) {
    .modal-auto {
        max-width: calc(100vw - 10px);
    }
}
.login-act {
    display: flex;
    justify-content: space-between;
}

.login-act label {
    padding-top: 0px;
    font-weight: 300;
}
.auth-modal .text-danger {
    max-width: 390px;
}
.request-modal .modal-content,
.auth-modal .modal-content {
	min-width: 430px;
	max-width: 430px;
}
.auth-modal a {
    border-bottom: 1px solid #506a85;
}
.auth-modal .remember-me-text {
    display: inline-block;
    vertical-align: text-top;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #506a85;
}
@media (max-width: 480px) {
	.request-modal .modal-content,
	.auth-modal .modal-content {
		min-width: initial;
	}
	.request-modal .modal-header,
	.auth-modal .modal-header {
		height: 50px;
	}
	.request-modal .modal-title,
	.auth-modal .modal-title {
		line-height: 150%;
	}
    .auth-modal .text-danger {
        max-width: 290px;
    }
}
.btn-full-width {
	width: 100%;
}
.email-verification-content .token input {
    height: 50px;
    width: 142px;
    font-size: 40px;
    letter-spacing: 9px;
    padding: 10px;
    border: none;
    background-color: #f5f5f5;
}
.email-verification-content .token input[type="number"]::-webkit-inner-spin-button,
.email-verification-content .token input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.email-verification-content .token input[type="number"] {
	-moz-appearance: textfield;
}
#loginRegisterModal .text-strong {
    font-weight: 500;
}
#loginRegisterModal .remember-me-text {
    display: inline-block;
    vertical-align: text-top;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #506a85;
}
.email-verification-content .token input {
	height: 50px;
	width: 142px;
	font-size: 40px;
	letter-spacing: 9px;
	padding: 10px;
	border: none;
	background-color: #f5f5f5;
}
.email-verification-content .token input[type="number"]::-webkit-inner-spin-button,
.email-verification-content .token input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.email-verification-content .token input[type="number"] {
	-moz-appearance: textfield;
}
.field-validation-error.text-danger {
	font-size: 14px;
}
/*// ===== AUTH END ===== //*/
.request-modal .modal-contact-details {
	display: flex;
	align-items: center;
}
.request-modal .modal-contact-details img {
	width: 60px;
	margin-right: 20px;
}
.request-modal .modal-contact-details {
	font-weight: 600;
}
.request-modal .modal-contact-details .name {
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
	margin-bottom: 4px;
	font-size: 20px;
}
.request-modal #job-details {
	min-height: initial;
}


textarea,
textarea.form-control {
    -webkit-font-smoothing: antialiased;
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 25px;
    color: #506a85;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #ced7e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}
.form-control:focus,
textarea:focus,
textarea.form-control:focus {
	border: 1px solid #f27a24;
	box-shadow: none;
}
textarea,
textarea.form-control {
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 150px;
	resize: vertical;
}
textarea,
textarea.form-control {
	padding: 10px;
}
.title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px;
}

.block-title {
    font-size: 24px;
    margin: 0;
    flex: 1;
}
@media(max-width:766px) {
	.block-title {
		font-size: 16px;
	}
}
@media(max-width:480px) {
	.visible-xs {
		display: block !important;
	}

	.title-container {
		margin-top: 0px;
	}
}
@media(max-width:375px) {
	.block-title {
		font-size: 16px;
	}

	.visible-xs {
		display: block !important;
	}
}

.landing-filter-btn {
	width: 40px;
	height: 40px;
	background-color: #F5F5F5;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-left: 10px;
	flex-shrink: 0; /* prevent it from shrinking */
}
@media (min-width: 993px) {
	.landing-filter-btn {
		display: none;
	}
}
.landing-filter-btn:hover {
    background-color: #d0d0d0;
}

.landing-filter-btn i {
	font-size: 16px;
	color: #40556b;
}
/* Panel wrapper */
.filter-panel {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 8px rgba(0,0,0,0.3);
	z-index: 9999;
	transition: right 0.3s ease-in-out;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.filter-panel.open {
    right: 0;
}

.filter-panel-header {
    padding: 14px;
    text-align: right;
}

.filter-panel-header .close-btn {
    font-size: 40px;
    cursor: pointer;
}

.filter-panel-content {
	padding: 15px;
	color: #40556b;
}
.filter-panel-content .tmen-cnt {
	font-size: 10px;
}
.filter-panel .title {
	font-weight: 500;
	font-family: Roboto, serif;
	margin: 25px 0 10px 0;
}
.filter-panel .title:first-child {
	margin-top: 0;
}
.filter-panel .title i {
	margin-right: 5px;
}
.filter-panel ul.categories {
	margin: 0 -15px;
	padding: 0;
	font-size: 14px;
}
.filter-panel ul.categories li, .filter-panel  ul.categories ul, .filter-panel  ul.categories ul li {
	padding-left: 0;
}
.filter-panel ul.categories li ul li:not(.level1-node) a {
	padding-left: 26px;
}
.filter-panel ul.categories li .header,
.filter-panel ul.categories li a {
	border-bottom: 1px solid #E7E9ED;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	line-height: 18px;
}
.filter-panel ul.categories li .header {
	cursor: initial;
}
.filter-panel ul.categories li a:hover {
	background-color: #E0E6F0;
	color: #546A83;
}
.filter-panel ul.categories li.active > a {
	color: #f27a24;
	font-weight: 700;
}
.filter-panel ul.categories > li > .header:before,
.filter-panel ul.categories > li > a:before,
.filter-panel ul.subcategories li.level1-node a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f104';
	font-weight: 900;
	margin-right: 5px;
}
.filter-panel ul.categories > li.active > .header:before,
.filter-panel ul.categories > li.active > a:before,
.filter-panel ul.subcategories li.level1-node a:before {
	content: '\f107';
}
.filter-panel .tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.filter-panel .tags a {
	border: 1px solid #E7E9ED;
	line-height: 18px;
	font-size: 13px;
	border-radius: 4px;
	padding: 3px 6px;
}
.filter-panel .tags a:hover {
	color: #546A83;
	background-color: #E0E6F0;
	cursor: pointer;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    font-size: 16px;
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 36px;
    padding: 6px 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #546A83;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.pagination a:hover {
    background-color: #e9f4ff;
}

.pagination a.active,
.pagination a.active:hover {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    cursor: default;
    pointer-events: none;
}

.pagination a.disabled,
.pagination a.disabled:hover {
    background-color: #f5f5f5;
    color: #ccc;
    cursor: default;
    pointer-events: none;
}

.pagination span {
    color: #999;
    border: none;
    padding: 6px;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .pagination {
        font-size: 14px;
    }

    .pagination a,
    .pagination span {
        padding: 4px 8px;
        min-width: 30px;
    }
}
@media (max-width: 370px) {
	.pagination a, .pagination span {
		padding: 3px 6px;
	}
}
.hero-content {
	background: rgba(255, 255, 255, 0.95);
	padding: 20px 60px;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
	min-width: 600px;
}
.hero-content h1 {
    font-size: 32px;
    color: #3b5066;
    margin-bottom: 5px;
	line-height: 1.1;
}
.hero-content .subtitle {
    font-size: 18px;
	font-weight: 600;
    color: #3b5066;
    margin-bottom: 5px;
}
.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
.header-simple .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0px;
}
.hero-content .highlight {
	color: #f97316;
	font-weight: 600;
}
.header-wrapper {
	position: relative;
	overflow: hidden;
}

.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	opacity: 0.4;
}

@media (min-width: 577px) {
	.header-bg {
		display: block;
	}
}
@media (max-width: 576px) {
	.title-container {
		margin-top: 0px;
	}
	.header-simple .container {
		padding: 0px;
	}
	.hero-content {
		padding: 20px;
		border-radius: 0;
		box-shadow: none;
		min-width: initial;
	}

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
        white-space: normal;
		margin: 0px;
    }
	.hero-content h1 {
		margin-bottom: 10px;
	}
	.hero-content .subtitle {
		margin-bottom: 15px;
	}
}
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}

.clamp-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: inline-block;
}
.toggle-link {
  color: blue;
  font-size: 90%;
  cursor: pointer;
  white-space: nowrap;
}

.location-row {
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}

.location-text {
  display: inline-block;
  padding-right: 90px;
}

.create-similar-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #007bff;
  text-decoration: none;
  padding: 0;
}

.create-similar-link i {
	color: #f27a24;
    font-size: 16px;
    vertical-align: bottom;
}

.landing-price-card {
	border: solid 1px #e6e9ed;
	padding: 10px 30px;
	margin-right: -15px;
	margin-left: -15px;
}

/*===================================================================================*/
/*	CATEGORY CARDS
/*===================================================================================*/
.category-cards-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
}

.category-card {
	position: relative;
	min-height: 100px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
	background: #f1f5f9;
	transition: transform .22s ease, box-shadow .22s ease;
	display: block;
	color: #0f172a;
	text-decoration: none;
}

.category-cards-grid .category-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
	color: #0f172a;
	text-decoration: none;
}

.category-card-title {
	position: absolute;
	top: 14px;
	left: 14px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .2px;
	color: #0f172a;
	max-width: 60%;
	z-index: 1;
}

.category-card-art {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	pointer-events: none;
}

.category-card-art svg,
.category-card-art img {
	height: 100%;
	object-fit: cover;
	user-select: none;
}

/* Pastel theme backgrounds */
.prof-card {
	background: #dbedf8;
}

.handyman-card {
	background: #f8effd;
}

.photo-card {
	background: #f1f5e9;
}

.home-card {
	background: #fbe0cc;
}

.health-card {
	background: #c5dbb4;
}


/* Grid spans */
.category-cards-grid .span-3 {
	grid-column: span 3;
}

.category-cards-grid .span-4 {
	grid-column: span 4;
}

.category-cards-grid .span-6 {
	grid-column: span 6;
}

@media (max-width: 900px) {
	.category-cards-grid .span-3,
	.category-cards-grid .span-4,
	.category-cards-grid .span-6 {
		grid-column: span 6;
	}
}

@media (max-width: 600px) {
	.category-cards-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	
	.category-card {
		min-height: 100px;
	}
	
	.category-card-art {
		width: 66%;
	}
}