html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

sup {
	font-size: xx-small;
	vertical-align: top;
}

sub {
	font-size: xx-small;
	vertical-align: bottom;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}

a img {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* COMMON TAGS */

/* COMMON TAGS */

p,
li {
	font-size: 14px;
	line-height: 1.2;
}

.content p,
.banner_box p,
.contentWide p,
.common1 p {
	padding: 0 0 10px 0;
	line-height:1.4;
}

.content li,
.banner_box li,
.contentWide li,
.common1 li {
	padding: 0 0 10px 0;
	margin: 0px 0px 0px 30px;
	list-style-type: disc;
}

.blogSummary {
	border-bottom: none !important;
}

a {
	text-decoration: none;
	color: #666;
}

p a {
	color: #c5062f;
	font-weight: bold;
}

p a:hover {
	color: #000;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold;
}

textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
p.h1,
p.h2 {
	color: #c5062f;
	text-transform: uppercase;
	border-bottom: solid 2px #c0c0c0;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 11px;
}

h1 a,
h2 a {
	color: #c5062f;
}

h1 a:hover,
h2 a:hover {
	color: #000;
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

td {
	padding: 5px;
}

#rightcol ul,
#rightcol ol {
	margin: 0px 0px 10px 20px;
}

#rightcol ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: circle;
	line-height: 15px;
}

#rightcol ol li {
	margin: 0px 0px 5px 0px;
}

#rightcol ul.gallery,
#rightcol ul.gallery li {
	margin: 0;
	list-style-type: none;
}

/* LAYOUT TAGS */

body {
	background: #fff;
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/* header */

#header {
	width: 100%;
	background: url(../images/bg_header.gif) repeat-x left top;
	padding: 5px 0 0 0;
}

#logo {
	width: 24%;
	border-left: solid 1px #cccecf;
	border-right: solid 1px #cccecf;
	padding: 40px 30px 13px 20px;
	float: left;
	text-align: center;
}

#navigation {
	width: 75%;
	float: left;
}

#navigation li {
	width: 16.66%;
	float: left;
	border-right: solid 1px #cccecf;
	padding: 85px 0 0 8px;
	font-weight: bold;
	color: #808080;
	font-size: 11px;
	line-height: 27px;
	overflow: hidden;
	text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a.current,
#footer li a:hover,
#navigation li a.section {
	color: #c5062f;
}

#quickContact {
	position: absolute;
	top: 0px;
	right: 8px;
	display: flex;
	align-items: center;
	background: #E4007D;
	width: 406px;
	height: 70px;
}

#quickContact li {
	float: left;
	width: 292px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #D00374;
}

#quickContact li.first {
	width: 100%;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 14px 24px;
	margin-top: 0px;
	border-left: none;
	border-right: none;
	text-align: left;
}

#quickContact li.right a {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 2px solid #fff;
	padding: 10px 0;
	border-radius: 8px;
	margin-right: 5px;
}

@media only screen and (max-width: 680px) {
	#quickContact li.right a {
		padding: 10px 10px;
	}
	.user-form #leftcol {
		display: none;
	}
	.user-form .black_box {
		display: none;
	}
	.user-form .content h2,
	.user-form .content div p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.user-form .content div p a {
		font-size: 18px !important;
	}
}

#quickContact li span {
	margin-top: -5px;
}

#quickContact li strong {
	font-weight: bold;
	font-size: 18px;
}

#quickContact li img {
	float: left;
	margin: 4px 7px 0px 0px;
}

#header_bottom {
	width: 100%;
	background: url(../images/divider_header_bottom.gif) no-repeat right center;
	padding: 1px 0 0 0;
}

.map {
	height: 300px;
}

#header_bottom li {
	float: left;
	display: block;
	height: 30px;
	overflow: hidden;
	background: url(../images/divider_header_bottom.gif) no-repeat left center;
	padding: 0 10px;
	color: #fff;
	line-height: 30px;
	width: 260px;
	font-size: 11px;
	text-align: center;
}

#header_bottom li.first {
	width: 360px;
	font-style: italic;
	text-align: left;
}

#header_bottom li img {
	float: left;
	display: block;
	margin: 7px 5px 0 0;
}

#header_bottom li a {
	color: #fff;
}

#header_bottom li a:hover,
.steps a:hover {
	color: #ccc;
}

.aboutBGM {
	display: block;
	width: 25%;
	height: 69px;
	background: url(../images/bgm-plastics.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 50%;
	color: #fff;
	z-index: 999;
	margin: 0px 0px 0px 250px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

/* container */

#container {
	width: 100%;
	padding: 20px 0 0 0;
}

#leftcol {
	width: 75%;
	float: left;
	padding: 0 20px 0 0;
}

#showcase {
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#showcase img {
	width: 100%;
	height: auto;
}

#showcase_left {
	width: 50%;
	min-height: 267px;
	background: #E4007D;
	padding: 0 0px 0 0;
	position: relative;
	z-index: 10;
	padding: 90px 50px 0 30px;
}

#showcase_left p {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	color: #FFFFFF;
	margin-top: 10px;
}

#showcase_left p.first-showcase {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#showcase_right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.common1 {
	width: 50%;
	float: left;
}

.common1.pad {
	padding: 0 20px 0 0;
}

.product-types,
.common1.product-types {
	background-color: #F8F8F8;
	padding: 30px 20px 20px 20px !important;
	margin-bottom: 48px;
}

.common1.product-types {
	width: 48%;
	margin-right: 10px;
}

.common1 p,
.common3 p,
.content p,
.banner_box p {
	line-height: 1.4;
}

.common1 h2.find {
	border: none;
	padding: 15px 0 5px 0;
}

.common2 {
	width: 25%;
	background: #00a7e3;
	padding: 10px;
	color: #fff;
	float: left;
	border-right: 5px solid #fff;
}

.common2.second {
	border-right: none;
	border-left: 5px solid #fff;
	margin-top: 10px;
}

.common2 h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.4;
	padding: 0 0 15px 0;
}

.common2 p {
	padding: 0 0 15px 0;
}

.common2 a.button {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: url(../images/ico_arrow.png) no-repeat right center;
}

.common2.pink {
	background: #e4007d;
	border-right: none;
	border-left: 5px solid #fff;
}

.common2.pink.second {
	border-right: 5px solid #fff;
	border-left: none;
	margin-top: 10px;
}

@media only screen and (max-width: 680px) {
	.common2.pink.second {
		margin-top: 0;
	}
	.common2 {
		border-left: none !important;
		border-right: none !important;
		min-height: auto;
	}
}

.list {
	width: 100%;
	border-bottom: solid 2px #c0c0c0;
	padding: 0 0 16px 0;
	margin-bottom: 7px;
}

.product-types .list {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}

.product-types .list h2 {
	border-bottom: solid 2px #c5062f;
	margin-bottom: 0;
	border-bottom: none;
	color: #000000;
	font-size: 14px;
}

.product-types .list .cf {
	border-bottom: none;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.list1 {
	width: 100%;
	float: left;
}

.list1 ul {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.list2 {
	width: 100%;
	float: left;
}

.list li {
	color: #808080;
	padding: 0 0 7px 0;
}

.list1 li {
	color: #808080;
	padding: 0 0 7px 0;
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0;
}

.list li ul li {
	margin: 4px 0px 0px 10px;
}

.list li a {
	padding: 0;
	display: block;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #333333;
}

.pos {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	border-radius: 7px;
	min-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 5px 0 !important;
	width: 47% !important;
	padding: 10px 15px !important;
	position: relative;
}

/* .pos-1,
.pos-3,
.pos-5,
.pos-7,
.pos-9,
.pos-11,
.pos-13,
.pos-15,
.pos-17 {
	margin-right: 24px !important;
} */

.pos:before {
	content: '';
	background: url(../images/icons/arrow-red.svg);
	position: absolute;
	right: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.list .pos a {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	margin-right: 20px;
}

#rightcol {
	width: 25%;
	float: left;
}

#rightcol img {
	/*width:100%;*/
	height: auto;
}

.common3 {
	width: 100%;
	padding: 0 0 25px 0;
}

.common3.last {
	padding: 0;
}

.common3 p {
	padding: 10px 0 0 0;
}

.common3 h2.bespoke,
.common3 h2.delivery,
.common3 h2.environment {
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #fff;
	padding: 10px;
	background: #000;
	color: #fff;
}

.common3 h2.delivery {
	background: #C5062F;
}

.common3 h2.environment {
	background: #37AF4A;
}

.steps {
	width: 100%;
	background: url(../images/bg_steps.gif) repeat-x left top #c5062f;
	margin: 0px 0 0 0;
	padding: 13px 0 0 0;
	color: #fff;
}

.steps h3 {
	font-size: 21px;
	color: #c5062f;
	text-transform: uppercase;
}

.steps h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.steps p {
	padding: 3px 0 0 0;
}

.steps h4 a,
.steps p a {
	color: #fff;
}

.steps li {
	width: 25%;
	float: left;
	padding: 25px 0 20px 10px;
	background: url(../images/divider_steps.gif) no-repeat right 23px;
}

.steps li.first {
	padding: 25px 0 20px 0;
}

.steps li.last {
	background: none;
}

/* footer */

#footer {
	width: 100%;
	background: #000;
}

#footer_left {
	width: 75%;
	float: left;
}

#footer li {
	font-size: 10px;
	color: #6d6e70;
	font-weight: bold;
	display: inline;
	line-height: 25px;
}

#footer li a {
	color: #6d6e70;
}

#footer_right {
	width: 25%;
	float: left;
	text-align: right;
}

/* inner page */

.inner_page #leftcol {
	width: 35%;
	margin-right: 24px;
}

.inner_page .list {
	padding: 0;
}

.inner_page .list li {
	padding: 0 0 8px 0;
	width: 50%;
	float: left;
}

.inner_page #rightcol {
	width: 60%;
}

@media only screen and (max-width: 960px) {
	.inner_page.page .box,
	.inner_page.double-column .box,
	.inner_page.gallery .box {
		display: flex;
		flex-direction: column-reverse;
	}
	#contactForm .black_box {
		display: none;
	}
}

@media only screen and (max-width: 620px) {
	#contactForm {
		display: flex;
		flex-direction: column-reverse;
	}
}

.black_box {
	width: 100%;
	background: #E4007D;
	margin: 0 0 15px 0;
}

.black_box p {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.banner_box {
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
}


#rightCol .banner_box,
#leftCol .banner_box,
#leftCol .content {
	width: 100%;
}

.banner_box ul {
	float: left;
	margin: 0;
	width: 100%: padding:0;
}

.banner_box li {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.banner_box li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
	padding: 1px;
	border: solid 1px #cccecf;
	border: 6px solid #fff;
}

.banner_box li a img {
	width: 100%;
	height: auto;
}

.content {
	width: 50%;
	float: left;
}

#leftColform .content {
	width: 100%;
	float: left;
}

.form_block {
	width: 100%;
	padding: 35px 0 0 0;
}

.block {
	width: 195px;
	float: left;
}

.block.pad {
	padding: 0 8px 0 0;
}

/* *************************************
	Pagination
************************************* */

.page_navigation {
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	display: block;
	width: 100%;
}

.page_navigation:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page_navigation a,
span#prevBtn a,
span#nextBtn a {
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #c5062f;
}

.page_navigation a:hover,
.page_navigation a.active_page {
	background: #fff;
	color: #c5062f;
}

span#prevBtn a {
	float: left;
}

span#nextBtn a {
	float: right;
}

.form-section li {
	margin: 0px 0px 10px 10px;
	padding: 0;
	list-style-type: none;
}

.form-section {
	padding: 10px 0px 10px 0px !important;
}

/* *************************************
	Slideshow
************************************* */

ul#Slideshow,
ul#Slideshow li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
ul#Slideshow li img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
/* *************************************
	Results
************************************* */

ul.results,
ul.results li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.results li {
	clear: left;
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 35px 0px;
}

a.next,
a.prev {
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #C5062F;
	color: #fff;
}

/* ************************************* ************************************* *************************************

	RESPONSIVE STYLES

************************************* ************************************* ************************************* */

* {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-sizing: border-box;
	/* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;
	/* Firefox 1 - 28 */
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.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%;
}

/* *****************************************
	Form Styles
******************************************* */

/* FormHack v1.0.0 (formhack.io) */

/* Global Reset Styles ------------------ */

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: #282828;
	vertical-align: top;
	display: block;
	margin: 10px 0;
}

datalist {
	font-size: 16px;
}

label {
	display: block;
	margin: 4px 0;
	font-size: 12px;
}

/* Input & Textarea ------------------ */

/* Fields with stnadard width */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
}

/* Fields with stnadard height */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
	height: 40px;
	-webkit-appearance: none;
}

/* Other */

textarea {
	-webkit-appearance: none;
	overflow: auto;
}

input[type="range"] {
	height: 40px;
	width: 100%;
	max-width: 400px;
}

input[type="file"] {
	min-height: 40px;
}

input[type="search"] {
	height: 40px;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

/* Select ------------------ */

select {
	height: 40px;
}

select[multiple] {
	height: auto;
	min-height: 40px;
	padding: 0;
}

select[multiple] option {
	margin: 0;
	padding: 8px;
}

/* Fieldset ------------------ */

fieldset {
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 5px;
	font-weight: 700;
}

/* Buttons, Input Type Submit/Reset ------------------ */

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
	height: 40px;
	width: 100%;
	max-width: 200px;
	background-color: gainsboro;
	padding: 8px;
	cursor: pointer;
	color: #282828;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}

input[type="image"] {
	text-align: center;
	padding: 8px;
}

/* States ------------------ */

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
	cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
	background-color: #efefef;
	border-color: #c8c8c8;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #c8c8c8;
	color: #282828;
}

.middleColumn {
	width: 100% !important;
	background: none !important;
	margin: 0 !important;
	padding: 0px !important;
}

.middleColumn .message {
	display: block;
	width: 100%;
	font-size: 12px;
	color: red;
	padding-bottom: 10px;
	font-weight: bold;
}

input.text,
textarea,
select {
	width: 100% !important;
}

input.text,
textarea,
select {
	padding: 2px 15px !important;
}

/* *****************************************

		Home Page Banners

******************************************* */

.banners {
	margin: 20px 0;
}

.banners__half {
	width: 49%;
	float: left;
	display: flex;
	align-items: center;
	padding: 12px 25px;
}

.banners__half .banners__half-icon {
	width: 20%;
	margin-right: 25px;
}

.banners__title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000000;
}

.banners__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.banners-footer .banners__half {
	padding: 20px;
	background-position: right center;
}

.homepage .banners-footer {
	display: none;
}

/* *****************************************


		Screen sizes

******************************************* */

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

	#navigation,
	#logo {
		float: none;
		width: 100%;
	}

	#navigation ul {
		text-align: center;
	}

	#navigation li {
		float: none;
		padding: 0 2%;
		border: none;
		display: inline-block;
		width: auto;
		color: #fff;
		line-height: 34px;
	}

	#navigation li a {
		color: #fff;
	}

	#navigation li a:hover,
	#navigation li a.current,
	#footer li a:hover,
	#navigation li a.section {
		color: #fff;
		text-decoration: underline;
	}

	#logo {
		text-align: left;
	}

	#showcase_left {
		min-height: 250px;
	}

	a[href^=tel] {
		color: inherit;
		text-decoration: none;
	}
}

@media only screen and (max-width: 960px) {

	#leftcol,
	#rightcol,
	.inner_page #leftcol,
	.inner_page #rightcol {
		width: 100%;
	}

	.steps {
		background: #c5062f;
		padding-bottom: 20px;
	}

	.steps h3 {
		display: none;
	}

	.steps li,
	.steps li.first {
		width: 50%;
		padding: 10px 10px;
		background: none;
		text-align: center;
	}

	#footer {
		padding: 10px 10px;
	}

	#footer_left,
	#footer_right {
		width: 100%;
		text-align: center;
	}

	#footer li {
		line-height: 16px;
	}

	.common3 {
		float: left;
		width: 49%;
	}

	.plastic-bag {
		margin-bottom: 109px;
	}

	.polythene-bag {
		margin-bottom: 20px;
	}

	.common3:nth-child(odd) {
		padding-right: 2%;
	}

	.common3:last-child {
		clear: left;
	}

	.common2 h3 {
		font-size: 14px;
	}

	.inner_page .list li {
		float: left;
		width: 33%;
	}

	.black_box {
		margin: 0 0 20px 0;
	}

	.inner_page .list {
		margin-bottom: 20px;
	}
}

	#leftColform {
		width: 40%;
	}

@media only screen and (max-width: 680px) {
	#leftColform {
		width: 100%;
	}
	.common2.second:not(.pink) {
		margin-top: 10px;
		margin-bottom: 36px;
	}
	#logo {
		border: none;
		width: 100%;
		text-align: center;
		float: none;
		height: auto;
	}

	#quickContact {
		position: static;
		width: 100%;
	}

	#quickContact li {
		width: 241px;
	}

	#header {
		background: none;
		border-top: 5px solid #000;
	}

	#navigation {
		background: #c5062f;
		margin-top: 10px;
	}

	.common1,
	.common2,
	.common2.pink {
		width: 100%;
		float: none;
		border: none;
	}

	.common1.pad,
	#leftcol {
		padding: 0;
	}

	.product-types,
	.common1.product-types {
		background-color: #F8F8F8;
		padding: 30px 20px 20px !important;
		width: 100%;
		margin-right: 10px;
		margin-bottom: 24px;
	}

	#showcase_left {
		min-height: 215px;
		padding: 24px;
	}

	#showcase_left p {
		padding: 0 50px 10 15px;
		margin-top: 0;
		font-size: 16px;
	}

	#rightcol {
		margin: 20px 0 0 0;
	}

	.black_box {
		margin: 0 0 20px;
	}

	#logo {
		padding: 20px 30px 25px 20px;
	}

	.inner_page .list:last-child {
		margin-bottom: 0px;
	}

	.banners__half {
		float: none;
		width: 100%;
		margin: 0;
	}

	.banners__half:not(.banners__half-last) {
		margin-top: 0px;
	}

	.banners__half.homepage {
		margin-top: 0;
	}

	.banners__half-last {
		margin: 0 0  20px 0;
	}
	.banners__half-last.homepage {
		margin: 0;
	}
}

@media only screen and (max-width: 620px) {
	#footer h4 {}

	.banner_box,
	.content {
		width: 100%;
	}

	.inner_page .list li {
		float: left;
		width: 50%;
	}

	.banner_box {
		margin-bottom: 20px;
		padding: 0;
	}

	#navigation li {
		line-height: 28px;
	}
}

@media only screen and (max-width: 607px) {
	#navigation li {
		line-height: 24px;
	}

	#navigation ul {
		padding: 10px 0;
	}
}

@media all and (max-width: 500px) {

	*,
	*:before,
	*:after {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.box,
	div#showcase,
	ul#Slideshow,
	ul#Slideshow li,
	.list1,
	#rightcol,
	#showcase_left,
	#showcase_right,
	#showcase_right img {
		width: 100%;
	}

	div#showcase {
		display: flex;
		flex-direction: column-reverse;
	}

	#navigation {
		text-align: center;
		width: 100%;
	}

	#navigation li {
		width: auto;
		padding: 0 5px;
		border: 0;
		float: none;
		display: inline-block;
	}

	#header_bottom {
		display: none;
	}

	#container {
		padding: 20px 20px 0 20px;
	}

	#leftcol,
	.common1,
	.common2,
	.common1.pad {
		width: 100%;
		padding: 0;
		border: none;
	}

	#rightcol {
		margin-top: 20px;
		text-align: center;
	}

	#showcase_right {
		position: static;
	}

	#showcase_left p {
		padding: 8px;
		font-size: 16px;
	}


	#showcase_left,
	#showcase_right {
		min-height: 0;
	}

	.common1 {
		float: none;
	}

	.common2 {
		padding: 20px;
		float: none;
	}

	.common2.pink {
		border: none;
	}

	.list1 li {
		width: 50%;
	}

	#rightcol,
	#leftcol,
		{
		float: none;
	}

	.common3 {
		float: none;
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}

	#quickContact li strong {
		font-size: 14px;
	}

	.contact__address {
		width: 100% !important;
		float: none !important;
		margin: 0 0 20px !important;
		text-align: center !important;
	}

	#rightcol img {
		width: 100%;
	}
}

.contact__address p {
	font-size: 14px;
	line-height: 24px;
}

/* Clearfix */

.cf:before,
.cf:after {
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
	*zoom: 1;
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0
}

.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block
}

.leaflet-container img {
	max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden
}

.leaflet-tile-loaded {
	visibility: inherit
}

.leaflet-zoom-box {
	width: 0;
	height: 0
}

.leaflet-overlay-pane svg {
	-moz-user-select: none
}

.leaflet-tile-pane {
	z-index: 2
}

.leaflet-objects-pane {
	z-index: 3
}

.leaflet-overlay-pane {
	z-index: 4
}

.leaflet-shadow-pane {
	z-index: 5
}

.leaflet-marker-pane {
	z-index: 6
}

.leaflet-popup-pane {
	z-index: 7
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none
}

.leaflet-top {
	top: 0
}

.leaflet-right {
	right: 0
}

.leaflet-bottom {
	bottom: 0
}

.leaflet-left {
	left: 0
}

.leaflet-control {
	float: left;
	clear: both
}

.leaflet-right .leaflet-control {
	float: right
}

.leaflet-top .leaflet-control {
	margin-top: 10px
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px
}

.leaflet-left .leaflet-control {
	margin-left: 10px
}

.leaflet-right .leaflet-control {
	margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1);
	-o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform .25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden
}

.leaflet-clickable {
	cursor: pointer
}

.leaflet-container {
	cursor: -webkit-grab;
	cursor: -moz-grab
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing
}

.leaflet-container {
	background: #ddd;
	outline: 0
}

.leaflet-container a {
	color: #0078A8
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block
}

.leaflet-bar a:hover {
	background-color: #f4f4f4
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px
}

.leaflet-control-zoom-out {
	font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px
}

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px
}

.leaflet-control-layers-toggle {
	background-image: url(images/layers.html);
	width: 36px;
	height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.html);
	background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.leaflet-control-layers label {
	display: block
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333
}

.leaflet-control-attribution a {
	text-decoration: none
}

.leaflet-control-attribution a:hover {
	text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box
}

.leaflet-popup {
	position: absolute;
	text-align: center
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4
}

.leaflet-popup-content p {
	margin: 18px 0
}

.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: 700;
	background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666
}

.row {
	font-size: 0;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px #c0c0c0 dotted;
	padding-bottom: 20px;
}

.character-image {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.character-description p {
	display: block;
	z-index: 1;
	padding: 0 0 10px 0;
	line-height: 14px;
}

.character-image img {
	position: relative;
	z-index: -1;
	display: block;
}

.character-information {
	width: 75%;
	padding-left: 20px;
	display: inline-block;
	background: #f7f7f7;
	padding: 40px;
	border-radius: 6px;
	margin-top: 20px;
}

.one-whole {
	height: 100%;
	width: 100%;
	float: left;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

h2.character-title {
	border-bottom: none;
	font-size: 16px;
	margin-bottom: 0px;
}

@media all and (max-width: 750px) {
	.character-information {
		width: 100%
	}

	.character-image {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.character-title {
		margin-top: 20px
	}
}

@media screen and (max-width: 700px) {
	div.CookieDeclarationType {
		overflow: auto;
		width: 100%;
	}

	table.CookieDeclarationTable {
		width: 700px !important;
	}
}

.CookieDeclaration p {
	margin: 0 !important;
}

#CookieDeclarationUserStatusPanel {
	margin: 0 !important;
}


/* New Modal */
.mb-1 {
	margin-bottom: 1rem;
}

.text-center {
	text-align: center;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
	pointer-events: all;
}

.modal-backdrop {
	z-index: 1071;
}

.modal-backdrop {
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal.show {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fade {
	transition: opacity .15s linear;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
	max-width: 750px;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	margin: 0 20px;
	max-height: 95%;
}

@media(max-height: 600px) and (min-width: 768px) {
	.modal-body {
		text-align: center;
	}

	.modal-body img {
		width: 50%;
	}
}

.model-content-small {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem;
}

.modal-body p {
	font-size: 16px;
	line-height: 1.2;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #dee2e6;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 18px;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	width: auto;
	max-width: auto;
	height: auto;
}

.overflow-hidden {
	overflow: hidden;
}
