.not-for-phone {
	display: none !important;
}
.for-phone-only {
	display: block;
}
.home-banners {
	height: 100vh;
	padding: 50px 20px;
	box-sizing: border-box;
	
	-webkit-overflow-scrolling: touch;

	text-align: left;
	
	background-color: #333;
	
	overflow: auto;
}
.home-banners.green {
	background-color: #44C546;
}
.home-banners.light-blue {
	background-color: #2BBCEF;
}
.home-banners.blue {
	background-color: #1F7DC7;
}
.home-banners.red {
	background-color: #EA5558;
}
.home-banners.yellow {
	background-color: #EFB33F;
}
.home-banners.dark-gray {
	background-color: #101010;
}
.home-banners.marine {
	background-color: #5FC39A;
}
.home-banners.purple {
	background-color: #9960D1;
}
.home-banners.orange {
	background-color: #EB7153;
}
.home-banners.white {
	background-color: #F6F6F6;
}
.home-banners a {
	color: #F6F6F6;
	text-decoration: none;
}
.home-banners.white a {
	padding: 0 5px;
	color: #333;
	border-bottom: solid 1px #E6E6E6;
}
.home-banners > ul {
	
	margin: 0;
	padding: 0;	
	
	list-style: none;
}
.home-banners > ul > li {
	margin: 5px 0 75px 0;

	font-size: 1.25em;
	font-family: 'futurafuturiscbold', Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
home-banners > ul > li:first-child {
	margin-top: 10px;
}
.home-banners > ul > li > ul {	
	position: relative;
	margin: 0;
	padding: 0;

	list-style: none;
}
.home-banners > ul > li > ul > li {
	margin-top: 25px;
	
	font-size: .875em;
	font-family: 'futurafuturislightclightc', Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

/* BREADCRUMBS */
.internal-page .breadcrumbs {
	position: relative;
	top: 5px;
}
/* BREADCRUMBS */


.content {
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0;
	
	overflow-y: auto;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	z-index: 8;
}
.services {
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0;
}

.internal-page article {
	padding-top: 10px;
	
	font-size: 1.125em;
	line-height: 1.375em;
	
	overflow-x: hidden;
}
.internal-page article h1 {
	margin: 22px auto;
	padding: 0 15px;
	
	font-size: 1.5em;
	line-height: 1.375em;
	word-break: break-word;
}
.internal-page article h2 {
	margin: 22px auto;
	padding: 0 15px;

	font-size: 1.375em;
	line-height: 1.375em;
}
.internal-page article h3 {
	margin: 11px auto;
	padding: 0 15px;
	
	font-size: 1.125em;
	line-height: 1.375em;
}
.internal-page article h4 {
	margin: 11px auto;
	padding: 0 15px;
}
.internal-page article .btn {
	width: auto !important;
	margin: 30px 15px;
	padding: 22px 22px 20px 22px;
}
.internal-page article blockquote {
	margin: 30px auto;
	padding: 30px 15px;
	
	font-size: 1.25em;
	line-height: 1.375em;
}
.internal-page article .article-content {
	margin: 30px auto;
	padding: 0;
}
.internal-page article .article-content > p {
	position: relative;
	width: 100%;
	max-width: 682px;
	margin: 20px auto;
	padding: 0 15px;
}
.internal-page article .article-content > ol,
.internal-page article .article-content > ul {
	margin: 22px 0;
	padding: 0 30px;
}
.internal-page article .article-content > ol > li,
.internal-page article .article-content > ul > li {
	margin: 15px;
}
.internal-page article .article-content .padding-left {
	padding-left: 70px;
}
.internal-page article .article-content .figure {
	margin: 20px auto;
}
.internal-page article .article-content .figure img {
	margin: 0 10px;
}
.internal-page article .article-content .main-list-item {
	margin-top: 50px;
}
.internal-page article .article-content .main-list-item .counter {
	position: absolute; top: -11px; left: 15px;
	width: 44px; height: 44px;
	
	
	font-size: 1.25em;
	line-height: 1.75em;
	
	z-index: -1;
}
.internal-page article .short-column,
.internal-page article .article-content .short-column {
	width: 100%;
	margin: 0 auto;
	float: none;
	
	text-align: left;
}
.internal-page article .article-content .long-column,
.internal-page article .article-content .long-column {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	float: none;
}

.internal-page article .short-column img,
.internal-page article .article-content .short-column img {
	float: none;
}


/* PROJECT BLOCK */
.internal-page .project-list {
	margin: 0;
}
.internal-page section.project-block {
	padding: 22px 0;
}
.internal-page section.project-block.mini {
	padding: 22px 0;
	margin: 22px 0;
}
.internal-page section.project-block .cover {
	height: 500px;
}
.internal-page section.project-block .tag-list {
	margin: 15px 0 0 0;
	
	text-align: center;
}
.internal-page section.project-block .tag-list .icon {
	width: 40px; height: 40px;
	margin-right: 15px;
}
.internal-page section.project-block .project-content .short-column {
	text-align: center;
}
.internal-page section.project-block.mini .project-content img,
.internal-page section.project-block .project-content .short-column img {
	width: auto; height: 132px;
	margin: 0 auto;
}
.internal-page section.project-block.seo .title,
.internal-page section.project-block .title {
	display: block;
	margin: 0 15px;
	text-align: center;
	
	border-bottom: none;
}
.internal-page section.project-block:hover .title {
	border-bottom: none;
}
.internal-page section.project-block.dark:hover .title {
	border-bottom: none;
}
/* PROJECT BLOCK */


/* VACANCY BLOCK */
.internal-page .vacancy-block {
	display: block;
	width: 100%;
	max-width: 682px;
	margin: 20px auto;
}
.internal-page .vacancy-block .title {
	margin-top: 15px;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
		
	color: #2e2e2e;
	font-size: 20px;
	line-height: 30px;
	font-family: 'futurafuturiscbold', Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	
	border-bottom: none;
}
.internal-page .vacancy-block .short-column {
	text-align: left;
}
.internal-page .vacancy-block .short-column img,
.internal-page .vacancy-block .long-column img {
	margin-left: 15px;
	height: auto;
	max-width: 40%;
}
.internal-page .vacancy-block p {
	width: auto;
	margin: 15px;
}
.internal-page a .vacancy-block:hover .title {
	color: #1cbdf3;
	border-bottom: none;
}
/* VACANCY BLOCK */


/* PARTNER */
.partners {
	width: 100%;
	max-width: 792px;
	margin: 0 auto;
	text-align: center;
}
.partners .partner {
	width: 100%; height: auto;
	margin: 22px 0;
}
.partners .partner .img {
	
	opacity: 1;
	
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.partners .partner .title {
	width: auto; height: auto;
}
/* PARTNER */


/* REFERENCE SERVICES */
.reference .reference-list {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.reference .reference-item {
	padding: 15px;
}
.reference .reference-item .btn {
	display: none;
}
.reference .reference-title {
	margin-bottom: 11px;
}
.reference .reference-description {
	margin-bottom: 0;
}
/* REFERENCE SERVICES */


/* FOOTER */
.internal-page footer {
	margin: 0px auto;
	padding: 15px;
}
.internal-page footer > ul > li {
	width: 100%;
	margin: 22px 0;
}
.internal-page footer > ul > li > ul > li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	
	font-size: 0.875rem;
}
/* FOOTER */

/* POPUP */
.popup {
	top: 0; left: 0;
	width: 100%; height: 100vh;
	margin: 0;
	
	overflow: auto;
}
.popup header {
	padding: 20px 15px 10px 15px;
}
.popup input {
	width: 100%;
	box-sizing: border-box;
}
.popup .btn {
	margin: 10px 10px 10px 0;
}
.popup .row {
	margin: 15px;
}
.popup .popup-title {
	font-size: 1.375em;
	line-height: 1.375em;
}
.popup footer {
	padding: 10px 15px;
}
/* POPUP */