@charset "utf-8";

@font-face {
    font-family: 'EncodeRegular';
    src: url('http://www.uk-showerenclosures.co.uk/au/EncodeSans-Regular.ttf');
}
@font-face {
    font-family: 'EncodeBold';
    src: url('http://www.uk-showerenclosures.co.uk/au/EncodeSans-Bold.ttf');
}
@font-face {
    font-family: 'EncodeBlack';
    src: url('http://www.uk-showerenclosures.co.uk/au/EncodeSans-Black.ttf');
}

/*  ====================
    Grid System
    ==================== */
#body {
    margin: 0 !important;
    padding: 0 !important;
}
.container {
	clear: both;
	width: 990px;
	min-height: 1px;
	padding: 0;
	margin: 0 auto 0;
	overflow: auto;
}
.row {
    clear: both;
    overflow: auto;
}
.columns {
    min-height: 1px;
    display: block;
    box-sizing: border-box;
    float: left;
    overflow: auto;
}
.col-12 { width: 990px; clear: both; }
.col-9  { width: 745px; }
.col-8  { width: 660px; }
.col-6  { width: 490px; }
.col-4  { width: 320px; }
.col-3  { width: 235px; }

.menu-col-4 { 
    min-height: 1px;
    display: block;
    width: 33.33%;
    padding: 15px;
    overflow: auto;
    float: left;
    box-sizing: border-box;
}

body { 
    font-family: EncodeRegular, Arial, sans-serif; 
    font-size: 1rem; 
    sans-serif; 
    margin:0; 
    padding:0;
}
.header-top {
    background: #fff;
}
.header-bottom {
	margin-bottom: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CACACA;
	border-bottom-color: #CACACA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #606060;
}
.invt_header {
    width: 990px; 
    margin: 0 auto;
    background-image: url('http://www.uk-showerenclosures.co.uk/au/logo.jpg');
    background-position: top center;
    background-size: cover;
}
.invt_header_top {
    padding: 0; 
    margin: 0;
    height: 106px;
    overflow: hidden;
    position: relative;
}
#anchor-home {
    display: block;
    height: 80px;
    width: 370px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
#anchor-contact {
    display: block;
    height: 80px;
    width: 320px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

/*  ====================
    Searchform
    ==================== */
.searchform {
    display: block;
    position: absolute;
    top: 35px;
    left: 370px;
}
.searchform input[type=text] {
    width: 210px;
    height: 40px;
    padding: 6px 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #336699;
    /* background: #FFF url('../images/search_input_bg.png') no-repeat 10px 50%; */
    font-family: EncodeRegular, Arial, sans-serif;
}
.searchform input:focus {
    background: #FFF;
}
input[type=submit] {
    height: 40px;
    padding: 6px 10px 0;
	margin: 0;
	font-size: 14px;
    line-height: 1;
	background: #336699;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
    border: 1px solid #336699;
    font-family: EncodeRegular, Arial, sans-serif;
}

/*  ====================
    Front
    ==================== */

#container-hero {
    width: 990px;
    height: 230px;
}

/*  ====================
    Megamenu
    ==================== */

.menu-title {
	font-family: EncodeBold, Arial, sans-serif;
	margin-bottom: 8px;
	display: block;
	color: #336699;
}
.megamenu_container {
	width: 100%;
	max-width: 990px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	z-index:9999;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	background-color: #606060;
}
.megamenu {
	list-style:none;
	padding:0;
	position:relative; /* For IE7 */
	margin:0;
	font-size:16px;
	line-height:1;
}
.megamenu > li {
    float: left;
    margin: 0;
    border: none;
}
.megamenu > li > a {
	font-size:14px;
	text-transform:uppercase;
	outline:0;
	line-height: 1;
	text-decoration:none;
	display:block;
	color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}
.megamenu > li > a:hover {
    background: #336699;
    transition-duration: 0.3s;
}
.megamenu li .dropdown_fullwidth {
	position: absolute;
	margin: 0;
	padding: 0;
	left:-9999em;
	top:-9999em;
	display: block;
	z-index:9998;
	float: left;
    background: #FFF;
    color: #333;
    box-sizing: border-box;
    border: solid 1px #CCC;
    border-top: solid 5px #336699;
}
.megamenu li:hover .dropdown_fullwidth {
	width: 100%;
	top: 45px;
    left: 0;
}
.dropdown_fullwidth hr {
    height: 1px;
    width: 100%;
    background: transparent;
    margin: 5px 0 2px;
    padding: 0;
    border: none;
}/*
.dropdown_fullwidth hr {
    height: 1px;
    width: 100%;
    background: #CCC;
    margin: 6px 0 10px;
    padding: 0;
    border: none;
} */
.dropdown_fullwidth a {
    color: #333;
    text-decoration: none;
}
.menu-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-submenu > li {
    margin: 0;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
}
.menu-submenu > li > a:hover {
    color: #336699;
    font-family: EncodeBold, sans-serif;
}
.menu-submenu > li > a:before {
    content: '▶';
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0;
    color: #336699;
}
.feature-product > a > img {
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
    float: left;
}
.feat-listing {
    display: block;
    margin-top: 10px;
    font-family: EncodeBold;
    text-decoration: none !important;
    color: #336699;
    line-height: 1.2;
}
.row {
    max-width: 990px;
    margin: 0 auto 0;
    display: block;
    overflow: auto;
    box-sizing: border-box;
}