@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'LTPanneauxExB';
    src: url('../fonts/LTPanneauxExB.eot');
    src: url('../fonts/LTPanneauxExB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LTPanneauxExB.woff2') format('woff2'),
         url('../fonts/LTPanneauxExB.woff') format('woff'),
         url('../fonts/LTPanneauxExB.ttf') format('truetype'),
}

  /****************************/
 /*             GENERAL                    */
/****************************/

body {
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #585858;
    font-weight: 400;
    overflow-x: hidden;
    min-height: 1500px;
}
h3 {
	font-family: "LTPanneauxExB", Helvetica, Arial, sans-serif;
}
.section_title_one h3 {
	text-transform: none !important;
}
.brandFont {
	font-family: "LTPanneauxExB", Helvetica, Arial, sans-serif!important;
}
.margins0 {
	margin:0!important;
}
.home_Height {
	height: 700px;
}
.MemphisBold {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.MemphisLight {
	font-family: "LTPanneauxExB", sans-serif;
	font-weight: 900;
    /*color: #a1a1a1 !important;*/
}

.allCaps {
	text-transform: uppercase;
}
.blueText {
	color: #e9b21e;
}
.box_content ul {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.box_content ul li {
	list-style: none;
}
.alignCentre {
	text-align: center;
}
.copyrightText {
	color: #999999;
	font-size: 12px;
}
.relativePosition {
	position: relative;
}
.copyMargins {
	padding: 0 3% 0 3%;
}
.blueHead {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:20px;
    font-weight: bold;
	color: #e9b21e;
	text-transform: lowercase !important;
}
.redTitle {
    color: #e9b21e !important;
}
.marginTop {
    margin-top: 20px;
}
.paddingTop {
    padding-top: 100px !important;
}
h5 {
    font-weight: 900;
    color: #e9b21e !important;
}
.greyText {
	color: #999999 !important;
}


  /****************************/
 /*          HEADER          */
/****************************/
.header{
    background-color: #ffffff;
}
.navbar-fixed-top {
	height: 80px;
}
#TMPlogo {
	position: absolute;
	left: 10px;
	width: 310px;
	height: 80px;
	background-image: url(../img/logoHoriz.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
}
#TMPlogoLarge {
	position: absolute;
	left: -20px;
	width: 555px;
	height: 122px;
	margin-bottom: -122px;
	background-image: url(../img/logoLarge.gif);
	background-size: 555px 122px;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 99999 !important;
}



  /****************************/
 /*             BANNER                    */
/****************************/

.hero_parallax {
	background-color: blueviolet;
}
.hero_parallax video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

#bannerCopy {
	width: 100%;
	height: auto; 
	position: absolute;
	left: 0;
	top: 40%;
    font-family: "LTPanneauxExB"!important;
    font-size: 300%;
    font-weight: bold;
    line-height: 120%;
    color: #FFF;
	z-index: 2;
}
#bannerCopy h3 {
    font-family: "LTPanneauxExB"!important;
	line-height: 120%!important;
}



  /****************************/
 /*       PROJECTS ON INDEX          */
/****************************/

.workContainer {
	display: inline-block;
	text-align: center;
	margin: 2% 0;
	position: relative;
}
.workContainer img {
	width: 85%;
	height: auto;
}
.workTint {
	opacity: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: rgba(255,255,255,.85);
	z-index: 800;
}
.workTint:hover {
	opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.workDescription {
	font-family: "LTPanneauxExB", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
	font-size: 30px;
    font-weight: bold;
	line-height: 100%;
	width: 97%;
	padding: 28% 3% 0 0;
	position:absolute;
	z-index: 900;
	text-align: center;
}
.mobileWorkDescription {
	display: none;
}
.product_info h4{
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 0;
    line-height: 100%;
    /*letter-spacing: 1px;*/
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 15px;
}
.product_info p{
    margin: 0 5% 0 5%;
    font-size: 14px;
    line-height: 150%;
    color: #2e2e2e;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 10px;

}


  /****************************/
 /*       PROJECT PAGES      */
/****************************/

.footerAtBottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 50px !important;
}
.workContainerProject {
	display: inline-block;
	text-align: center;
	margin: 1% 0;
	position: relative;
}
.workContainerProject img {
	width: 100%;
	height: auto;
}
.workTintProject {
	opacity: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: rgba(255,255,255,.85);
	z-index: 800;
}
.workTintProject:hover {
	opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.workDescriptionProject {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
    font-size: 120%;
    font-weight: 600;
	line-height: 100%;
	width: 97%;
	/*padding: 28% 3% 0 0;*/
    padding: 40% 10% 60% 5%;
	position:absolute;
	z-index: 900;
	text-align: center;
}
.mobileWorkDescriptionProject {
	display: none;
}

#workIntroFirst {
	padding: 0;
	margin: 100px 0 50px 0;
    text-align: center;
}
.videoWindow {
	position: relative;
	width: 100%;
  	height: 0;
  	padding-bottom: 56.25%;
}
.FOSscreen {
	position: relative;
  	height: 100%;
    padding-bottom: 160.65%;
    top: 0;
}
.projectIframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
}
video {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
}


  /****************************/
 /*     NEW PROJECT PAGES    */
/****************************/

.workContainerPortfolio {
	margin: 0 0 30px 0;
	padding-top: 20px;
}
.workDivider {
	height: 36px;
	background-image: url(../img/divider.png);
	background-position: center;
}

#workIntroFirst {
	margin: 100px 0 20px 0;
	text-align: center;
	padding: 0 15% 0 15%;
}
#workIntroFirst h2 {
	text-transform: uppercase;
}
.workIntro {
	margin: 40px 0 20px 0;
	text-align: center;
	padding: 0 15% 0 15%;
}
.workIntro ul li {
	display: inline;
	padding-right: 20px;
}
.workContainerPortfolio p {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size:14px; 
	line-height: 20px;
}
.workContainerPortfolio h2 {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.workContainerPortfolio h3 {
	font-family: "LTPanneauxExB", Helvetica, Arial, sans-serif;
	line-height: 110%;
	padding-top: 30px;
}

.workContainerPage {
	display: inline-block;
	text-align: center;
	position: relative;
}
.workContainerPage img {
	width: 100%;
	height: auto;
}
.maxWidth75 {
	max-width: 75%;
}
#backButton {
    display: block;
    max-width: 1150px;
    padding-top: 8px;
    font-size: 24px !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #ffffff !important;
    margin: 0 auto;
}
#backButton a:link, #backButton a:visited {
    color: #ffffff;
}
#backButton a:hover, #backButton a:active {
    color: #585858;
}







 /****************************/
 /*         SERVICES       */
/****************************/

.scriptFont {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:34px;
	padding-left: 5px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

  /****************************/
 /*     ABOUT US SECTION    */
/****************************/
.aboutBox {
	border-radius: 20px;
	background-color: #e9b21e;
	padding: 20px;
}
.lineSpace {
	line-height: 120%;
}



  /****************************/
 /*       BLOG             */
/****************************/
#pageTitle {
	width: 100%;
    height: 40px;
	background-color: #a3a3a3;
	position: relative;
	top: 80px;
}
#date h2 {
	display: block;
	color: #FFFFFF;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 7px 0 0 12px;
	text-align: left;
}
#next {
	display: block;
	text-align: right;
	padding: 12px 12px 0 0 !important;
}
#next a:link {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
}
#next a:visited  {
	color: #FFFFFF;
}
#next a:hover  {
	color: #585858;
}
#next a:active  {
	color: #585858;
}
.paddingLeft {
	padding-left: 40px;
}
#blogWatercolour {
	width: 100%;
	height: 356px;
	position: absolute;
	bottom: 0;
	background-image: url(../img/blogColour.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#blogContainer {
	margin: 0 0 100px 0;
}
.blogGrey {
	color: #f8f8f8;
}
.paddingLeft0 {padding-left: 0!important}
.blogContainerPage {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 0 20px 0;
}
.blogContainerPage img {
	width: 100%;
	height: auto;
}
#blogCopy {
	margin: 0 0 20px 0;
	text-align: left;
}
.largeNumberPoint {
    font-size: 200%;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
   /* font-weight: 900; */
    padding: 0 15px 0 0;
}
.pb200 {padding-bottom: 200px !important;
}
.hideDate {
	color: #a3a3a3 !important;
}
.imgLeft {
	width: 400px;
	height: auto;
	float: left;
	padding: 10px 10px 10px 0;
}

.blogBulletList ul {
  list-style: none; /* Remove default bullets */
	font-family:  "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.blogBulletList ul li {
  position: relative; /* allows bullet to be positioned with absolute */
}

.blogBulletList ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f2272b; /* Change the color */
  font-size: 150%; /* Change bullet size */
  line-height: 50%; /* Keep line height */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1.8em; /* Also needed for space (tweak if needed) */
}
.spaceAbove {
    height: 200px;
}


  /****************************/
 /*    CONTACT        */
/****************************/

#contactForm {
    width: 100%;
    border: 0;
    height: 600px !important;
}


  /****************************/
 /*    LOGOS        */
/****************************/

#logos {
    width: 100%;
    border: 0;
    height: 300px !important;
}


  /****************************/
 /*      RESPONSIVE          */
/****************************/

@media all and (min-width: 800px)  {  .workDescriptionProject  { font-size:80%;  } }
@media all and (min-width: 1000px) {  .workDescriptionProject  { font-size:90%;  } }
@media all and (min-width: 1100px) {  .workDescriptionProject  { font-size:100%;  } }
@media all and (min-width: 1200px) {  .workDescriptionProject  { font-size:110%;  } }
@media all and (min-width: 1300px) {  .workDescriptionProject  { font-size:120%;  } }
@media all and (min-width: 1400px) {  .workDescriptionProject  { font-size:130%;  } }
@media all and (min-width: 1500px) {  .workDescriptionProject  { font-size:150%;  } }

@media only screen and (max-width: 1354px) {
	#TMPlogoLarge {
	display: none;
}
}

@media only screen and (max-width: 992px) {
	#TMPlogo {
	width: 265px;
	height: 60px;
}

#linkd {
	display:none!important;
	}
}

@media only screen and (max-width: 810px) {
	#bannerCopy {
	width: 100%;
}
#workIntroFirst {
	padding: 0;
	margin-bottom: 50px;
}
#workIntro {
	padding: 0;
	margin-bottom: 50px;
}
}

@media only screen and (max-width: 768px) {
	
	.home_Height {height: 500px;}
	#bannerCopy {font-size: 250%;}
	
	#linkd {
	display:none!important;
	}
	
	.copyMargins {
	padding: 0 5% 0 5%;
}

	.workTint {display: none;}
	
	.workDescription {display: none;}
    .workDescriptionProject {display: none;}
	
.mobileWorkDescription {
	display: block;
	background-color: #2e2e2e;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 100%;
	width: 80%;
	padding: 20px;
	position:absolute;
	bottom: 0;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
	z-index: 950;
	text-align: center;
	}
.category {
	margin-top: -30px;
	}	
.product_info{
    display: none;
}
.workContainerPortfolio h3 {
	font-family: "LTPanneauxExB", Helvetica, Arial, sans-serif;
	line-height: 110%;
	padding-top: 0px;
}
	
    
	.small_mt {margin-top: 0 !important;}	
#date h2 {
	font-size: 20px;
	padding: 7px 0 0 12px;
}
#next {
	padding: 9px 12px 0 0;
}
#next a:link {
	font-size: 20px;
}
.paddingLeft {
	padding-left: 10px;
}
}


@media only screen and (max-width: 450px) {
	
	.home_Height {height: 400px;}
	#bannerCopy {
		font-size: 200%;
		top: 25%;
	}
	

/*#bannerCopyMobile {
	display: inherit;
	width: 100%;
	height: auto; 
	position: absolute;
	right: 0;
	top: 150px;
}*/
}