.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}



.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}





/** ###### **/	
/** ###### **/
/**LIBRARY**/
/** ###### **/	
/** ###### **/

.new1 {
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	}
	
.new1 a:link {
	color: #fff;
	text-decoration: underline;
	}
	
.new1 a:hover {
	text-decoration: none;
	color:#e6007e;
	}
	
.new1s a:active {
	text-decoration: none;
	color: #303030;
	}
	
.new1 a:visited {
	text-decoration: underline;
	color: #fff;
	}
	
.new1 {
		background-color:#ADAAAA;
		padding:1px 5px 3px 5px
	}


/** LIBRARY: FORMS **/

	.form_example {
		width:95%;
		border-width:1px;
		border-color:#e50083;
		border-style:solid;
		font-size:20px;
		padding-top:8px;
		padding-left:12px;
	}
	
	
/** ###### **/	
/** ###### **/
/** CSS START **/
/** ###### **/	
/** ###### **/

.head-message {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	height:40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	min-height: 40px;
	width: 100%;
	background-color:#47525C;
}


/** ###### **/	
/** ###### **/
/** STANDARD INCLUSIONS **/
/** ###### **/	
/** ###### **/


* {
  box-sizing: border-box;
}

.responsive {
  max-width: 100%;
  height: auto;
}



/** ###### **/	
/** ###### **/
/**TEXT**/
/** ###### **/	
/** ###### **/

.h1, .h2, .bodytxt, .bodytxtbold, .bodytxtsmall, .bodytxtsmallbold, .bodytxtlarge, .bodytxtlargebold, .faq-q, faq-a, .guidehead, nav, footer,  navmobile
 {
	font-family: Lato, sans-serif;
	font-size: 1.0em;
	line-height: 20pt;
	color: #333333;
	opacity: 1.0;
	}

/** letter-spacing:5px; **/
/** word-spacing:5px; **/
/** border:1px solid #666; **/
/** text-transform:capitalise; / lowercase; **/
/** font-variant:small-caps; **/
/** line-height:5px; **/
/** opacity:.5; **/


.h1 {
	font-size: 60px;
	font-weight: 400;
	line-height: 85px;
	color: #d0d7e1;
	text-align: center;
	 }
	 
.h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	 }
	 
	 
.guidehead, .subguide {
		 font-size: 1.1em;
		 font-weight: 700;
	 }
	 .subguide {
		 font-size: 1.1em;
		 font-weight: 400;
	 }

.bodytxtbold {
	font-weight: bold;
	color: #000;
	}
	
	
.bodytxt a:link {
	color: #000;
	text-decoration: underline;
	}
	
.bodytxt a:hover {
	text-decoration: none;
	color: #303030;
	}
	
.bodytxt a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxt a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.bodytxtsmall {
	font-size: 10px;
	line-height: 16pt;
	color: #000;
	 }


.bodytxtsmall a:link {
	color: #000;
	text-decoration: none;
	}
	
.bodytxtsmall a:hover {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtsmall a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtsmall a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.bodytxtlarge {
	font-size: 30px;
	line-height: 36pt;
	color: #000;
	 }

.bodytxtlargebold {
	font-weight: bold;
	}
	
.bodytxtlarge a:link {
	color: #000;
	text-decoration: none;
	}
	
.bodytxtlarge a:hover {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtlarge a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtlarge a:visited {
	text-decoration: none;
	color: #606060;
	}
	
	
.nav a:link {
	color: #575757;
	text-decoration: none;
	}
	
.nav a:hover {
	text-decoration: underline;
	background-color:#FFFF00;
	color: #575757;
	}
	
.nav a:active {
	text-decoration: underline;
	color: #E110D3;
	}
	
.nav a:visited {
	text-decoration: none;
	color: #575757;
	}
	
.nav-current {
	color:#e50083;
}

	
.navmobile {
	font-size: 14px;
	font-weight: 700;
	color: #0D0C0C;
	padding: 10px 25px 10px 25px;
	word-spacing: 10px;
	text-align: center; 
}
	
.navmobile a:hover {
	text-decoration: underline;
	color: #6B6565;
	}
	
.navmobile a:active {
	text-decoration: underline;
	color: #6B6565;
	}
	
.navmobile a:visited {
	text-decoration: none;
	color: #6B6565;
	}
	
	

/** ###### **/	
/** ###### **/
/**HEADER??? - GH make this centering**/
/** ###### **/	
/** ###### **/


.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
}

.nopad {
	padding:0;
}




/** ###### **/	
/** ###### **/
/**SEARCHBOX**/
/** ###### **/	
/** ###### **/

.searchbox, .searchbox_mob, .searchbox_narrow {
   font-size: 16px;
   color: #252323;
   border: 2px solid #1B1B1B;
   margin-top:10px;
   width: 50%;
   height: 30px;
   background-color:#fff;
   text-transform: uppercase;
   padding: 3px 5px 3px 5px;
   background-image: url("/images/search_bg.gif");
} 

.searchbox_narrow {
    max-width: 600px;
   } 

.searchbox_mob {
   width: 70%;
   min-width: 250px;
   background-image: url("/images/search_bg_mob.gif");
} 

.searchbox_desksmall {
   width: 30%;
   max-width: 300px;
   background-image: url("/images/search_bg_mob.gif");
} 


.go {
   font-size: 16px;
   color: #0A0A0A;
   } 

.go a:link {
   	color: #0A0A0A;
	text-decoration: none;
	}
	
.go a:hover {
	text-decoration: underline;
	color: #0A0A0A;
	}
	
.go a:active {
	text-decoration: underline;
	color: #0A0A0A;
	}
	
.go a:visited {
	text-decoration: none;
	color: #0A0A0A;
	}



/** ###### **/	
/** ###### **/
/**FAQs**/
/** ###### **/
/** ###### **/

.faq-box, .faq-box-dark {
	
min-height: 250px;
	width: 95%;
	padding:20px;
	margin-bottom:30px;
	background-color:#fff;
	opacity: 0.7;
}

.faq-q, .faq-a {
	font-size: 16px;
	font-weight: 700;
	line-height: 18pt;
	color: #000;
	text-align: left;
	margin-bottom: 2px;
	}
	
.faq-a {
	font-weight: 400;
	margin-bottom: 15px;
	}
	
.faq-a a:link {
	text-decoration: underline;
	}
	
.faq-a a:hover {
	color: #B1AAAA;
	text-decoration: none;
	}

.faq-a a:active {
	color: #ff0000;
	text-decoration: none;
	}
	
.faq-a a:visited {
	text-decoration: none;
	}
	


/** ###### **/	
/** ###### **/
/**MISC**/
/** ###### **/	
/** ###### **/






/** ###### **/	
/** ###### **/
/**FOOTER - see also FOOTER2**/
/** ###### **/	
/** ###### **/

.footer {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align:center
}

.footer a:link {
	color: #fff;
	text-decoration: none;
	}
	
.footer a:hover {
	text-decoration: underline;
	color: #fff;
	opacity:0.6;
	}
	
.footer a:active {
	text-decoration: underline;
	color: #fff;
	}
	
.footer a:visited {
	text-decoration: none;
	color: #fff;
	}

.footertxt {
	font-size: 12px;
	font-weight: 400;
	color: #211F1F;
	line-height: 15px;
}


	 
/** ###### **/	
/** ###### **/
/**@MEDIA**/
/** ###### **/	
/** ###### **/


 /** MOBILE  anything UP TO 600px **/

@media only screen and (max-width: 599px) {
.desktop, #headerdesk, #searchboxdesk, #detail_images_desktop, #detail_images_desktop_message, #detail-top-section-desktop { 
	display: none;
  }
.mobile, #searchboxmob {
	display: block;
  }
}

/** TABLET applies to anything between 600px and 885px **/
@media only screen and (min-width: 600px) and (max-width: 885px) {
.mobile, #searchboxmob, #detail_images_mobile, #detail_images_desktop_message, #headerdesk, #mobile_intro, #hide-delivery, #hide-frames, #hide-gifts, #hide-guarantee, #hide-genre, #hide-bargains, #detail-top-section-desktop {
	display: none;
  }
#headerdesk, #menudesk, #searchboxdesk, #detail_images_mobile_message, #detail-top-section-tablet {
	display: block;
  }
  }

/** DESKTOP applies to anything over 885px **/
 @media only screen and (min-width: 885px) {
  .mobile, #searchboxmob, #detail_images_mobile, #detail_images_mobile_message, #headertablet, #mobile_intro, #more-links, #detail-top-section-tablet, #space-above-year { 
	display: none;
  }
#headerdesk {
	display: block;
  }
}


/** ###### **/	
/** ###### **/
/** CLOSE @MEDIA**/
/** ###### **/	
/** ###### **/



.must-do-head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.2em;
  color: #333333; 
  margin-bottom: 0.2em; 
}

.must-do-subhead {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #7B7979; #
  margin-top: 0em; #
  margin-bottom: 0em;
}

.must-do-more {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 0.9em;
  color: #7B7979; /* Corrected 'colour' to 'color' */
  margin-top: 0em; /* Adjust this value to control the space above the subheading */
}
