body {
	font-family: 'panel-sans', sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: none;
 	-webkit-font-smoothing: antialiased !important;
 	-webkit-text-stroke: 1px transparent;
 	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	background-color: #000;
	color: #fff;
}

[data-default-font] {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .95em;
}

*, *:before, *:after
{
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	color: #fff;
}

#yellowfooter a,
#yellowfooter a:hover,
#yellowfooter a:visited {
	color: #fff;
}

img {
	height: auto;
	max-width: 100%;
	border-width: 0px;
	border-style: none;
}

.lazy {
	opacity: 0;
}

:not(.initial) {
	transition: opacity .3s;
}

.initial,
.loaded,
.error {
	opacity: 1;
}

.video-container-container {
	margin-left: auto;
	margin-right: auto;
}

.video-container {
	aspect-ratio: 16/9;
	margin-left: auto;
	margin-right: auto;
}

.video-container iframe,
.video-container video {
	max-width: 100%;
	width: 100% !important;
	height: 100% !important;
}

@supports not (aspect-ratio: 16 / 9) {

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100% !important;
		height: 100% !important;
	}

}

.video_img_play,.video_id_code {
	display: none;
	width: 1078px;
	height: 603px;
	margin-bottom: 20px;
	background-color: #000000;
	margin-bottom: 20px;
}

.menubar {
	display: flex;
	align-items: center;
	background-color: #000;
}

.nametop {
	font-weight: 500;
	line-height: .9;
}

.linkprojects {
	/* left: 18px; */
	order: -1;
	text-align: left;
}

.linkinformation {
	/* right: 18px; */
	text-align: right;
}

.menucont a {
	color: #fff;
	border-bottom: 1px solid;
}

.midsectioncont {
	width: 100%;
	text-align: center;
}

.midsectioncontprj {
	width: 100%;
	text-align: center;
}

.prjcontmid {
	background-color: #000;
}

.wbg {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-repeat: no-repeat;
}

@supports not (aspect-ratio: 16 / 9) {

	.wbg {
		height: 0;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
	}

	.gif-video {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100% !important;
		height: 100% !important;
	}

}

.toplayerfix {
	line-height: 1.5;
}

.toplayerfix p {
	margin: 0;
}

.toplayerfix span {
	color: #fff !important;
}

/* .project-title {
	font-size: 24px;
} */

.client-name,
.project-title {
	text-shadow: 0 0 5px rgba(0,0,0,.25);
}

.client-name {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

.project-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.colorconttop,
#titletop {
	line-height: 1.5;
}

.colorconttop {
	text-align: left;
}

.single-project-title {
	margin: 0 auto;
	padding: 10px 10px 27px 10px;
	line-height: 1.5;
	text-align: left;
}

#yellowfooter {
	padding-bottom: 74px;
	/* background-color: #FDC668; */
	text-align: center;
	/* color: #323232; */
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
}

#footercopy {
	line-height: 1.4;
}

.socialfooter img {
	filter: invert(1) brightness(2);
}

.gallery {
	padding: 0 10px;
}

.gallery-title {
	text-align: left;
	padding: 10px 0 50px;
}

.imgcontmid {
	line-height: 0;
}

.gif-video {
	object-fit: cover;
	height: 100%;
	width: 100%
}

@media only screen and (min-width: 927px) {

	body {
		font-size: 24px;
		line-height: 32px;
	}

	.video-container {
		max-height: calc(100vh - 200px);
	}

	#chkmob {
		height: 0px;
		width: 0px;
		padding: 0px;
		margin: 0px;
		display: none;
	}

 	.menucont {
 		width: 100%;
 		min-width: 640px;
 		text-align: center;
 		color: #fff;
 	}

	#menucontainer {
		position: fixed;
		z-index: 1000;
		top: 0px;
	}

	#sitecontainer {
		width: 100%;
		margin: auto;
		margin-top: 154px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.menubar {
		position: relative;
		height: 154px;
		width: 100%;
		/* max-width: 960px; */
		margin: auto;
		padding: 0 90px;
		text-align: center;
	}

	.menucont {
		font-size: 18px;
/*		clear: both; */
	}

	.linkprojects {
		/* left: 90px; */
		width: 200px;
		text-align: left;
		background-color: transparent;
		min-width: 200px;
	}

	.linkinformation {
		/* right: 90px; */
		text-align: right;
		width: 200px;
		min-width: 200px;
		background-color: transparent;
	}

	.nametop {
		min-width: auto;
		width: 200px;
		text-align: center;
		margin: auto;
		position: relative;
		background-color: transparent;
		font-size: 42px;
		letter-spacing: 0.05em;
	}

	.colorconttop {
		/* the background and foreground colour is specified in the div */
		margin-top: 100px;
		font-size: 24px;
	}

	.single-project-title {
		max-width: calc((100vh - 200px) * 1.778);
		padding: 10px 0 50px 0;
	}

	#symtop {
		font-size: 32px;
		line-height: 24px;
		text-align: center;
		margin: auto;
		margin-bottom: 42px;
		margin-bottom: 44px;
		font-family: icomoon;
	}

	.copybetween {
		padding-top: 11px;
		padding-bottom: 0px;
		max-width: 600px;
		margin: auto;
		margin-top: 30px;
	}

	.fullbleed {
		position: relative;
		line-height: 0px;
		margin-left: 90px;
		margin-right: 90px;
	}

	.image-container {
		max-width: calc((100vh - 200px) * 1.778);
		margin-left: auto;
		margin-right: auto;
	}

	.gallery {
		padding: 0 90px;
	}

	.gallery-grid {
		display: flex;
		flex-wrap: wrap;
		max-width: calc((100vh - 200px) * 1.778);
		margin-left: auto;
		margin-right: auto;
	}

	.gallery-grid > * {
		flex-basis: 50%;
		flex-grow: 1;
	}

	/* .borderredux {
		margin-top: 24px;
	} */

	#symmid {
		font-size: 32px;
		line-height: 24px;
		margin-top: 47px;
		margin-bottom: 44px;
		font-family: icomoon;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
	}

	#symmidbtm {
		font-size: 32px;
		line-height: 24px;
		padding-top: 50px;
		padding-bottom: 50px;
		font-family: icomoon;
		clear: both;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
	}

	.imgcontmid {
		margin: auto;
	}

	.imgcontmid img {
		width: 100%;
		height: auto;
	}

	.prjcontmid {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: center; */
		margin-top: 117px;
/*		width: 100%;
		padding-left: 70px;
		padding-right: 70px;
*/
		clear: both;
		margin: auto;
/*		margin-bottom: 105px; */
	}

	.prjcontmid > * {
		width: 50%;
	}

	/* .prjcontmid > :nth-child(3n+1).home-project {
		width: 100%;
	} */

	.wbg {
		height: auto;
		transition: height 0.5s ease-in,width 0.5s ease-in;
		cursor: pointer;
	}

	#symfooter {
		font-family: icomoon;
		margin: auto;
		padding-top: 50px;
		width: 100px;
		font-size: 32px;
		line-height: 24px;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;

	}

	#footercopy {
		max-width: 600px;
		margin:auto;
		padding-top: 74px;
		padding-bottom: 19px;
	}

	.socialfooter {
		margin:auto;
		margin-top: 27px;
		margin-bottom: 33px;
		max-width: 600px;
		text-align: center;
	}

	.socialfooter img {
		height: 30px;
		width: auto;
		margin-left: 7px;
		margin-right: 7px;
	}

	.copymid {
		margin-bottom: 84px;
		max-width: 600px;
		margin: auto;
		color: #323232;
	}

	.titlemid {
		margin-bottom: 35px;
		text-transform: uppercase;
	}

	.toplayer {
		width: 100%;
		height: 100%;
		transition: left 0.4s, top 0.4s, opacity 0.2s;
		-moz-transition: left 0.4s, top 0.4, sopacity 0.2s;
		-webkit-transition: left 0.4s, top 0.4s, opacity 0.2s;
		-o-transition: left 0.4s, top 0.4s, opacity 0.2s;
	}

	.wbg .toplayer {
		color: #FFFFFF;
		padding-top: 132px;
		width: 100%;
		position: absolute;
		top: 0px;
	}

	.toplayerfix {
		position: absolute;
		top: 0;
		z-index: 100;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
		pointer-events: none;
		transition: left 0.4s, top 0.4s, opacity 0.2s;
	}

	div.white {
		color: #FFFFFF;
	}

	.client-name {
		font-size: 32px;
	}

	.project-title {
		font-size: 18px;
	}

	.clear {
		clear: both;
	}

	#yellowfooter p {
		line-height: 43px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	/* .mobimgproj {
		display: none;
	}
	.mobimgname {
		display: none;
	} */

	.getintouch {
	line-height: 24px !important;
	}

	.ukrep {
		margin-top: 18px !important;
	}

	.undertitle {
		font-size: 16px;
		line-height: 16px !important;
		margin-bottom: 4px !important;
		margin-top: 16px !important;
	}

	.undertitlesec {
		font-size: 16px;
		line-height: 16px !important;
		margin-top: 26px !important;
		margin-bottom: 4px !important;
	}

	.email a,
	.footer-link a {
		font-size: 24px;
		line-height: 24px !important;
		border-bottom: 1px solid #fff;
	}

	.emailorlinkingroup a{
		font-size: 20px;
		line-height: 16px !important;
		border-bottom: 1px solid #fff;
	}

	.phonenum,
	.footer-link {
		margin-top: 10px !important;
	}

	#vimeovid,.vimeovid {
		width: 1078px;
		height: 603px;
		margin: auto;
	}

	#testpic {
		width: 1078px;
		height: 603px;
		margin: auto;

	}


	.iosSlider {
		/* required */
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		height: 603px;
		width: 1078px;
	}

	/* slider */
	.iosSlider .slider {
		/* required */
		width: 1078px;
		height: 603px;
	}

	/* slide */
	.iosSlider .slider .slide {
		/* required */
		float: left;

		width: 100%;
		height: auto;
	}

	.swipe img {
		width: 100%;
	}

	.swipe {
	  overflow: hidden;
	  visibility: hidden;
	  position: relative;
	}
	.swipe-wrap {
	  overflow: hidden;
	  position: relative;
	}
	.swipe-wrap > div {
	  float:left;
	  width:100%;
	  position: relative;
	}

	#mySwipe {
		display: block;
		margin: auto;
	   margin-top: 48px;
		width: 1078px;
		height: 606px;
	}

	.imgcontmid {
/*		display: none; */
	}

	#position {
		position: relative;
		z-index: 90;
		top: -40px;
		text-align: center;
		margin: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		height: 32px;
	}

	#position li {
		font-family: icomoon;
		cursor: pointer;
		padding: 0;
		margin: 0;
		display: inline-block;
		width: 11px;
		height: 11px;
		margin-right: 5px;
/*		background-image: url('../img/ball_off.png'); */
		color: #FFFFFF;
		background-repeat: no-repeat;
		font-size: 12pt;
		line-height: 12px;
	}

	#position li.on {
/*		background-image: url('../img/ball_on.png'); */
		color: #999999;
	}

	.swipe-wrap iframe {
		width: 100%;
		height: 603px;
	}

	.testpicmobile {
		display: none;
	}

	#copyright {
		opacity: 0.6;
	}

	#footerpic {
		width: 162px;
		height: 162px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: transparent;
		border-radius: 50%;
	}

}


/* ///////////////////////////////////////////////////////////////////// */

@media handheld, only screen and (max-width: 926px) {   /* 767 */

	html {
		-webkit-text-size-adjust: none;
	}

	#chkmob {
		height: 0px;
		width: 0px;
		padding: 0px;
		margin: 0px;
		display: block;
		clear: both;
	}

 	.menucont {
 		width: 100%;
 		text-align: center;
 		color: #fff;
 	}

 	.menubar {
		width: 100%;
 		text-align: center;
		margin: auto;
		z-index: 10000;
		padding: 42px 18px 36px;
 	}

	#sitecontainer {
		width: 100%;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.linkprojects,
	.linkinformation {
		/* position: absolute;
		top: 24px; */
		width: auto;
		/* width: 100px; */
		/* margin-bottom: 10px; */
		font-size: 14px;
		line-height: 32px;
	}

	.nametop {
		width: 200px;
		font-size: 32px;
		line-height: .9;
		text-align: center;
		margin: auto;
		display: block;
		clear: both;
		/* height: 31px;
		line-height: 30px; */
		margin-top: 0px;
		border-top: 0 solid #FFFFFF;
	}

	#symtop {
		font-size: 32px;
		line-height: 24px;
		text-align: center;
		margin: auto;
		margin-bottom: 18pt;
		font-family: icomoon;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;

	}

	.copybetween {
		padding-top: 0px;
		padding-bottom: 0pt;
		max-width: 80%;
		margin: auto;
		margin-top: 12px;
	}

	.fullbleed {
		width: 100%;
		position: relative;
		line-height: 0px;
	}

	#symmid {
		font-size: 32px;
		line-height: 24px;
		margin-top: 18pt;
		margin-bottom: 18pt;
		font-family: icomoon;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;

	}

	#symmidbtm {
		font-size: 32px;
		line-height: 24px;
		margin-top: 36pt;
		margin-bottom: 36pt;
		font-family: icomoon;
		clear: both;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;

	}

	.imgcontmid {
		margin: auto;
		width: 100%; /* 780px; */

	}

	.imgcontmid img {
		width: 100%;
		height: auto;
	}

	.imgcontmid,.prjcontmid {
	}

	.prjcontmid {
		margin-top: 117px;
		width: 100%;
		clear: both;
		margin: auto;
	}

	.wbg {
		width: 100%;
		height: auto;
	}

	#symfooter {
		font-family: icomoon;
		margin: auto;
		padding-top: 36pt;
		width: 100px;
		font-size: 32px;
		line-height: 24px;
		color: #323232;
	   -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
	}

	#footercopy {
		max-width: 80%;
		margin: auto;
		padding-top: 74px;
		padding-bottom: 19px;
		font-size: 16px;
	}

	.socialfooter {
		margin:auto;
		margin-top: 10pt;
		margin-bottom: 27px;
		max-width: 80%;
		text-align: center;
	}

	.socialfooter img {
		height: 18pt;
		width: auto;
		margin-left: 3pt;
		margin-right: 3pt;
	}

	.copymid {
		margin-bottom: 84px;
		max-width: 80%;
		margin: auto;
		color: #323232;
		font-size: 14pt;
	}

	.titlemid {
		font-size: 18pt;
		margin-bottom: 4pt;
		text-transform: uppercase;
	}

	.toplayerfix {
		position: absolute;
		top: 0;
		z-index: 100;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
		color: #323232;
		pointer-events: none;
		transition: left 0.4s, top 0.4s, opacity 0.2s;
	}

	.clear {
		clear: both;
	}

	#yellowfooter p {
		line-height: 43px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mobimgproj {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.mobimgname {
		display: block;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 27px;
		margin-top: 12px;
	}

	.iosSlider {
		/* required */
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;

		width: 480px;
		height: 400px;
	}

	/* slider */
	.iosSlider .slider {
		/* required */
		width: 100%;
		height: 100%;
	}

	/* slide */
	.iosSlider .slider .slide {
		/* required */
		float: left;

		width: 100%;
		height: auto;
	}

	.swipe img {
		width: 100%;
	}

	.swipe {
	  overflow: hidden;
	  visibility: hidden;
	  position: relative;
	}
	.swipe-wrap {
	  overflow: hidden;
	  position: relative;
	}
	.swipe-wrap > div {
	  float:left;
	  width:100%;
	  position: relative;
	  line-height: 0px;
	}

	#mySwipe {
		display: block;
	   margin-top: 18pt;
	}

	.imgcontmid {
/*		display: none; */
	}

	#position {
		position: relative;
		z-index: 900;
		top: -40px;
		text-align: center;
		margin: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		height: 0px;
	}

	#position li {
		cursor: pointer;
		padding: 0;
		margin: 0;
		display: inline-block;
		width: 11px;
		height: 11px;
		margin-right: 5px;
		font-family: icomoon;
		/*		background-image: url('../img/ball_off.png'); */
		background-repeat: no-repeat;
		font-size: 12pt;
		line-height: 12px;
		color: #FFFFFF;
	}

	#position li.on {
/*		background-image: url('../img/ball_on.png'); */
		color: #999999;
	}

	.swipe-wrap iframe {
		width: 100%;
	}

	.testpicmobile {
		width: 100%;
		height: auto;
	}

	.homenosym {
		display: none;
	}

	#copyright {
		opacity: 0.6;
	}

	.emailorlinkingroup a,
	.email a,
	.footer-link a {
		border-bottom: 1px solid #fff;
	}

	#midsitecontainer {
/*		border-bottom: 15px solid #FFFFFF; */
	}

	#midsitecontainerhome {
		background-color: #FFFFFF;
	}

	#footerpic {
		width: 162px;
		height: 162px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: transparent;
		border-radius: 50%;
	}


}

#jmname a,#jmname a:hover,#jmname a:visited {
	text-decoration: none;
	border-bottom-style: none !important;
}

.vimeovid .player .video-wrapper {
	background-color: #FFFFFF;

}

.single-project-title p {
	margin: 0;
}

.single-project-title span {
	color: #fff !important;
}

.back-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 36px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.back-link,
.back-link:hover,
.back-link:visited {
	color: #fff;
}

.back-arrow {
	margin-top: 6px;
	margin-right: 4px;
}

.notextmod {
	text-transform: none;
}

div.newsquare {
	width: 14px;
	height: 13px;
/*	background-image: url('/img/squarenew.svg'); */
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.newsquare img {
	width: 14px;
	height: 13px;

}
