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

@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");

html{
	color: #4c4c4c;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Oswald", Helvetica, sans-serif;
	font-weight:400;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	min-width:320px;
	overflow-x: hidden;
	font-size: 16px;
	
}

#gaurantee{
	color: white;
	background: rgba(0,0,0,0.8);
	padding: 2rem;
	margin-top: -2em;
}

.footer img, #gaurantee img{
	display: inline-block;
}

img.icon{
	height: 20px;
	margin-right: 1rem;
}
img.icon.large{
	height: 50px;
	margin-right: 1rem;
}
.icon.flag{
	box-shadow:1px 1px 3px grey;
}

p {
	font-weight:300;
	font-size:1.1em;
	}
	
h2 {
	font-weight:700;
	font-size:1.65em;
	line-height:1.2em;
	margin:0.15em 0 1.2em 0;
	}

h3 {
	font-weight:700;
	font-size:1.4em;
	margin:0 0 0.5em 0;
	}
	
h4 {
	font-weight:400;
	font-size:1.3em;
	margin:0 0 0.5em 0;
	color: #CC0000;
	}
	
h5, .footer h5 {
	font-weight:700;
	font-size:1.1em;
	line-height:1em;
	margin: 1.2rem 0;
	}
	
a:link, a:visited  {
	 color: #8f1116;
	 text-decoration:none;
}

a:link:hover, a:active {
	 color: #c7181f;
	 text-decoration:underline;
}



	
	

#header {
	margin:0em 1.5em;
}

/* Navigation */

#nav-main, #nav-trigger, #nav-mobile {
	text-transform: uppercase; 
	font-weight:700;
}


#nav-trigger {
	display: none;
	font-size:22px;
	text-align: right;  
	padding: 53px 0 0 0;
}
  
#nav-trigger span {
    display: inline-block;
    cursor: pointer;
	border-bottom: 7px solid #e8d19d;
	padding:0 10px;
}

nav#nav-main ul {
	list-style-type: none;
    margin: 0;
	padding:60px 0 0 0;
	float:right;
	font-size:0;
}
	
nav#nav-main li {
    display: inline-block;
	font-size:16px;
}

.footer li{
	line-height: 1.4rem;
}
	
nav#nav-main li a {
	border-bottom: 7px solid #e8d19d;
	padding:0 7px;
}
	
nav#nav-main li a:hover{
    border-bottom: 7px solid #8f1116;
	cursor:pointer;
}
	 
nav#nav-main li:first-child {
    padding-left: 0px; 
}
		  
nav#nav-main a {
    display: block;
    padding-left: 0px; 
	margin:0;
	color:#000;
	text-decoration:none;
	
	}
	
nav#nav-mobile {
	position: relative;
	display: none; 
	width:100%;
}
  
nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}
	
nav#nav-mobile li {
    display: block;
    border-bottom: solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	background-color:#c7181f; 
	padding:1em;
}

nav#nav-mobile li:first-child {
	margin-top:16px;
	border-top:7px solid #000;
}
	
nav#nav-mobile li a:hover {
	color:#000;
}
	
nav#nav-mobile ul,li { list-style-type: none;
	list-style-position:inside;
	margin:0;
	padding:0; 
}
	
nav#nav-mobile li:last-child {
	border-bottom:7px solid #000;
}
	  
nav#nav-mobile a {
	display: block; 
	color:#fff;
	text-decoration:none;
}

/* Active Links */
body.home nav#nav-main li a.home, 
body.the-range nav#nav-main li a.the-range, 
body.the-kit nav#nav-main li a.the-kit, 
body.history nav#nav-main li a.history, 
body.news-and-events nav#nav-main li a.news-and-events, 
body.stockists nav#nav-main li a.stockists, 
body.contact nav#nav-main li a.contact {
	border-bottom: 7px solid #c7181f;
	cursor:default;
}

body.home nav#nav-mobile li a.home, 
body.the-range nav#nav-mobile li a.the-range, 
body.the-kit nav#nav-mobile li a.the-kit, 
body.history nav#nav-mobile li a.history, 
body.news-and-events nav#nav-mobile li a.news-and-events, 
body.stockists nav#nav-mobile li a.stockists, 
body.contact nav#nav-mobile li a.contact {
	color:#000;
	cursor:default;
}


@media all and (max-width: 767px) {
  #nav-trigger {
    display: block;
	 }

  nav#nav-main {
    display: none;
	 }

  nav#nav-mobile {
    display: block;
	z-index:999;
	} 
}


/* Navigation ENDS */


.news-slider .text-content {
	visibility:hidden;
  position:absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(0,0,0,0.6);
  padding: 1em 1em 2em 1em;
  width: 300px;

  border-bottom:7px solid #c7181f;
  color:#FFFFFF;
}
.news-slider .text-content h2 {
  font-size:1.4em;
  margin: 0;
  text-transform:uppercase;
  font-weight:400;
}

.news-slider .text-content p {
	line-height:1.5em;
	padding-bottom:1em;
	}

.news-slider .text-content p {
  margin: 1em 0;
}
.news-slider .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 3em;
  right: 3em;
}
.news-slider .image-content {
  line-height: 0;
}
.news-slider .image-content img {
  width: 100%;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}
.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}

@media (min-width: 640px) {
	.news-slider .image-content img {
	  width: 100%;
	}
}


@media (min-width: 960px) {
	.news-slider .text-content {
		visibility:visible;
	}
	
}
/* Home Page Slider ENDS */



#am-logo {
	float: left;
	width:110px;
	height:120px;
	background-image:url(../images/action-man-logo.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}



#page-content {
	background-color: #e8d19d;
	background-image:url(../images/background-480.jpg);
	background-size:fit;
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
}


.title {
		height:65px; 
		width:100%; 
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.7) 80%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,0,0,0.2)), color-stop(80%,rgba(0,0,0,0.7)));
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.7) 80%);
		background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.7) 80%);
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.7) 80%);
		background: linear-gradient(to left,  rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.7) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


.title h1 {
	font-size:30px;
	line-height:65px;
	color:#FFF;
	margin:0;
}

.contents-box p {
	margin:0 0 1.5em 0;
	letter-spacing:-0.02em;
	font-weight:300;
	font-size:0.9em;
}

.constrained-width {
	max-width: 96%;
	width: 1500px;
	margin: 2em auto;
	position:relative;
	padding-bottom: 2rem;

}
	


/* Tiles */

	.tile {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		margin-bottom:2em;
	}

	.tile .image {
		display: block;
		width: 100%;
		font-size:0;
		background-color:#FFF;
		line-height:0;
	}

	.tile .image img {
		max-width: 100%;
  		outline-offset: -10px;
			
	}
	
	.tile .image img:hover {
		outline: 10px solid #c7181f;
	}
			
		
	.tile {
		display: flex;
		position:relative;
	}

	.tile .content {
		padding: 1em 1.5em 2em 1.5em;
		background:rgba(0,0,0,0.8);
		color:#FFF;
	}
	
	.tile .content h3 {
		text-transform:uppercase;
		margin:0 0 1em 0;
		font-size:1.25em;
	}
	
	.tile .content p {
		margin:0 0 2em 0;
		font-weight:300;
	}

	/* --- */

	.tiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		padding: 0.7rem;
	}
	
	.tiles .tile {
		width: calc(25% - 0.7em);
		margin-left: 0.35rem;
		margin-right: 0.35rem;
	}
	
	.coming-soon, .limited-edition, .anniversary, .out-of-production {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -6px;
	right: -7px;
	background-size: contain;
	pointer-events: none;
		}
		
	.coming-soon {
 		background-image:url(../images/coming-soon.png);
		}
		
	.limited-edition {
 		background-image:url(../images/limited-edition.png);
		}
		
	.anniversary {
 		background-image:url(../images/50th-anniversary.png);
		}

	.out-of-production {
 		background-image:url(../images/out-of-production.png);
		}

	.out-of-production-bar {
		background-color: #A6A6A6; 
		width:100%; 
		padding:10px; 
		text-align: center
	}

		@media screen and (max-width: 960px) {
			.tiles .tile {
				width: calc(50% - 0.7em);
				
			}
		}

		@media screen and (max-width: 540px) {
			.tiles {
				display: block;
			}

			.tiles .tile {
				width: 100%;
			}
		}
		
/* Tiles END */



/* Figure pages */

		#peeping {
		position:absolute;
		width:120px;
		height:120px;
		right:80px;
		top:6px;
		background-size:contain;
		background-position:bottom right;
		background-repeat:no-repeat;
		z-index:-10;
	}
	
		.soldier-deluxe {
					background-image:url(../images/peeping-am-soldier-deluxe.jpg);
		}

		.pilot-deluxe {
					background-image:url(../images/peeping-am-pilot-deluxe.jpg);
		}	

		.sailor-deluxe {
					background-image:url(../images/peeping-am-sailor-deluxe.jpg);
		}

		.soldier {
					background-image:url(../images/peeping-am-soldier.jpg);
		}

		.pilot {
					background-image:url(../images/peeping-am-pilot.jpg);
		}	

		.sailor {
					background-image:url(../images/peeping-am-sailor.jpg);
		}	

		.action-soldier {
					background-image:url(../images/peeping-am-action-soldier.jpg);
		}
		
		.scuba-diver {
			background-image:url(../images/peeping-am-scuba-diver.jpg);
		}
		
		.footballer {
			background-image:url(../images/peeping-am-footballer.jpg);
		}
	
		.ski-patrol {
			background-image:url(../images/peeping-am-ski-patrol.jpg);
		}
	
		.british-infantryman {
			background-image:url(../images/peeping-am-british-infantryman.jpg);
		}
		
		.paratrooper {
			background-image:url(../images/peeping-am-paratrooper.jpg);
		}
		
		.bobby-moore {
			background-image:url(../images/peeping-am-bobby-moore.jpg);
		}

		.bobby-moore-wh {
			background-image:url(../images/peeping-am-bobby-moore-wh.jpg);
		}
		
		
		.clearfix {
			background-color:#FFF;
			overflow: auto;
		}
		
		.fig-image {
			height:0px;
			width:0px;
			float:left;
			overflow:hidden;
			visibility:hidden;
		}
		
		
		.fig-image img {
			height:430px;	
			margin-left: -40px;	
		}
		
		
		.body-copy {
			margin:2em;
		}
				
		.contents-combined {
			float:left;
			width:100%;
		}
		
		.contents-list {
			width:100%;
			float:left;
			background-color:#c7181f;
			color:#fff;
		}
		
		.contents-list-txt {
			color:#fff;
			padding:1.5em 2em 1.5em 2em;
		}
		
		.contents-list-txt h4 {
				margin:0;
				color: #FFF;
			}
			
			.contents-list-txt ul {
				list-style-position:outside;
				padding: 0 1em;
				margin: 0.5em 0 0 0;
			}
			
			.contents-list-txt li {
				list-style:disc;
				font-weight: 500;
			}
		
		.contents-box {
			width:100%;
			text-align:center;
			float:left;
		}
		
		.contents-box img {
			width:80%;
			height:auto;
			margin: 2em 0;
		}

		.figure-gallery-1, 
		.figure-gallery-2, 
		.figure-gallery-3, 
		.figure-gallery-4,
		.figure-gallery-5 {
			width:100%;
			margin-top:2%;
			height:auto;
			
		}
		
		.figure-gallery-1 img, 
		.figure-gallery-2 img, 
		.figure-gallery-3 img, 
		.figure-gallery-4 img,
		.figure-gallery-5 img {
			width:100%;
			height:auto;			
		}
			
/* Figure pages END */

			.button {
				font-family: "Oswald", Helvetica, sans-serif;
				background-color: #c7181f;
				color: #fff!important;
				font-size:1.2em;
				padding: 0.4em 1em;
				text-decoration:none!important;
			}
.no-spacing{
	padding: 0 !important;
	display: block !important;
}

				.button:hover {
					background-color: #8f1116;
				}


.footer {
	clear:both;
	background-color:#FFFFFF;
}

.footer-container {
	width:90%;
	margin:0 auto;
	overflow: hidden;
	font-size: 0.95em;
	font-weight: 300;
	}


.hasbro {
		width:100%;
		padding-right:0;
		border-bottom:1px solid #000;
		border-right:0;
		float:left;
		margin:0;
}

	.hasbro img {
		margin-right:1em; 
		margin-bottom:1em; 
		float:left;
		width:100px;
		height:110px;
	}
	
.artscience {
		width:100%;
		float:right;
		padding-bottom:2em;
		
}

	.artscience img {
			margin-top:0.2em;
			width: 188px;
			height: 38px;
	}


.footer-container .hasbro p, .footer-container .artscience  p {
	font-size:0.85em;
	font-weight:300;
	text-align:left;
	margin-top:1.25em;
}

.footer-container .hasbro p strong, .footer-container .artscience  p strong {
	font-weight:400;
}

.footer-container .hasbro h3, .footer-container .artscience  h3 {
	font-size:1.15em;
	font-weight:700;
	text-align:left;
	margin-bottom:0.25em;
}


/* History */

.history-sections {
	position:relative;
	background-color:#FFF;
	margin:0 0 2em 0;
	padding:0;
	min-height:450px;
	clear:both;
}

.history-sections:last-child {
	margin-bottom:0em;
}

.history-sections-content {
	padding:2em;
}

.history-sections-content h3 {
	margin-bottom:0.5em;
}


.history-box {
	width:100%;
	height:auto;
}

.history-logo {
	width:100%;
	height:auto;
	margin-bottom:1em;
}

.history-logo-hasbro {
	width:50%;
	height:auto;
	margin-bottom:1em;
}

.history-head {
		width:100%;
		height:auto;
	}
	
	.amhq {
		background-color:#f7cf11;
		border:10px solid #fff;
	}
	
	.amhq a {
		color:#fff;
		text-decoration:none;
	}
	
	.amhq p {
		clear:both;
	}
	
	.amhq-logo {
		width:100px;
		float:left;
		margin-bottom:1em;
	}
		
	.amhq-laptop {
		width:100px;
		float:right;
	}
	
	.look-stockists {
		width:100%;
		height:150px;
		background-image:url(../images/looking-for-stockists.jpg);
		background-size:cover;
	}
		
	.stockists-logos {
		text-align:center;
	}
	
	.stockists-row {
		width:100%;
		border-bottom: 4px solid #CC0000;
	}
	
	.stockists-row:first-child {
		border-top: 4px solid #CC0000;
	}
	
	.stockists-row img {
		width:100%;
		height:auto;
		padding:0.75em 0;
	}
	
	.stockists-table {
		background-color:#FFF; 
	}
		
		.stockists-table table, .stockists-table td, .stockists-table th {
			border: 1px solid black;
			padding:0.5em;
		}
		
		.stockists-table table {
			border-collapse: collapse;
			width: 100%;
		}
		
		.stockists-table th {
			text-transform:uppercase;
			text-align: left;
			background-color:#CC0000;
			color:#FFF;
		}
		
		.stockists-table td {
			font-weight:300;
		}
		
		.stockists-table td:first-child {
			font-weight:400;
		}
		
		.stockists-table th:nth-child(2), td:nth-child(2) {
			display:none;
		}
		
		.stockists-table td:nth-child(3) {
			overflow-wrap: break-word;
  			word-wrap: break-word;
			-ms-word-break: break-all;
			word-break: break-all;
		}
		
		.stockists-table td:nth-child(4) {
			font-weight:400;
		}
		
		
		/* Contact pages */
		
		.contact-pic {
			width:100%;
			height:150px;
			background-image:url(../images/contact.jpg);
			background-size:cover;
		}
		
		.contact-info {
			width:100%;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			margin:2em 0;
		}
		
		.mailchimp-form {
			width:100%;
			background-color:#ce171f;
		}
		
		.mailchimp-form-inset {
			padding:1em;
		}
		
		.mailchimp-form-inset h3 {
			color:#FFFFFF;
			margin-bottom:1em;
		}
		
		label{
			float: left;
			display: inline-block;
			clear: left;
			text-align: left;
			color:#fff;
			font-weight:700;
			line-height:2em;
		}
		
		input {
		  display: inline-block;
		  float: left;
		}
		
		.form-fields {
			width:186px;
			padding:6px 6px 7px 6px;
			font-family: "Oswald", Helvetica, sans-serif !important;
			font-size:1em;
			font-weight:400;
			outline:none;
			font-family: Arial, Helvetica, sans-serif;
			background-image:url(../images/form-field-bckgnd.png);
			box-shadow:none !important;
			border:0px;
			margin-bottom:1em;
		}
		
		.submit {
			float:left;
			margin-bottom: 2em;
		}
		
		.button-submit {
				font-family: "Oswald", Helvetica, sans-serif;
				background-color: #8f1116;
				color: #fff;
				font-size:1.2em;
				padding: 0.4em 1em;
				text-decoration:none;
				text-transform:uppercase;
				margin-top:0.5em;
				border:0;
			}

				.button:hover-submit {
					background-color: #FFF;
					color: #c7181f;
				}
	
	
	

.head {
	position:absolute;
	bottom:0;
	right:0;
	height:240px;
	width:240px;
}

.logo {
	position:absolute;
	top:30px;
	right:30px;
	height:100px;
	width:240px;
}

.desktop {
   display: none;
}

@media (min-width: 480px) {
	#am-tag, #am-tag-home {
		position:absolute;
		top:-30px;
		left:140px;
		width:175px;
		height:175px;
		background-image:url(../images/tag-2018.png);
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		z-index:9999;
	}
	
	#am-tag-fiftieth {
		position:absolute;
		top:-30px;
		left:140px;
		width:175px;
		height:175px;
		background-image:url(../images/tag.png);
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		z-index:9999;
	}
	
	
	
	.coming-soon, .limited-edition, .anniversary {
  		width: 120px;
  		height: 120px;
		}
		
	.history-logo {
		width:80%;
		float:left;
	}
	
	.history-logo-hasbro {
		width:40%;
		height:auto;
		margin-bottom:1em;
	}
	
	.amhq-logo {
		width:140px;
		margin-bottom:1.5em;
	}
		
	.amhq-laptop {
		width:140px;
	}
	
	.look-stockists {
		height:220px;
	}
	
	.stockists-row img {
		width:70%;
		padding:0.85em 0;
	}
	
	.contact-pic {
		height:220px;
	}
	
	label{
		width: 120px;
	}
	
	.form-fields {
		width:160px;
	}
	
	.button-submit {
		margin-left:120px;
	}
		
}

@media (min-width: 540px) and (max-width: 768px) {
	

	
	.tile .content {
				padding: 1.25em 1.5em 2em 1.5em ;
			}
	
	.coming-soon, .limited-edition, .anniversary {
  		width: 100px;
  		height: 100px;
		}
		
	.fig-image {
		height:430px;
		width:280px;
		visibility:visible;
	}
	
	.history-logo {
		width:60%;
	}
	
	.history-logo-hasbro {
		width:40%;
		height:auto;
		margin-bottom:1em;
	}
	
	.history-head {
		width:50%;
		height:auto;
		float:right;
		margin-top:3em;
	}

	.stockists {
		height:280px;
	}
	
	.stockists-row img {
		width:50%;
		padding:0.95em 0;
	}
	
	.contact-pic {
		height:280px;
	}
	
	label{
		width: 120px;
	}
	
	.form-fields {
		width:270px;
	}
	
	
}



@media (min-width: 640px) {
	
	
	
	.contents-list {
		margin-top:2em;
	}
	
	.mobile {
     display: none;
   }

   .desktop {
     display: block;
   }
   
}


@media (min-width: 768px) {
	#page-content {
		background-image:url(../images/background-768.jpg);
	}	

	
	.tile .content {
				padding: 1.25em 1.5em 2em 1.5em ;
			}
	
	.footer {
		padding-top:1.5em;
	}

	.footer-container {
		max-width: 1200px;
		margin: 0 auto;
	}

	.footer-section{
		width: 50%;
		float: left;
		text-align: center;
	}

	.hasbro {
		width:56%;
		padding-right:3%;
		border-right:1px solid #000;
		border-bottom:none;
		float:left;
		margin-bottom:40px;
	}
	
	.artscience {
		width:37%;
		float:right;
		margin-top:0;
	}


	.title {
		height:75px;
	}
	
	
	.title h1 {
		font-size:36px;
		line-height:75px;
	}
	
	
	.clearfix {
		padding-bottom:0em;
	}
	
	.fig-image {
		height:430px;
		width:280px;
		visibility:visible;
	}
	
	.contents-list {
		margin-top:2em;
		margin-bottom:2em;
	}

	.contents-box {
		width:40%;
		float:right;
		margin-top:2em;
		margin-right:2em;
		margin-bottom:2em;
	}
	
	.contents-box {
			text-align:right;
		}
		
		.contents-box img {
			max-height:200px;
			width:auto;
			margin: 0;
		}
	
		
		.figure-gallery-1, 
		.figure-gallery-2 {
			width:32.5%;
			float:left;
			margin-right:1.25%;
			margin-top:1%;
		}
		
		.figure-gallery-3 {
			width:32.5%;
			float:right;
			margin-right:0;
			margin-top:1%;
		}
		
		.figure-gallery-4 {
			width:49.25%;
			float:left;
			margin-top:0.5%;
		}
		
		.figure-gallery-5 {
			width:49.25%;
			float:right;
			margin-top:0.5%;
		}
		


	#peeping {
		visibility:hidden;
	}
	
	#am-tag-home {
		top:-30px;
		left:140px;
		width:220px;
		height:220px;
	}
	
	.history-logo {
		position:absolute;
		top:1.5em;
		right:2em;
		width:225px;
	}
	
	.history-logo-hasbro {
		top:-1em;
		right:2em;
		width:125px;
	}
	
	.history-sections-content h3 {
		margin-bottom:2em;
	}
	
	.history-box {
		width:32%;
		float:left;
		margin-right:30px;
		margin-bottom:2em;
	}
	
	.history-head {
		width:40%;
		height:auto;
		float:right;
		margin-left:1em;
		margin-top:2.9em;
	}
	
	.amhq p {
		clear:none;
	}
	
	.amhq-logo {
		width:140px;
		float:none;
	}
		
	.amhq-laptop {
		width:350px;
		margin-left:2em;
		margin-top:3em;
		margin-bottom:1em;
	}
	
	.look-stockists {
		float:left;
		width:40%;
		height:280px;
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	.stockists-logos {
		padding-top:1em;
		border-top: 6px solid #CC0000;
		border-bottom: 6px solid #CC0000;
	}
	
	.stockists-row {
		width:50%;
		border: none;
		float:left;
	}
	
	
	.stockists-row:first-child {
		border-top: none;
	}
	
	.stockists-row img {
		width:200px;
		height:auto;
		padding:0.75em 0;
	}
	

	
	.stockists-table td:nth-child(3), .stockists-table td:nth-child(4) {
			overflow-wrap: normal;
  			word-wrap: normal;
			-ms-word-break: normal;
			word-break: keep-all;
		}
	
	
	.stockists-table th:nth-child(2), .stockists-table td:nth-child(2) {
		display:table-cell;
		width:30%;
	}
	
	.contact-pic {
		float:left;
		width:60%;
		height:440px;
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	.contact-info {
		float:right;
		width:40%;
		border-top:0;
		border-bottom:0;
		margin:0;
	}
	
	.mailchimp-form {
		clear:both;
	}
	
	.mailchimp-form-inset {
			padding:2em;
		}
	
	label{
		width: 140px;
		font-size:1.1em;
	}
	
	.form-fields {
		width:450px;
		font-size:1.1em;
	}
	
	.button-submit {
		margin-left:140px;
		border:0 !important;
	}
		
	
}



@media (min-width: 960px) {
	nav#nav-main li a {
		border-bottom: 7px solid #e8d19d;
		padding:0 10px;
	}
	
	#peeping-am {
		float: right;
		width:240px;
		height:120px;
		background-size:contain;
		background-position:bottom right;
		background-repeat:no-repeat;
		z-index:-10;
	}
	
	.peeping-eighteen-group {
		background-image:url(../images/peeping-am-2018.jpg);
	}
	
	.peeping-eighteen-group-standard {
		background-image:url(../images/peeping-am-2018-standard.jpg);
	}
	
	.peeping-modern-group {
		background-image:url(../images/peeping-am-1.jpg);
	}
	
	.peeping-range {
		background-image:url(../images/peeping-am-3.jpg);
	}
	
	.peeping-history {
		background-image:url(../images/peeping-am-history.jpg);
	}
	
	.peeping-stockists {
		background-image:url(../images/peeping-am-stockists.jpg);
	}
	
	.peeping-contact {
		background-image:url(../images/peeping-am-contact.jpg);
	}
	
	#peeping {
		position:static;
		float:right;
		visibility:visible;
	}
	
	#page-content {
		
		background-image:url(../images/background-960.jpg);
	}

	
	.extra-tile {
		visibility:hidden;
		height:0px;
	}
	
	
	.coming-soon, .limited-edition, .anniversary {
  		width: 100px;
  		height: 100px;
		}
		
	.body-copy {
			margin:3em;
		}
		
	
		.figure-gallery-1, 
		.figure-gallery-2, 
		.figure-gallery-3, 
		.figure-gallery-4 {
			width:19.5%;
			float:left;
			margin-right:0.625%;
			margin-top:0.625%;
		}
		
		.figure-gallery-5 {
			width:19.5%;
			float:right;
			margin-right:0;
			margin-top:0.625%;
		}
		
	.amhq-logo {
		width:160px;
		float:none;
	}
		
	.amhq-laptop {
		width:420px;
		margin-left:2em;
		margin-top:0;
		margin-bottom:0;
	}
	
	.look-stockists {
		height:550px;
	}
	
	.stockists-logos {
		width:60%;
		padding-top:1em;
		border-top: 6px solid #CC0000;
		border-bottom: 6px solid #CC0000;
	}
	
	.stockists-logos img {
		width:150px;
	}
	
	.stockists-table {
		padding:0 2em 2em 2em
	}
	
	.stockists-table th:nth-child(2), .stockists-table td:nth-child(2) {
		display:table-cell;
		width:auto;
	}
	
	.contact-pic {
		height:550px;
	}
	
	label{
		width: 140px;
		font-size:1.1em;
	}
	
	.form-fields {
		width:630px;
		font-size:1.1em;
	}
	
}


@media (min-width: 1280px) {
	#header {
		margin:0em 2.5em;
	}
	
	nav#nav-main ul {
		padding:94px 0 0 0;
	}
	
	nav#nav-main li {
		font-size:18px;
	}
	
	nav#nav-main li a {
		padding:0 15px;
	}
	
	#am-logo {
		width:160px;
		height:160px;
	}

	#peeping-am {
		width:300px;
		height:160px;
	}
	
	#peeping {
		width:160px;
		height:160px;
	}
	
	#am-tag, #am-tag-fiftieth {
		top:-30px;
		left:220px;
		width:220px;
		height:220px;
	}
	
	#am-tag-home {
		top:-30px;
		left:220px;
		width:320px;
		height:320px;
	}
	
	#page-content {
		background-image:url(../images/background-1280.jpg);
	}
	
	
	.tile .content {
			padding: 1.5em 2em 2.5em 2em ;
		}
		
	.coming-soon, .limited-edition, .anniversary {
  		width: 120px;
  		height: 120px;
		}
		
	.fig-image {
		height:600px;
		width:460px;
		visibility:visible;
	}
		
	.fig-image img {
			height:600px;	
			margin-left: -30px;	
		}
		
	.contents-box img {
			max-height:250px;
		}
		
	.contents-combined {
		float:none;
	}
	
	.contents-list {
		margin-top:0;
		margin-left:0;
	}
	
	.contents-box {
		width:29%;
		margin-top:0;
	}
	
	.history-head {
		margin-top:3.8em;
	}
	
	.look-stockists {
		height:600px;
	}
	
	.stockists-logos img {
		width:200px;
	}
	
	.look-stockists {
		height:600px;
	}
	
	.contact-pic {
		width:45%;
		height:600px;
		background-size:cover;
	}
		
	.contact-info {
		float:left;
		width:22%;
		margin-right:3%;
	}
	
	.mailchimp-form {
		width:30%;
		clear:none;
		float:right;
	}
	
	label{
		width: 120px;
		font-size:1em;
	}
	
	.form-fields {
		width:270px;
		font-size:1em;
	}
	
	.button-submit {
		margin-left:0;
	}
	
	
}

@media (min-width: 1600px) {
	#header {
		margin:0em 3em;
	}
	
	nav#nav-main ul {
		padding:116px 0 0 0;
	}
	
	nav#nav-main li {
		font-size:20px;
	}
	
	nav#nav-main li a {
		padding:0 20px;
	}
	
	#am-logo {
		width:190px;
		height:190px;
	}

	#peeping-am {
		width:390px;
		height:190px;
	}
	
	#peeping {
		width:190px;
		height:190px;
	}
	
	#am-tag, #am-tag-fiftieth {
		top:-30px;
		left:260px;
		width:250px;
		height:250px;
	}
	
	#am-tag-home {
		top:-30px;
		left:260px;
		width:400px;
		height:400px;
	}
	
	#page-content {
		background-image:url(../images/background-1600.jpg);
		background-size:cover;
	}
	
	.constrained-width {
		width:1500px;
	}
	
	.extra-tile {
		visibility:visible;
		height:auto;
	}
	
	.body-copy {
			margin:4em;
		}
		
	.history-head {
		margin-top:0.5em;
	}
		
		
	.history-box {
		width:25%;
	}
	
	.history-sections-content p {
		max-width:1200px;
	}
	
	.amhq-logo {
		width:200px;
	}
		
	.amhq-laptop {
		width:520px;
		margin-left:4em;
		margin-top:0;
		margin-bottom:1em;
	}
	
	.look-stockists {
		height:680px;
	}
	
	.stockists-row img {
		width:250px;
		padding:1.5em 0;
	}
	
	.contact-pic {
		height:680px;
	}
	
	label{
		width: 120px;
		font-size:1em;
	}
	
	.form-fields {
		width:356px;
		font-size:1em;
	}
	
}

@media (max-width: 767px) {
	.lightbox-gallery {
		pointer-events: none;
		
	}
}


/* Shopify fixes */


.shopify-buy-modal-is-active{
	overflow: hidden !important;
}

.tiles .shopify-buy__collection-products {
    margin-left: 0;
}

.tiles .shopify-buy-frame--product {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tiles .shopify-buy__layout-vertical {
    text-align: left;
}

.tiles .shopify-buy__btn.button {
	font-family: "Oswald", Helvetica, sans-serif;
	background-color: #c7181f;
	color: #fff !important;
	font-size: 1.2em;
	padding: 0.4em 1em;
	text-decoration: none !important;
	letter-spacing: inherit;
	border-radius: 0;
}

.the-range button.shopify-buy__btn{
	background-color: #c7181f;
}

.the-range .shopify-buy__modal{
	max-width: 2000px;
}

.footer-container .flex-row{
	border-bottom: 1px solid black;
	
}

.flex-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1rem;
	margin: -1rem 0 0 -2rem;
}
.flex-row .item{
	max-width: 100%;
	padding: 0rem 0rem 0rem 1rem;
	margin: 1rem 0 1rem 1rem;
	flex-grow: 1;
}

.flex-row ul{
	padding-left: 1rem;
}
.footer-section{
	width: 100%;
	display: flex;
	justify-content:  space-evenly;
	flex-direction: column;
	margin-bottom: 1rem;

}

@media (min-width: 1000px) {
	.flex-row{
		flex-wrap: nowrap;
	}
}

@media (min-width: 640px) {
	.footer-section{
		width: 50%;
		min-width: 33%;
	
	}
}

.content{
	background-color:#FFF; 
	padding:2em; 
	overflow: hidden;
}

/*--- Shopify -------*/
.has-image.shopify-buy__layout-vertical.shopify-buy__product{
	background: rgba(0,0,0,0.8);
}

.shopify-buy-cart-wrapper.shopify-buy-frame.shopify-buy-frame--cart iframe{
	height: 100vh;
	position: sticky;
	top: 0;
}

.shopify-buy-frame.shopify-buy-frame--toggle.is-sticky{
	top: 80px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	height: 100%;
}

.shopify-buy-frame.shopify-buy-frame--toggle.is-sticky.is-active iframe{
	position: sticky;
	top: 50vh;
}
.shopify-buy-frame.shopify-buy-frame--product.shopify-buy__layout-horizontal{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#CookieBanner{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: white;
	transition: none;
}

#CookieBanner .initial-info{
	text-align: center;
	padding-bottom: 0.5rem;
}

#topbar{
	background: #e8d19d;
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 3px solid #3b3b3d;
	text-align: center;
	align-items: center;
}

#topbar h4{
	color: #8f1116;
	margin-bottom: 0;
}

#topbar span:first-of-type{
	margin-right: 4rem;
}