/*
Theme Name: Rusty Mango Responsive 2018
Theme URL: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 3.0
*/

.chromeframe {position: absolute; top: 0;}

/* Font Information - Must load /fonts into base directory of site
-------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Muli';
	font-weight: 400;
	font-style: normal;
	src:url(fonts/Muli-regular/Muli-regular.ttf) format('truetype');
	src:url(fonts/Muli-regular/Muli-regular.woff2) format('woff');
	src:url(fonts/Muli-regular/Muli-regular.svg) format('svg');
	src:url(fonts/Muli-regular/Muli-regular.eot) format('embedded-opentype');
	src:local('Muli');
}

@font-face {
	font-family: 'Droid Sans';
	font-weight: 400;
	font-style: normal;
	src:url(fonts/Droid-Sans-regular/Droid-Sans-regular.ttf) format('truetype');
	src:url(fonts/Droid-Sans-regular/Droid-Sans-regular.woff2) format('woff');
	src:url(fonts/Droid-Sans-regular/Droid-Sans-regular.svg) format('svg');
	src: url(fonts/Droid-Sans-regular/Droid-Sans-regular.eot) format('embedded-opentype');
	src:local('Droid Sans');
	src:local('Droid-Sans-regular');
}

@font-face {
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	src:url(fonts/Nunito-regular/Nunito-regular.ttf) format('truetype');
	src:url(fonts/Nunito-regular/Nunito-regular.woff2) format('woff');
	src:url(fonts/Nunito-regular/Nunito-regular.svg) format('svg');
	src:url(fonts/Nunito-regular/Nunito-regular.eot) format('embedded-opentype');
	src:local('Nunito')
}

@font-face {
	font-family: 'Nunito';
	font-weight: 700;
	font-style: normal;
	src:url(fonts/Nunito-700/Nunito-700.ttf) format('truetype');
	src:url(fonts/Nunito-700/Nunito-700.woff2) format('woff');
	src:url(fonts/Nunito-700/Nunito-700.svg) format('svg');
	src:url(fonts/Nunito-700/Nunito-700.eot) format('embedded-opentype');
	src:local('Nunito-700');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	src:url(fonts/Open/OpenSans-Regular.ttf) format('truetype');
	src:local('Open Sans');
}

@font-face {
	font-family: 'Open Sans SemiBold';
	font-weight: 700;
	font-style: normal;
	src: url(fonts/Open/OpenSans-SemiBold.ttf)  format('truetype');
	src: local('Open Sans SemiBold');
}

@font-face {
	font-family: 'Open Sans Bold';
	font-weight: bold;
	font-style: normal;
	src:url(fonts/Open/OpenSans-Bold.ttf) format('truetype');
	src:local('Open Sans Bold');
}

@font-face {
	font-family: 'Raleway';
	font-weight: normal;
	font-style: normal;
	src: url(fonts/RALEWAY/Raleway-Regular.ttf) format('truetype');
	src:local('Raleway-Regular');	
}

@font-face {
	font-family: 'Raleway-Medium';
	font-weight: normal;
	font-style: normal;
	src: url(fonts/RALEWAY/Raleway-Medium.ttf) format('truetype');
	src: local('Raleway-Medium');	
}


/* General CSS for Entire Site
-------------------------------------------------------------------------------*/

body {font: 13px;}

body, select, input, textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #444444;}

body {
	background-color: #FFFFFF;
}

::-moz-selection{
	background: #fcd700; color: #fff; text-shadow: none;
}

::selection {
	background: #fcd700; color: #fff; text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700; color: #000; text-decoration: none;
}

mark {
	background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;
}

input:-moz-placeholder {
	color:#a9a9a9;
}

textarea:-moz-placeholder {
	color:#a9a9a9;
}

img {
	max-width:100%;
}

/* HEADER - Mobile
-------------------------------------------------------------------------------*/

#headmobile {
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;	
}

#tablet_mobile {
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;	
}

#tabletmobile img {
  display: block;
  float: left;
}


/* HEADER - Desktop
-------------------------------------------------------------------------------*/

#head {
	width: 100%;
	height: 207px; /* Switch to Auto */
	z-index:99;
	background-color: #fff;
	background-image: url(../../../../chemex_template_images/header_bg.gif);
	background-repeat: repeat-x;
}

	#head_content {
		width: 100%;
		max-width: 1200px;
		height: 207px;  /* Switch to Auto */
		margin: 0 auto;
		position: relative;
	}

		#head_logo {
			width: 439px;
			height: 154px;
			position: absolute;
			float: left;
			left: 30px;
			top: 0px;
		}
		
		#rightside_contacts {
			width: 45%;
			max-width: 550px;
			text-align: right;
			height: auto;
			color: #FFF;
			position: absolute;
			float: right;
			top: 20px;
			right: 30px;
			padding: 5px 10px;
		}

		#rightside_contacts h1 {
			font-size:27px;
			line-height: 37px;
			padding: 0px;
			margin-bottom: 5px;
		}

		#rightside_contacts h2 {
			font-size:20px;
			line-height: 30px;
			padding: 0px;
			margin-bottom: 0px;
		}

		#head_menu {
			position:absolute;
			float: right;
			height: 53px;
			width: 100%;
			max-width: 1140px;
			right: 30px;
			top: 154px;
			text-align:right;
			z-index: 888888;
		}

		#tablet_menu {
			width: 100%;
			height:auto;
			background-color: #CC3300;
			padding: 10px 30px;
			display: block;
		}

div#splite_curtain {
    z-index: 999990 !important;
}

#splite_popup_box {
    z-index: 999999 !important;

}

/* SLIDESHOW
-------------------------------------------------------------------------------*/

#slideshow {
	width: 100%;
	height: auto;
	background-color: #eee;
	display: block;
	overflow: hidden;
}

#slideshow_mobile {
	width: 100%;
	height: auto;
	background-color: #eee;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#slideshow_waves {
	width: 100%;
	height: 261px;
	position: relative;
	z-index: 999;
	top: 0px;
	margin-top: -100px;
}

#slideshow_waves img {
	width: 100%;
	height: 261px;
}

/* THREE BOXES ( BELOW SLIDESHOW )
-------------------------------------------------------------------------------*/

#box_container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	min-height: 285px;
	position: relative;
	z-index: 1000;
	display: block;
	margin-top: -30px;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
}

#box_container img {
	margin: -70px auto 0;
}

#box_left {
	width: 360px;
	margin-right: 30px;
	height: auto;
	border: 1px solid #56A6B3;
	padding: 0 20px 20px 20px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

#box_middle {
	width: 360px;
	margin-right: 30px;
	height: auto;
	border: 1px solid #56A6B3;
	padding: 0 20px 20px 20px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

#box_right {
	width: 360px;
	margin-right: 0px;
	height: auto;
	border: 1px solid #56A6B3;
	padding: 0 20px 20px 20px;
	text-align: center;
	background-color: #FFFFFF;
	float: right;
}

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	margin: 40px auto 0px;
	background-color: #FFF;
	padding-bottom:50px;
	display: block;
	overflow: hidden;
	height: auto;
	}

	#main {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		height: auto;
	}

		#content {
			box-sizing: border-box;
			width: 100%;
			max-width: 1200px;
			padding: 0 30px;
			margin: 0 auto;
		}

/* SIDEBAR (if required)
-------------------------------------------------------------------------------*/
		
		#sidebar {
			box-sizing: border-box;
			padding: 020px;
			float:right;
			margin-right: 20px;
			width: 33%;
			max-width: 275px;
			background-color: #EEEEEE;
		}
		
		#sidebar-responsive { display: none; }


/* FOOTER - Mobile
-------------------------------------------------------------------------------*/

#footermob {
	width: 100% !important;
	height:46px;
	background-color: #CC3300;
	color: #000;
}

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 13px !important;
	line-height:22px !important;
}

/* FOOTER - Desktop
-------------------------------------------------------------------------------*/

#footer {
	width: 100% !important;
	height: auto;
	background-color: #336771;
	display: block;
	overflow: hidden;
}

#foot {
	max-width: 1200px; 
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin:0px auto;
	text-align: center;
	padding: 40px 30px 20px;
	font-family: Raleway, "Open Sans", Arial, "sans-serif";
	color: #FFF !important;
	font-size: 18px !important;
	line-height:28px !important;
}

#foot h5 {
	color: #FFFFFF;
	margin-bottom: 20px
}

#foot td {
	padding: 4px 0 5px;
}

#foot li {
	padding: 2px 0 5px 0;
}

#foot p {
	margin: 0 0 10px 0;
}

#foot a:link, #foot a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_box {
	float:left;
	width: 33%;
	max-width: 360px;
	text-align:left;
	margin-right: 30px;
}

#foot_middle {
	float:left;
	width: 33%;
	max-width: 360px;
	text-align:left;
	margin-right: 30px;
}

#foot_right {
	float:right;
	width:33%;
	max-width: 360px;
	text-align:left;
}

#foot_left p {
	margin: 0px;
	line-height:24px;
}

#footer_text {
	width: 100%;
	height: auto;
	min-height: 66px;
	background-color: #003C58;
	display: block;
	overflow: hidden;
	font-family: Raleway, "Open Sans", Arial, "sans-serif";
	font-size: 16px;
	line-height: 66px;
}

#footer_text_mobile {
	width: 100%;
	height: auto;
	min-height: 66px;
	background-color: #003C58;
	display: block;
	overflow: hidden;
	font-family: Raleway, "Open Sans", Arial, "sans-serif";
	font-size: 16px;
	line-height: 26px;
}

#footer_text a:link, #footer_text a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer_text a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#footer_text_mobile a:link, #footer_text_mobile a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer_text_mobile a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#footer_text_content {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

#footer_text_left {
	width: 60%;
	max-width: 640px;
	height: auto;
	float: left;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

#footer_text_right {
	width: 45%;
	max-width: 500px;
	height: auto;
	float: right;
	color: #fff;
	text-align: right;
	vertical-align: middle;
}

/* COLLAPSE-O-MATIC PLUGIN
-------------------------------------------------------------------------------*/

.collapseomatic {
    background-image: url(../../../../chemex_template_images/content_open.png) !important;
	padding: 0 0 0 26px !important;
	display: block !important;
	margin-bottom: 10px;
}

.colomat-close {
    background-image: url(../../../../chemex_template_images/content_close.png) !important;
}

div.collapseomatic_content {
	border: 1px solid #ccc !important;
	padding: 20px 20px 5px;
	margin-bottom: 20px;
}

/* FONT STYLES
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 auto 24px;
}

.centre_content {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
}

h1 {
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-weight: normal;
	font-size:32px;
	line-height: 42px;
	color: #003C58;
	padding: 0px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 20px;
}

h2 {
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-weight: normal;
	font-size:26px;
	line-height: 36px;
	color: #003C58;
	padding: 0px;
	margin-bottom: 20px;
}

h3 {
	color: #40A3AC;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size:18px;
	line-height: 28px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
	padding: 15px 0px 0px 7px;
	
}

h4 {
	color: #003A58;
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-size:20px;
	line-height: 30px;
	font-weight: normal;
	margin: 15px 0 10px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

h5 {
	color: #003C58;
	font-family:"Raleway Medium", Arial, "sans-serif";
	font-size:22px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom:10px;
	padding: 0px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

/* = NEW STYLES - Format Dropdown Menu
----------------------------------------------------------------------------- */

.subtitles {
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-weight: bold;
	font-size:20px;
	line-height: 30px;
	color: #003C58;
	padding: 0px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 10px;
}

.intropara {
	font-size: 24px;
	line-height: 34px;
}

.nk-awb ul{
    width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px 0 20px;
}

.nk-awb {
    color: #ffffff;
	padding: 40px 0;
	margin: 40px 0;
	font-weight: normal;
}

.nk-awb .subtitles{
	color: #FFFFFF;
}


/* TEXT ELEMENTS - Tables and Lists
-------------------------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 24px;
}

ol {
	list-style: decimal outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}

table td {
    
}

td, th {
    font-family: inherit;
    font-size: inherit;
}

/* TEXT ELEMENTS - Alignment
-------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}

/* MENU - Styles
-------------------------------------------------------------------------------*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#cssmenu > ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
	position: relative;
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}


	#cssmenu,
	#cssmenu ul,
	#cssmenu li,
	#cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#cssmenu {
		height: 53px;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

	#cssmenu > ul {
		list-style: inside none;
		padding: 0;
		margin: 0;
		float: right;
	}
	#cssmenu > ul > li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		float: left;
		display: block;
		position: relative;
	}

/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 20px 15px 17px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		font-size: 16px;
		font-family: "Open Sans", Arial, "sans-serif";
		color: #FFFFFF;  
		text-transform: uppercase;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		background: #00557D;
		color: #ffffff;
	}

	#cssmenu > ul > li > a:after {
		content: '';
		position: absolute;
		top: -1px;
		bottom: -1px;
		right: -10px;
		z-index: 99; 
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 18px;
		right: 0px;
		border: 5px solid transparent;
		border-top: 5px solid #FFF;
	}

	#cssmenu > ul > li.has-sub:hover > a:before {
		top: 19px;
	}

/*--- Main Button with Drop Down Menus Under ---*/

	#cssmenu ul li.has-sub:hover > a {
		background-color: #00557D; /*--- Color After Mouse moves away ---*/
		color: #fff;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > ul,
	#cssmenu ul li.has-sub:hover > div {
		display: block;
	}

	#cssmenu > ul > li.has-sub:hover {
		background: #00557D; /*--- Color on Mouse Hover ---*/
	}

/*--- Drop Down Sub Menu Position & Width ---*/

	#cssmenu ul li > ul,
	#cssmenu ul li > div {
		display: none;
		position: absolute;
		top: 53px;
		left: 0px;
		padding: 0;
		background: #00557D; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
	}

	#cssmenu ul li > ul {
		min-width: 300px;
	}

	#cssmenu li ul li a { 
		width: auto; white-space: nowrap;
	}

	#cssmenu ul li > ul li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		position: relative;
	
	}

/*--- Drop Down Menu Items Styling ---*/

	#cssmenu ul li > ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 18px 20px 16px;
		text-align: left;
		font-weight: normal;
		font-size: 16px;
		font-family: "Open Sans", Arial, "sans-serif";
		color: #FFFFFF; 
		text-decoration: none;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a {
		padding-right: 20px;
	}

	#cssmenu ul ul a:hover {
		color: #ffffff;
		background-color: #003C58; /*--- Hover colour of dropdown menu items ---*/
	}

	#cssmenu > ul > li.has-sub > a:hover:before {
		border-top: 5px solid #ffffff;
	}

/* FULL WIDTH FRONT PAGE PANEL
-------------------------------------------------------------------------------*/

#fullwidth_color {
	width: 100%;
	height: 450px;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	background-image: url(../../../../chemex_template_images/testimonials_bg.jpg);
	background-size: 100% 100%;
}

#fullwidth_testimonials {
	width: 100%;
	max-width: 1140px;
	height: 450px;
	margin: 40px auto;
}

#fullwidth_testimonials h1 {
	color: #ffffff;
	width: 100%;
	text-align: center;
}

#fullwidth_testimonials h2 {
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	width: 66%;
	text-align: center;
	margin: 15px auto 20px;
}

#fullwidth_testimonials .testimonial_rotator.template-longform .testimonial_rotator_quote {
	font-family: "Raleway Medium", Arial, "sans-serif";
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	width: 66%;
	text-align: center;
	margin: 0 auto 20px;
}

#fullwidth_testimonials .testimonial_rotator_author_info {
    color: #fff;
	font-size: 22px;
}

#fullwidth_testimonials p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

/* CONTACT FORM 7 - Styles
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 35%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 65%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #DDD;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/* CONTACT PAGE - Styles
-------------------------------------------------------------------------------*/

#contactdetails {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: left;
	margin-bottom:20px;
	padding-right:20px;
}

#contactform {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: right;
	margin-bottom:20px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 25px;
}

#mapwrap {
	width: 100%;
	min-height:100px;
	float: left;
	margin-bottom:20px;
}

.mapp-layout {
    margin: 0px !important;
	border: 1px solid #DDD !important;
}

#contactdetails td {
	color: #000 !important;
	padding: 1px 10px 1px 0 !important;
}


/* SHIFTNAV - Styles
-------------------------------------------------------------------------------*/

.shiftnav.shiftnav-skin-custom {
	font-size: 13px;
	line-height: 1.3em;
	background: #003046;
	color: #eeeeee;
}

.shiftnav.shiftnav-skin-custom .shiftnav-site-title {
	font-size: 30px;
	text-align: left;
	padding: 40px 25px;
	font-weight: normal;
	color: #eeeeee;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item > .shiftnav-target {
	color: #eeeeee;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #111111;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
	background: rgba(0, 0, 0, 0.1);
	color: #555555;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #eeeeee;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation {
	background: rgba(0, 0, 0, 0.1);
	color: #eeeeee;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-highlight > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item ul.sub-menu .shiftnav-highlight > .shiftnav-target {
	color: #000;
	background: transparent;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target{
	color: #eeeeee;
	background: #003C58;
	border-bottom-color: rgba(0, 0, 0, 0.5);
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
	color: #eeeeee;
	background: #003C58; 		/* Background of Current Item */
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu > li.menu-item > .shiftnav-target {
	text-transform: uppercase;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.shiftnav-retract .shiftnav-target {
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-transform: normal;
	font-size: 12px;
	text-align: right;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu ul.sub-menu {
	color: #cccccc;
	background: #003046;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	color: #999999;
	border-width: inherit;
	border-bottom-color: rgba(0, 0, 0, 0.15);
	font-weight: normal;
	font-size: inherit;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 40px;
	text-transform: uppercase;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 50px;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 75px;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 100px;
}
.shiftnav.shiftnav-skin-custom.shiftnav-left-edge {
	border-right: none;
}

.shiftnav.shiftnav-skin-custom.shiftnav-right-edge {
	border-left: none;
}

.shiftnav.shiftnav-skin-custom.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-custom.shiftnav-active-highlight ul.shiftnav-menu li.menu-item > .shiftnav-target:active {
	color: #eeeeee;
	background: #007aff;
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.5);
}

#shiftnav-toggle-main {
    background: #003C58 !important;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 16px 0px !important;
}

/* COLUMN SHORTCODES BY CODEPRESS - CSS
-------------------------------------------------------------------------------*/

.one_half {
    width: 49% !important;
    margin-right: 2% !important;
}
.one_half.last_column {
    width: 49% !important;
    margin-right: 0px !important;
}
.one_third {
    width: 32% !important;
    margin-right: 2% !important;
}
.one_third.last_column {
    width: 32% !important;
    margin-right: 0px !important;
}
.two_third {
    width: 66% !important;
    margin-right: 2% !important;
}
.two_third.last_column {
    width: 66% !important;
    margin-right: 0px !important;
}
.one_fourth {
    width: 23.5% !important;
    margin-right: 2% !important;
}
.one_fourth.last_column {
    width: 23.5% !important;
    margin-right: 0px !important;
}
.three_fourth {
    width: 74.5% !important;
    margin-right: 2% !important;
}
.three_fourth.last_column {
    width: 74.5% !important;
    margin-right: 0px !important;
}
.one_fifth {
    width: 18.4% !important;
    margin-right: 2% !important;
}
.one_fifth.last_column {
    width: 18.4% !important;
    margin-right: 0px !important;
}
.two_fifth {
    width: 39% !important;
    margin-right: 2% !important;
}
.two_fifth.last_column {
    width: 39% !important;
    margin-right: 0px !important;
}
.three_fifth {
    width: 59% !important;
    margin-right: 2% !important;
}
.three_fifth.last_column {
    width: 59% !important;
    margin-right: 0px !important;
}
.four_fifth {
    width: 79.6% !important;
    margin-right: 2% !important;
}
.four_fifth.last_column {
    width: 79.6% !important;
    margin-right: 0px !important;
}
.one_sixth {
    width: 15% !important;
    margin-right: 2% !important;
}
.one_sixth.last_column {
    width: 15% !important;
    margin-right: 0px !important;
}

/* MOBILE RESPONSIVENESS - MOBILES <800
-------------------------------------------------------------------------------*/

@media (max-width: 800px) {
    
	#sidebar {
		float: none !important;
		width: 90% !important;
		max-width: none !important;
		margin: 40px auto !important;
    }
	
	#slideshow {
		display: none;
	}
	
	#slideshow_waves {
		display: none;
	}
	
	#content {
		float: none !important;
	}
	
	#content p {
		width: 100%;
	}
	
	.subtitles {
		padding: 0;
	}
	
	#tablet_menu {
		display: none;
	}
	
	#box_container {
		width: 92%;
		margin: 0px auto;
	}
	
	#box_left {
		width: 100%;
		margin: 30px 0 0 0;
		float: none;
	}
	
	#box_middle {
		width: 100%;
		margin: 90px 0 0 0;
		float: none;
	}
	
	#box_right {
		width: 100%;
		margin: 90px 0 0 0;
		float: none;
	}
	
#fullwidth_testimonials {
    width: 100%;
    max-width: 1140px;
    height: auto;
    margin: 40px auto;
	display: block;
}
	
	#fullwidth_color {
    width: 100%;
    height: auto;
		display: block;
	}
	
	#footermob {
		display: block !important;
	}

	#footer {
		display:none;
	}
	
	#head {
		display: none !important;
	}
	
	#slideshow_text {
		display: none !important;
	}
	
	#fourboxes {
		display: none !important;
	}
	
	#contactdetails {
		float: none !important;
  		max-width: none !important;
  		width: 100% !important;
		padding: 0 !important;
	}

	#contactform {
		border-left: none !important;
		float: none !important;
  		max-width: none !important;
  		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 60px !important;
		border: none;
		margin-top: 30px;
	}
	
	#mapwrap {
		float: none !important;
		margin:20px 0 !important;
	}
	
	#tablet_mobile {
		display: none;
	}
	

	#fullwidth_content {
		width: 100%;
		max-width: none;
		height: auto;
		margin: 40px 0px;
		padding: 0 30px;
	}
	
	.columns-3 .column {
    	width: 100% !important;
	}
	
	.columns-2 .column {
    	width: 100% !important;
	}
	
	#content .one_third {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	#content .one_third.last_column {
		width: 100% !important;
		margin-right: 0 !important;
	}

	#content .two_third {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	#content .two_third.last_column {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	#footer_text_left {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#footer_text_right {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#footer_text {
    	width: 100%;
    	height: auto;
		display: block;
		overflow: hidden;
	}
	
	#footer_text {
		display: none;
	}
	
	.nk-awb .subtitles{
		margin: 0 0 20px 30px;
		display: block;
		height: auto;
	}
	
	#content img {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
	}
	
	#headmobile img {
		margin: 0;
	}
	
	.alignright {
		display: inline;
		float: none;
		margin: 0 0 20px 0;
	}
	
	ul {
    list-style: disc outside;
    width: 100%;
    max-width: none;
	margin: 0;
	padding: 0 30px 30px 30px;
}
	
	.nk-awb {
    	padding: 40px 30px;
	}
	
}

/* MOBILE RESPONSIVENESS - TABLETS >801 & <1199
-------------------------------------------------------------------------------*/

@media screen and (min-width: 801px) and (max-width: 1199px) { 
	
	#head {
		display: none;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#headmobile {
		display: none;
	}

	#slideshow_mobile {
		display: none;
	}
	
	#box_container {
		width: 94%;
		margin: -30px auto 0;
	}
	
	#content {
		max-width: none;
		width: 100%;
	}
	
	#content p {
		width: 100%;
	}
	
	#box_left {
		width: 48%;
		margin: 0px;
		float: left;
	}
	
	.nk-awb {
    	padding: 40px 30px;
	}	
	
	#box_middle {
		width: 48%;
		margin: 0px;
		float: right;
	}
	
	#box_right {
		display: none;
	}
	
	.columns-3 .column {
    	width: 100% !important;
	}
	
	#foot_box {
		float:left;
		width: 45%;
		max-width: 550px;
		text-align:left;
		margin-right: 30px;
	}

	#foot_middle {
		display: none;
	}

	#foot_right {
		float:right;
		width:45%;
		max-width: 550px;
		text-align:left;
	}
	
	#footer_text_left {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		padding-top: 10px;
		line-height: 40px;
	}

	#footer_text_right {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		line-height: 40px;
		padding-bottom: 10px;
	}

	#footer_text_mobile {
		display: none;
	}

	ul {
		margin: 0 30px 30px 30px;
	}
	
	#content img {
		width: 50%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.nk-awb .subtitles{
		margin: 0 0 20px 30px;
		display: block;
		height: auto;
	}

}

/* MOBILE RESPONSIVENESS - DESKTOPS >1199
-------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	
	
	#headmobile {
		display: none;
	}
	
	#slideshow_mobile {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#tablet_menu {
		display: none;
	}
	
	#tablet_mobile {
		display: none;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#footer_text_mobile {
		display: none;
	}

}
