/*

	---------------------------------------------------------------------
	Created on: 12th Apr '17
	Author: Little Fire Digital
	Copyright: Little Fire Digital Ltd 2017
	Generated by: 

	Colours:
	================================================================
	
	Primary Colour: #0066DD
	Primary Highlight: #6699FF
	Primary Shadow: #0044BB
	Accent Colour: #FF6600
	Accent Highlight: #FF9966
	Accent Shadow: #CC2200

*/


html, body {
	height: 100%;
	margin: 0;
}

body {

}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	position: relative;
}

a img {
	border: none;
}

*,
*:focus
{
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
	-webkit-font-smoothing: subpixel-antialiased; /* Make fonts play nicely when reversed in safari */
	color: #000000;
	background: #009933;
}

::selection {
	color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased; /* Make fonts play nicely when reversed in safari */
	color: #000000;
	background: #009933;
}

footer .panel_wrapper,
main .panel_wrapper {
	padding: 30px 0;
}

.panel_wrapper:first-child {
	padding-top: 0;
}

.panel_wrapper:last-child {
	padding-bottom: 0;
}

.copy  {
	line-height: 135%;
}

.copy li+li {
	margin-top: 15px;
}

/* -------------------------- Masthead Styles --------------------------- */

#logo {
	margin: 20px 0;
	width: 470px;
	transition:all 1s ease;
}

#microtherm {
	float: right;
	margin-top: 10px;
}

#masthead {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	min-height: 100px;
	top: 0;
	width: 100%;
}

#masthead > div {
	position: relative;
	overflow: visible;
}


.top_widgets {
	text-align: right;
	top: 10px;
	right: 0;
	width: auto;
	overflow: hidden;
}

.top_widgets > * {
	display: inline-block;
	float: right;
}

.top_widgets a {
	transition: none;
}
/* -------------------------- Footer Styles --------------------------- */

#accreditations img.full-width {
	min-width: 10px;
	width: auto;
}

#footer {

	bottom: 0;
	padding-top: 40px;
	background-color: #fff;

	padding-bottom: 45px;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;


	z-index: 1;
}

#footer .itemRow {
	padding: 3px 0;
}

#footer input[type=text],
#footer input[type=email],
#footer button[type=submit] {
	border: none;
	background: #4a5232;
	color: #abb490;
	border-radius: 0;
}

#footer button[type=submit]:hover {
	background: #abb490;
	color: #6b744f;
}

#footer .buttonSet {
	text-align: right;
	margin: 0;
	padding: 3px 0;
	float: right;
}

#footer input[type=text].disabled,
#footer input[type=email].disabled {
	color: #6b744f;
}



#footer input[type=text]:focus,
#footer input[type=email]:focus {
	color: #fff;
}

#copyright_row {
	bottom: 15px;
	line-height: 17px;
	height: 20px;
}

/* ---------- Firefox Stop Highlight Required Field ----------- */

:-moz-ui-invalid:not(output) {
	box-shadow: none;
}

/* ------------------------ Social Links --------------------- */

.ul_socials {
	width: auto;
	overflow: hidden;
}

.ul_socials li {
	float: left;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

.ul_socials li a,
.ul_socials li a:visited {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

.ul_socials li a {
	background-repeat: no-repeat;
	background-position: top left;
	transition: none;
}

.ul_socials li a:hover {
	background-position: bottom left;
}

.social_facebook a {
	background-image: url(/assets/layout/social_facebook.png);
}

.social_twitter a {
	background-image: url(/assets/layout/social_twitter.png);
}

.social_linkedin a {
	background-image: url(/assets/layout/social_linkedin.png);
}

.social_rss a {
	background-image: url(/assets/layout/social_rss.png);
}

.social_googleplus a {
	background-image: url(/assets/layout/social_googleplus.png);
}

.social_pinterest a {
	background-image: url(/assets/layout/social_pinterest.png);
}

.social_youtube a {
	background-image: url(/assets/layout/social_youtube.png);
}

.social_vimeo a {
	background-image: url(/assets/layout/social_vimeo.png);
}

.social_flickr a {
	background-image: url(/assets/layout/social_flickr.png);
}

/* -------------------------- Twitter Facebook Etc Widget Alignment ------------------------- */

/* This gets Google to fall into place */
.social-widgets {
	font-size: 1px;
	width: auto;
	overflow: hidden;
}

/* This gets Facebook to fall into place */
.social-widgets iframe {
	vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social-widgets > div {
	display: inline-block;
	float: left;
	/* width: 110px; */
}

/* Adjust the widths individually if you like */
.social-widgets .widget-google {
	width: 75px;
}


/* -------------------------- Menu Overrides ------------------------- */

#m1_wrapper {
    clear: both;
    position: relative;
    bottom: 0;
    left: 15px;
    height: 30px;
    padding: 30px 0 0 0;
    z-index: 10;
}

ul#m1 li,
ul#m1 ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    height: auto;
}

ul#m1 li ul {
    display: none;
}

ul#m1 li li {
    width: 180px;
}

ul#m1 li li ul {
    left: 180px;
}

ul#m1 > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
}

#m1 > li > a,
#m1 > li > a:visited {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
}

#m1 > li:hover > a,
#m1 > li.selected > a,
#m1 > li > a:hover {
    border-bottom: 4px solid #009933;
	color: #009933;
    text-decoration: none;
}

#m1 a,
#m1 a:visited {
	color: #009933;
    text-decoration: none;
}

#m1 ul {

}

#m1 ul a,
#m1 ul a:visited {
	color: #fff;
    margin: 0;
    display: block;
    padding: 7px 10px;
    font-size: 10pt;
}


ul.menu2,
#localMenu {
	background: #eee;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu2 a,
#localMenu a,
ul.menu2 a:visited,
#localMenu a:visited {
	color: #111;
	text-decoration: none;
	padding: 8px 10px 8px 23px;
	line-height: 20px;
	-webkit-font-smoothing: -subpixel-antialiased;	
}

ul.menu2 ul a,
#localMenu ul a,
ul.menu2 ul a:visited,
#localMenu ul a:visited {
	font-size: 14px;
	padding-left: 33px;
}

ul.menu2 > li + li {
	border-top: 1px solid #fff;
}



#localMenu > li.open,
.menu2 > li.open {
	display: block;
}
#localMenu > li.closed ul,
.menu2 > li.closed ul {
	display: none;
	height: 0;
}

#localMenu ul,
.menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	background-color: #ddd;
}

#localMenu a:hover,
ul.menu2 a:hover,
#localMenu li.selected > a,
ul.menu2 li.selected > a {
	color: #fff;
	background-color: #009933;
	-webkit-font-smoothing: subpixel-antialiased;
}

#localMenu a,
.menu2 a,
#localMenu a:visited,
.menu2 a:visited {
	display: block;
}


.menu2 li li li a {
	padding-left: 15px;
}

.menu2 li li li li a {
	padding-left: 25px;
}

.menu2 li li li li li a {
	font-size: 10pt;
	padding-left: 35px;
}

/* -------------------------- Content Styles --------------------------- */

#content {
	padding: 0 0 20px;
}

#content > div {
	background-color: #ffffff;
}


dl.tabular {
	width: auto;
	overflow: hidden;
}

dl.tabular > * {
	float: left;
	margin-top: 5px;
}

dl.tabular > dt {
	width: 15%;
	min-width: 100px;
	padding-right: 5%;
	clear: left;

	font-weight: bold;
}

.slicknav_menu {
	text-align: left;
}

#document p {
	text-align: justify;
}

.no_padding.footer_menu {
	padding: 0 0 20px;
}

.footer_menu ul,
.footer_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}


#search_small {
	position: relative;
	padding-left: 5px;
	margin: 10px 0 0 0;
}

#search_small_query {
	transition: width 0.5s ease;
	background: transparent;
	height: 24px;
	line-height: 20px;
	padding: 0 0 0 30 px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #666;
	padding-left: 20px;
	width: 105px;
}


#search_small_query:focus {
	width: 200px;
	color: #6b744f;
	border-bottom: 1px solid #6b744f;
}

#search_small_query input[type=text] {
    color: #000;
}

.homepage #search_small_query input[type=text] {
    color: #ffffff;
}

#search_small_go {
	background: url(/assets/layout/um_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0;
	text-indent: -2000px;
	width: 24px;
	padding: 0;

}

input#search_small_query:focus + #search_small_go {
    background-position: left bottom;
}

#search_small_suggestions {
	text-align: left;
}

.green_box_go {
	bottom: 10px;
	right: 10px;
	position: absolute;
}

a.arrow_button,
a.arrow_button:visited {
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 60px;
	text-align: right;	
	background: #F15D2F;
}

a.arrow_button:hover {
	text-decoration: none;
}	

#add_block_hpleft .arrow_button {
	background: #fff;
	color: #0C9643;
}

a.arrow_button:hover {
	background: #0C9643;
}

a.arrow_button span {
	display: block;
	background: url('/assets/layout/arrow-button.png') right top no-repeat;
	padding: 0 30px 0 0;
	margin: 6px 20px;
	line-height: 24px;
}

a.arrow_button:hover {
	color: #fff;
}

.first {
    clear: left;
    margin-left: 0;
}

.col2, .col2_1 {
	float: left;
	width: 46%;
	margin-left: 3%;
	overflow: hidden;
}

.col4, .col4_1 {
	float: left;
	width: 21%;
	margin-left: 3%;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}


/* --- Media Call for iPad Landscape --- */
@media only screen and (max-width: 959px) {
}

/* --- Media Call for iPad Portrait --- */
@media only screen and (max-width: 767px) {

	#m1_wrapper {
		display: none;
	}

	.slicknav_menu {
		display:block;
	}

	.top_widgets, .top_widgets ul {
		text-align: center;
	}

	.top_widgets > * {
		float: none;
	}

	#logo {
		margin: 30px 0 40px;
		width: 370px;
	}

	#m2 {
		display: none;
	}
	
}

/* --- Media Call for Desktop Displays Only  --- */
@media only screen and (min-width: 960px) and (max-width: 1160px) {

}

/* --- Media Call for iPad Landscape Only --- */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#microtherm {
		width: 250px;
	}
	
}

/* --- Media Call for iPad Portrait Only --- */
@media only screen and (max-width: 767px) {

}

/* --- Media Call for phablets --- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#accreditations img.full-width {
		min-width: 10px;
		width: 100px;
	}
	
	#logo {
		margin: 10px auto;
		width: 280px;
	}
	
	#microtherm {
		float: none;		
		margin: 10px auto;
		width: 250px;
	}

}

/* --- Media Call for smartphones --- */
@media only screen and (max-width: 480px) {


	#logo {
		margin: 10px;
		width: 280px;
	}

	#document p {
		text-align: left;
	}

	#accreditations img.full-width {
		min-width: 10px;
		width: 100px;
	}
	
	#microtherm {
		float: none;
		margin: 10px auto;
		width: 250px;
	}

	.panel {
		min-width: 0;
	}

}

