/*!
Theme Name: mytheme
Theme URI: http://underscores.me/
Author: Roni Levi
Author URI: http://www.Roni Levi.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mytheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
	
	@font-face {
		font-family: 'almoni';
		font-weight: 200;
		font-style: normal;
		src: url('./fonts/almoni-ultralight-aaa.eot');
		src: url('./fonts/almoni-ultralight-aaa.woff') format('woff'),
			url('./fonts/almoni-ultralight-aaa.woff2') format('woff2')
	}

	@font-face {
		font-family: 'almoni';
		font-weight: 400;
		font-style: normal;
		src: url('./fonts/almoni-regular-aaa.eot');
		src: url('./fonts/almoni-regular-aaa.eot?#iefix') format('embedded-opentype'),
			url('./fonts/almoni-regular-aaa.woff') format('woff'),
			url('./fonts/almoni-regular-aaa.woff2') format('woff2')
	}

	@font-face {
		font-family: 'almoni';
		font-weight: 600;
		font-style: normal;
		src: url('./fonts/almoni-demibold-aaa.eot');
		src: url('./fonts/almoni-demibold-aaa.eot?#iefix') format('embedded-opentype'),
			url('./fonts/almoni-demibold-aaa.woff') format('woff'),
			url('./fonts/almoni-demibold-aaa.woff2')  format('woff2')
	}

	@font-face {
		font-family: 'almoni';
		font-weight: 700;
		font-style: normal;
		src: url('./fonts/almoni-bold-aaa.eot');
		src: url('./fonts/almoni-bold-aaa.eot?#iefix') format('embedded-opentype'),
			url('./fonts/almoni-bold-aaa.woff') format('woff'),
			url('./fonts/almoni-bold-aaa.woff2')  format('woff2')
	}

html {
	font-family: 'almoni', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'almoni', sans-serif;
	/*font-weight: 200;*/
	color: #000000;
	background: #ffffff;
	margin: 0;
	font-size: 17px;
	line-height: 23px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

b,
strong {
	font-weight: 600;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p {
	margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

ul, ol {
	margin: 0;
	padding: 0;
}

.entry-content ul {
	list-style: disc;
	padding-right: 30px;
}

.entry-content ol {
	list-style: decimal;
	padding-right: 30px;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0;
	width: 100%;
}

a {
	background-color: transparent;
	border: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: transparent;
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	background: #ffffff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/**************************
	RESET 
***************************/
	
	*::selection {
		background-color: rgba(0, 0, 0, 0.1);
	}

	*:focus {
		outline: 0 !important;
	}
	
	::-webkit-input-placeholder { color: #9AA1A6; }
	::-moz-placeholder { color: #9AA1A6; }
	:-ms-input-placeholder { color: #9AA1A6; }
	:-moz-placeholder { color: #9AA1A6; }

	::-webkit-scrollbar-track	{
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar	{
		width: 12px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.15);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
	}

	svg {
		height: auto;
	}


	
/**************************
	GLOBALS
***************************/

	.fullheight {
		height: 100%;
	}

	.bgi {
		background-size: cover;
		background-position: center;
	}

	.pageheader {
		position: relative;
		height: 610px;
		margin-bottom: 90px;
	}

	.titleh1 {
		font-weight: 200;
		font-size: 110px;
		line-height: 0.85;
		letter-spacing: -2px;
		color: #ffffff;
	}

	.titleh2,
	h2 {
		font-weight: 200;
		font-size: 70px;
		letter-spacing: -2px;
		line-height: 58px;
	}

	.titleh1 strong,
	.titleh2 strong,
	h2 strong {
		letter-spacing: 0;
	}

	h3 {
		font-weight: 200;
		font-size: 48px;
	}

	h4 {
		font-size: 32px;
		color: #2d81b5;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.titleh5,
	h5 {
		font-weight: 400;
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.button {
		display: inline-block;
		background-color: #2D81B5;
		width: 200px;
		height: 50px;
		color: #ffffff;
		font-weight: 600;
		font-size: 23px;
		border: 0;
		transition: all 0.4s ease;
	}

	.button:hover {
		background-color: #009DFF;
	}

	.pb110 {
		padding-bottom: 110px;
	}

	.mb80 {
		margin-bottom: 80px !important;
	}

	.articles-item-text a,
	.link.h5 {
		font-weight: 400;
		font-size: 23px;
		line-height: 30px;
	}
	
	.articles-item-text a,
	.link {
		display: inline-block;
		margin-bottom: 0;
		color: #1C8FD6 !important;
		text-decoration: underline !important;
	}

	.button {
		width: 200px;
		height: 44px;
		color: #ffffff !important;
		text-align: center;
		padding: 11px;
		font-weight: 600;
		font-size: 23px;
		letter-spacing: 1px;
		background-color: #2D81B5;
	}


	
/**************************
	Header
***************************/
	
	header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 90px;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 99;
	}

	.search {
		margin-left: 75px;
	}

	.search svg {
		width: 20px;
	}

	header nav, 
	.search {
		display: inline-block;
	}

	header li {
		position: relative;
		display: inline-block;
		list-style-type: none;
	}

	header li a {
		display: inline-block;
		padding: 35px 20px;
		font-weight: 600;
	}

	header .menu > li::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 10px;
		width: 100%;
		background-color: #2D81B5;
		opacity: 0;
		transition: all 0.4s ease;
	}

	header .menu > li::before {
		content: "";
		position: absolute;
		bottom: 3px;
		right: 0;
		left: 0;
		height: 10px;
		width: 100%;
		background-color: #2D81B5;
		opacity: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}

	header .menu > li.current-menu-item::after,
	header .menu > li.current-menu-parent::after,
	header .menu > li.current-menu-item::before,
	header .menu > li.current-menu-parent::before {
		opacity: 1;
	}

	header .menu > li:hover::after,
	header .menu > li:hover::before {
		background-color: #80ceff;
		opacity: 1;
	}

	li.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.sub-menu {
		position: absolute;
		bottom: 3px;
		right: 50%;
		transform: translate(50%, 100%);
		width: 240px;
		background-color: #ffffff;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s ease;
	}

	.sub-menu li:not(:last-of-type) {
		border-bottom: 1px solid #9BA3A8;
	}

	.sub-menu li {
		display: block;
		transition: all 0.3s ease;
	}

	.sub-menu li a {
		display: inline-block;
		padding: 10px;
		font-weight: 400;
		height: 44px;
	}

	.sub-menu li.current-menu-item,
	.sub-menu li:hover {
		color: #ffffff;
		background-color: #459DD1;
	}

	.sub-menu li.current-menu-item::after,
	.sub-menu li.current-menu-item::before {
		display: none;
	}

	header .logo {
		width: 75px;
	}


	/**************************
		Hamburger
	***************************/

		.hamburger {
			display: none;
			position: relative;
			float: right;
			cursor: pointer;
			height: 25px;
			width: 30px;
			margin: 0;
			padding: 0;
			border: 0;
			background-color: transparent;
			transition: all 0.15s ease;
			z-index: 100;
		}

		.hamburger-box {
			position: relative;
			display: inline-block;
			width: 100%;
			height: 100%;
		}

		.hamburger-inner {
			display: block;
			width: 30px;
			transition: all 0.3s ease;
		}

		.hamburger-inner,
		.hamburger-inner:after,
		.hamburger-inner:before {
			position: absolute;
			height: 2px;
			background-color: #000000;
			transition: transform 0.15s ease, background-color 0.15s ease;
		}

		.hamburger-inner:after,
		.hamburger-inner:before {
			display: block;
			content: "";
			width: 30px;
		}

		.hamburger--slider .hamburger-inner {
			top: 2px;
		}

		.hamburger--slider .hamburger-inner:before {
			width: 30px;
			top: 10px;
			transition: transform 0.15s ease, opacity 0.15s ease;
		}

		.hamburger--slider .hamburger-inner:after {
			top: 20px;
		}

		.hamburger--slider.active .hamburger-inner,
		.hamburger--slider.active .hamburger-inner:before,
		.hamburger--slider.active .hamburger-inner:after {
			background-color: #000000 !important;
		}

		.hamburger--slider.active .hamburger-inner {
			transform: translate3d(0,10px,0) rotate(45deg);
		}

		.hamburger--slider.active .hamburger-inner:before {
			transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
			opacity: 0;
		}

		.hamburger--slider.active .hamburger-inner:after {
			transform: translate3d(0,-20px,0) rotate(-90deg);
		}





	
/**************************
	Footer
***************************/

	footer {
		color: #ffffff;
		padding-top: 65px;
		background-color: #000000;
	}

	footer img {
		width: 120px;
		margin-bottom: 30px;
	}

	footer .line {
		display: block;
		height: 1px;
		margin-bottom: 30px;
	}

	footer .line svg {
		display: inline-block;
		vertical-align: top;
		width: 560px;
	}

	.footer-content {
		line-height: 1.7;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}

	.footer-content a {
		color: #1C8FD6;
		text-decoration: underline;
	}

	footer .facebook svg {
		width: 25px;
	}

	.copyright {
		margin-top: 65px;
		padding: 10px;
		height: 40px;
		background-color: #1B4C6B;
	}


	
/**************************
	Index
***************************/

	.ml12 .letter,
	.ml13 .letter {
	  display: inline-block;
	  line-height: 1em;
	}
	
	.home .titleh2 {
		margin-bottom: 60px;
	}

	.home-practice-wrapper .titleh2 {
		margin-bottom: 40px;
	}

	.home-practice-wrapper .container {
		padding: 0;
	}
	
	.home-opening-wrapper {
		overflow-x: hidden;
	}

	.home-opening {
		position: relative;
		height: 90vh;
		min-height: 850px;
		padding-top: 180px;
	}

	.home-opening {
		margin-bottom: 350px;
	} 

	.home-opening .container {
		padding: 0;
	}
	
	.home-opening-title {
		max-width: 690px;
		margin-right: -105px;
	}
	
	.home-opening-title,
	.home-opening-text {
		display: inline-block;
		vertical-align: baseline;
	}

	.home-opening-title span:first-of-type,
	.home-opening-title span:nth-of-type(2),
	.home-opening-title span:nth-of-type(3),
	.home-opening-title span:nth-of-type(4),
	.home-opening-title span:nth-of-type(5),
	.home-opening-title span:nth-of-type(6),
	.home-opening-title span:nth-of-type(7),
	.home-opening-title span:nth-of-type(8),
	.home-opening-title span:nth-of-type(9) {
		font-weight: 200;
		font-size: 130px;
		line-height: 0.6;
		letter-spacing: -7px;
	}

	.home-opening-title span:nth-of-type(5),
	.home-opening-title span:nth-of-type(6),
	.home-opening-title span:nth-of-type(7),
	.home-opening-title span:nth-of-type(8),
	.home-opening-title span:nth-of-type(9) {
		font-weight: 600;
	}

	.home-opening-title span:nth-of-type(10),
	.home-opening-title span:nth-of-type(11),
	.home-opening-title span:nth-of-type(12),
	.home-opening-title span:nth-of-type(13),
	.home-opening-title span:last-of-type {
		color: #2D81B5;
		font-weight: 600;
		text-align-last: left;
		font-size: 350px;
		line-height: 0.6;
		letter-spacing: -20px;
	}

	.home-opening-title span:nth-of-type(10) {
		margin-right: 50px;
	}

	.home-opening-title span:nth-of-type(4) {
		margin-left: 15px;
	}

	.home-opening-text {
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
		padding-right: 10px;
		margin-bottom: 60px;
		width: calc(100% - 590px);
		opacity: 0;
		transform: translateY(-100px);
		transition: all 2s ease;
	}

	.home-opening-text.active {
		opacity: 1;
		transform: translateY(0);
	}

	.home-opening a {
		display: inline-block;
		float: left;
	}

	.home-opening-info {
		position: relative;
		padding-bottom: 120px;
		color: #ffffff;
		background-color: rgba(0,0,0, 0.8);
	}
	
	.home-opening-info::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		transform: translateY(-100%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 335px 2400px;
		border-color: transparent transparent rgba(0,0,0, 0.8) transparent;
	}

	.home-opening-info-single:not(:last-of-type) {
		margin-bottom: 135px;
	}

	.home-opening-info-single > * {
		display: inline-block;
		vertical-align: bottom;
	}

	.count {
		width: 33%;
		text-align-last: left;
		font-size: 130px;
		color: #2D81B5;
		font-weight: 600;
		margin-left: 30px;
		line-height: 0.7;
	}

	.home-opening-info-single p:not(.count) {
		font-size: 35px;
		line-height: 36px;
		letter-spacing: 1.5px;
	}

	.home-opening-info .titleh1 {
		margin-bottom: 10px;
	}

	.home .titleh1 strong,
	.home .titleh2 strong {
		color: #2D81B5;
	}

	.home-opening-info-p {
		font-size: 23px;
		line-height: 35px;
		margin-bottom: 90px;
	}

	.home-opening-info-a {
		float: left;
	}

	.home-practice-wrapper {
		background-color: #F2F3F6;
		padding: 90px 0 160px;
		margin-bottom: 90px;
	}

	.home-practice-slider {
		height: 460px;
	}

	.home-practice-slider .slick-list {
		margin: 0 -12px;
	}

	.home-practice-slider .slick-slide {
		margin: 0 12px;
	}

	.home-practice-slider .slick-list,
	.home-practice-slider .slick-track {
		height: 100%;
	}

	.home-practice-slider .slick-arrow {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		height: 100px;
		width: 36px;
	}

	.home-practice-slider .slick-prev {
		right: -80px;
		background-image: url('./images/arrow-right.png');
	}

	.home-practice-slider .slick-next {
		left: -80px;
		background-image: url('./images/arrow-left.png');
	}

	.home-practice-slider-nav {
		margin-bottom: 60px;
	}

	.home-practice-slider-nav-item {
		display: inline-block;
		padding: 0 5px;
	}

	.home-practice-slider-nav-item h5 {
		font-weight: 600;
		text-align: center;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.home-practice-slider-nav-item.slick-current h5 {
		color: #2D81B5;
	}

	.home-practice-slider-item {
		position: relative;
		display: inline-block;
		padding: 30px 20px;
		width: 200px;
		height: 387px;
		margin: 0 auto;
		background-color: #ffffff;
	}

	.home-practice-slider-item-wrapper.slick-current .home-practice-slider-item {
		border: 1px solid #2D81B5;
	}

	.home-practice-slider-item::after,
	.home-practice-slider-item::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: -1px;
		width: 0;
		height: 0;
		border-style: solid;
		transform: translateY(100%);
		border-top-width: 50px;
		border-right-width: 100px;
		border-bottom-width: 50px;
		border-left-width: 100px;
	}

	.home-practice-slider-item::after {
		bottom: 0px;
		border-color: #ffffff transparent transparent transparent;
	}

	.home-practice-slider-item::before {
		bottom: -1px;
		border-color: #1B4C6B transparent transparent transparent;
		opacity: 0;
	}

	.home-practice-slider-item-wrapper.slick-current .home-practice-slider-item::before {
		opacity: 1;
	}

	.home-practice-slider-item img {
		width: 95px;
		height: 95px;
		margin: 0 auto 15px;
	}

	.home-practice-slider-item h5 {
		overflow: hidden;
	}

	.home-practice-slider-item a {
		display: block;
		width: 124px;
		height: 32px;
		padding: 5px;
		font-size: 17px;
		margin: 0 auto;
	}

	.desktop.home-team-partners,
	.desktop.home-practice-slider-nav {
		display: block;
	}

	.mobile.home-team-partners,
	.mobile.home-practice-slider-nav {
		display: none;
	}

	.home-team-partners-button:hover {
		background-color: #009DFF;
	} 

	.home-team-partners-button {
		position: absolute;
		top: 300px;
		height: 35px;
		width: 35px;
		border-radius: 50%;
		color: #ffffff;
		text-align: center;
		background-color: #2D81B5;
		border: 2px solid #ffffff;
		transition: all 0.3s ease;
	}

	.home-team-partners-button.active {
		transform: rotate(45deg);
		background-color: #000000;
	}

	.home-team-partners-button:first-of-type {
		right: 200px;
	}

	.home-team-partners-button:last-of-type {
		left: 200px;
	}

	.home-team-partners-button span {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		font-weight: lighter;
		font-size: 56px;
		line-height: 0.3;
	}

	.home-team-avner,
	.home-team-eli {
		position: absolute;
		top: 360px;
		right: 50%;
		transform: translateX(50%);
		padding: 30px;
		color: #ffffff;
		text-align: right;
		background-color: rgba(0,0,0, 0.8);
	}

	.home-team-avner > *,
	.home-team-eli > * {
		display: inline-block;
	}

	.home-team-avner br,
	.home-team-eli br {
		display: none;
	}

	.desktop.home-team-partners > div {
		display: none;
	}

	.home-media {
		position: relative;
		padding-top: 370px;
		color: #ffffff;
		overflow: hidden;
		background-position: top center;
		z-index: 3;
	}

	.home-team-partners {
		position: relative;
		margin-bottom: 0;
	}

	.home-team {
		position: relative;
		margin-bottom: -290px;
		z-index: 2;
	}

	.practice-media-news-item {
		list-style-type: none;
	}

	.home-media-news .post-header-date {
		color: #459DD1;
	}

	.home-media h3 {
		margin-bottom: 25px;
	}

	.home-media-news {
		margin-bottom: 60px;
	}

	.home-media-news ul {
		margin-bottom: 40px;
	}

	.promoted-posts-slider .slick-track {
		display: flex !important;
	}

	.promoted-posts-slider .slick-slide {
		height: inherit !important;
    margin: 0 20px;
	}

	.promoted-posts-slider .slick-list {
    margin: 0 -20px;
  }

	.promoted-posts-item {
		color: #000000;
	}

	.home-media-blog .row {
		margin-bottom: 40px;
	}

	.home-media-blog .button {
		margin-bottom: 90px;
		margin-top: 40px;
	}

	.home-rate {
		padding: 90px 0 110px;
		background-color: #F2F3F6;
	}

	.home-rate img {
		margin-bottom: 40px;
		max-width: 450px;
	}

	.home-rate img:not(:first-of-type) {
		margin-right: 20px;
	}

	.home-rate h4 {
		color: #000000;
	}

	.home-rate-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}





/**************************
	About
***************************/
	
	.page-template-page-about .container {
		max-width: 900px;
	}

	.page-template-page-about .pageheader {
		background-position: top center;
	}

	.post-content p:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.contact {
		position: relative;
		padding-top: 90px;
		background-color: #F2F3F6;
	}

	.contact h2 {
		margin-bottom: 40px;
	}

	.contact .footer-content {
		margin-bottom: 50px;
	}

	.footer-content.mobile {
		display: none;
	}

	.input-wrapper {
		margin-bottom: 20px;
	}

	.input-wrapper input {
		width: 100%;
		padding-right: 15px;
		height: 50px;
		border: 1px solid #CDD0D2;
		transition: all 0.3s ease;
	}

	.input-wrapper input.error {
		border: 1px solid #c80400;
	}

	.error .errorSpan {
		opacity: 1;
	} 

	.errorSpan {
		font-weight: 600;
		color: #c80400;
		opacity: 0;
		transition: opacity 0.4s ease;
	}

	.input-wrapper textarea {
		resize: none;
		height: 190px;
		padding: 15px;
	}

	.checkbox {
		margin-bottom: 40px;
	}

	.checkbox input {
		display: none;
	}

	.checkbox label {
		margin-bottom: 0;
	}

	[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		display: none;
	}

	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-right: 40px;
		padding-top: 3px;
		cursor: pointer;
		line-height: 1.1;
	}

	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0; 
		width: 28px; 
		height: 28px;
		background: #ffffff;
		border: 1px solid #000000;
	}

	[type="checkbox"]:checked + label:before {
		border: 1px solid #2d81b5 !important;
	}

	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '';
		position: absolute;
		top: 0px; 
		right: 0px;
		height: 28px;
		width: 28px;
		background-image: url('images/checkbox-full.png');
		background-position: center;
		background-size: cover;
		transition: all 0.5s;
	}

	[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		transform: scale(0);
	}

	[type="checkbox"]:checked + label:after {
		opacity: 1;
		transform: scale(1);
	}

	.thankyou {
		display: none;
		width: 100%;
		padding: 40px 0;
	}

	.page-template-page-contact .pageheader {
		margin-bottom: 0;
	}

	.googleMap {
		position: absolute;
		top: 0;
		left: 0;
		bottom: -1px;
		width: 35%;
		max-width: 720px;
		background-color: red;
	}


	
/**************************
	Single Post
***************************/

	.post-social {
		margin-bottom: 10px;
	}

	.post-social li {
		list-style-type: none;
		display: inline-block;
		margin-right: 10px;
		vertical-align: baseline;
	}

	.post-social li svg {
		width: 20px;
	}

	.single-post .container {
		max-width: 900px;
	}

	.breadcrumbs {
		padding: 0;
		background-color: transparent;
		position: absolute;
		bottom: 0;
		width: 100%;
		right: 0;
		text-align: center;
		color: #ffffff;
		margin-bottom: 0;
		font-weight: 600;
	}

	.breadcrumbs span {
		margin: 0 15px;
	}

	.breadcrumbs a,
	.breadcrumbs p {
		position: relative;
		display: inline-block;
		padding: 15px 0;
		letter-spacing: 1px;
	}

	.breadcrumbs p {
		position: relative;
		display: inline-block;
		color: #80ceff;
	}

	.breadcrumbs p::after {
		color: #80ceff;
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 4px;
		width: 100%;
		background-color: #80ceff;
	}

	.post-header-date {
		font-weight: 600;
		letter-spacing: 2px;
		margin-bottom: 5px;
		color: #C80400;
	}

	.post-header h2 {
		margin-bottom: 10px;
	}

	.post-image {
		margin-bottom: 50px;
	}

	.post-content h5 strong {
		font-weight: 400;
		font-size: 17px;
		color: #9BA3A8;
	}

	.post-footnotes {
		color: #888888;
		letter-spacing: 0.4px;
		margin-top: 45px;
	}

	.post-footnotes p:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
		width: 22px;
		height: 22px;
	}


	
/**************************
	Blog
***************************/
	
	.blog h3 {
		margin-bottom: 40px;
	}

	.promoted-posts {
		margin-bottom: 70px;
	}
	
	.promoted-posts-item-image-wrapper {
		overflow: hidden;
		height: 250px;
	}
	
	.promoted-posts-item-image {
		transform: scale(1);
		transition: all 1s ease;
	}

	.promoted-posts-item:hover .promoted-posts-item-image {
		transform: scale(1.1);
	}

	.promoted-posts-item-info {
		height: calc(100% - 250px);
		padding: 30px 30px 40px;
		background-color: #F2F3F6;
	}

	.promoted-posts-item-info .title,
	.post-item .title {
		margin-bottom: 5px;
	}
	
	.promoted-posts-item-info p:last-of-type {
		margin-bottom: 15px;
	}

	.posts ul {
		list-style-type: none;
	}

	.post-item {
		margin-bottom: 30px;
	}

	.post-item .brief,
	.post-item a {
		display: inline-block;
	}

	.promoted-posts-slider .slick-dots {
		text-align: center;
		margin-top: 30px;
	}

	.promoted-posts-slider .slick-dots li {
		list-style-type: none;
		display: inline-block;
		margin: 0 5px;
	}

	.promoted-posts-slider .slick-dots li button {
		position: relative;
		height: 14px;
		width: 14px;
		font-size: 0;
		border-radius: 50%;
		border: 1px solid #96A7B2;
		transition: background-color 0.3s ease;
	}

	.promoted-posts-slider .slick-dots li.slick-active button {
		background-color: #96A7B2;
	}


	
/**************************
	Team Page
***************************/

	.page-template-page-team .pageheader {
		margin-bottom: 0;
	}

	.team-page-wrapper section {
		text-align: center;
		padding: 90px 0 60px;
	}

	.team-page-wrapper section:nth-of-type(even) {
		background-color: #F2F3F6;
	}

	.team-page-wrapper section:nth-of-type(odd) {
		background-color: #E9EAED;
	}

	.team-page-title {
		margin-bottom: 60px;
	}

	.team-page-item {
		margin-bottom: 50px;
	}

	.team-page-item a:hover .team-page-item-image {
		filter: grayscale(1);
	}

	.team-page-item a:hover .team-page-item-overlay {
		opacity: 0.4;
	}

	.team-page-item a:hover .team-page-item-text {
		opacity: 1;
	}

	.team-page-item > a {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}

	.team-page-item-image {
		position: relative;
		height: 260px;
		z-index: 1;
		transition: filter 0.4s ease;
	}

	.team-page-item-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #2d81b5;
		mix-blend-mode: multiply;
		opacity: 0;
		z-index: 2;
		transition: opacity 0.4s ease;
	}

	.team-page-item-text {
		position: absolute;
		top: 50%;
		right: 50%;
		font-size: 23px;
		transform: translate(50%, -50%);
		color: #ffffff;
		opacity: 0;
		z-index: 3;
		transition: opacity 0.4s ease;
	}


	.team-page-item h5 {
		margin-bottom: 5px !important;
	}

	.team-page-item h5:first-of-type {
		font-weight: 600 !important;
	}

	.team-page-item h5:last-of-type {
		color: #9BA3A8 !important;
	}

	.team-page-item p {
		margin-bottom: 10px;
	}

	.team-page-item-practice a {
		display: block;
	}

	
	
/**************************
	Single Team
***************************/

	.single-team .col-lg-8 {
		padding-right: 30px !important;
		padding-left: 0 !important;
	}

	.single-team .col-lg-4 {
		padding-right: 0 !important;
		padding-left: 30px !important;
	}

	.single-team {
		background-color: #F2F3F6;
	}

	.single-team-header {
		margin-bottom: 45px;
		margin-right: -15px;
	}

	.single-team-header h1 {
		font-weight: 600;
		font-size: 70px;
		margin-bottom: 5px;
	}

	.single-team-header h5 {
		color: #9BA3A8;
		font-size: 23px;
	}

	.single-team-wrapper {
		margin-bottom: 250px;
	}

	.single-team-info {
		padding-left: 0;
	}

	.single-team-image {
		height: 350px;
		/*background-color: #fdfdfd;*/
		margin-bottom: 30px;
	}

	.single-team-practice {
		margin-bottom: 40px;
	}

	.single-team-practice p:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.single-content h5 {
		color: #2D81B5;
		margin-bottom: 5px;
	}

	.single-content p {
		margin-bottom: 30px;
	}

	.single-content li {
		position: relative;
		padding-right: 20px;
		list-style-type: none;
	}

	.single-content li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.single-content li::before {
		content: "";
		position: absolute;
		right: 0;
		top: 10px;
		height: 7px;
		width: 7px;
		background-color: #2D81B5;
		border-radius: 50%;
	}

	.single-team-mail a {
		color: #1C8FD6;
		display: block;
		text-decoration: underline;
	}

	.single-team-mail svg .cls-1 {
		stroke: #1C8FD6;
	}

	.single-team-mail svg {
		width: 40px;
		margin-bottom: 10px;
	}


	
/**************************
	News
***************************/

	.page-template-page-aritcles .pageheader {
		margin-bottom: 0;
	}

	.articles-categories {
		background-color: #F2F3F6;
	}

	.articles-categories ul {
		text-align: center;
	}

	.articles-categories li {
		list-style-type: none;
		display: inline-block;
	}

	.articles-categories a {
		display: inline-block;
		padding: 40px 5px;
		transition: all 0.3s ease;
	}

	.articles-categories li a.active {
		color: #2d81b5;
	}

	.articles-categories li:first-of-type a {
		padding-right: 0;
	}
	.articles-categories li:last-of-type a {
		padding-left: 0;
	}

	.articles-categories .titleh5 {
		font-weight: 600;
		margin-bottom: 0;
	}

	.articles section {
		padding-top: 90px;
		padding-bottom: 20px;
	}

	.articles section:nth-of-type(even) {
		background-color: #F2F3F6;
	}

	.articles section:nth-of-type(odd) {
		background-color: #ffffff;
	}

	.articles-item {
		margin-bottom: 40px;
	}

	.articles-item a,
	.articles-item h5 {
		display: inline;
	}

	.articles-item-text h3 a {
		font-weight: 200;
		font-size: 48px;
	}

	.articles section:first-of-type .articles-item:first-of-type h5,
	.articles section:first-of-type .articles-item:first-of-type a {
		font-size: 48px;
		font-weight: 200;
		line-height: 47px;
	}

	.articles-error {
		padding: 40px 0;
		color: #c80400;
		font-weight: 600;
		text-align: center;
	}

	
/**************************
	Page Practice
***************************/

	.practice h2 {
		margin-bottom: 60px;
	}

	.page-template-page-practice .pageheader {
		background-position: top center;
	}

	.practice-media li {
		list-style-type: none;
	}

	.practice-about {
		margin-bottom: 10px;
	}

	.practice-about-icon {
		padding-left: 20px;
	}

	.practice-about-text h5 {
		margin-bottom: 5px;
	}

	.practice-goals {
		overflow-x: hidden; 
		position: relative;
		color: #ffffff;
		padding-bottom: 110px;
		padding-top: 335px;
		background-position: top center;
	}

	.practice-goals::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 335px 2400px 0 0;
		border-color: #ffffff transparent transparent transparent;
	}

	.practice-goals-title {
		text-align: center;
	}

	.practice-goals-title strong {
		color: #2D81B5;
	}

	.practice-goals li:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.practice-team {
		padding: 90px 0;
		background-color: #F2F3F6;
	}

	.practice-media {
		padding-top: 90px;
	}

	.practice-media h3 {
		margin-bottom: 35px;
	}

	.practice-media h5 {
		margin-bottom: 0;
	}

	.practice-media-news {
		margin-bottom: 90px;
	}

	.practice-media-news-item:not(:last-of-type),
	.practice-media-blog-item:not(:last-of-type) {
		margin-bottom: 35px;
	}

	.practice-media-news-item a,
	.practice-media-blog-item a {
		margin-right: 5px;
	}

	.practice-media-news-item h5,
	.practice-media-news-item a,
	.practice-media-blog-item p,
	.practice-media-blog-item a {
		display: inline;
	}

	.practice-media-blog-item {
		display: inline-block;
		width: 49%;
	}

	.practice-media-blog {
		margin-bottom: 90px;
	}


	
/**************************
	MEDIA QUERIES
***************************/

	/* 1400 */
	@media (min-width: 1200px) {
		.container {
			width: 1160px;
		}
	}


	/* 1400 */
	@media (max-width: 1399px) {
		.googleMap {
			width: 33%;
		}
		.home-practice-slider .slick-next {
			left: -70px;
		}
		.home-practice-slider .slick-prev {
			right: -70px;
		}
		.home-practice {
			padding: 0 70px;
		}
		.home-opening-title {
		    margin-right: 0px;
		}
		.home-opening-text {
			font-size: 28px;
			width: calc(100% - 620px);
		}
		.home-opening-title {
		    max-width: 620px;
		}
		.home-opening-title span:nth-of-type(10), .home-opening-title span:nth-of-type(11), .home-opening-title span:nth-of-type(12), .home-opening-title span:nth-of-type(13), .home-opening-title span:last-of-type {
			font-size: 320px;
		}
		.home-opening-title span:first-of-type, .home-opening-title span:nth-of-type(2), .home-opening-title span:nth-of-type(3), .home-opening-title span:nth-of-type(4), .home-opening-title span:nth-of-type(5), .home-opening-title span:nth-of-type(6), .home-opening-title span:nth-of-type(7), .home-opening-title span:nth-of-type(8), .home-opening-title span:nth-of-type(9) {
			font-size: 118px;
		}
		.home-opening-info::before {
			    border-width: 0 0 250px 2400px;
		}
		.home-opening {
		    margin-bottom: 150px;
		}
	}

	/* 1200 */
	@media (max-width: 1199px) {
		.titleh1 {
			font-size: 94px;
		}
		.pageheader {
			height: 550px;
		}
		.titleh2, h2 {
			font-size: 60px;
			line-height: 62px;
		}
		.articles-categories a {
			padding: 10px 15px;
		}
		.articles-categories ul {
			padding: 10px 0;
		}
		.home-opening-text {
			width: 100%;
			margin-top: 40px;
		}
		.home-opening-text br,
		.home-opening-info-p br {
			display: none;
		}
		.home-opening-info-single:not(:last-of-type) {
		    margin-bottom: 50px;
		}
		.count {
			width: 25%;
		}
	}

	/* 992 */
	@media (max-width: 991px) {
		.home-practice-wrapper {
			padding: 60px 0;
			margin-bottom: 0;
		}
		.home-media {
			background-color: #E9EAED;
		}
		.home-team {
			background-color: #E9EAED;
			padding-top: 90px;
		}
		.practice-goals {
			padding-top: 150px;
		}
		.practice h2 {
		    margin-bottom: 40px;
		}
		.home-practice-wrapper .container {
			width: 100%;
		}
		.home-practice-slider .slick-list {
		    margin: 0;
		}
		.home-practice {
			padding: 0;
		}
		.home .team-page-item {
			max-width: 300px;
		}
		.home .team-page-item-image {
			height: 300px;
		}
		.desktop.home-team-partners,
		.desktop.home-practice-slider-nav {
			display: none;
		}
		.mobile.home-team-partners {
			display: block;
		}
		.mobile.home-practice-slider-nav {
			display: block;
			background: transparent;
			font-weight: 600;
			border: 0;
			margin: 0 auto 40px;
		}
		.search {
			margin-left: 30px;
		}
		header li a {
			padding: 35px 15px;
		}
		.promoted-posts-item {
			margin-bottom: 30px;
		}
		.post-content br {
			display: none;
		}
		.single-team-info {
			max-width: 280px;
			margin: 0 auto 30px;
		}
		.single-team-practice {
			margin-bottom: 30px;
		}
		.single-team .col-lg-4,
		.single-team .col-lg-8 {
			padding-right: 15px !important;
			padding-left: 15px !important;
		}
		.single-team-header {
			text-align: center;
			margin-right: 0;
		}
		.single-team-wrapper {
		    margin-bottom: 100px;
		}
		.googleMap {
			position: relative;
			top: auto;
			left: auto;
			bottom: auto;
			height: 400px;
			width: 100%;
			max-width: unset;
			margin-top: 50px;
		}
		.contact .footer-content {
			text-align: center;
		}
		.contact {
			padding-bottom: 0;
		}
		.team-page-item-image {
			height: 210px;
		}
		.promoted-posts-item {
			max-width: 480px;
			margin: 0 auto;
		}
		.home-opening-info-a,
		.home-opening-info-p {
			margin-bottom: 40px;
		}
		.home-opening-info::before {
		    border-width: 0 0 140px 1500px;
		}
	}

	/* 768 - mobile  */
	@media (max-width: 767px) {
		.home-practice-slider .slick-arrow {
			display: none !important;
		}
		.footer-content.desktop {
			display: none;
		}
		.footer-content.mobile {
			display: block;
		}
		/*menu*/
			.search {
				display: none;
			}
			header li a {
				padding: 25px 15px;
			}
			header li {
				display: block;
				text-align: center;
			}
			.sub-menu {
				position: relative;
				bottom: 0;
				right: 50%;
				transform: translate(50%);
				display: none;
				opacity: 1;
				visibility: visible;
				padding-bottom: 10px;
				border-top: 1px solid #9BA3A8;
			}
			.hamburger {
				display: block;
			}
			.menu-wrapper {
				position: fixed;
				top: 0;
				overflow-y: scroll;
				bottom: 0;
				left: 0;
				width: 100%;
				background-color: #ffffff;
				z-index: 99;
				transform: translateX(105%);
				transition: all 0.4s ease;
			}
			.menu-wrapper.active {
				transform: translateX(0);
			}
		/*general*/
			.promoted-posts-slider .slick-list,
			.promoted-posts-slider .slick-slide {
				margin: 0;
			}
			.promoted-posts-item-info {
				padding: 50px 30px;
			}
			.promoted-posts-item-info p:last-of-type {
				margin-bottom: 30px;
			}
			.promoted-posts {
				margin-bottom: 50px;
			}
			.button {
				width: 180px;
			}
			.form .button {
				width: 160px;
				margin-bottom: 30px;
			}

		/*general*/
			.footer-content {
				padding: 0 20px;
			}
			footer .line svg {
				width: calc(100% - 100px);
			}
			.pageheader {
				height: 420px;
				margin-bottom: 60px;
			}
			.blog h3 {
			    margin-bottom: 30px;
			}
			h3 {
				font-size: 42px;
				line-height: 50px;
			}
			.titleh1 {
				font-size: 68px;
				line-height: 64px;
			}
			.titleh2, h2 {
				font-size: 50px;
				line-height: 50px;
			}
			.pb110:not(.contact) {
				padding-bottom: 70px;
			}
			.post-image {
			    margin-bottom: 30px;
			}
			.contact {
				padding-top: 70px;
			}
			.contact h2,
			.articles h2 {
			    margin-bottom: 20px;
			}
			.articles section {
				padding-top: 50px;
			}
			.articles section:first-of-type .articles-item:first-of-type h5, .articles section:first-of-type .articles-item:first-of-type a {
				font-size: 38px;
			}
			.home-rate-wrapper {
				display: block;
			}
			.home-media {
				padding-top: 250px;
			}
			.home-practice {
				padding: 0;
			}
			.home-opening-title span:first-of-type, .home-opening-title span:nth-of-type(2), .home-opening-title span:nth-of-type(3), .home-opening-title span:nth-of-type(4), .home-opening-title span:nth-of-type(5), .home-opening-title span:nth-of-type(6), .home-opening-title span:nth-of-type(7), .home-opening-title span:nth-of-type(8), .home-opening-title span:nth-of-type(9) {
				font-size: 100px;
			}
			.home-opening-title span:nth-of-type(9) {
				margin-left: 100px;
				margin-bottom: 30px;
			}
			.home-opening-info::before {
				border-width: 0 0 90px 700px;
			}
			.home-opening {
				margin-bottom: 30px;
			}
			.count {
				font-size: 100px;
			}
			.home-opening-info-single p:not(.count) {
				font-size: 30px;
				line-height: 32px;
			}
			.home .container {
				padding-right: 30px;
				padding-left: 30px;
			}
			.home-practice-wrapper .container {
				padding-right: 0;
				padding-left: 0;
			}
			.home-opening-title span:nth-of-type(10), .home-opening-title span:nth-of-type(11), .home-opening-title span:nth-of-type(12), .home-opening-title span:nth-of-type(13), .home-opening-title span:last-of-type {
				font-size: 160px;
				letter-spacing: -10px;
			}
			.home-opening-title span:nth-of-type(10) {
				margin-right: 0;
			}
			.home-media .button {
				display: block;
				margin: 0 auto;
			}
			.home-media-blog .promoted-posts-slider {
				margin-bottom: 40px;
			}
			.home-media-blog {
				margin-bottom: 90px;
			}
			.team-page-item-image {
				height: 240px;
			}
	}

	/* 575 */
	@media (max-width: 574px) {
		.team-page-item {
			max-width: 250px;
			margin: 0 auto 45px;
		}
		.practice-goals {
			padding-top: 120px;
		}
		.practice h2 {
		    margin-bottom: 30px;
		}
		.practice-about-icon {
		    padding-left: 0;
		    max-width: 130px;
		    margin: 0 auto 30px;
		}
		.practice-media-blog-item {
			width: 100%;
		}
		.practice-team {
			padding: 50px 0;
		}
		.practice-media {
			padding-top: 50px;
		}
		.home-rate img:not(:first-of-type) {
			margin-right: 0;
		}
		.home-rate img {
			margin-bottom: 30px;
			max-width: 100%;
		}
		.count {
			width: 35%;
		}
		.home-opening-title span:nth-of-type(9) {
			margin-left: 30px;
		}
		.home-opening-title span:first-of-type, .home-opening-title span:nth-of-type(2), .home-opening-title span:nth-of-type(3), .home-opening-title span:nth-of-type(4), .home-opening-title span:nth-of-type(5), .home-opening-title span:nth-of-type(6), .home-opening-title span:nth-of-type(7), .home-opening-title span:nth-of-type(8), .home-opening-title span:nth-of-type(9),
		.home-opening-title span:nth-of-type(10), .home-opening-title span:nth-of-type(11), .home-opening-title span:nth-of-type(12), .home-opening-title span:nth-of-type(13), .home-opening-title span:last-of-type {
			letter-spacing: -5px;
		}
		.home-practice-wrapper .container {
			padding-right: 0;
			padding-left: 0;
		}
		.home-practice-slider .slick-list,
		.home-practice-slider .slick-slide {
			margin: 0;
		}
		.home-practice-wrapper {
			padding: 60px 0;
		}
		.home-team {
			padding-top: 60px;
			margin-bottom: 0;
		}
		.home-practice-wrapper .titleh2 {
		    margin-bottom: 10px;
		}
		.home-opening {
			height: 85vh;
			min-height: 600px;
			padding-top: 140px;
			margin-bottom: 10px;
		}
		.home-opening-info::before {
		    border-width: 0 0 80px 580px;
		}
		.home-opening-info {
			padding-bottom: 80px;
		}
		.mobile.home-practice-slider-nav {
			font-size: 21px;
		}
		.team-page-item p br {
			display: none;
		}
		h3 {
			font-size: 36px;
		}
		.team-page-item > a {
			margin-bottom: 7px;
		}
		.practice-about {
			margin-bottom: 50px;
		}
		.articles-categories a {
			padding: 5px 15px;
		}
		.articles section:first-of-type .articles-item:first-of-type h5, .articles section:first-of-type .articles-item:first-of-type a {
			font-size: 32px;
			line-height: 38px;
		}
		.team-page-item-image {
			height: 250px;
		}
	}

	/* 480 */
	@media (max-width: 479px) {
		.single-team-header {
			text-align: center;
			margin-bottom: 30px;
		}
		.single-team-info {
			max-width: 100%;
			margin: 0 auto 50px;
		}
		.pageheader {
			height: 370px;
		}
		.pageheader .titleh1 {
			margin-top: 60px;
		}
		.team-page-item {
			max-width: 260px;
		}
		.team-page-wrapper section {
			padding: 70px 0 40px;
		}
		.team-page-title {
			margin-bottom: 40px;
		}
		.home-opening-title span:first-of-type, .home-opening-title span:nth-of-type(2), .home-opening-title span:nth-of-type(3), .home-opening-title span:nth-of-type(4), .home-opening-title span:nth-of-type(5), .home-opening-title span:nth-of-type(6), .home-opening-title span:nth-of-type(7), .home-opening-title span:nth-of-type(8), .home-opening-title span:nth-of-type(9) {
			font-size: 80px;
		}
		.home-opening-title span:nth-of-type(10), .home-opening-title span:nth-of-type(11), .home-opening-title span:nth-of-type(12), .home-opening-title span:nth-of-type(13), .home-opening-title span:last-of-type {
			font-size: 162px;
		}
		.home-opening-title span{
			letter-spacing: -3px;
		}
		.home-opening-title span:nth-of-type(9) {
			margin-bottom: 25px;
		}
		.home .container {
			padding-right: 20px;
			padding-left: 20px;
		}
		.home-practice-wrapper .container {
			padding-right: 0;
			padding-left: 0;
		}
		.home-opening-text {
			margin-top: 20px;
			margin-bottom: 30px;
			padding-right: 0;
		}
		.home-opening-text,
		.home-opening-info-p {
			line-height: 28px;
			font-size: 100%;
		}
		.home-opening-info-p {
			margin-bottom: 20px;
		}
		.count {
			font-size: 68px;
			width: 30%;
		}
		.home-team {
			margin-bottom: -130px;
		}
		.home .titleh2 {
			margin-bottom: 40px;
		}
		.home-opening-info-single p:not(.count) {
			font-size: 24px;
			line-height: 26px;
		}
	}

	/* 380 */
	@media (max-width: 379px) {
		.team-page-item-image {
			height: 260px;
		}
		.footer-content {
			padding: 0 10px;
		}
		.home-opening-title span:first-of-type, .home-opening-title span:nth-of-type(2), .home-opening-title span:nth-of-type(3), .home-opening-title span:nth-of-type(4), .home-opening-title span:nth-of-type(5), .home-opening-title span:nth-of-type(6), .home-opening-title span:nth-of-type(7), .home-opening-title span:nth-of-type(8), .home-opening-title span:nth-of-type(9) {
			font-size: 64px;
		}
		.home-opening-title span:nth-of-type(10), .home-opening-title span:nth-of-type(11), .home-opening-title span:nth-of-type(12), .home-opening-title span:nth-of-type(13), .home-opening-title span:last-of-type {
			font-size: 130px;
		}
	}