
/* MOVED NOTIFICATION ******* */
/*
.attentionnotification {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #d52929;
}

.attentionnotification p {
    margin: 0px;
    color: white;
}

.attentionnotification p a {
    color: white;
}
*/
/* STYLES TO MATCH CKEDITOR ******************************** */
html {
	font-family: 'open_sansregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.cke_editable {
    background: none !important;
}

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family: 'open_sansregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	font-weight: normal;
}

h1 {
	font-size:26px;
	margin: 0px;
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}
h2 {
	font-size:18px;
	margin: 0px;
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}

h2.likeheading {
    font-size: 25px !important;
    text-align: center;
    color: #00659b;
    padding: 15px 0px;
}

h3 {
	font-size:18px;
	margin: 0px;
	font-family: 'open_sanssemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}
h4 {
	font-size:16px;
	margin: 0px;
}
p {
    font-size: 14px;
    margin: 0px;
	font-weight: normal;
    letter-spacing: 0.15px;
}

ul, ol {
	font-size:14px;	
	font-weight: normal;
	padding-left:40px;
}

strong {
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
}

a { color: #00659b; }
a:hover { color: #00a0d2; }

/* FIXES *********************************************** */
iframe {
    border: 0px !important;
    box-shadow: 0px 0px 4px -1px black;
}
.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  clear: both;
  width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

/* STRUCTURAL ELEMENTS *********************************** 
Black - 455560
Dark Blue - 00659b
Light Blue - 00a0d2
*/

body {
	background: url(../images/_bg_main.webp) no-repeat center 160px #FFF;
	/*background: url(../images/_bg_main.jpg) no-repeat center 203px #FFF !important;*/
	background-size: 2600px 550px;
	color: #455560;
	overflow-x:hidden;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 40px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
}

header {
	width: 100%;
	min-height: 100px;
	
}
header { /* sticky header */
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 30px #000000;
}

header .facbook-icon {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 22px;
}

header .facbook-icon img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.menu_container {
	position: relative;
	float: left;
	width: 100%;
	margin: 7px 0 0 0;
	background-color: #eeeeee;
}
.flexnav li > ul {
    width: auto !important;
    min-width: 200px;
	    top: 43px !important; 
}
.top_banner { float:left; width:100%; color:#ffffff; background-color:#000000; }
.top_banner a { color:#ffffff; text-decoration:none; }
.top_banner a:hover { color:#00a0d2; }
.top_contacts { float:right; padding:10px 0 0 0; }
.top_facebook { float:right; padding:10px 0 0 0; }

/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	display: block;
	height: 120px;
	float: left;
	padding:20px 0;
}
.header_tagline { float:right; clear:both; margin:-40px 0 0 0; font-size:18px; font-weight:bold; color:#000000;     font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important; }


.featured {
	position: relative;
	width: 100%;
	height: 520px;
	clear: both;
	margin: 220px 0 0 0;
	padding:40px 0 0 0;
}
.featured_page {height:220px; margin-bottom:30px; overflow:hidden;}
.featured_page img {width:100%; margin-top:-150px !important;}
.featured_page .flex-direction-nav li a { margin: -83px 0 0; }

.flexslider { background-color:#000000;}
.slide_panel { width:34%; position:absolute; top:40px; left:0; padding:20px; background-color:#000000; font-size:24px; text-transform:uppercase; text-align:right; }
.slides li a { color:#ffffff !important;}
.slides li a:hover { color:#00a0d2 !important; opacity:0.8 !important; background-color:#00a0d2;}
.flexslider .slides img.m-only {display: none;}

/* NEW SLIDE ****** */

.slidedesc {
    text-align: center;
    margin: auto;
    width: 70%;
    padding: 32px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
}

.slidedesc::before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 0;
	transition: 0.3s;
}
	
.slides li a:hover .slidedesc:before {
	opacity: 0;
}

.slidedesc h2, .slidedesc p {
    z-index: 2;
    position: relative;
}

.slidedesc h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.slides li a:hover {
    color: white !important;
    opacity: 1 !important;
}

.slides li a::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    content: "";
    z-index: 0;
    opacity: 0;
    transition: 0.3s;
}

.slides li a:hover::before {
    opacity: 0.5;
}

.slidedesc::after {
    content: "READ MORE";
    color: white;
    z-index: 2;    
    border: 1px solid white;
    padding: 15px;
    position: relative;
    margin-top: -40px !important;
    opacity: 0;
    transition: 0.3s;
    display: block;
    margin: auto;
    width: 130px;
	letter-spacing: 1px;
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.slides li a:hover .slidedesc::after {
    opacity: 1;
    margin-top: 20px !important;
    z-index: 2;
}

.content {
	width: 100%;
}
.content.header_adjust {
	padding: 250px 0 0 0;
}

.makeanenquiry .inputfield#email {
	float: left;
	width: 49.5%;
	margin-right: 1%;
}

.makeanenquiry .inputfield#phone {
	float: left;
	width: 49.5%;
}

.makeanenquiry #enquirytitle {
	font-size: 21pt !important;
	text-align: center !important;
	width: 100%;
	color: white !important;
	margin-bottom: 12px;
}

.makeanenquiry p {
	width: 100%;
	text-align: center !important;
	font-size: 13pt;
	color: white !important;
	margin-bottom: 25px;
}

.content.makeanenquiry {
	padding: 46px 0px;
	float: left;
	width: 100%;
	background-color: #01659b;
	background: linear-gradient(to bottom right, #01659b, #009ece);
	background: -webkit-linear-gradient(left top, #006ea3, #009ece));
	background: -o-linear-gradient(bottom right,#006ea3, #009ece));
	background: -moz-linear-gradient(bottom right, #006ea3, #009ece));
	position: relative;
}

.content.makeanenquiry .inner {
	max-width: 800px;
}

.content.makeanenquiry .button {
	float: none;
	margin: auto;
	display: block;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid white !important;
	padding: 18px;
	color: white !important;
	letter-spacing: 2px;
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.content.makeanenquiry .button:hover {
	background-color: white !important;
	opacity: 1;
	color: #01a0d2 !important;
}

.makeanenquiry .inputfield#message {
	margin-bottom: 22px;
}

.contactpage .content.makeanenquiry {
    display: none;
}

#enquiry .inputfield.suburb {
    float: left;
    width: 40%;
}

.inputfield.postcode {
    float: left;
    width: 28%;
    margin-left: 2%;
}

.selectwrap#state {
    float: left;
    width: 28%;
    margin-left: 2%;
    position: relative;
}

.selectwrap label.error {
    right: 0px;
    left: auto !important;
    width: auto !important;
    top: 8px;
    margin: auto;
    position: absolute;
	position: absolute;
    height: 14pt;
    color: black;
    transition: 0.3s;
    z-index: 1;
	font-size: 12px !important;
	order: -1;
}

.selectwrap label.error .errormessage {
	font-size: 13px !important;
    /*padding: 5px !important;*/
}

#enquiry select#state {
    min-height: 64px;
    background-position: 94% 24px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    float: left;
}

.content.subscribe {
	float: left;
	width: 100%;
	padding: 40px 0px;
	/* background-image: url('images/subscribebg.jpg'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #191919;
}

.content.subscribe .textarea {
	float: left;
	width: 23%;
	color: white;
}

.content.subscribe h2 {
	font-size: 26px;
	font-size: 21pt !important;
	text-align: left;
	width: 100%;
	color: white !important;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.content.subscribe .textarea p {
	font-size: 13pt;
}

.content.subscribe form {
	float: right;
	width: 77%;
}

.content.subscribe form .inputfield#name {
	width: 30%;
	float: left;
}

.content.subscribe form .inputfield#email {
	width: 50%;
	float: left;
	margin-left: 1%;
}

.content.subscribe form .button {
	float: right;
	margin: auto;
	display: block;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid white !important;
	padding: 20px 18px;
	color: white !important;
	letter-spacing: 2px;
	font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width: 0px;
}

.content.subscribe form .button:hover {
	background-color: white !important;
	opacity: 1;
	color: #01a0d2 !important;
}

footer {
	width: 100%;
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#aaaaaa;
	clear: both;
	background-color:#333333;
}

footer .inner { 
	padding:5% 3%; 
}

footer a { 
	display:block; 
	color:#aaaaaa; 
	text-decoration:none; 
	padding:5px 0;
}

footer a:hover {
	color:#00a0d2;
}

/* BLOG PAGES *************************************************** */

.blog_post {
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 25px;
    text-decoration: none;
    color: black;
    transition: 0.3s;
    border-bottom: 1px solid white;
}

.blog_post:hover {
    background-color: #f2f2f2;
    border-bottom: 1px solid #01659b;
    color: black;
}

.blog_post img {
    float: left;
    width: 30%;
    margin-right: 4%;
}

.blog_post .details {
    float: left;
    width: 66%;
}

.blog_post .details h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #01659b;
}

.blog_post .details span.date {
	display: none !important;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.blog_post .details p.desc {
    float: left;
    width: 100%;
}
	
.catselector {
    float: right;
    width: 85%;
}

.catselector h2 {
    padding-top: 0px;
}

.catselector .category {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 17px 12px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d8d8d8;
    transition: 0.3s;
    color: black;
    font-size: 16px;
}

.catselector .category:nth-child(2n) {
    background-color: #ececec;
}

.catselector .category:hover {
    padding-left: 23px;
    padding-right: 1px;
    color: #01659b;
    border-bottom: 1px solid #01659b;
    background-color: #f9f9f9;
}
	
.catselector .category.active {
    background-color: #01a1d2;
    color: white;
}

.catselector .category.cat_Private {
	display: none !important;
}

.breadcrumb {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #b1b0b0;
}

.breadcrumb a {
    text-decoration: none;
    color: #b1b0b0;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.blogpage p {
    margin-bottom: 20px;
	padding-bottom: 0 !important;
}
.blogpage ul, .blogpage ol {
    margin-bottom: 14px;
	padding-bottom: 0 !important;
}
.blogpage h2 {
	margin-top: 0px;
    margin-bottom: 20px;
	padding-top: 0px !important;
	padding-bottom: 0 !important;
}
.blogpage h3 {
	position: relative;
	color: #00659b;
    /*margin-top: 24px;*/
    margin-top: 0px;
    margin-bottom: 20px;
	padding-top: 0px !important;
	padding-bottom: 0 !important;
}
.blogpage h4 {
	position: relative;
   /* font-size: 18px !important;*/
    font-size: 16px !important;
	color: #455560 !important;
	background-color: transparent !important;
    /*margin-top: 24px;*/
    margin-top: 0px;
    margin-bottom: 20px !important;
	padding: 0px 0px !important;
}

.blogpage hr {
	margin-bottom: 24px !important;
}

.blogpage h3 a[id] {
	position: absolute;
    top: -240px;
}

.blogpage ul li ul {
    margin-bottom: 0px;
}

.blogpage .w60_left {
    padding-right: 40px;
}

/* ONLINE STORE PAGE ********************************************* */

.button.onlinestore {
    margin: 0% 30%;
    width: 40% !important;
}	
	
img#orderprocess {
    margin: 0% 20%;
    width: 60%!important;
    padding-bottom: 35px;
    padding-top: 14px;
}

/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
	border: 1px solid #900002 !important;
	transition: border 0.5s ease;
}

.valid {
	border: 1px solid #087500 !important;
	transition: border 0.5s ease;
	background-image: url(../images/tick.jpg) !important;
	background-position:right center !important;
	background-repeat:no-repeat !important;
	padding-right:10px !important;
	background-origin: content-box !important;
}

span.errormessage {
    float: left;
    font-size: 11pt !important;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.15);
    padding: 10px;
    margin-top: -10px;
    border: 0px !important;
    width: 100%;
}

label.error {
    border: 0px !important;
    float: left;
    width: 100%;
}

/* HOME PAGE 
Dark Blue - 00659b
Light Blue - 00a0d2
*/
.home_content h1 { display: block; float: left; font-size:25px; text-align:center; color:#00659b; padding:15px 0px;}
.home_content h2 { font-size:16px; padding:15px 0;}
.home_content h3 { font-size:36px; padding:15px 0;}
.home_content p { font-size:14px; line-height:20px; padding:0 6.5%;}
.home_content img {margin:0 auto;}

.w33.homecta {
    text-decoration: none;
    color: inherit !important;
	transition: 0.3s;
	padding-bottom: 30px;
}
.w33.homecta:hover {
    background-color: #f2f2f2;
}

.w33.homecta img {
    border-radius: 100%;
}

.link_button {float:left; width:100%; padding:30px 6.5%; }
.link_button a {display:block; background-color:#00a0d2; padding:20px 10px; font-size:18px; color:#ffffff; text-decoration:none; }
.link_button a:hover {background-color:#00659b;}
.link_button_top { padding-top:0; }

.page_content h1 { font-size:28px; text-align:left; color:#00659b; padding:0 0 15px 0px;}
.page_content h2 { font-size:18px; padding:15px 0;}
.page_content h3 { font-size:18px; padding:15px 0;}
.page_content h4 { display:block; width:100%; font-size:16px; font-weight:normal; color:#ffffff; background-color:#00659b; padding:15px 15px;}
.page_content p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 10px 0;
    letter-spacing: 0.15px;
}


.page_content ul li, .page_content ol li { font-size:14px; line-height:21px; padding-bottom:6px;}
.page_content ul li ul li, .page_content ol li ol li { font-size:14px; line-height:21px; padding-bottom:0px;}

/* OLD
.services_submenu { float:left; width:15%; font-size:16px; text-transform:uppercase; text-align:center; background-color:#eeeeee; padding:0; border:solid 15px #ffffff; }

.services_submenu a {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    padding: 10px;
    text-decoration: none;
    border-top: solid 1px #ffffff;
    font-size: 10pt;
    letter-spacing: .25px;
}

*/

.services_submenu {
    float: left;
    width: 15%;
    font-size: 16px;
    text-align: left;
    background-color: #eeeeee;
    padding: 0;
    border-top: solid 15px #ffffff;
    border-right: solid 10px #fff !important;
}

.services_submenu a {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    padding: 14px 9px;
    text-decoration: none;
    border-top: solid 1px #ffffff;
    font-size: 9.5pt;
}

.services_submenu a:hover { 
	background-color:#dddddd; 
}

#services_submenu_over { background-color:#00a0d2; color:#ffffff; }

#pro-but {
    width: 20%;
    text-align: center;
    float: left;
    background-color: #c5c1b3;
    border: solid 2px #ffffff;
    margin: 0;
    padding: 0 0 10px;
    font-size: 11px;
}
#pro-but p {
    font-size: 11px;
}
.accreditations_sponsorships #pro-but p {
    height: 50px;
    font-size: 11px;
    line-height: 18px;
    padding: 0 6px;
}
.pro-but-third {
    width: 25% !important;
}
a.pro-but-third {
    text-decoration: none;
}

/* NEW SERVICES SECTION ****************************************** */

.content_abolute, .content_absolute {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.service_wrap {
    float: left;
    width: 33.33333%;
    padding-bottom: 33.33333%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    background-position: center;
    transition: 0.3s;
}

.service_wrap.double {
    width: 66.666%;
}

.service_wrap .content_abolute {
    z-index: 100;
    transition: 0.3s;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.service_wrap::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: black;
    opacity: 0.1;
	transition: 0.3s;
}

.service_wrap h2 {
    color: white;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    margin: 0px !important;
    padding: 0px !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
	transition: 0.3s;
	font-size: 20px;
}

.service_wrap:hover {
    background-size: 110%;
}

.service_wrap:before {
    content: "VIEW";
    text-decoration: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    height: 50px;
    width: 125px;
    line-height: 50px;
    z-index: 50;
    color: white;
    border: 1px solid;
    letter-spacing: 2px;
    font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: 0.3s;
    opacity: 0;
}

.service_wrap:hover:before {
     opacity: 1; 
}
	
.service_wrap .content_abolute::after {
    content: "";
    background-image: url('../images/_arrrow_cta.png');
    position: absolute;
    bottom: -3px;
    right: 0px;
    height: 44px;
    width: 42px;
    z-index: 999;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	transition: 0.3s;
}
	
.service_wrap:hover .content_abolute::after {
    width: 48px;
    height: 48px;
    bottom: -4px;
    right: -6px;
}
	
.services_cta:hover .service_wrap:after {
	opacity: 0.4;
}

.service_wrap:hover::after {
    opacity: 0.2 !important;
}

.service_wrap:hover h2 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

	
.topcontent {
    text-align: center !important;
    padding: 15px 120px;
    padding-bottom: 30px;
}

.topcontent h1 {
    text-align: center;
}

.topcontent h3 {
    padding: 0px 121px;
}
	
.extrapadding .w100.page_content {
    padding: 2.5% 5%;
}

#enquirytitle {
    color: #00659f;
    font-size: 23px;
    text-align: center;
}

a.button.flashy {
    font-size: 19px;
    margin-right: 0px;
    color: #00a1d6;
    font-weight: bolder;
    width: 100%;
    padding: 25px 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
}

a.button.flashy::after {
    content: "";
    position: absolute;
    background-color: #00a1d8;
    left: 0px;
    bottom: 0px;
    top: 0px;
    transition: 0.3s;
    width: 0px;
    height: 500px;
    opacity: 1;
}

a.button.flashy:hover::after {
    right: 0px;
    width: 100%;
    z-index: -1;
    opacity: 1;
}

a.button.flashy:hover {
    color: white !important;
    opacity: 1;
}

/* LAYOUT ELEMENTS *********************************************** */

.w100.page_content {
	    box-shadow: 0px 0px 100px -30px black;
}

.w100 {
	float:left;
	width:100%;
	padding:2.5%;
	background-image:url(../images/_bg_white_80.png);
	background-color:#ffffff;
}
.w99 {
	float:left;
	width:100%;
	padding:1.5%;
	text-align:left;
}
.w33 {
	float:left;
	width:33.3%;
	padding:1.5%;
	text-align:center;
}
.w66 {
	float:left;
	width:66.6%;
	padding:1.5%;
	text-align:left;
}
.w55 {
	float:left;
	width:51.6%;
	padding:1.5%;
	text-align:left;
}
.w50 {
	float:left;
	width:50%;
	padding:1.5%;
	text-align:left;
}
.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;	
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;	
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}
.w_left { text-align:left; }
.padding_top_0 { padding-top:0;}
.padding_bot_0 { padding-bottom:0;}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.button {
	margin: 5px 0px;
	margin-right: 5px;
    min-width: 190px;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	float:left;
	text-align: center;
	color: black; /* EDIT TEXT COLOUR */
	background: #e5e5e5; /* EDIT COLOUR */
	transition:0.3s;  /* EDIT TRANSITION TIME */
}

.button:hover {
	opacity:0.7;
}
.placeholder {
	color: #c7cbd0;
}

.grecaptcha-badge {
    display: none !important;
}

.inputfield {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.inputfield input, .inputfield textarea {
    margin: 0px;
    padding-top: 30px;
    border-radius: 5px;
	    float: left;
    width: 100%;
    color: black;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
	border: 0px;
	background-color: transparent;
	z-index: 2;
    position: relative;
	font-family: 'open_sansregular', "Helvetica Neue", Helvetica;
	border: 0px !important;
}

.inputfield label {
    position: absolute;
    order: -1;
    top: 20px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14pt;
    color: black;
    transition: 0.3s;
    z-index: 1;
	font-family: 'open_sansregular', "Helvetica Neue", Helvetica;
}

.inputfield label.moveUp {
    bottom: auto !important;
    top: 10px;
    font-size: 9pt;
    color: #c1c1c1;
}

.inputfield input:focus {
    border: 1px solid #c1c1c1;
}
	
.inputfield input.error, .inputfield textarea.error {
    border: 0px !important;
    background-color: rgba(255, 0, 0, 0.2);
    /* background-image: url(../images/new-error.png); */
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}
.selectwrap select.error {
    border: 0px !important;
    background-color: #fcd5d2;
}

.inputfield input.valid, .inputfield textarea.valid, .selectwrap select.valid {
    background-color: rgba(0, 128, 0, 0.2);
    border: 0px !important;
    background-image: none !important;
    background-position: right 15px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}	

.selectwrap select.valid {
	background-color: rgb(212 230 209);
}
	
.inputfield label.error {
    right: 0px;
    left: auto !important;
    width: auto !important;
    top: 0px;
    margin: auto;
}
	
.inputfield label.error span {
    margin: 0px;
    font-size: 13px !important;
}

.successmessage {
    float: left;
    width: 100%;
    background-color: #e4f1f9;
    border: 1px solid #02649f;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.successmessage h4 {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 10px;
    color: #00649b;
    font-size: 20px;
}

.successmessage p {
    font-size: 15px;
    color: black !important;
}

.anchor {
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
}

/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
	position: relative;
	z-index: 999;
	float: left;
	width:100%;
	/*border-bottom:solid 1px #ffffff;*/
	padding:0px 0 0 0;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999;
	text-align:center;
}
/* modify to change the appearance of menu items */
.flexnav li a {
    position: relative;
    display: block;
    padding: 12px 38.9px;
    z-index: 2;
    overflow: hidden;
    font-size: 13px;
   /* color: #ffffff;*/
    color: #00659b;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    width: 100%;
    letter-spacing: 0.25px;
    font-family: 'open_sansbold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/*
.flexnav_li_1 { width:6.5%; }
.flexnav_li_2 { width:9%; }
.flexnav_li_3 { width:10%; }
.flexnav_li_4 { width:12.5%; }
.flexnav_li_5 { width:9.5%; }
.flexnav_li_6 { width:26%; }
.flexnav_li_7 { width:15.5%; }
.flexnav_li_8 { width:11%; }
*/
.flexnav li a:hover {
	background:#00659b;
	color: #ffffff;
}
#over { border-bottom:solid 5px #ffffff; margin-bottom:-5px;}
.flexnav li ul {
	/* width: 150px; change to modify with of dropdown menus */
	padding: 0px;
	display: none;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);

}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
	border-bottom:solid 1px #aaaaaa;
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
    display: block;
    background: rgba(255,255,255,1);
    color: #333333;
    padding: 15px 15px;
    font-family: 'open_sansregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    text-align: left;
}

.flexnav li ul li a:hover {
	color:#ffffff;
}
.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.3);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #ffffff; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #dddddd;
	color: #999999;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
	width: 70px;
    height: 70px;
    float: right;
    margin: 20px;
	
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../images/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
}

/* EXTRA PLUGIN AREAS *******************************************/

/* BUTTON */
.button_rnd:hover {
    opacity: 0.8;
}
.button_rnd {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 10px;
}


/* FADE */
.fade_80:hover {
    opacity: 0.8;
}
.fade_60:hover {
    opacity: 0.6;
}
.fade_40:hover {
    opacity: 0.4;
}
.fade_20:hover {
    opacity: 0.2;
}

/* DE-SATURATE */
.de_satur_100 {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}
.de_satur_80 {
    -webkit-filter: grayscale(80%);
    transition: 0.3s;
}
.de_satur_60 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}
.de_satur_40 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}

.de_satur_100:hover, .de_satur_80:hover, .de_satur_60:hover, .de_satur_40:hover {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

/* RE-SATURATE */
.re_satur_100 {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}
.re_satur_80 {
    -webkit-filter: grayscale(20%);
    transition: 0.3s;
}
.re_satur_60 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}
.re_satur_40 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}

.re_satur_100:hover, .re_satur_80:hover, .re_satur_60:hover, .re_satur_40:hover {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}


/* HIDDEN SPAN ARROW */
.menu-button span {
    display: none !important;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666; 
}

/* Testimonials ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}

.tst {
    padding-bottom: 20px;
    text-align: center;
    padding: 40px;
    position: relative;
}

.tst::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100px;
    background-color: #01659b;
    left: 0px;
    right: 0px;
    margin: auto;
}

.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}

/* Gallery ********************************** */

.imggallery {
	float:left;
	width:25%;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.product_page .content, .pro_viewer .content {
	margin-top: 270px;
}

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* CART ***************************************************** */
.cart {
	width: 100%;
}

.cart .row,
.cart .row_heading {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.cart .noborder {
	border: none;
}

.cart .image {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .name {
	display: inline-block;
	width: 40%;
	padding: 5px;
	vertical-align: middle;
}

.cart .desc {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: middle;
}

.cart .quantity {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .price {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .item_total {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .remove {
	display: inline-block;
	width: 5%;
	padding: 5px;
	vertical-align: middle;
}

.cart .totals,
.cart .totals_title {
	display: inline-block;
	width: 12%;
	padding: 10px 0px;
	text-align: left;
}

.cart .button_left {
	margin: 20px 20px 0px 0px;
	float: left;
}

.cart .button_right {
	margin: 20px 0px 0px 0px;
	float: right;
}

.cart .spacer,
.cart .postage {
	display: inline-block;
	width: 64%;
	margin-left: 10px;
}

.post_col {
	padding-top: 15px;
	float: left;
}

.post_col button {
	margin-left: 20px;
}

.postage_range {
	display: none;
}

/* FORM STYLING */
form p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

/* PLUGINS ***************************/

/* TESTIMONIAL */
.testimonial {
    width: 50%;
    margin: auto;
}

/* Parralax Image */

#img_1.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}
#img_2.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}
#img_3.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}

.para_wrapper {
	width: 100%;
	background-attachment: fixed;
	/* background-size: cover; OPTION 2 BACKGROUND ATTACHMENT */
	background-size: 100%;
}
.para_wrapper .content {
	padding: 30px; /* Change padding */
	text-align: center; /* Change text alignment */
	color: white; /* Change colour text */
}

/* Hover Image */	
.img_hover_wrap {
    width: 50%;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}
.img_hover_wrap img {
    width: 100%;
    float: left;
}
.hidden_content {
	background:url(../images/blk_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
	color:white;
	padding: 10px;
    text-align: center;
}
.hidden_content:hover {
	opacity:1;
	transition:0.5s;
}

/* RE-SATURATE */
.re_satur_100 {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}
.re_satur_80 {
    -webkit-filter: grayscale(20%);
    transition: 0.3s;
}
.re_satur_60 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}
.re_satur_40 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}

.re_satur_100:hover, .re_satur_80:hover, .re_satur_60:hover, .re_satur_40:hover {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}

/* BUTTON */
.button_rnd:hover {
    opacity: 0.8;
}
.button_rnd {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 10px;
}


/* FADE */
.fade_80:hover {
    opacity: 0.8;
}
.fade_60:hover {
    opacity: 0.6;
}
.fade_40:hover {
    opacity: 0.4;
}
.fade_20:hover {
    opacity: 0.2;
}

/* DE-SATURATE */
.de_satur_100 {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}
.de_satur_80 {
    -webkit-filter: grayscale(80%);
    transition: 0.3s;
}
.de_satur_60 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}
.de_satur_40 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}

.de_satur_100:hover, .de_satur_80:hover, .de_satur_60:hover, .de_satur_40:hover {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

/* MISC */
#effects_wrapper img {
    float: left;
    width: 25%;
    padding: 10px;
}
#effects_wrapper {
    width: 100% !important;
    float: left;
}

.fancy_box_wrap {
    width: 20%;
    float: left;
    margin-right: 15px;
}	

/* PRO VIEWER ***** */
.pro_hero {
    float: left;
    padding-right: 30px;
}

.pro_hero img {
    float: left;
    width: 100%;
}

.productlisting {
    float: left;
    width: 48%;
    margin-bottom: 12px;
    margin-left: 0.666%;
    margin-right: 0.666%;
    padding: 20px;
    border: 1px solid #f2f2f2;
    text-decoration: none;
    font-family: 'open_sansregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(201,201,201,0.98);
    box-shadow: 0px 0px 0px 0px rgba(201,201,201,0.98);
}

.productlisting .proimage {
    float: left;
    width: 100%;
    padding-bottom: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.productlisting .prodetails {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.productlisting .prodetails h3 {
    font-size: 24px;
    line-height: 28px;
    color: #00659b;
    padding-top: 0px;
}

.productlisting .prodetails span.pro_id {
    float: left;
    width: 100%;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #b5b5b5;
}

.productlisting .prodetails .shortdesc {
    float: left;
    width: 100%;
    color: black;
}

.productlisting::after {
    content: "READ MORE";
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 19px;
    text-align: center;
    box-sizing: border-box;
    color: white;
    background-color: #00a1d2;
    border: 1px solid #00a1d2;
    transition: 0.3s;
    font-family: 'open_sansregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.productlisting:hover::after {
    background-color: white;
    color: #00a1d2;
}

.productlisting:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(199,199,199,0.98);
    box-shadow: 0px 0px 50px 0px rgba(199,199,199,0.98);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.spacer {
    float: left;
    width: 100%;
}

.products {
    float: left;
    width: 90%;
    margin: 0% 5%;
}

.products h2 {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.productlisting .prodetails h3#price {
    color: black;
    font-size: 18px;
    line-height: 23px;
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0px;
}

p.noproducts {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}


	