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

/*
black: #372d2b
brown: #4E3C39
d-blue: #49475b
md-blue: #2c5a71
ml-blue: #406d80
l-blue: #F94646
green: #acc196
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	box-sizing: border-box;
	letter-spacing: 0.015em;
}
body {
	font-family: 'Lato', sans-serif;font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #372d2b;
	background-color: #f6f4f0;
	max-width: 100%;
	margin: auto;
	overflow-x: hidden;
}
h1 {
	font-size: 46px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: 60px;
}
h2 {
	font-size: 34px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
}
h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
}
h4 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
}
p {
	margin-bottom: 30px;
}
a {
	/*color: #372d2b;*/
	color: #F94646;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
  margin-left: 20px;
}
strong {
	font-weight: 700;
}
strong.col {
	color: #F94646;
}
small, .small {
	font-size: 0.75em;
}
img {
	max-width: 100%;
}
input {
	font-family: 'Lato', sans-serif;font-style: normal;
	color: #372d2b;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	/*border: 1px solid rgba(255,255,255,0.3);*/
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	transition: border-color 1s;
}
textarea {
	font-family: 'Lato', sans-serif;font-style: normal;
	color: #372d2b;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	/*border: 1px solid rgba(255,255,255,0.3);*/
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	transition: border-color 1s;
}
input:focus, textarea:focus {
	border-color: #ffffff;
	transition: border-color 0.66s;
}
input[type=radio] {
	width: auto;
	margin-top: 7px;
}
button {
	font-family: 'Lato', sans-serif;font-style: normal;
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
	color: #bbbbbb;
	background-color: #372d2b;
	padding: 13px;
	min-width: 56px;
	vertical-align: text-top;
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
button:hover {
	color: #ffffff;
	background-color: #F94646;
}
label {
	cursor: pointer;
}
th {
	border-bottom: 1px solid #bbbbbb;
	text-align: left;
}
th, td {
	padding: 2px 5px;
	vertical-align: middle;
}

/*grid*/
.container {
	width: 1100px;
	margin: auto;
	padding: 30px 0 0;
	/*display: table;*/
	position: relative;
}
.span1-2 {
	width: 538px;
	display: inline-block;
	margin-left: 18px;
	padding-bottom: 30px;
}
.span1-2:first-of-type {
	margin-left: 0px;
}
.span1-3 {
	width: 350px;
	display: inline-block;
	margin-left: 19px;
	margin-bottom: 30px;
}
.span1-3:nth-child(3n+1) {
	margin-left: 0px;
}
.span2-3 {
	width: 723px;
	display: inline-block;
	padding-bottom: 30px;
}
.span1-4 {
	width: 255px;
	display: inline-block;
	margin-left: 19px;
	padding-bottom: 30px;
}
.span1-4:nth-child(4n+1) {
	margin-left: 0px;
}
.span3-4 {
	width: 818px;
	display: inline-block;
	margin-left: 19px;
	padding-bottom: 30px;
}

.spacer {
	padding: 25px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fLeft {
	float: left;
	padding-right: 15px;
}
.disabled {
	cursor: not-allowed !important;
}
.strapLine {
	font-size: 46px;
	color: #372d2b;
	text-align: center;
	width: 80%;
	margin: auto;
}
.icon {
	max-width: 120px;
}
.hide {
	display: none;
}
.white {
	color: #ffffff;
}

/*topbar*/
#topBar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	background-color: #372d2b;
	height: 70px;
	overflow: hidden;
}
#topBar .container {
	margin: auto !important;
	padding: 0;
}
#topBar #logo a {
  color: #FFFFFF;
  font-size: 34px;
  line-height: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 10px hsla(0,0%,0%,0.70);
}
#topBar #menu {
	float: right;
	cursor: pointer;
}


/*main*/
main {
	position: absolute;
	width: 100%;
	margin-top: 70px;
}

/*background images*/
.backGroundImage {
  width: 100%;
  min-height: 600px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
	background-image: url(images/backgrounds/bg1.jpg); /*fallback if no jscript*/
}
.topAngle {
	width: 150%;
	height: 100px;
	position: absolute;
	top: -50px;
	left: -25%;
	background-color: #f6f4f0;
	-ms-transform: rotate(1.3deg); /* IE 9 */
	-webkit-transform: rotate(1.3deg); /* Safari */
	transform: rotate(1.3deg);
	z-index: 10;
}
.botAngle {
	width: 150%;
	height: 100px;
	position: absolute;
	bottom: -50px;
	left: -25%;
	background-color: #f6f4f0;
	-ms-transform: rotate(-1.3deg); /* IE 9 */
	-webkit-transform: rotate(-1.3deg); /* Safari */
	transform: rotate(-1.3deg);
	z-index: 10;
}
.backGroundVideo {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
video {
    position: relative;
		top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/video1.jpg) no-repeat;
    background-size: cover;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}








/*footer*/
footer {
	background-color: #372d2b;
	color: #ffffff;
	position: relative;
	padding: 20px 0;
	background-image: url(images/backgrounds/bg4.jpg) !important;
}

footer input, footer textarea {
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.3);
	background-color: transparent;
}
footer input:focus, footer textarea:focus {
	border-color: #ffffff;
	transition: border-color 0.66s;
}
#messageText {
	height: 230px;
}


/*navigation*/
nav {
	text-transform: uppercase;
	font-weight: 700;
	color: #dddddd;
	background-color: #F94646;
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	padding: 20px 20px 20px;
	height: 100vh;
	overflow: auto;
	z-index: 101;
}
nav #menuClose {
	padding: 5px 0 15px;
}
nav ul {
	list-style: none;
}
nav li {
	padding-bottom: 15px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	left: 0px;
	font-size: 18px;
}
nav li a {
	text-decoration: none;
	font-weight: 700;
	color: rgba(255,255,255,0.75);
}
nav li:hover {
	color: #ffffff;
}
nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}
nav ul ul {
	padding-left: 13px;
	display: none;
}
nav ul ul li {
	left: 0;
}


/*google map*/
#map {
	width: 100%;
	height: 100vh;
	min-height: 600px;
}
#map .gm-style-iw {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: normal;
	color: #372d2b;
}


/*ribbons and foils*/
#ribbonWidths label, #foilWidths label {
	padding: 0 25px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 20px;
}
#ribbonWidths label.selected, #foilWidths label.selected {
	font-weight: 700;
}
#ribbonWidths label input, #foilWidths label input {
	margin-bottom: 0;
	margin-right: 8px;
}
.ribbon, .foil {
  width: 200px;
  height: 50px;
  padding: 12px;
	padding-top: 0;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
	position: relative;
	text-align: right;
	line-height: 24px;
}
.foil {
  border-bottom-left-radius: 9px;
	width: 200px;
}
.ribbon, #ribbonTestArea {
  border: dashed hsla(0,0%,0%,0.15);
	border-width: 1px 0;
}
.ribbon.light, .foil.light {
	color: #372d2b;
}
.ribbon img {
	position: absolute;
	left: 0;
	height: 48px;
}
#ribbonTestArea {
  height: 70px;
  width: 100%;
  padding: 10px 10px 10px 43px;
	margin-bottom: 30px;
	background-color: #072c32;
	position: relative;
}
#ribbonText {
  font-size: 46px;
  font-weight: 400;
  font-family: 'Cookie', cursive;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0px;
  color: #c89100;
  position: relative;
  z-index: 5;
	background-color: transparent;
}
#ribbonGloss {
	width: 100%;
	z-index: 1;
	height: 70px;
}
#fontFace, #fontWeight {
	width: 48%;
	display: inline-block;
}
#serif {
  font-family: 'Lora', serif;
	line-height: 28px;
}
#handwriting {	
  font-family: 'Cookie', cursive;
	font-size: 24px;
	line-height: 30px;
}
#ribbonOptions label {
	display: block;
}
#ribbonOptions input {
	margin-bottom: 10px;
}
.ribbonBg, .ribbonGloss {
  width: 100%;
  height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.ribbonGloss {
	z-index: 3;
}
.ribbonBg img {
	max-width: none;
	min-width: 100%;
}

/*order-page*/
.ribbonColour, .foilColour {
	padding-bottom: 10px;
	width: 183px;
	display: inline-block;
	text-align: left;
	cursor: pointer;
}
.ribbonColour:hover, .foilColour:hover {
	font-weight: 700
}
.ribbonColour.selected, .foilColour.selected {
	font-weight: 700
}
.ribbonCircle, .foilCircle {
	float: left;
	width: 27px;
	height: 27px;
	border-radius: 30px;
	margin: 0 10px;
}
.ribbonCircle.light, .foilCircle.light {
	border: 1px dashed #bbbbbb;
}
.orderQty {
	width: auto;
	padding: 17px;
	text-align: center;
	margin: 3px 0 0 0;
}
.lineRemove {
	cursor: pointer;
	font-size: 24px;
}
#orderSend {
	display: none;
}
#orderForm {
	overflow: auto;
}
#orderForm table {
	min-width: 500px;
}
.rPartNo {
	font-size: 13px;
}

/*other stuff*/
#case-study-link {
	cursor: pointer;
}

.slideIn {
	position: relative;
	left: 0;
}

.loader {
	border-bottom: 3px solid transparent;
	border-right: 3px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	margin: auto;
	padding: 18px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.addthis_inline_share_toolbox { /*addthis share buttons*/
	padding-bottom: 20px;
}
.at300b { /*addthis follow buttons*/
	float: none !important;
	padding: 0 5px !important;
}

#alert-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: hsla(0,0%,0%,0.40);
	z-index: 10000;
	visibility: hidden;
}
#alert-box {
	padding: 30px;
	border-radius: 7px;
	background-color: #ffffff;
	display: inline-block;
	min-width: 38%;
}
#alert-text {
	padding-bottom: 30px;
}

/*cookie consent*/
#ccFooter {
	/*display: none;*/
	color: #fff;
	background-color: #57717d;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#ccFooter .container {
	margin-bottom: 0;
	padding: 10px 0;
}
.cc1 {
	width: 550px;
	display: inline-block;
	padding-top: 14px;
}
.cc2 {
	width: 275px;
	display: inline-block;
}


@media only screen and (max-width : 1200px) {
	.container {
		width: 880px;
	}
	.span1-2 {
		width: 428px;
	}	
	.span1-3 {
		width: 270px;
	}	
	.span2-3 {
		width: 503px;
	}	
	.span1-4 {
		width: 200px;
	}	
	.span3-4 {
		width: 655px;
	}
	.topAngle {
		-ms-transform: rotate(2deg); /* IE 9 */
		-webkit-transform: rotate(2deg); /* Safari */
		transform: rotate(2deg);
	}
	.botAngle {
		-ms-transform: rotate(-2deg); /* IE 9 */
		-webkit-transform: rotate(-2deg); /* Safari */
		transform: rotate(-2deg);
	}
	.ribbon, .foil {
		width: 200px;
	}
	.ribbonColour, .foilColour {
		width: 220px;
	}
	.cc1 {
		width: 440px;
		padding-top: 0;
	}
	.cc2 {
		width: 220px;
	}
}



@media only screen and (max-width : 979px) {
	.container {
		width: 670px;
	}
	.span1-2 {
		width: 323px;
	}	
	.span1-3 {
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
	}
	.span2-3 {
		width: 100%;
		margin-left: 0;
	}
	.span1-4 {
		width: 313px;
	}	
	.span3-4 {
		width: 313px;
	}
	.span1-4:nth-child(4n+1) {
		margin-left: 19px;
	}
	.ribbon, .foil {
		width: 203px;
	}
	.ribbonColour, .foilColour {
		width: 223px;
	}
	.cc1 {
		width: 100%;
		text-align: center;
	}
	.cc2 {
		width: 50%;
		text-align: center;
	}
}



@media only screen and (max-width : 767px) {
	h1, .strapLine {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 23px;
	}
	h4 {
		font-size: 20px;
	}
	.container {
		width: 461px;
	}
	.span1-2 {
		width: 100%;
		display: inline-block;
		margin-left: 0;
	}	
	.span1-3 {
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
	}
	.span2-3 {
		width: 100%;
		margin-left: 0;
	}
	.span1-4 {
		width: 200px;
	}		
	.span3-4 {
		width: 217px;
	}
	.ribbon, .foil {
		width: 133px;
		padding-top: 0px;
	}
	.ribbonColour, .foilColour {
		width: 230px;
	}
}



@media only screen and (max-width : 480px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	.span1-4 {
		width: 100%;
		margin-left: 0;
	}		
	.span3-4 {
		width: 100%;
		margin-left: 0;
	}
	#topBar .container {
		padding: 0 15px;
	}
	#topBar #logo a {
		font-size: 19px;
	}
	#map {
		width: 100%;
		height: 100vh;
		min-height: 480px;
	}
	.ribbon, .foil {
		width: 116px;
	}
	.ribbonColour, .foilColour {
		width: 100%;
	}
}


