:root
{
    /* --mannequin-colour: #cbc0d1; */
    --mannequin-colour: #000000;
    --mannequin-colour-alt: #060607;
    /* --mannequin-colour-rgba: rgba(203, 192, 209, 0.9); */
    --mannequin-colour-rgba: rgba(0, 0, 0, 0.9);
	--body-dark-grey: #636363;
    /* --body-primary-ink: #2b2a28; */
    --body-primary-ink: #e6e6e6;
    /* --body-primary-ink-hover: #494949; */
    --body-primary-ink-hover: #ffffff;
}

/* Sections
---------------------------------------------------------------- */
.section 
{
	padding: 100px 0px 100px 0px;
	text-align: center;
}
.section_heading
{
	text-align: left;
	color: #060607;
	font-size: 64px;
	line-height: 76px;
	font-weight: 700;
}
.section_description 
{
	color: #060607;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
h1.section_heading 
{
	font-size: 70px;
	line-height: 76px;
	letter-spacing: 5px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2.section_heading 
{
	font-size: 42px;
	line-height: 62px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
h3.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
}
h4.section_heading 
{
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}
h5.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
    margin: 25px 0px 10px 0px;
}
h6.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	letter-spacing: 0px;
}

/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
    h2.section_heading 
    {
        font-size: 38px;
        line-height: 54px;
        font-weight: 400;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }
}

/* Section - Pre-Header
-------------------------------------------------- */
.section.pre-header 
{
	position: fixed;
    /* background-color: #061d4d; */
    /* background-color: #000000; */
    /* background-color: #2b2b2b; */
    background-color: #ffffff;
    border-bottom: 1px solid #dbdcdd;
	width: 100%;
	top: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	text-align: left;
	height: auto;
	transition: all .4s ease;
}
.section.pre-header ul
{
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.section.pre-header ul li
{
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    color: #3c4043;
    font-size: 12px;
    line-height: 16px;
}
.section.pre-header ul li a
{
    color: #3c4043;
    font-size: 12px;
    line-height: 16px;
}
.section.pre-header ul li a.active
{
    font-weight: 700;
}
@media only screen and (max-width: 500px) {
    .section.section.pre-header .not_on_mobile
    {
        display: none;
    }
    .section.pre-header ul
    {
        text-align: center;
    }
}
/* Section - Header
---------------------------------------------------------------- */
.section.header 
{
	position: fixed;
	/* background-color: rgba(255, 255, 255, 0.9); */
	background-color: var(--mannequin-colour);
    width: 100%;
	top: 34px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	height: auto;
	transition: all .4s ease;
}
.section.header .navbar_logo
{
	float: left;
	text-align: left;
	top: 0px;
	overflow: visible;
	margin: 10px 0px 0px 0px;
	width: 246px;
	z-index: 502;
	transition: height .4s ease, width .4s ease;
}
.section.header .navbar_logo.scrolled
{
	width: 180px;
}
.section.header .navbar_logo img
{
	max-width: 100%;
}
.section.header .navbar_contact
{
	float: right;
	text-align: right;
	margin: 80px 0px 0px 0px;
	transition: margin .4s ease;
}
.section.header .navbar_contact.scrolled
{
	margin-top: 50px;
}
.section.header .navbar_contact ul
{
    list-style: none;
	margin: 0px 0px 0px 0px;
}
.section.header .navbar_contact ul li
{
    color: var(--body-primary-ink);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 15px;
}
.section.header a
{
    color: var(--body-primary-ink);
    /* text-decoration: underline solid transparent; */
    text-decoration: none;
    transition: text-decoration .4s ease, color .4s ease, opacity .3s ease;
}
.section.header a:hover
{
    color: var(--body-primary-ink-hover);
    text-decoration: none;
}
/* Reduce breakpoint early */
@media only screen and (max-width: 610px) {
    .section.header .container 
    {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box; 
    }
    .section.header .column,
    .section.header .columns 
    {
        width: 100%;
        float: left;
        box-sizing: border-box; 
        margin-left: 0px;
    }
	.section.header .navbar_logo
    {
        float: none;
        text-align: center;
        margin: 0px auto;
    }
   .section.header .navbar_contact
    {
        float: none;
        text-align: center;
        margin: 8px auto 0px;
    }
   .section.header .navbar_contact.scrolled
    {
        margin-top: 8px;
    }
    .section.header .navbar_contact ul li
    {
        line-height: 19px;
    }
}
/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.section.header 
	{
		/*height: 44px;*/
		transition: height .4s ease, opacity .3s ease;
	}
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.header 
	{
		padding-top: 10px;
        padding-bottom: 10px;
		/*transition: height .4s ease, opacity .3s ease;*/
	}
}
@media only screen and (max-width: 1150px) {
    .section.header .navbar_logo
    {
        width: 180px;
    }
}

/* Section - Header Padding (to push down content below the floating nav bar)
---------------------------------------------------------------- */
.section.header_padding 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* height: 207px; */
	/* height: 249px; */
	height: 221px;
	transition: height .4s ease, opacity .3s ease;
	/* background-color: #ffffff; */
	background-color: var(--mannequin-colour);
}
.section.header_padding.scrolled
{
	height: 182px;
}
@media only screen and (min-width: 1180px) {
	.section.header_padding 
	{
		/* height: 247px; */
		height: 221px;
	}
}
/* For when  the nav bar vanishes */
/* @media only screen and (min-width: 601px) and (max-width: 1400px) { */
@media only screen and (min-width: 601px) and (max-width: 1150px) {
	.section.header_padding 
	{
		/* height: 200px; */
		height: 165px;
	}
}
/* For when the two columns split into one column */
@media only screen and (max-width: 610px) {
	.section.header_padding 
	{
		height: 170px;
	}
}


/* Section - Navbar
---------------------------------------------------------------- */
.section.navbar 
{
	position: fixed;
	background-color: var(--mannequin-colour);
	/*background-color: #061d4d;*/
	width: 100%;
	/* top: 160px; */
	/* top: 202px; */
	top: 164px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	height: auto;
	transition: top .4s ease;
}
.section.navbar .row
{
    border-top: 1px solid var(--body-dark-grey);
}
.section.navbar.scrolled
{
	/* top: 126px; */
	/* top: 168px; */
	top: 130px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Menu
---------------------------------------------------------------- */
.menu
{
    /*float: right;*/
	height: auto;
    text-align: center;
	margin: 0px 0px 0px 0px;	
	transition: margin-top .4s ease, opacity .3s ease;
}
.menu ul
{
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
	transition: height .4s ease, opacity .3s ease;
    margin: 0px 0px 0px 0px;
}
.menu ul li
{
    display: block;
    flex: 0 1 auto; /* Default */
    list-style: none;
	margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
.menu ul li:first-child
{
    padding-left: 0px;
}
.menu ul li:last-child
{
    padding-right: 0px;
}
.menu ul li a
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.5px;
	color: var(--body-dark-grey);
	text-decoration: none;
	text-transform: uppercase;
	transition: color .4s ease, opacity .3s ease;
}
.menu ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
    cursor: pointer;
}
.menu ul li a.active
{
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
}

.menu ul li.dropdown a:hover,
.menu ul li.dropdown:hover 
{
    background-color: #000f2f;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}


/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 1221px) and (max-width: 1350px) {
	.menu ul li a
	{
        letter-spacing: 0.5px;
	}
}
@media only screen and (min-width: 930px) and (max-width: 1220px) {
	.menu ul li a
	{
    	/* font-family: 'Open Sans Condensed', sans-serif; */
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
	}
}

/* Responsive Menu
---------------------------------------------------------------- */
#responsive_menu_buttons
{
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	z-index: 50;
	width: 36px;
	height: 32px;
	border: 1px solid #eee;
	background: #f5f5f5;
	color: #001b37;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #001b37;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: absolute;
	display: none;
	width: 100%;
	z-index: 50;
	background-color: var(--mannequin-colour);
	padding-top: 170px;
	padding-bottom: 40px;
}

/* #responsive_menu select
{
	-moz-appearance: none;
} */
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu ul li
{
	display: inline;
	float: left;
	width: 100%;
	color: var(--body-primary-ink);
	font-size: 22px;
	border-top: 2px solid var(--body-primary-ink);
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid var(--body-primary-ink);
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid var(--body-primary-ink);
}
#responsive_menu ul li ul li
{
	display: inline;
	float: left;
	width: 100%;
	color: var(--body-primary-ink);
	font-size: 22px;
	border-top: 0px solid var(--body-primary-ink);
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li li:first-child
{
	border-top: none;
    margin-top: 10px;
}
#responsive_menu ul li li:last-child
{
	border-bottom: none;
}
#responsive_menu ul li span
{
	float: left;
	width: 40px;
}
#responsive_menu ul li a
{
    float: left;
	color: var(--body-primary-ink);
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu ul li a:hover
{
	color: var(--body-primary-ink-hover);
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (min-width: 1401px) {
	#responsive_menu 
	{
		display: none;
		visibility: hidden;
	}
}
/* @media only screen and (max-width: 1400px) { */
@media only screen and (max-width: 1150px) {
	#responsive_menu_buttons
	{
		display: inline;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
	.section.navbar
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}
@media only screen and (max-width: 610px) {
    #responsive_menu_buttons
    {
        right: 10px;
    }
}
@media only screen and (min-width: 601px) {
    #responsive_menu 
    {
        padding-top: 180px;
    }
}

/* Section - Hero
---------------------------------------------------------------- */
.section.hero
{
    padding: 30px 0px 30px 0px;
    background-image: url(../images/slides/bed.jpg);
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}
.section.hero .box_block 
{
    float: right;
    padding: 40px 20px 40px 20px;
    margin: 300px 0px 240px 0px;
    background-color: var(--mannequin-colour);
    width: 70%;
    min-width: 330px;
}
.section.hero p
{
    color: var(--body-primary-ink);
}
.section.hero h1
{
    color: var(--body-primary-ink);
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 0px;
}
.section.hero ul
{
    list-style: none;
    list-style-position: inside;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.section.hero ul li
{
    display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--body-primary-ink);
}
.section.hero ul li:last-child
{
    margin-bottom: 0px;
}

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

    .section.hero .box_block 
    {
        margin-top: 200px;
        margin-bottom: 200px;
    }

}

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

    .section.hero .box_block 
    {
        margin-top: 100px;
        margin-bottom: 100px;
    }

}

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

    .section.hero .box_block
    {
        height: 50px;
        background-color: transparent;
    }
    .section.hero .box_block ul
    {
        display: none;
        /* margin-top: 50px;
        margin-bottom: 50px; */
    }

}

@media only screen and (max-width: 450px) {
    .section.hero .box_block
    {
        float: none;
        width: 100%;
        min-width: inherit;
        box-sizing: border-box;
    }
}

/* Section - Suppliers Page
---------------------------------------------------------------- */
.section.suppliers
{
    text-align: left;

    padding: 30px 0px 30px 0px;
    background-image: url(../images/slides/showroom.jpg);

    /* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.suppliers .supplier
{
    background-color: var(--mannequin-colour);
    padding: 20px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.section.suppliers .supplier_image
{
    box-sizing: border-box;
    width: 30%;
    height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.suppliers .supplier_text
{
    box-sizing: border-box;
    width: 65%;
}
.section.suppliers h2,
.section.suppliers p
{
    text-align: left;
    color: #ffffff;
}
.section.suppliers .centre_vertically_container
{
    height: 300px;
}
.section.suppliers .button
{
    margin-top: 20px;
    text-align: left !important;
}
.section.suppliers .button a
{
    text-align: left !important;
    text-decoration: none;
}
@media only screen and (max-width: 700px) {
    .section.suppliers .flex_container,
    .section.suppliers .supplier
    {
        flex-direction: column;
    }
    .section.suppliers .supplier_image,
    .section.suppliers .supplier_text
    {
        width: 100%;
    }
    .section.suppliers .supplier
    {
        width: 100%;
        box-sizing: border-box;
    }
    
}

/* Section - Home Page - Strapline
---------------------------------------------------------------- */
.section.strapline
{
	background-color: var(--mannequin-colour);
}	
.section.strapline h2.section_heading
{
    color: var(--body-primary-ink);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 7% 0px 7%;
}


/* Section - SH
---------------------------------------------------------------- */
.section.mannequininteriors
{
    padding: 100px 0px 500px 0px;
	overflow-x: hidden;
    background-image: url(../images/slides/showroom_baw.jpg);
    background-size: cover;
    background-position: right bottom;
}
@media only screen and (max-width: 1150px) {
    .section.mannequininteriors
    {
       padding: 100px 0px 100px 0px;
    }
}
.section.mannequininteriors h2.section_heading
{
	color: var(--body-primary-ink);
	font-size: 42px;
    line-height: 48px;
	text-align: left;
}
.section.mannequininteriors p.section_description
{
	color: var(--body-primary-ink);
	padding-top: 20px;
}
.section.mannequininteriors p.section_description:first-of-type
{
	padding-top: 5px;
}
.section.mannequininteriors .flex_container
{
    flex-direction: row-reverse;
}
.section.section.mannequininteriors .flex_item
{
    width: 60%;
    flex: unset;
    flex-basis: auto;
}
.section.mannequininteriors .box
{
    display: inline-block;
    background-color: var(--mannequin-colour-rgba);
    padding: 30px 30px 30px 30px;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 850px) {
}
@media only screen and (max-width: 550px) {
    .section.mannequininteriors h2.section_heading
    {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: 1px;
        text-align: left;
    }
    .section.mannequininteriors .flex_container
    {
        flex-direction: column;
        justify-content: unset;
    }
    .section.section.mannequininteriors .flex_item
    {
        width: 100%;
        flex: 1;
        flex-basis: 100%;
        padding: 0px 0px 0px 0px;
    }
}


/* Section - Services
---------------------------------------------------------------- */
.section.services
{
	background-color: #e2e2e2;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.services h2.section_heading
{
	color: #7c7c7c;
}
.section.services h3.section_heading
{
	color: #7c7c7c;
}
.section.services img
{
	max-width: 100%;
}
@media only screen and (max-width: 1200px) {
    .section.services h2.section_heading
    {
        font-size: 32px;
    }
}
@media only screen and (max-width: 900px) {
    .section.services h2.section_heading
    {
        font-size: 22px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 620px) {
    .section.services h2.section_heading
    {
        font-size: 14px;
        line-height: 16px;
    }
}


/* Section - Home Page - Contact Mannequin Interiors (MI)
---------------------------------------------------------------- */
.section.contact_mi
{
	background-image: 
		/* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.4), 
          rgba(0, 0, 0, 0.4)
        ),
        /* bottom, image */
		url("../images/section_panels/showroom.jpg");
	/* Set a specific height */
	height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;

}
.section.contact_mi h2.section_heading
{
	color: #ffffff;
    background-color: #061d4d;
    background-color: var(--mannequin-colour);
    padding: 5px 10px 5px 10px;
}
.section.contact_mi p.section_description
{
	text-align: center;
	color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.section.contact_mi ul
{
    list-style: none;
    margin-top: 20px;
}
.section.contact_mi ul li,
.section.contact_mi a
{
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .section.contact_mi
    {
        height: 600px; 
    }
    .section.contact_mi ul li,
    .section.contact_mi a
    {
        font-size: 16px;
        line-height: 22px;
    }
}


/* Section - Mannequin Interiors Brand Header
---------------------------------------------------------------- */
.section.mannequin_interiors_brand_header
{
    padding-top: 0px;
    padding-bottom: 65px;
}
.section.mannequin_interiors_brand_header .brand_hero
{
    background-size: cover;
    background-position: center;
    height: 500px;
    margin-bottom: 50px;
}
.section.mannequin_interiors_brand_header .brand_hero_mobile
{
    display: none;
}
.section.mannequin_interiors_brand_header h1.section_heading
{
	font-size: 42px;
	line-height: 62px;
	font-weight: 400;
	color: #060607;
	text-transform: uppercase;
	text-align: center;
}
.section.mannequin_interiors_brand_header h2.section_heading
{
	color: #060607;
	font-size: 32px;
	line-height: 40px;
    margin-top: 35px;
}

.section.mannequin_interiors_brand_header p.section_description
{
    text-align: center;
}
.section.mannequin_interiors_brand_header ul.inline_no_bullets
{
    margin-left: 0px;
    list-style-position: outside;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}
.section.mannequin_interiors_brand_header ul.inline_no_bullets li
{
    text-align: left;
    display: inline;
    margin-right: 10px;
}
.section.mannequin_interiors_brand_header ul.inline_no_bullets li:first-child
{
    margin-left: 0px;
}
.section.mannequin_interiors_brand_header .supplier_icon
{
	width: 95px;
	height: 66px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.section.mannequin_interiors_brand_header .supplier_icon a
{
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 850px) {
    .section.mannequin_interiors_brand_header
    {
        padding-bottom: 25px;
    }
    .section.mannequin_interiors_brand_header .brand_hero
    {
        display: none;
    }
    .section.mannequin_interiors_brand_header .brand_hero_mobile
    {
        display: block;
    }
    .section.mannequin_interiors_brand_header .brand_hero_mobile img
    {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .section.mannequin_interiors_brand_header .brand_hero
    {
        /* height: 300px; */
    }
}
@media only screen and (max-width: 380px) {
        .section.mannequin_interiors_brand_header h1.section_heading
    {
        font-size: 32px;
        line-height: 62px;
    }
}
@media only screen and (max-width: 316px) {
    .section.mannequin_interiors_brand_header ul.inline_no_bullets li
    {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* Section - Mannequin Interiors Brand
---------------------------------------------------------------- */
.section.mannequin_interiors_brand
{
    padding: 0px 0px 100px 0px;
}
.section.mannequin_interiors_brand .grid_container
{
    display: grid;
    grid-template-columns: auto auto;
}
.section.mannequin_interiors_brand .grid_item
{
    background-size: cover;
    background-position: center;
    height: 500px;
}
.section.mannequin_interiors_brand.wallpaper .grid_item,
.section.mannequin_interiors_brand.lyon_beton .grid_item
{
    height: 900px;
}
.section.mannequin_interiors_brand.furniture .grid_item,
.section.mannequin_interiors_brand.vintage .grid_item
{
    height: 700px;
}
.section.mannequin_interiors_brand .grid_item .centre_vertically
{
    padding: 0px 80px 0px 80px;
}
.section.mannequin_interiors_brand h3.section_heading
{
	color: var(--mannequin-colour-alt);
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	margin: 20px 0px 12px 0px;
}
.section.mannequin_interiors_brand .grid_item h3.section_heading:first-of-type
{
	margin: 0px 0px 12px 0px;
}
.section.mannequin_interiors_brand p.price
{
	font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
@media (max-width: 1300px) {
    .section.mannequin_interiors_brand .grid_item
    {
        height: 400px;
    }
    .section.mannequin_interiors_brand.wallpaper .grid_item,
    .section.mannequin_interiors_brand.lyon_beton .grid_item
    {
        height: 650px;
    }
    .section.mannequin_interiors_brand.furniture .grid_item,
    .section.mannequin_interiors_brand.vintage .grid_item
    {
        height: 420px;
    }
}
@media (max-width: 991px) {
    .section.mannequin_interiors_brand .grid_container
    {
        grid-template-columns: auto;
    }
    .section.mannequin_interiors_brand .grid_item.centre_vertically_container
    {
        height: auto;
    }
    .section.mannequin_interiors_brand .grid_item .centre_vertically
    {
        position: relative;
        padding: 20px 80px 20px 80px;
    }
    .section.mannequin_interiors_brand .grid_item h3.section_heading:nth-child(odd)
    {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .section.mannequin_interiors_brand .grid_item
    {
        height: 300px;
    }
    .section.mannequin_interiors_brand.wallpaper .grid_item,
    .section.mannequin_interiors_brand.lyon_beton .grid_item
    {
        height: 420px;
    }
    .section.mannequin_interiors_brand.furniture .grid_item,
    .section.mannequin_interiors_brand.vintage .grid_item
    {
        height: 330px;
    }
    .section.mannequin_interiors_brand .grid_item.centre_vertically_container
    {
        height: auto;
    }
     .section.mannequin_interiors_brand .grid_item .centre_vertically
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Section - Furniture Page (grow and shrink proportionately)
---------------------------------------------------------------- */
.section.dynamically_sizing_gallery
{
    padding: 0px 0px 100px 0px;
}
.section.dynamically_sizing_gallery .grid_container
{
    display: grid;
    grid-template-columns: auto auto;
}
.section.dynamically_sizing_gallery .grid_item
{
    background-size: cover;
    background-position: center;
    /* height: 700px; */
}
.section.dynamically_sizing_gallery .grid_item img
{
    width: 100%;
}

.section.dynamically_sizing_gallery .grid_item .centre_vertically
{
    padding: 0px 80px 0px 80px;
}
.section.dynamically_sizing_gallery h3.section_heading
{
	color: var(--mannequin-colour-alt);
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	margin: 20px 0px 12px 0px;
}
.section.dynamically_sizing_gallery .grid_item h3.section_heading:first-of-type
{
	margin: 0px 0px 12px 0px;
}
.section.dynamically_sizing_gallery p.price
{
	font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
@media (max-width: 1300px) {
    .section.furniture_galleryx .grid_item
    {
        height: 420px;
    }
}
@media (max-width: 850px) {
    .section.dynamically_sizing_gallery .grid_container
    {
        grid-template-columns: auto;
    }
    .section.dynamically_sizing_galleryx .grid_item.centre_vertically_container
    {
        height: auto;
    }
    .section.dynamically_sizing_gallery .grid_item .centre_vertically
    {
        position: relative;
        padding: 20px 80px 20px 80px;
    }
    .section.dynamically_sizing_gallery .grid_item h3.section_heading:nth-child,
    .section.dynamically_sizing_gallery .grid_item h3.section_heading:nth-child(odd)
    {
        margin-top: 10px;
    }
    .section.dynamically_sizing_gallery img
    {
        margin-top: 35px;
    }
    .section.dynamically_sizing_gallery .item_9 img
    {
        margin-top: 0px;
    }
    /* grid-area: Row Line Start / Col Line Start / Row Line End / Col Line End */
    .section.dynamically_sizing_gallery .grid_item.item_1 { grid-area: 4 / 1 / 5 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_2 { grid-area: 3 / 1 / 4 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_3 { grid-area: 5 / 1 / 6 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_4 { grid-area: 6 / 1 / 7 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_5 { grid-area: 8 / 1 / 9 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_6 { grid-area: 7 / 1 / 8 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_7 { grid-area: 9 / 1 / 10 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_8 { grid-area: 10 / 1 / 11 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_9 { grid-area: 1 / 1 / 2 / 2; }
    .section.dynamically_sizing_gallery .grid_item.item_10 { grid-area: 2 / 1 / 3 / 2; }
}
@media (max-width: 600px) {
    .section.furniture_galleryx .grid_item
    {
        height: 330px;
    }
    .section.dynamically_sizing_gallery .grid_item.centre_vertically_container
    {
        height: auto;
    }
     .section.dynamically_sizing_gallery .grid_item .centre_vertically
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Section - Policy Pages
---------------------------------------------------------------- */
.section.policy
{
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.policy h1.section_heading,
.section.policy h2.section_heading,
.section.policy h3.section_heading
{
	color: var(--mannequin-colour);
    text-align: left;
}
.section.policy h2.section_heading
{
    line-height: 52px;
}
.section.policy h3.section_heading
{
	margin: 22px 0px 18px 0px;
}
.section.policy ul
{
    list-style: square;
}
.section.policy ol li,
.section.policy ul li
{
    text-align: left;
    list-style-position: outside;
    margin-left: 30px;
    padding-left: 8px;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .section.policy h2.section_heading
    {
        font-size: 36px;
        line-height: 40px;
    }
}


/* Section - Cookie Banner
---------------------------------------------------------------- */
.section.cookie_banner
{
    display: none;
    padding: 10px 0px 10px 0px;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    background-color: var(--mannequin-colour-rgba);
	overflow: hidden;
    z-index: 999999;
    animation-name: cba;
    animation-duration: 2s;
}
@keyframes cba {
    0%  { transform: translateY(100%); }
    100%  { transform: translateY(0%); }
}
.section.cookie_banner p.section_description
{
    color: var(--body-primary-ink);
}
.section.cookie_banner a
{
    color: #ffffff;
    text-decoration: underline;
}
.section.cookie_banner a:hover
{
    color: var(--body-primary-ink-hover);
}
.section.cookie_banner a.closebutton
{
    display: inline-block;
    background-color: var(--body-primary-ink);
    border-radius: 2px;
    padding: 2px 10px 2px 10px;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


/* Section - Footer 
---------------------------------------------------------------- */
.section.footer
{
	background-color: #333333;
    text-align: left;
}
.section.footer .mobile_only
{
    display: none;
}
.section.footer table
{
    margin: 0px 0px 0px 0px;
}
.section.footer table tr td
{
    text-align: left;
    padding: 0px 2px 0px 0px;
    border-bottom: none;
}
.section.footer table tr td:first-child
{
    text-align: center;
}
.section.footer h3.section_heading
{
    text-align: left;
	color: #f2f2f2;
 	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: 1px;
}
.section.footer p.section_description
{
	color: #f2f2f2;
 	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0px;
}
.section.footer p.section_description.right
{
    text-align: right;
}
.section.footer ul
{
	list-style: none;
}
.section.footer ul li
{
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color: #f2f2f2;
 	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.section.footer ul.big_links li .footer-icon
{
	margin-bottom: 10px;
}
.section.footer ul.big_links li .footer-icon img
{
	height: 35px;
}
.section.footer ul.big_links li .footer-icon.inline
{
	display: inline-block;
}
.section.footer a
{
    color: #f2f2f2;
    text-decoration: underline solid transparent;
    transition: text-decoration .4s ease, color .4s ease, opacity .3s ease;
}
.section.footer a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.section.footer i
{
	margin-right: 5px;
}
.section.footer ul li a i.fab
{
	font-size: 30px;
    margin: 20px 5px 0px 5px;
}
.section.footer ul li a i.fab:nth-child(1)
{
	margin-left: 0px;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 549px) {
    .section.footer,
    .section.footer h3.section_heading,
    .section.footer p.section_description.right
    {
        text-align: center;
    }
    .section.footer ul li a i.fab:nth-child(1)
    {
        margin-left: 5px;
    }
    .section.footer table 
    {
        display: none;
    }
    .section.footer .mobile_only
    {
        display: block;
    }
}


/* Section - Sub Footer 
---------------------------------------------------------------- */
.section.subfooter
{
	background-color: #1c1c1c;
    padding: 30px 0px 30px 0px;
    text-align: center;
}
.section.subfooter ul.small_links
{
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.section.subfooter ul.small_links li
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	text-indent: -5px;
	color: #cccccc;
 	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}
.section.subfooter ul.small_links li:before
{
	content: "-";
  	text-indent: -5px;
	padding-left: 10px;
	padding-right: 10px;
}
.section.subfooter ul.small_links li:nth-child(1):before
{
	content: "";
  	text-indent: -5px;
	padding-left: 0px;
	padding-right: 0px;
}
.section.subfooter ul.small_links li a
{
	color: #cccccc;
 	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    text-decoration: underline solid transparent;
    transition: text-decoration .4s ease, color .4s ease;
}
.section.subfooter ul.small_links li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 549px) {
    .section.subfooter ul.small_links li
    {
        display: block;
    }
    .section.subfooter ul.small_links li:before,
    .section.subfooter ul.small_links li:nth-child(1):before
    {
        content: "";
        text-indent: -5px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
