
@font-face {
  font-family: 'druk-medium';
  src: url('/static/fonts/DrukWide-Medium.ttf')  format('truetype'),
      url('/static/fonts/DrukWide-Medium.woff2') format('woff2');

}
@font-face {
  font-family: 'druk-super';
  src: url('/static/fonts/DrukTextWide-Super.ttf')  format('truetype'),
      url('/static/fonts/DrukTextWide-Super.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/fonts/DrukTextWide-Super.woff') format('woff'); /* Pretty Modern Browsers */ /* Safari, Android, iOS */

}
@font-face {
  font-family: "druk-bold"; 
  src: url("/static/fonts/DrukWide-Bold-Web.ttf") format("truetype");
}
@font-face {
  font-family: "letter-gothic-std"; 
  src:  url("/static/fonts/LetterGothicStd-Bold.woff") format("woff"); 
}

body {
	-webkit-font-smoothing: antialiased;
/*	background-image: url('../img/common/creampaper_@2X.png');*/
/*	background-size: 10%;*/
	background-repeat: repeat;
	background-color: #fff;
	font-family: 'letter-gothic-std', sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000000;
	text-transform: none;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

header {
	padding-top: 30px;
  	padding-bottom: 30px;
}

img {
	width: 100%;
}

h1, h2 {
  font-family: 'druk-bold', 'druk-super', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 24px;
}
h3 {
  font-family: 'druk-medium', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1.5em;
}
p, label, h4 {
  font-family: 'letter-gothic-std', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
}
a {
 color: #000!important;
}
h1, h2, h3, h4 {
	margin-bottom: 30px;
}

.h1-title {
	font-size: 28px;
	margin-bottom: 45px;
}
.h3-subtitle {
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0 0px;
}
.h3-subtitle-padded {
		margin: 0 0 45px;
	}
.page-paragraph {
	margin: 0 0 30px;
}

.heading-light {
	font-family: 'letter-gothic-std', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 16px;
}

.mobile {
	display: block
}
.desktop {
	display: none;
}

.break-large {
	display: none;
}

/* COLOURS */

.accent {
	color: #ec7d8d;
}
.secondary {
	color: #d1a699;
}

.loader {
  opacity: 0;
  pointer-events: 0;
  position: fixed;
  left:50%;
  top:50%;
  width: 32px;
  height:32px;
  background-color: #fff;
  border: 2px solid #d1a699;
  animation: spin-loader 2s infinite;
  -webkit-animation: spin-loader 2s infinite;
  transform-origin: 50%;
  -webkit-transform-origin: 50%;
}
.loader.active {
  opacity: 1!important;
}

@keyframes spin-loader {
  0%   { transform: translate3d(-50%, -50%, 0) rotateZ(0); width: 32px; height: 32px; }
  50%   { width: 16px; height: 16px; }
  100%   { transform: translate3d(-50%, -50%, 0) rotateZ(720deg); width: 32px; height: 32px; }
}
@-webkit-keyframes spin-loader {
  0%   { -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(0); width: 32px; height: 32px; }
  50%   { width: 16px; height: 16px; }
  100%   { -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(720deg); width: 32px; height: 32px; }
}

.masthead-logo-mobile {
	width: 65%;
	margin: 40px auto 20px;
}
#about-section {
	padding-top: 0px
}
.main-container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}
.main-container .active {
	opacity: 1;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.fullscreen-element {
	height: auto;
	-webkit-transition: opacity .5s ease;
  	-moz-transition: opacity .5s ease;
  	transition: opacity .5s ease;
}
.intro-box p {
	font-family: 'druk-medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 60px 0;
}
.body-title {
	font-size: 14px;
    line-height: 20px;
    font-family: 'druk-medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.image-loader-container {
	position: relative;
}

.social-icon {
	width: 34px;
}

.paragraph-left .link-button {
	float:auto;
}
.text-right .link-button {
	float:auto;
}
.text-center .link-button {
	margin-left: auto;
	margin-right: auto;
}
.paragraph-right, 
.paragraph-left {
	text-align: center
}


.box-shadow-container {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.container {
		width: 375px!important;
	}
}
@media (max-width: 374px) {
	.container {
		width: 100%!important;
	}
}

@media (min-width: 576px) {
	header,
	section {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	.section-joined-top {
		padding-top: 0;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	section {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	h1, h2, h3, h4 {
		margin-bottom: 30px;
	}
	.h3-subtitle {
		font-size: 14px;
		line-height: 20px;
		margin: 0
	}
	.h3-subtitle-padded {
		margin: 0 0 45px;
	}
	.mobile {
		display: none
	}
	.desktop {
		display: block;
	}
	#about-section {
		padding-top: 120px;
	}
	.fullscreen-element {
		height: 100%;
	}
	#clients object {
		max-width: 80px;
		height: 100px;
	}
	.intro-box p {
		font-size: 12px;
		line-height: 18px;
	}
	.paragraph-left .link-button {
		float:left;
	}
	.paragraph-right .link-button {
		float:right;
	}
	.paragraph-left {
		text-align: left;
	}
	.paragraph-right {
		text-align: right;
	}
	.box-shadow-container {
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	h1, h2 {
	  font-family: 'druk-bold', 'druk-super', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	  font-size: 30px;
	}
	h3 {
	  font-family: 'druk-medium', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	}
	.h1-title {
		font-size: 55px;
		margin-bottom: 90px;
	}
	.h3-subtitle {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 0px;
	}
	.h3-subtitle-padded {
		margin: 0 0 80px;
	}
	.page-paragraph {
		margin: 0 0 45px;
	}
}
@media (min-width: 1200px) {
	.intro-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.break-large {
		display: block;
	}
}


.header-logo {
	width:45px;
	height:35px;
	fill: #fff;
	margin-top: 10px;
}
.top-logo {
	width:366px;
	height:133px;
	fill: #fff;
	margin-bottom: 5px;
}
.simple-divide {
	height: 20px;
}


.background-image-holder {
	background-position: center;
}
.background-image-holder-inner {
	opacity: 0;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	transition: all .5s ease;
}
.background-image {
	opacity: 0;
	position: absolute;
	width:0;
	height:0;
}
.background-image-overlay {
	position: absolute;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.halfscreen-element {
	overflow: hidden;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
}
.halfscreen-element-logo {
	position: absolute;
	width:200px;
	height:200px;
	left:50%;
	top:50%;
	margin-left: -100px;
	margin-top: -100px;
}


.box-shadow-container-inner {
	position: relative;
}
.image-box-shadow-1 {
	width: 100%;
	height:100%;
	left:-4%;
	background-color: #f0e5e3;
	position: absolute;
	margin-top: 4%;
	opacity: .5;
	z-index: -1;
}
.image-box-shadow-2 {
	width: 100%;
	height:100%;
	left:-8%;
	background-color: #f0e5e3;
	position: absolute;
	margin-top: 8%;
	opacity: 0.5;
	z-index: -2;
}


.text-caps {
	text-transform: uppercase;
}


.page-paragraph a {
	color: #ec7d8d!important;
}
.page-paragraph:last-child {
	margin-bottom: 0;
}


#rotate-warning {
  background-color: #d1a699;
  position: fixed;
  width:100%;
  height:100%;
  z-index: 999;
  top:0;
  display: none;
}
#rotate-container {
  width:220px;
  height:auto;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
#rotate-sprite {
  width:50px;
  height:50px;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('../img/common/flip.png');
   animation: flipRotate 2s infinite cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-animation: flipRotate 2s infinite cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#rotate-warning h3 {
	color: #fff;
	font-size: 14px;
}
@-webkit-keyframes flipRotate {
  0% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(360deg); }
}
@keyframes flipRotate {
  0% { transform: rotateZ(0); }
  100% { transform: rotateZ(360deg); }
}


@media only screen and (orientation:landscape) and (max-device-width: 812px) {
    #rotate-warning {
    	display: block;
    }
}

.section-joined-top {
	padding-top: 0;
}
.section-joined-bottom {
	padding-bottom: 0;
}

.nobr { white-space:nowrap; display: inline-block; }
