/* 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; */
    background-color: #f5f5f5;
    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);
    width: 100%;
	top: 35px;
	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: #061d4d;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 15px;
}
.section.header a
{
    color: #061d4d;
    text-decoration: underline solid transparent;
    transition: text-decoration .4s ease, color .4s ease, opacity .3s ease;
}
.section.header a:hover
{
    color: #001b37;
    text-decoration: underline;
}
/* Reduce breakpoint early */
@media only screen and (max-width: 600px) {
    .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;
    }
   .section.header .navbar_contact.scrolled
    {
        margin-top: 20px;
    }
    .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;*/
	}
	.section.header .navbar_logo
	{
		/*overflow: hidden;*/
		/*margin: 15px auto;*/
		/*width: 118px;*/
		/*height: 120px;*/
	}
}

/* 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: 242px;
	transition: height .4s ease, opacity .3s ease;
	background-color: #ffffff;
}
.section.header_padding.scrolled
{
	/* height: 182px; */
	height: 217px;
}
@media only screen and (min-width: 1180px) {
	.section.header_padding 
	{
		/* height: 205px; */
		height: 240px;
	}
}
/* For when  the nav bar vanishes */
@media only screen and (min-width: 601px) and (max-width: 1400px) {
	.section.header_padding 
	{
		/* height: 160px; */
		height: 195px;
	}
}
/* For when the two columns split into one column */
@media only screen and (max-width: 600px) {
	.section.header_padding 
	{
		/* height: 239px; */
		height: 274px;
	}
}


/* Section - Navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.navbar 
{
	position: fixed;
	background-color: rgba(6, 29, 77, 0.9);
	/*background-color: #061d4d;*/
	width: 100%;
	/* top: 160px; */
	top: 195px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: auto;
	transition: top .4s ease;
}
.section.navbar.scrolled
{
	/* top: 126px; */
	top: 161px;
    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-family: 'Oswald', sans-serif;*/
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.5px;
	/*color: rgba(49, 35, 118, 0.9);*/
	/*background-color: rgba(6, 29, 77, 0.9);*/
	color: #7c7c7c;
	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;
}

.menu ul li.dropdown:hover .dropdown_content
{
    display: block;
    transform: translateY(0);
}

.menu ul li .dropdown_content 
{
    display: none;
    position: fixed;
    /*background-color: #f9f9f9;*/
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.menu ul li .dropdown_content .dropdown_content_colour
{
    background-color: #000f2f;
    margin-top: 10px;
    padding-top: 20px;
}
.menu ul li .dropdown_content .dropdown_content_container
{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box; 
}


/* Create three equal columns that floats next to each other */
.menu ul li .dropdown_content .dd_row
{
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
}
.menu ul li .dropdown_content .dd_row .dd_item
{
    display: block;
    flex: 0 1 100%; /* Default - grow shrink basis */
    margin: 0px 20px 0px 20px;
}
.menu ul li .dropdown_content .dd_row .dd_item:first-child
{
    margin-left: 0px;
}
.menu ul li .dropdown_content .dd_row .dd_item:last-child
{
    margin-right: 0px;
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image
{
    box-sizing: border-box;
    margin: 0px 15% 0px 15%;
    width: 70%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.bespoke_commissions
{
    background-image: url(../images/upholstery/sofa.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.chaise
{
    background-image: url(../images/drop_down/chaise.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.curtains_indoor
{
    background-image: url(../images/drop_down/curtains.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.curtains_outdoor
{
    background-image: url(../images/curtains/outdoor_curtains.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.fabrics
{
    background-image: url(../images/drop_down/fabrics.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.interior_design
{
    background-image: url(../images/drop_down/seven_golden_rules.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.outdoor_living
{
    background-image: url(../images/drop_down/outdoor_upholstery.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.reupholstery
{
    background-image: url(../images/drop_down/chair_wip.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.rocking_horse
{
    background-image: url(../images/drop_down/rocking_horse.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.simon_and_the_team
{
    background-image: url(../images/drop_down/simon_and_the_team.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.thegreensuitcase
{
    background-image: url(../images/drop_down/logo_the_green_suitcase_co.png);
    background-size: contain;
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.vintage_furniture
{
    background-image: url(../images/drop_down/vintage_furniture.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a .block_image.workshop
{
    background-image: url(../images/drop_down/workshop.jpg);
}
.menu ul li .dropdown_content .dd_row .dd_item a h3
{
    font-size: 18px;
    line-height: 20px;
}
.menu ul li .dropdown_content .dd_row .dd_item a p
{
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 15px;
    text-align: justify;
}

.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;
	}
}
/* For devices larger than 400px */
@media (min-width: 400px) 
{
	.menu ul li .dropdown_content .dropdown_content_container
	{
		width: 85%;
		padding: 0; 
	}
}

/* For devices larger than 550px */
@media (min-width: 550px) 
{
	.menu ul li .dropdown_content .dropdown_content_container
	{
		width: 80%; 
	}
}
@media (min-width: 1200px) {
	.menu ul li .dropdown_content .dropdown_content_container
	{
		max-width: 1200px;
	}
}

/* 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: #001b37;
	/* padding-top: 250px; */
	padding-top: 285px;
	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: #ffffff;
	font-size: 22px;
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid #ffffff;
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid #ffffff;
}
#responsive_menu ul li ul li
{
	display: inline;
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	border-top: 0px solid #ffffff;
	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: #ffffff;
	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: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (min-width: 1401px) {
	#responsive_menu 
	{
		display: none;
		visibility: hidden;
	}
}
@media only screen and (max-width: 1400px) {
	#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: 600px) {
    #responsive_menu_buttons
    {
        right: 10px;
    }
}
@media only screen and (min-width: 601px) {
    #responsive_menu 
    {
        /* padding-top: 180px; */
        padding-top: 215px;
    }
}

/* Section - Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.hero
{
    padding: 30px 0px 30px 0px;
    background-image: url(../images/slides/chairs.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}
.section.hero .box_block
{
    float: right;
    padding: 20px 20px 20px 20px;
    margin: 300px 0px 240px 0px;
    background-color: #061d4d;
    width: 50%;
    min-width: 330px;
}
.section.hero p
{
    color: #ffffff;
}
.section.hero h2
{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.section.hero h3
{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.section.hero a
{
    color: #7c7c7c;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #7c7c7c;
}
.section.hero ul
{
    list-style: none;
    list-style-position: inside;
    padding: 0px 0px 0px 0px;
}
.section.hero ul li
{
    display: inline;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #7c7c7c;
}
.section.hero ul li:not(:last-child)::after 
{
    content: "\2022";
    margin-left: 3px;
}
@media only screen and (max-width: 450px) {
    .section.hero .box_block
    {
        float: none;
        width: 100%;
        min-width: inherit;
        box-sizing: border-box;
    }
}

/* Section - Single Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.single_hero
{
	padding: 0px 0px 0px 0px;
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.section.single_hero.blinds
{
	background-image: url(../images/single_heroes/funky_birds.jpg);
    height: 300px;
}
.section.single_hero.chair_wip
{
	background-image: url(../images/single_heroes/chair-wip.jpg);
}
.section.single_hero.chaise_wip
{
	background-image: url(../images/single_heroes/chaise_wip.jpg);
}
.section.single_hero.curtains
{
	background-image: url(../images/single_heroes/sofa-chairs-in-living-room-1648776.jpg);
	background-position: left center;
}
.section.single_hero.dining_chairs
{
	background-image: url(../images/single_heroes/dining_chairs.jpg);
}
.section.single_hero.club_chairs_cat
{
	background-image: url(../images/single_heroes/club_chair_with_cat.jpg);
}
.section.single_hero.outdoor_living
{
	background-image: url(../images/single_heroes/outdoor_living.jpg);
}
.section.single_hero.outdoor_upholstery
{
	background-image: url(../images/single_heroes/outdoor_upholstery.jpg);
}
.section.single_hero.placeholder
{
	background-image: url(../images/single_heroes/placeholder.jpg);
}
.section.single_hero.rocking_horse
{
	background-image: url(../images/single_heroes/rocking_horse.jpg);
}
.section.single_hero.shutters
{
	background-image: url(../images/single_heroes/shutters_2.jpg);
}
.section.single_hero.simon_houlding
{
	background-image: url(../images/single_heroes/simon_houlding.jpg);
    text-align: left;
}
.section.single_hero.simon_houlding_team
{
	background-image: url(../images/single_heroes/team.jpg);
}
.section.single_hero.simon_houlding_team .flex_container
{
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 300px;*/
}
.section.single_hero.simon_houlding_team .flex_item
{
    flex: 1;
}
.section.single_hero.simon_houlding_team .flex_item.simon
{
    background-image: url(../images/single_heroes/simon_houlding.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
}
@media (max-width: 550px) {
    .section.single_hero.simon_houlding_team .flex_item
    {
        flex-basis: 100%;
    }
}

.section.single_hero.simon_working
{
	background-image: url(../images/single_heroes/simon_working.jpg);
}
.section.single_hero.simon_working_2
{
	background-image: url(../images/single_heroes/simon_working_2.jpg);
}
.section.single_hero.the_green_suitcase
{
	background-image: url(../images/single_heroes/tgs_chair.jpg);
}
.section.single_hero.vintage_furniture
{
	background-image: url(../images/single_heroes/vintage_furniture.jpg);
}
.section.single_hero.white_sofa
{
	background-image: url(../images/single_heroes/white_sofa_man.jpg);
}
.section.single_hero.workshop
{
	background-image: url(../images/single_heroes/workshop.jpg);
}
.section.single_hero .centre_vertically_container
{
	height: 500px;
}
.section.single_hero.blinds .centre_vertically_container
{
	height: 300px;
}

@media only screen and (max-width: 1050px) {
	.section.single_hero
	{
		/*height: 300px;*/
	}
}
@media only screen and (max-width: 800px) {
	.section.single_hero
	{
		/*height: 200px;*/
	}
}
@media only screen and (max-width: 600px) {
	.section.single_hero h1.section_heading
	{
		font-size: 50px;
		line-height: 46px;
        letter-spacing: 1px;
	}
}
@media only screen and (max-width: 500px) {
	.section.single_hero
	{
		/*height: 125px;*/
	}
	.section.single_hero h1.section_heading
	{
		font-size: 40px;
		line-height: 46px;
        letter-spacing: 1px;
	}
	.section.single_hero h3.section_heading
	{
	}
}
@media only screen and (max-width: 400px) {
	.section.single_hero h1.section_heading
	{
		font-size: 26px;
		line-height: 36px;
        letter-spacing: 1px;
	}
	.section.single_hero h3.section_heading
	{
        font-size: 14px;
	}
}


/* Section - Home Page - Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.testimonials
{
	background-color: #061d4d;
}	
.section.testimonials .centre_vertically_container
{
	height: 550px;
}	
/* With Quotes */
#testimonial_container .testimonial-with-quotes {
	/* Remove Left Quote */
	/* Remove Right Quote */
}

#testimonial_container .testimonial-with-quotes blockquote
{
	border-right: none;
}
.section.testimonials .testimonial-with-quotes blockquote,
.section.testimonials .testimonial-with-quotes blockquote p
{
	color: #ffffff;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px 40px 0px 40px;
}

.section.testimonials .testimonial-with-quotes blockquote:before {
	color: #ffffff;
	display: block !important;
	left: 10px;
	top: 0;
	/*content: """;*/
	content: "\201c";
	font-family: 'Times New Roman', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.section.testimonials .testimonial-with-quotes blockquote:after {
	color: #ffffff;
	display: block !important;
	right: 10px;
	font-family: 'Times New Roman', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201d";
}
.section.testimonials .testimonial-author
{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	padding-top: 20px;
    color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
    .section.testimonials .centre_vertically_container
    {
        height: 850px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
    .section.testimonials .centre_vertically_container
    {
        height: 360px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        font-size: 18px;
        line-height: 20px;
        padding: 0px 10px 0px 10px;
    }
    .section.testimonials .testimonial-author
    {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 549px) {
    .section.testimonials .centre_vertically_container
    {
        height: 400px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        font-size: 14px;
        line-height: 16px;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
    }
    .section.testimonials .testimonial-author
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
    .section.testimonials .testimonial-with-quotes blockquote:before {
        content: "";
        display: none !important;
    }

    .section.testimonials .testimonial-with-quotes blockquote:after {
        content: "";
        display: none !important;
    }
}


/* Section - Default Panel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.default_panel
{
    overflow-x: hidden;
    overflow-y: hidden;
}
.section.default_panel h2.section_heading 
{
    color: #061d4d;
}
@media (max-width: 550px) {
    .section.default_panel .background_image
    {
        min-height: 300px;
    }
    .section.default_panel .flex_item.pic
    {
        order: 1;
    }
    .section.default_panel .flex_item.nonpic
    {
        order: 2;
    }
}


/* Section - Grey Panel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.grey_panel
{
    overflow-x: hidden;
    overflow-y: hidden;
	background-color: #e8e8e8;
}
.section.grey_panel h2.section_heading 
{
    color: #061d4d;
}
.section.grey_panel h3.section_heading 
{
    margin-top: 12px;
    margin-bottom: 8px;
}
@media (max-width: 550px) {
    .section.grey_panel .background_image
    {
        min-height: 300px;
    }
    .section.grey_panel .flex_item.pic
    {
        order: 1;
    }
    .section.grey_panel .flex_item.nonpic
    {
        order: 2;
    }
}


/* Section - Totals
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.totals
{
	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/banner-bg-numbers.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section.totals .columns
{
	border-right: 2px solid #ffffff;
}
.section.totals .columns:nth-of-type(4)
{
	border-right: none;
}
.section.totals h2.section_heading
{
	font-size: 60px;
	letter-spacing: 2px;
}
.section.totals h3.section_heading
{
	margin-bottom: 0px;
}


/* Section - SH
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.simonhoulding
{
	background-color: #ffffff;
	overflow-x: hidden;
    background-image: url(../images/bg_chair.jpg);
    background-size: cover;
}
.section.simonhoulding h2.section_heading
{
	color: #061d4d;
	font-size: 60px;
	letter-spacing: 2px;
	text-align: left;
}
.section.simonhoulding p.section_description
{
	color: #061d4d;
	width: 80%;
	padding-top: 20px;
}
.section.simonhoulding img
{
	position: relative;
	top: 50px;
	/*max-height: 220px;*/
}
.section.simonhoulding ul
{
	list-style: none;
	text-align: left;
	margin-top: 60px;
	z-index: 2;
}
.section.simonhoulding ul li
{
	display: inline;
	margin-right: 20px;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 850px) {
	.section.simonhoulding .container 
	{
		width: 80%; 
	}
	.section.simonhoulding .column,
	.section.simonhoulding .columns 
	{
		margin-left: 4%; 
        width: 100%; 
    }
	.section.simonhoulding .column:first-child,
	.section.simonhoulding .columns:first-child 
	{
		margin-left: 4%;
	}
}
@media only screen and (max-width: 550px) {
	.section.simonhoulding .container 
	{
		width: 100%; 
	}
	.section.simonhoulding .column,
	.section.simonhoulding .columns 
	{
		/*margin-left: 4%; */
        width: 100%; 
        margin-left: 0;
    }
    .section.simonhoulding h2.section_heading
    {
        color: #061d4d;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 1px;
        text-align: left;
    }
}


/* 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 Simon Houlding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.contact_sh
{
	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/outdoor_living.jpg");
	/* Set a specific height */
	height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.contact_sh h2.section_heading
{
	color: #ffffff;
    background-color: #061d4d;
    padding: 5px 10px 5px 10px;
}
.section.contact_sh h3.section_heading
{
	color: #ffffff;
}
.section.contact_sh h4.section_heading
{
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 42px;
	line-height: 60px;
}
.section.contact_sh p.section_description
{
	text-align: center;
	color: #ffffff;
}
.section.contact_sh a
{
	color: #ffffff;
	
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .section.contact_sh
    {
        height: 600px; 
    }
}


/* Section - Home Page - QR Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.qr_code a
{
    text-decoration: underline;
    font-weight: bold;
}
.section.qr_code .flex_container
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;    
}
.section.qr_code .flex_item
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    width: 300px;
    padding-left: 50px;
    padding-right: 50px;
}
.section.qr_code .flex_item:nth-child(3)
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    width: 80%;
}
@media only screen and (max-width: 400px) {
    .section.qr_code .flex_item
    {
        flex-basis: 90%;
        width: 90%;
    }
    .section.qr_code .flex_item:nth-child(2)
    {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 80%;
        width: 80%;
    }
}


/* Section - White
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.white
{
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.white h1.section_heading,
.section.white h2.section_heading
{
	color: #7c7c7c;
    margin-bottom: 20px;
}
.section.white h2.section_heading
{
    text-align: left;
}
.section.white p.section_heading.centered
{
    text-align: center;
}

@media only screen and (max-width: 635px) {
    .section.white .sp-thumbnails
    {
        display: none;
    }
}
/* Section - Fabric
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.fabric
{
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.fabric h1.section_heading,
.section.fabric h2.section_heading
{
	color: #7c7c7c;
    margin-bottom: 20px;
}
.section.fabric h2.section_heading
{
    text-align: left;
}
.section.fabric .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.fabric .supplier_icon a
{
	display: block;
	width: 100%;
	height: 100%;
}
.section.fabric .block_for_blog
{
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(195, 195, 195, 0.4);
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    background-image: linear-gradient(#ebebeb, #dbdbdb);
}
.section.fabric .block_for_blog:hover
{
    background-image: linear-gradient(#f4f4f4, #ffffff);
}
.section.fabric a.bloglink:hover
{
    text-decoration: none;
}
.section.fabric .block_for_blog p.section_description
{
    font-size: 13px;
}
.section.fabric .block_for_blog .picture
{
    display: inline;
    width: 100px;
    height: 300px;
    background-size: cover;
}
.section.fabric .block_for_blog .picture.seven_golden_rules
{
    background-image: url(../images/bg_chair.jpg);
}

.section.fabric .flex_container
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.section.fabric .flex_item
{
    flex: 1;
    padding: 10px;
}
@media (max-width: 550px) {
    .section.fabric .flex_container
    {
        justify-content: center;
        align-items: center;
    }
    .section.fabric .flex_item
    {
        flex-basis: auto;
    }
}



/* Section - About
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.about
{
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.about h1.section_heading,
.section.about h2.section_heading
{
	color: #7c7c7c;
    margin-bottom: 20px;
}
.section.about h2.section_heading
{
    text-align: left;
}
.section.about span
{
    font-style: italic;
}
.section.about .team_member
{
    background-color: #061d4d;
    color: #ffffff;
    padding: 5px 0px 10px 0px;
}
.section.about .team_member img
{
    display: block;
    max-width: 100%;
}
.section.about .team_member .team_member_name
{
    margin-top: 10px;
}
@media only screen and (max-width: 550px) {
    .section.about .team_member
    {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 551px) and (max-width: 710px) {
    .section.about .team_member .team_member_name,
    .section.about .team_member .team_member_role
    {
    	font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
    }
}

/* Section - Product Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.product_images
{
	background-color: rgb(237, 236, 229);
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.product_images h1.section_heading,
.section.product_images h2.section_heading
{
	color: #7c7c7c;
    margin-bottom: 20px;
}
.section.product_images h2.section_heading
{
    text-align: left;
}
.section.product_images .flex_item
{
    /*order: 2;*/
    min-height: 250px;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 750px) {
    .section.product_images .flex_item
    {
        flex-basis: 100%;
    }
}
@media (max-width: 550px) {
    .section.product_images .background_image
    {
        min-height: 300px;
    }
    .section.product_images .flex_item.pic
    {
        order: 1;
    }
    .section.product_images .flex_item.nonpic
    {
        order: 2;
    }
}


/* Section - Upholstery Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.reupholstery_images
{
	background-color: rgb(237, 236, 229);
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.reupholstery_images p.section_description
{
    text-align: center;
}
.section.reupholstery_images .flex_item
{
    /*order: 2;*/
    min-height: 400px;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
@media only screen and (min-width: 1151px) and (max-width: 1350px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 350px;
    }
}
@media only screen and (min-width: 1051px) and (max-width: 1150px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 300px;
    }
}
@media only screen and (min-width: 851px) and (max-width: 1050px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 250px;
    }
}
@media (max-width: 850px) {
    .section.reupholstery_images .flex_item
    {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 551px) and (max-width: 660px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 350px;
    }
}
@media only screen and (min-width: 451px) and (max-width: 550px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 250px;
    }
}
@media (max-width: 450px) {
    .section.reupholstery_images .flex_item
    {
        min-height: 170px;
    }
}


/* Section - Bespoke Commission Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.bespoke_commission_images
{
	background-color: rgb(237, 236, 229);
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.bespoke_commission_images p.section_description
{
    text-align: center;
}
.section.bespoke_commission_images .flex_item
{
    height: 600px;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 750px) {
    .section.bespoke_commission_images .flex_item
    {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
    .section.bespoke_commission_images .flex_item
    {
        height: 500px;
    }
}
@media only screen and (min-width: 751px) and (max-width: 850px) {
    .section.bespoke_commission_images .flex_item
    {
        height: 400px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
    .section.bespoke_commission_images .flex_item
    {
        height: 600px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
    .section.bespoke_commission_images .flex_item
    {
        height: 500px;
    }
}
@media (max-width: 400px) {
    .section.bespoke_commission_images .flex_item
    {
        height: 360px;
    }
}



/* Section - Fabric Supplier Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.fabric_supplier_images
{
	background-color: rgb(237, 236, 229);
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.fabric_supplier_images .flex_item
{
    /*order: 2;*/
    height: 1000px;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 950px) {
    .section.fabric_supplier_images .flex_item
    {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
    .section.fabric_supplier_images .flex_item
    {
        height: 1200px;
    }
}
@media only screen and (min-width: 551px) and (max-width: 950px) {
    .section.fabric_supplier_images .flex_item
    {
        height: 900px;
    }
}
@media (max-width: 550px) {
    .section.fabric_supplier_images .flex_item
    {
        height: 600px;
    }
}


/* Section - Curtain Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.curtains_panel
{
    overflow-x: hidden;
    overflow-y: hidden;
}
.section.curtains_panel.grey
{
	background-color: #e8e8e8;
}
.section.curtains_panel h2.section_heading 
{
    color: #061d4d;
    text-align: left;
}
.section.curtains_panel .flex_item.nonpic
{
    padding: 0px 20px 60px 20px;
    flex-grow: 2;
}
.section.curtains_panel .background_image
{
    background-position: center top;
    min-height: 300px;
}
@media (max-width: 750px) {
    .flex_item
    {
        flex-basis: 100%;
    }
    .section.curtains_panel .background_image
    {
        min-height: 300px;
    }
    .section.curtains_panel .flex_item.pic
    {
        order: 2;
        padding: 10px 0px 10px 0px;
    }
    .section.curtains_panel .flex_item.nonpic
    {
        order: 1;
        padding: 10px 0px 10px 0px;
    }
}


/* 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: #061d4d;
    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: rgba(6, 29, 77, 0.9);
	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: #ffffff;
}
.section.cookie_banner a
{
    color: #ffffff;
    text-decoration: underline;
}
.section.cookie_banner a:hover
{
    color: #eeff6a;
}
.section.cookie_banner a.closebutton
{
    display: inline-block;
    background-color: #ff0000;
    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 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 - 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;
}
.background_image
{
    display: inline-block;
    background-size: cover;
    min-height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    background-position: center 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) {
}
