/* CSS Document */
img{
	display: block;
	margin:0;
	max-width: 100%;
	padding:0;
}
p {
	font-family: 'azo-sans-web', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
h1 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
h1 a {
	color: #fff;
}
h2{
	color: #0c516e;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
h3 {
	color: #0c516e;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h4 {
	color: #0c516e;
	font-size:16px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h5 {
	color: #0c516e;
	font-size:12px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h6 {
	color: #0c516e;
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a {
	color: #ccc;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
a:visited{
	color: #bbb;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
li{
}
table{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
tr{
	margin: 0;
	padding: 0;
}
td{
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}
hr{
	border-top: 1px dashed #474646;
	border-bottom: 1px dashed #fff;
	margin-bottom: 1em;
}

section.RollingBanner{
	width:100%;
}

.home-banner {
	align-items: center;
	box-sizing: border-box;
	background-image: url('/images/HomePage/hollowaysperiodhouseshop.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	padding: 208px 15px 30px 15px;
	width: 100%;
}
.home-banner-row {
	align-items: center;
	align-content: flex-end;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	width: 100%;
}
.HomeZone_1{
	display: none;
	float: left;
	width: 900px;
	height: 500px;
	margin-right: 15px;
	margin-top: 8px;
}
@media (max-width:1140px) {
	.HomeZone_1{
        margin: 15px 0px 15px 0px;
    }
}
@media (max-width:800px) {
    .HomeZone_1{
			width: 100%;
      height:307px;
      margin-bottom:30px;
    }
    .HomeZone_1 img{
        width: 100%;
        height:auto;
    }
}
.home-banner-title {
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.home-banner-title h1,.home-banner-title h2 {
	color: #fff;
	letter-spacing: normal;
	margin: 0;
	text-transform: uppercase;
}
.home-banner-title h1 {
	font-size: 30px;
	text-shadow: -3px 3px 3px rgba(0,0,0,0.3);
}
.home-banner-title h2 {
	font-size: 22px;
	text-shadow: -2px 2px 1px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 576px) {
	.home-banner-title {
		margin-bottom: 45px;
	}
	.home-banner-title h1 {
		font-size: 61px;
	}
	.home-banner-title h2 {
		font-size: 32px;
	}
}

.HomeZone_2, .HomeZone_3 {
	box-sizing: border-box;
	flex: 0 0 100%;
	padding: 15px;
	text-align: center;
}
@media only screen and (min-width: 576px) {
	.HomeZone_2, .HomeZone_3 {
		flex: 0 0 50%;
	}
}

.HomeZone_2 img, .HomeZone_3 img {
	box-shadow: 0 15px 15px -10px rgba(0,0,0,0.3);
	max-width: 100%;
	height: auto;
}
.HomeZone_4 {
	background-image: url('/images/Layout/bathrooms-lighting-kitchen-ironmongery.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 45px 0;
	width: 100%;
}
.HomeZone_4 .row-1 {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	padding: 15px;
	width: 100%;
}
.HomeZone_4 .row-1 [class*='area-']{
	align-items: flex-start;
	box-sizing: border-box;
	flex: 0 0 100%;
}
@media only screen and (min-width: 770px) {
	.HomeZone_4 .row-1 [class*='area-'] {
		flex: 0 0 50%;
	}
}
.HomeZone_4 .row-1 [class*='item-']{
	box-sizing: border-box;
	margin: 0;
	padding: 15px;
}
.HomeZone_4 .row-1 .item-1, .HomeZone_4 .row-1 .item-8 {
	height: 100%;
	width: 100%;
}
.HomeZone_4 .row-1 .CatListItem {
	border: 1px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
.HomeZone_4 .row-1 .CatListItem a {
	background-color: rgba(0,0,0,0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 200ms linear;
	width: 100%;
}
.HomeZone_4 .row-1 .CatListItem a:hover {
	background-color: rgba(0,0,0,0.4);
}
.HomeZone_4 .row-1 .CatListItem a > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.HomeZone_4 .row-1 .CatListItem a > div h2 {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	text-shadow: -3px 3px 1px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
	transition: all 200ms linear;
}
@media only screen and (min-width: 770px) {
	.HomeZone_4 .row-1 .CatListItem a > div h2 {
		font-size: 18px;
		text-transform: uppercase;
	}
}
.HomeZone_4 .row-1 .CatListItem a > div p {
	font-size: 12px;
	letter-spacing: normal;
	margin-top: 15px;
	padding: 5px 10px;
	transition: opacity 200ms linear;
}
@media only screen and (min-width: 770px) {
	.HomeZone_4 .row-1 .CatListItem a > div p {
		font-size: 16px;
		padding: 5px 20px;
		text-transform: uppercase;
	}
}
.HomeZone_4 .row-1 .area-2 [class*='item-'], .HomeZone_4 .row-1 .area-3 [class*='item-'] {
	flex: 0 0 100%;
}
@media only screen and (min-width: 400px) {
	.HomeZone_4 .row-1 .area-2 [class*='item-'], .HomeZone_4 .row-1 .area-3 [class*='item-'] {
		flex: 0 0 50%;
	}
}
.HomeZone_4 .row-1 .area-2, .HomeZone_4 .row-1 .area-3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.HomeZone_4 .row-1 .area-1 .CatListItem {
	height: auto;
	padding-bottom: 130.122%;
}
.HomeZone_4 .row-1 .area-2 .CatListItem, .HomeZone_4 .row-1 .area-3 .CatListItem {
	height: auto;
	padding-bottom: 131.365%;
}
.HomeZone_4 .row-1 .area-4 .CatListItem {
	height: auto;
	padding-bottom: 62.2%;
}

.home-section-2 .row-1 {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}
.HomeZone_5, .HomeZone_6 {
	box-sizing: border-box;
	float: left;
	width: 100%;
	min-height: 550px;/* eeek watch this */
	padding: 45px 15px;
}
@media only screen and (min-width: 770px) {
	.HomeZone_5, .HomeZone_6 {
		width: 50%;
	}
}
.HomeZone_5 h2, .HomeZone_5 p {
	color: #0c516e;
}
.HomeZone_6 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 90% auto;
}
.HomeZone_5 p:first-of-type{
	font-weight: 700;
}
.home-section-2 a {
	border: 1px solid #0c516e;
	color: #0c516e;
	display: inline-block;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
}

.home-section-3 {
	background-color: #f9f6f3 !important;
}
.home-section-3 .row-1 {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 45px 15px;
	width: 100%;
}
.HomeZone_7, .HomeZone_8 {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 15px;
}
@media only screen and (min-width: 770px) {
	.HomeZone_7, .HomeZone_8 {
		width: 50%;
	}
}
.HomeZone_7 img, .HomeZone_8 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
article.blog-brief-home {
	background-color: #fff;
	min-height: 320px;
	padding: 15px;
}
article.blog-brief-home h1 {
	color: #125c7b;
	font-size: 24px;
	font-weight: bold;
}
article.blog-brief-home p {
	color: #125c7b;
	font-size: 16px;
	margin-bottom: 15px;
}
article.blog-brief-home a {
	color: #125c7b;
}
article.blog-brief-home .BlogHomeReadMore {
	text-align: left;
}
article.blog-brief-home .BlogHomeReadMore a {
	border: 1px solid #125c7b;
	color: #125c7b;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
}
article.blog-brief-home .blog-tn {
	box-sizing: border-box;
	float: left;
	padding-right: 0;
	width: 100%;
}
article.blog-brief-home .blog-body {
	box-sizing: border-box;
	float: left;
	width: 100%;
}
@media only screen and (min-width: 475px) {
	article.blog-brief-home .blog-tn {
		padding-right: 15px;
		width: 33.333%;
	}
	article.blog-brief-home .blog-body {
		width: 66.666%;
	}
}
.HomeDivider_1{
	display: none;
	clear: both;
	width: 100%;
	margin-top: 1.1em;
	margin-bottom: 0em;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.2em;
	color:#7a7b7b;
	padding: 50px 0;
}
.HomeDivider_2{
	display: none;
	clear: both;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #7a7b7b;
	padding-top: 0em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d9d9d9;
}

/* clear fix */
.clear-fix::after,
.clear-fix::before {
	content: " ";
	display: table;
}
.clear-fix::after {
	clear: both;
}
.row {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 50px 15px;
	width: 100%;
}
[class*='col-'] {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 15px;
	width: 100%;
}
.nested {
	padding: 0;
}
.side-menu {
	display: none;
}
@media only screen and (min-width: 770px) {
	.col-fifth {
		width: 33.333%;
	}
	.col-third {
		width: 33.333%;
	}
	.col-two-fifths {
		width: 40%;
	}
	.col-half {
		width: 50%;
	}
	.col-three-fifths {
		width: 60%;
	}
	.col-two-thirds {
		width: 66.666%;
	}
	.col-four-fifths {
		width: 66.666%;
	}
	.side-menu {
		display: inline-block;
	}
}
@media only screen and (min-width: 900px) {
	.col-fifth {
		width: 25%;
	}
	.col-four-fifths {
		width: 75%;
	}
}
@media only screen and (min-width: 1080px) {
	.col-fifth {
		width: 20%;
	}
	.col-four-fifths {
		width: 80%;
	}
}




.Col_39{
	width:1170px;
	margin-bottom:30px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_39{
        width: auto;
    }
}
.Col_31{
	width: 945px;/*930*/
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_31{
	    width: auto;/*930*/
    }
}
.Col_29{
	width:870px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
.Col_25{
	width:750px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_25{
        width:auto;

    }
}
.Col_19{
	width:570px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_19{
        display:block;
        width:auto;
    }
	.Col_19 .MainImage img{
        width:100%;
			height:auto;
    }

}
.Col_17{
	width:510px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_17{
        width:95%;
        height:300px !important;
        background-size: cover;
    }
}
.Col_13{
	width: 390px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 15px;
}
@media (max-width:770px) {
    .Col_13{
        width:auto;
    }
}
.Col_12{
	width:360px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_12{
        display:block;
        width:auto;
    }
	.Col_12 img{
        width:100%;
			height:auto;
    }

}
.Col_11{
	width:330px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
.Col_9{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 270px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
.Col_7{
	width: 210px;
	margin: 0px 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:770px) {
    .Col_7{
        width:270px;
    }
}
.Col_Last{
	margin-right:0px !important;
}
@media (max-width:770px) {
    .Col_Last{
        margin-left:15px !important;
        margin-right:15px !important;
    }
}
.Col_NoPad{
	margin-right:0px !important;
    margin-left:0px !important;
}
::-webkit-input-placeholder {
   color: #e4e4e4;
}

:-moz-placeholder { /* Firefox 18- */
   color: #e4e4e4;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #e4e4e4;
}

:-ms-input-placeholder {
   color: #e4e4e4;
}

.SocialLike{
	margin-top: 1em;
	margin-bottom: 1em;
}

.SocialLike ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.SocialLike ul li{
    display:inline;
	 padding-right:10px;
	 margin-left:0px;
	 padding-left:0px;
}
.fb-like{
    position:relative !IMPORTANT;
    top:-5px !IMPORTANT;
}
.fb-share-button{
    position:relative !IMPORTANT;
    top:-7px !IMPORTANT;
}



.SocialLike table.SocialTab tr td{
	vertical-align: top;
	padding: 0 5px 0 0;
	font-size: 0em
}
.SocialLike table.SocialTab tr td .fb-like{
    position:relative !IMPORTANT;
    top:0px !IMPORTANT;
}
 .SocialLike table.SocialTab tr td .fb-share-button{
    position:relative !IMPORTANT;
    top:0px !IMPORTANT;
}
@media (max-width:770px) {
	.SocialLike table.SocialTab tr td .fb-like{
			top:-5px !IMPORTANT;
	}
	 .SocialLike table.SocialTab tr td .fb-share-button{
			top:-5px !IMPORTANT;
	}
}

/* old stuff */
#instagram a {
	display: block;
	float: left;
	height: 180px;
	overflow: hidden;
	margin: 2px;
	width: 180px;
}
#instagram img {
	display: block;
	height: auto;
	width: 100%;
}
