/*
Text and Link
*/
a:focus,
button:focus {
	outline: none !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, [class^='heading-'] a:focus, [class^='heading-'] a:hover {
	color: var(--thm-color-special-1);
}


/*
*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: var(--thm-color-special-1);
}

a:hover {
	color: var(--thm-color-special-1);
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: var(--thm-color-special-1);
}

.link-press {
	color: var(--thm-color-special-1);
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 40px;
}

.link-classic {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.link-classic a, .link-classic a:focus, .link-classic a:active {
	color: var(--thm-color-special-1);
}

.link-classic a:hover {
	color: var(--thm-color-special-1);
}

* + .link-classic {
	margin-top: 25px;
}

.link-play-classic {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.link-play-classic .icon {
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.link-play-classic::before, .link-play-classic::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 0;
	visibility: visible;
	will-change: transform;
	pointer-events: none;
	transform: none;
}

.link-play-classic::before {
	background: rgba(87, 164, 224, 0.5);
}

.link-play-classic::after {
	background: rgba(87, 164, 224, 0.3);
}

.link-play-classic:hover::before {
	animation: item1B 1s ease infinite;
}

.link-play-classic:hover::after {
	animation: item1A 1s ease infinite;
}

@media (min-width: 768px) {
	.link-play-classic {
		width: 90px;
		height: 90px;
	}
	.link-play-classic .icon {
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.link-play-classic {
		width: 113px;
		height: 113px;
	}
	.link-play-classic .icon {
		font-size: 48px;
		line-height: 113px;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(2);
		visibility: hidden;
	}
}

@keyframes item1A {
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

.link-play-modern {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	transform: translate3d(-50%, -50%, 0);
}

.link-play-modern .icon {
	font-size: 64px;
	color: #ffffff;
}

.link-play-modern-title {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
}

.link-play-modern-title span {
	display: block;
	font-size: 24px;
	font-weight: 900;
}

.link-play-modern-decor {
	display: none;
	height: 2px;
	width: 64px;
	background: #ffffff;
	transition: all .3s ease;
}

* + .link-play-modern-title {
	margin-top: 16px;
}

* + .link-play-modern-decor {
	margin-top: 16px;
}

.link-play-modern:hover .link-play-modern-decor {
	width: 30px;
}

@media (min-width: 576px) {
	.link-play-modern {
		padding: 20px 26px;
	}
	.link-play-modern .icon {
		color: rgba(255, 255, 255, 0.5);
	}
	.link-play-modern a:hover {
		color: #ffffff;
	}
	.link-play-modern-decor {
		display: inline-block;
	}
}

.link-play-creative {
	position: absolute;
	overflow: hidden;
	top: 5%;
	left: 5%;
	bottom: 25px;
	padding: 10px;
	color: #ffffff;
	z-index: 1;
}

.link-play-creative .icon {
	margin-left: -10px;
	font-size: 32px;
	color: inherit;
}

.link-play-creative .icon:hover {
	color: #57a4e0;
}

.link-play-creative-title {
	line-height: 1.44;
	font-weight: 300;
	letter-spacing: .2em;
	max-width: 280px;
	color: inherit;
}

.link-play-creative-decor {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	pointer-events: none;
	transition: all .3s ease;
}

* + .link-play-creative-title {
	margin-top: 10px;
}

* + .link-play-creative-decor {
	margin-top: 18px;
}

@media (min-width: 576px) {
	.link-play-creative {
		top: 10%;
		left: 10%;
	}
	* + .link-play-creative-title {
		margin-top: 18px;
	}
	* + .link-play-creative-decor {
		margin-top: 26px;
	}
}

@media (min-width: 1600px) {
	.link-play-creative {
		top: 20%;
	}
	.link-play-creative-2 {
		top: 13%;
		bottom: 15%;
	}
}

.link-style-1 {
	display: inline-block;
	font-style: italic;
}

.link-style-1, .link-style-1:focus, .link-style-1:active {
	color: rgba(21, 21, 21, 0.5);
}

.link-style-1:hover {
	color: #57a4e0;
}

* + .link-style-1 {
	margin-top: 34px;
}

/*
Service and Projects
*/

.services-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.services-creative-figure {
	display: block;
	overflow: hidden;
}

.services-creative-figure img {
	width: 100%;
	will-change: transform;
	transition: all .25s ease;
}

.services-creative-caption {
	position: relative;
	padding: 18% 15px 30px;
	margin-top: -11.2%;
	z-index: 1;
}

.services-creative-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--thm-color-special-4);
	transform-origin: 100% 50%;
	transform: skewY(-6deg);
	will-change: transform;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}

.services-creative-counter {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.7);
	transform: translate3d(140%, -50%, 0);
	will-change: transform;
	transition: all .3s ease;
}

.services-creative-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
	color: #000;
}

.services-creative-title a, .services-creative-title a:focus, .services-creative-title a:active {
	color: inherit;
}

.services-creative-title a:hover {
	color: var(--thm-color-orage-600);
}

@media (min-width: 992px) {
	.services-creative-figure img {
		transform: scale(1.1);
	}
	.services-creative:hover .services-creative-figure img {
		transform: none;
	}
	.services-creative:hover .services-creative-caption::before {
		transform: none;
	}
	.services-creative:hover .services-creative-counter {
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (min-width: 576px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 30px;
	}
	.services-creative-counter {
		transform: translate3d(105%, -50%, 0);
	}
}

@media (min-width: 768px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 40px;
	}
	.services-creative-counter {
		width: 70px;
		height: 70px;
		font-size: 36px;
		line-height: 70px;
	}
}

@media (min-width: 992px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (min-width: 1200px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 60px;
	}
}



.team-modern {
	position: relative;
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transition: all .3s ease;
	z-index: 1;
}

.team-modern-figure {
	position: relative;
	display: block;
}

.team-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.team-modern-caption {
	padding: 26px 0 0;
	overflow: hidden;
}

.team-modern-name {
	font-weight: 500;
	letter-spacing: .025em;
	text-transform: none;
}

.team-modern-status {
	letter-spacing: .05em;
}

.team-modern-social-list {
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

.team-modern-social-list > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.team-modern-social-list .icon {
	width: 31px;
	height: 31px;
	font-size: 15px;
	line-height: 31px;
	background: #f5f5f5;
}

.team-modern-social-list .icon:hover {
	background: var(--thm-color-special-6);
}

.team-modern-social-list .mdi-google-plus {
	font-size: 18px;
}

.team-modern-social-list a, .team-modern-social-list a:focus, .team-modern-social-list a:active {
	color: #151515;
}

.team-modern-social-list a:hover {
	color: #ffffff;
}

* + .team-modern-status {
	margin-top: 2px;
}

* + .team-modern-social-list {
	margin-top: 12px;
}

@media (min-width: 992px) {
	.team-modern::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #ffffff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
		opacity: 0;
		visibility: hidden;
		transition: inherit;
		z-index: -1;
	}
	.team-modern-social-list {
		transform: translate3d(0, -8px, 0);
		margin-bottom: -8px;
		margin-left: -3px;
		margin-right: -3px;
	}
	.team-modern-social-list > * {
		margin-top: 8px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.team-modern-social-list li {
		transform: translate3d(0, 110%, 0);
		transition: all .2s ease;
	}
	.team-modern-social-list li:nth-child(2) {
		transition-delay: 50ms;
	}
	.team-modern-social-list li:nth-child(3) {
		transition-delay: 100ms;
	}
	.team-modern-social-list li:nth-child(4) {
		transition-delay: 150ms;
	}
	.team-modern-social-list li:nth-child(5) {
		transition-delay: 200ms;
	}
	.team-modern-social-list li:nth-child(6) {
		transition-delay: 250ms;
	}
	.team-modern-social-list li:nth-child(7) {
		transition-delay: 300ms;
	}
	.team-modern-social-list li:nth-child(8) {
		transition-delay: 350ms;
	}
	.team-modern-social-list li:nth-child(9) {
		transition-delay: 400ms;
	}
	.team-modern-social-list li:nth-child(10) {
		transition-delay: 450ms;
	}
	.team-modern:hover {
		transform: translate3d(0, -20px, 0);
	}
	.team-modern:hover::before {
		top: -12px;
		right: -12px;
		bottom: -24px;
		left: -12px;
		opacity: 1;
		visibility: visible;
	}
	.team-modern:hover .team-modern-social-list li {
		transform: none;
	}
}

@media (min-width: 992px) {
	.mac-os.team-modern::before {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
	}
}


/*
*
* Lists
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-xs {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

html .list-inline-xs > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

html .list-inline-sm {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -5px;
	margin-right: -5px;
}

html .list-inline-sm > * {
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

html .list-inline-md {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -11px;
	margin-right: -11px;
}

html .list-inline-md > * {
	margin-top: 10px;
	padding-left: 11px;
	padding-right: 11px;
}

html .list-inline-xl {
	transform: translate3d(0, -14px, 0);
	margin-bottom: -14px;
	margin-left: -17px;
	margin-right: -17px;
}

html .list-inline-xl > * {
	margin-top: 14px;
	padding-left: 17px;
	padding-right: 17px;
}

.list-terms dt + dd {
	margin-top: 20px;
}

.list-terms dd + dt {
	margin-top: 40px;
}

* + .list-terms {
	margin-top: 50px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked > li {
	text-indent: -24px;
	padding-left: 24px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 9px;
	width: 9px;
	margin-right: 15px;
	border-radius: 50%;
	background: #d7d7d7;
}

.list-marked > li + li {
	margin-top: 10px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

.list-marked-2 {
	text-align: left;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .05em;
	color: #777777;
}

.list-marked-2 > li {
	text-indent: -21px;
	padding-left: 21px;
}

.list-marked-2 > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 8px;
	width: 8px;
	margin-right: 13px;
	background: #e1e1e1;
	transition: all .3s ease-in-out;
}

.list-marked-2 > li:hover {
	color: #57a4e0;
}

.list-marked-2 > li:hover::before {
	background: #57a4e0;
}

.list-marked-2 a {
	color: inherit;
}

.list-marked-2 > li + li {
	margin-top: 14px;
}

* + .list-marked-2 {
	margin-top: 30px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	text-indent: -18px;
	padding-left: 18px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: inline-block;
	top: 0;
	left: 0;
	text-indent: 0;
	min-width: 18px;
	color: inherit;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

.list-category-2 li {
	position: relative;
	padding-right: 40px;
}

.list-category-number {
	position: absolute;
	right: 0;
	font-size: 15px;
	line-height: 1.6;
	transition: all .25s ease-in-out;
}

.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

.list-history-wrap {
	height: 72px;
}

.list-history {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}

.list-history::before {
	position: absolute;
	content: '';
	top: 17px;
	right: 20px;
	height: 6px;
	width: 1000%;
	background: #57a4e0;
}

@media (min-width: 576px) {
	.list-history {
		padding-left: 20px;
		max-width: 95%;
	}
}

@media (min-width: 1200px) {
	.list-history {
		position: absolute;
		right: calc(50% + 80px);
		left: 0;
		padding-left: 30px;
		max-width: none;
	}
	.list-history::before {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.list-history {
		padding-left: 90px;
	}
}

@media (min-width: 1600px) {
	.list-history {
		right: calc(50% + 185px);
		padding-left: 120px;
	}
}

.list-history-item {
	position: relative;
	padding-top: 54px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
}

.list-history-item a, .list-history-item a:focus, .list-history-item a:active {
	color: #151515;
}

.list-history-item a:hover {
	color: #57a4e0;
}

.list-history-item > .active .list-history-circle {
	width: 40px;
	height: 40px;
}

.list-history-item > .active .list-history-circle::before {
	width: 11px;
	height: 11px;
}

.list-history-circle {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 50%;
	font-size: 0;
	line-height: 0;
	width: 28px;
	height: 28px;
	background: #ffffff;
	border: 5px solid #57a4e0;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all .3s ease-in-out;
}

.list-history-circle::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: #57a4e0;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: inherit;
}

* + .list-history-wrap {
	margin-top: 50px;
}


/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-xxxl {
	font-size: 78px;
}


/*
*
* Thumbnails
*/
.thumbnail {
	position: relative;
}

.thumbnail-classic {
	text-align: center;
}

.thumbnail-classic-figure {
	display: block;
	overflow: hidden;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-classic-caption {
	padding: 20px 15px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transform: translate3d(0, -20px, 0);
	will-change: transform;
	transition: all .3s ease;
	background-image: linear-gradient(var(--thm-color-special-4), #fff)
}

.thumbnail-classic:hover .thumbnail-classic-caption {
	background-image: linear-gradient(#fff, #fff)
}

.thumbnail-classic-time {
	font-size: 14px;
	color: #57a4e0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.thumbnail-classic-figure img {
		transform: scale(1.1);
		transform-origin: 50% 0;
	}
	.thumbnail-classic-caption {
		padding-top: 30px;
		padding-bottom: 30px;
		transform: translate3d(0, -30px, 0);
	}
	.thumbnail-classic:hover .thumbnail-classic-caption,
	.thumbnail-classic:hover .thumbnail-classic-figure img {
		transform: none;
	}
}

* + .thumbnail-classic-time {
	margin-top: 5px;
}

.thumbnail-modern {
	position: relative;
	overflow: hidden;
}

.thumbnail-modern-2 .thumbnail-modern-badge {
	background: #eeaf5e;
}

.thumbnail-modern-figure {
	display: block;
}

.thumbnail-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-modern-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.thumbnail-modern-title {
	font-weight: 400;
}

.thumbnail-modern-badge {
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .1em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	background: #eea660;
}

* + .thumbnail-modern-badge {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.thumbnail-modern-figure img {
		transform: none;
	}
	.thumbnail-modern-caption {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		background: rgba(255, 255, 255, 0.91);
		transition: all .3s linear;
	}
	.thumbnail-modern:hover .thumbnail-modern-figure img {
		transform: scale(1.2);
	}
	.thumbnail-modern:hover .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
	}
	.hoverdir-item .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
		transform: translate(-100%, 0);
		will-change: transform;
		pointer-events: none;
	}
	.hoverdir-item .thumbnail-modern-caption > * {
		pointer-events: auto;
	}
	.desktop[data-x-mode='true'] .hoverdir-item .thumbnail-modern-caption {
		opacity: 0;
		visibility: hidden;
		transform: none;
	}
	.desktop[data-x-mode='true'] .thumbnail-modern:hover .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
	}
}

.thumbnail-creative {
	position: relative;
	transition: all .3s ease;
}

.thumbnail-creative::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(96, 193, 251, 0.44);
	pointer-events: none;
	transition: inherit;
	z-index: 1;
}

.thumbnail-creative a {
	display: block;
}

.thumbnail-creative-figure {
	overflow: hidden;
}

.thumbnail-creative-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-creative-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-creative-caption > * {
	pointer-events: auto;
}

.thumbnail-creative-icon {
	font-size: 36px;
	color: #ffffff;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.thumbnail-creative::before {
		opacity: 0;
		visibility: hidden;
	}
	.thumbnail-creative-figure img {
		transform: scale(1.1);
	}
	.thumbnail-creative-icon {
		opacity: 0;
		visibility: hidden;
		transform: scale(0.5);
	}
	.thumbnail-creative:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.thumbnail-creative:hover .thumbnail-creative-figure img {
		transform: none;
	}
	.thumbnail-creative:hover .thumbnail-creative-icon {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
}

.thumbnail-mary {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.thumbnail-mary-figure {
	display: block;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.thumbnail-mary-figure img {
	width: 100%;
}

.thumbnail-mary-caption {
	width: 100%;
	padding: 10px 15px;
	background: #f5f5f5;
	transition: all .3s ease;
}

.thumbnail-mary-caption > * {
	width: inherit;
}

.thumbnail-mary-title {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumbnail-mary-location {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #57a4e0;
}

* + .thumbnail-mary-location {
	margin-top: 4px;
}

@media (min-width: 992px) {
	.thumbnail-mary-title {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.thumbnail-mary-big .thumbnail-mary-caption {
		min-height: 150px;
		padding-left: 9%;
		padding-right: 9%;
	}
	.thumbnail-mary-caption {
		position: absolute;
		display: flex;
		align-items: center;
		top: 100%;
		min-height: 100px;
		padding: 15px 5%;
	}
	.thumbnail-mary-title {
		overflow: visible;
		white-space: normal;
		text-overflow: clip;
		font-size: 18px;
	}
	.thumbnail-mary-location {
		font-size: 14px;
	}
	.desktop * + .thumbnail-mary-location {
		margin-top: 8px;
	}
	.thumbnail-mary:hover .thumbnail-mary-figure {
		transform: translate3d(0, -50px, 0);
	}
	.thumbnail-mary:hover .thumbnail-mary-caption {
		transform: translate3d(0, -100%, 0);
	}
	.thumbnail-mary-big:hover .thumbnail-mary-figure {
		transform: translate3d(0, -100px, 0);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.thumbnail-mary-2 .thumbnail-mary-caption {
		min-height: auto;
	}
	.thumbnail-mary-2 .thumbnail-mary-title {
		font-size: 15px;
	}
	.thumbnail-mary-2 .thumbnail-mary-location {
		font-size: 12px;
	}
	.thumbnail-mary-2 * + .thumbnail-mary-location {
		margin-top: 4px;
	}
}

.project-page {

}

.project-page h4 + p {
	margin-top: 40px;
}

.project-page p + p {
	margin-top: 30px;
}

.project-page * + .group-sm {
	margin-top: 40px;
}

.project-page * + .button {
	margin-top: 35px;
}

.project-page-social-list {
	color: #151515;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -7px;
	margin-right: -7px;
}

.project-page-social-list > * {
	margin-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
}

.project-page-social-list .icon {
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
}

.project-page-social-list .mdi-google-plus {
	font-size: 25px;
}

.project-page-social-list a, .project-page-social-list a:focus, .project-page-social-list a:active {
	color: inherit;
}

.project-page-social-list a:hover {
	color: #57a4e0;
}

.project-page-social-title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.project-page-social-title li {
	vertical-align: middle;
}


/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th {
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background: #f3f3f3;
}

@media (max-width: 767.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 14px 24px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	background: #ffffff;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	min-width: 170px;
}

.table-custom tfoot td {
	color: #151515;
}

.table-custom tr {
	border: 1px solid #f5f5f5;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

h5 + .table-custom-responsive {
	margin-top: 25px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #57a4e0;
}

.table-custom.table-custom-primary thead tr {
	border-color: #57a4e0;
}

.table-custom.table-custom-bordered tbody tr {
	border: none;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped tr {
	border: none;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f3f3f3;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

.table-cart {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
}

.table-cart thead tr {
	border: 1px solid #e1e1e1;
}

.table-cart tr {
	border: none;
}

.table-cart th:first-child,
.table-cart td:first-child {
	text-align: left;
}

@media (min-width: 992px) {
	.table-cart th:first-child,
	.table-cart td:first-child {
		padding-left: 30px;
	}
}

.table-cart tbody tr td {
	padding: 12px 14px;
}

.table-cart tbody tr:first-child td {
	padding-top: 26px;
}

.table-cart tbody tr:last-child td {
	padding-bottom: 26px;
}

.table-cart th {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	background: #ffffff;
}

@media (min-width: 992px) {
	.table-cart th {
		font-size: 18px;
		padding-top: 23px;
		padding-bottom: 23px;
	}
}

.table-cart td {
	width: auto;
	min-width: auto;
	font-size: 16px;
	letter-spacing: .075em;
	color: #151515;
}

.table-cart td:first-child {
	width: 61%;
	min-width: 390px;
}

.table-cart td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.table-cart td:first-child {
		min-width: 500px;
	}
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	width: 13%;
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	min-width: 100px;
}

.table-cart td:nth-child(3) {
	min-width: 150px;
}

@media (min-width: 992px) {
	.table-cart td {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.table-cart td {
		font-size: 24px;
	}
}

.table-cart-link {
	font-weight: 500;
	letter-spacing: .1em;
}

.table-cart-link, .table-cart-link:focus, .table-cart-link:active {
	color: inherit;
}

.table-cart-link:hover {
	color: #57a4e0;
}

.table-cart-figure {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 90px;
	background: #f3f3f3;
}

@media (min-width: 992px) {
	.table-cart-figure {
		max-width: 146px;
	}
}

.table-cart-figure + a {
	margin-left: 15px;
}

@media (min-width: 992px) {
	.table-cart-figure + a {
		margin-left: 30px;
	}
}

.table-checkout {
	text-transform: uppercase;
}

.table-checkout tr {
	border-color: #e1e1e1;
}

.table-checkout tr + tr td {
	border-top: 1px solid #e1e1e1;
}

.table-checkout td {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: .1em;
	color: #151515;
}

.table-checkout td:first-child {
	min-width: 190px;
}

.table-checkout td:last-child {
	min-width: 150px;
	text-align: right;
}

@media (min-width: 576px) {
	.table-checkout td {
		padding: 24px 56px 24px 24px;
	}
}

.table-project tr {
	border: none;
}

.table-project td {
	color: #9b9b9b;
	letter-spacing: .025em;
	border: 1px solid #e1e1e1;
}

.table-project td:first-child {
	text-align: center;
	min-width: 73px;
	width: 11%;
	padding: 20px 15px;
}

.table-project td:last-child {
	padding-left: 34px;
	padding-right: 34px;
	min-width: 260px;
}

.table-project .icon {
	font-size: 24px;
	color: var(--thm-color-special-1);
}

.table-project .icon-26 {
	font-size: 20px;
}

.table-project .icon-28 {
	font-size: 28px;
}

.table-project td span {
	color: #151515;
}


/*
* Isotope
*/
.isotope {
	z-index: 0;
	display: block;
	transition: .3s ease;
}

.isotope-item {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	word-spacing: 0;
}

.isotope-filters .inline-list li {
	display: inline-block;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #e1e1e1;
}

.isotope-filters .inline-list .isotope-filters-trigger {
	display: none;
}

.isotope-filters-modern .inline-list {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-filters-modern .inline-list > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.isotope-filters-modern .inline-list > li {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
}

.isotope-filters-modern .inline-list a {
	position: relative;
	padding-bottom: 10px;
}

.isotope-filters-modern .inline-list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: .4s;
	background: #57a4e0;
}

.isotope-filters-modern .inline-list a:hover {
	color: #57a4e0;
}

.isotope-filters-modern .inline-list a.active::after {
	width: 100%;
}

@media (min-width: 992px) {
	.isotope-filters-modern .inline-list {
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -23px;
		margin-right: -23px;
	}
	.isotope-filters-modern .inline-list > * {
		margin-top: 10px;
		padding-left: 23px;
		padding-right: 23px;
	}
}

.isotope-modern-wrap [class*='col'] {
	margin-top: 30px;
}

@media (max-width: 575.98px) {
	.isotope-modern-wrap [class*='col'] {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
		margin-top: 0;
	}
}

.isotope-condensed {
	margin-left: 0;
	margin-right: 0;
}

.isotope-condensed .row > * {
	margin-top: -1px;
	margin-bottom: -1px;
}

* + .isotope {
	margin-top: 44px;
}

* + .isotope-condensed {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.isotope-condensed {
		padding: 0 0 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	* + .isotope-condensed {
		margin-top: 50px;
	}
}

.isotope-filters {
	position: relative;
}

.isotope-filters .isotope-filters-toggle .icon::before {
	transition: transform .2s ease;
}

.isotope-filters .isotope-filters-toggle.active .icon::before {
	transform: rotate(-180deg);
}

.isotope-filters-list {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	max-width: 280px;
	width: 100%;
	padding: 20px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transform: translate3d(-50%, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.isotope-filters-list.active {
	opacity: 1;
	visibility: visible;
}

.isotope-filters-list a {
	display: block;
	padding: 7px 5px;
}

.isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
	color: inherit;
}

.isotope-filters-list a:hover {
	color: #ffffff;
}

.isotope-filters-list a:hover {
	color: #57a4e0;
}

.isotope-filters-list a.active {
	color: #ffffff;
	background: #57a4e0;
}

@media (min-width: 768px) {
	.isotope-filters-list {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: none;
		top: auto;
		left: auto;
		width: auto;
		padding: 0;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: -10px;
		box-shadow: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.isotope-filters-list > * {
		margin-bottom: 10px;
	}
	.isotope-filters-list > li {
		position: relative;
		padding: 0 25px;
	}
	.isotope-filters-list a {
		display: inline;
		padding: 0;
	}
	.isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
		color: inherit;
	}
	.isotope-filters-list a:hover {
		color: #57a4e0;
	}
	.isotope-filters-list a.active {
		color: #57a4e0;
		background: transparent;
	}
	.isotope-filters .isotope-filters-toggle {
		display: none;
	}
}
