
/* STYLES TO MATCH CKEDITOR ******************************** 

Light Green - #59ad40
Dark Green - #006940
*/

h1, h2, h3, h4, p, table, tr, td, ul, ol, li, a {
	font-family:'Open Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	color: #006940;
}
.home_text_content h1 {font-size: 27px;}
h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 27px 0px 7px 0px;
	color: #59ad40;
}
h3 {
	font-size: 18px;
	margin: 27px 0px 7px 0px;
	font-weight: 700;
}
h4 {
	font-size: 15pt;
	margin: 27px 0px 7px 0px;
}

h5 {
    font-size: 13pt;
    margin: 27px 0px 7px 0px;
}

h6 {
    font-size: 11pt;
    margin: 27px 0px 7px 0px;
}

p {
    font-size: 16px;
    margin: 0px 0px 16px 0px;
    line-height: 23px;
}

ul, ol {
	font-size:16px;	
	padding-left:40px;
	margin-bottom: 16px;
}

li {
	font-size: 16px;
    line-height: 22px;
}
hr {margin: 26px 0 0 0; border-style: solid; color: #eeeeee; clear: both;}
/* EDITOR STYLES *************************************** */

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    padding: 10px !important;
}

.cke_editable {
    padding: 10px;
}

/* TABLE STYLES **************************************** */
table {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

table tr td {
    background-color: #f2f2f2;
    padding: 10px;
    border-left: 1px solid #d7d7d7;
}

table tr:nth-child(2n) td {
    background-color: #e7e7e7;
    
}

table tr th {
    background-color: #6f6f6f;
    padding: 13px;
    color: white;
}

table tr th:nth-child(2n) {
    background-color: #838383;
}



/* FIXES *********************************************** */

.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 *********************************** */

body {
	background: #FFF;
	background-image:url(../images/_bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #455560;
	overflow-x:hidden;
}
.content_outer {
	width: 1200px;
	margin: 100px auto 30px;
	background-color: #ffffff;
	padding: 30px;
}
/* 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: 50px;
	
}

header .inner {
    min-height: 0px;
}


/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	display: block;
	max-width: 320px;
	max-height: 100px;
	float: left;
	margin: 0 0 35px 0;
}

.social_icons {
	
	display: none;
	
    float: left;
    width: 100%;
}

.social_icons img {
    float: left;
    width: 44px;
    padding: 15px 15px 15px 0px;
}

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

.content .inner .w100_left {
    padding: 40px 0px;
}


/* FEATURED ******************** */
.featured {
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.flexslider .slides {
	background-image: url(../images/_slide_shadow.png);
	background-size: cover;
}
.flexslider .slides li {
	/* Adjust height of slider */
	height: 0px;
	padding-bottom: 41%;
}
.featured .shadow {position: absolute; top: 0; left: 0; width: 100%; z-index: 99;}
.featured .inner {
    position: relative;
    text-align: left;
    margin: auto;
    transition: 0.9s;
    z-index:100;
	padding: 10% 0 0 60px;
}
.featured h2 {
    text-align: left;
    color: white;
    font-size: 55px;
	font-weight: 700;
    float: left;
    width: 100%;
    line-height: 50px;
    letter-spacing: 0px;
    margin:20px 0 15px 0;
	text-shadow: 0 0 10px #000000;
}
.featured h3 {
    text-align: left;
    color: white;
    font-size: 40px;
    float: left;
    width: 100%;
    line-height: 30px;
    letter-spacing: 0px;
    margin:0 0 30px 0;
	text-shadow: 0 0 8px #000000;
}

.featured .featuredbuttons {
    margin: auto;
    width: auto;
    display: inline-block;
}


.flex-control-nav {
    display: none;
}
.home_panels_outer {
	float: left; 
	display: block;
	width: 100%;
	margin: 50px 0 0 0;
	clear: both;
	background-color: #000000;
}
.home_panels_outer a {
	float: left;
	display: inline-block;
	width: 33.33%;
    width: calc(100% / 3);
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
.home_panels_outer a img {
	float: left; 
	width: 100%;
}
.home_panel_text {
	position: absolute;
	left: 0;
	bottom: 0;
	float: left; 
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 30px;
}
.home_panel_text h2 {font-size: 30px; color: #ffffff; font-weight: normal;}	
.home_panels_outer a:hover {
	opacity: 0.8;
}
.content_header_crop {
	float: left;
	width: 100%;
	height: 130px;
	overflow: hidden;
	margin: 0 0 0px 0;
}
.content_header_crop img {
	float: left;
	width: 100%;
}

.sidebar_rhs {float: right; width: 30%; margin:61px 0 0 4%; padding:10px 20px; background-color:#f8f8f8;}
.sidebar_rhs a { width: 100% !important; text-transform: uppercase;}

.staff .sidebar_rhs {display: none;}
.staff .w65_left {width: 100%;}

.staff img {float: right; width: 25%; margin: 0 0 30px 40px;}

.contact_page_column a {
    text-decoration: none;
	color: #455560;
}
/* FOOTER ****************************************************** 
Light Green - #59ad40
Dark Green - #006940
*/

footer {
	padding: 30px 0px;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 32px;
    color: grey !important;
	/* BG COLOR */
	background-color: #ffffff;
	border-top: solid 2px #eeeeee;
}


/* SUBSCRIBE *************************************************** */

.subscribe {
	
	display: none;
	
	padding: 45px 0px;
    color: white;
    text-align: center;
	background-image: url(../images/_subscribe_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4b4c4d;
	float: left;
	width: 100%;
}
.subscribe form {
    width: 80%;
    margin: auto;
    float: right;
    margin-top: 0px;
}
.subscribe form::before {
    content: "";
    float: left;
    width: 100%;
    display: block;
    height: 7px;
}
.subscribe input {
    float: left;
    width: 30% !important;
    margin: 0% 1.5% !important;
    border: 0px;
}

.subscribe input[type="email"] {
    width: 46% !important;
}

.subscribe .button {
    margin: 0% 1.5%;
    max-width: 20%;
    float: left;
    min-width: 120px;
}

.subscribe .inner {
    min-height: 0px;
}

.subscribe .inner::after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}




/* 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;
}

.formerror li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.formerror {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formerror li label {
    float: left;
    width: 100%;
    padding: 7px;
    color: darkred;
    border-radius: 10px;
    line-height: 12pt;
    background-color: #ffd9d9;
}



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

.w20_left {
	width: 20%;	
	float: left;	
}
.w25_left {
	width: 25%;	
	float: left;
	padding-right: 10px;
}
.w30_left {
	width: 30%;	
	float: left;	
}
.w33_left {
	width: 33.33%;	
	float: left;	
	padding-right: 30px;
}
.w40_left {
	width: 40%;	
	float: left;	
}

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

.w50_left {
	width: 50%;
	float: left;	
}
.w55_left {
	width: 55%;
	float: left;	
}
.w60_left {
	width: 60%;
	float: left;
}
.w65_left {
	width: 65%;
	float: left;
}
.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;
	float: left;
}

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

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

.w30_right {
	width: 30%;	
	float: right;	
}
.w35_right {
	width: 35%;	
	float: right;	
}
.w35_right .button {
	float: right;	
    margin-top: -20px !important;
	padding: 10px 20px;
}
.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;
}

/* 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, button {
	margin:10px 0px !important;
    width: auto !important;
    min-width: 0px;
	color: #ffffff;
	padding: 15px 25px;
	background: #59ad40;
    background: -webkit-linear-gradient(#59ad40, #006940);
    background: -o-linear-gradient(#59ad40, #006940);
    background: -moz-linear-gradient(#59ad40, #006940);
    background: linear-gradient(#59ad40, #006940);
	border-radius: 10px;
	text-decoration: none;
	display: block;
	float:left;
	text-align: center;
	transition:0.0s;  /* EDIT TRANSITION TIME */
}

.button:hover, button:hover {
background: #006940;	
}

.placeholder {
	color: #c7cbd0;
}
footer p {font-size: 10px;}
/* 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;
	top: -30px;
	z-index: 999;
	float: right;
	padding: 0px 0;
	border: solid 2px #006940;
	border-top: none;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 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; 
	border-right: 2px solid #006940;
}
.flexnav li:nth-last-of-type(1) {
	border-right: none;
	border-bottom-right-radius: 20px;
}
.flexnav li:nth-of-type(1) {
	border-bottom-left-radius: 20px;
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	padding: 60px 12px 30px;
	z-index: 2;
	overflow: hidden;
	color: #006940;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none; 
}
.flexnav li:hover {
	background:#eeeeee;
}
.flexnav li a:hover {
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
	display: none;
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

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

.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.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.075);
	text-align: center; 
}

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

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

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #dddddd;
	color: #222222;
	cursor: pointer;
	width: 55px;
    height: 55px;
    float: right;
    margin: 0px;
	opacity: 0.6;
	
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../images/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
}

.menu-button span.navicon {
    display: none;
}


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

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

.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}

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

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

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

.imggallery {
	float:left;
	width:33.33%;
	width: calc(100% / 3);
	position: relative;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.imggallery a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px !important;
	padding: 25% 0 0 0;
	text-shadow: 0 0 10px #000000;
	transition: 0.3s;
}
.imggallery a:hover {
	background-color: rgba(0,0,0,0.20); display: block !important;
}
/* PRODUCTS AND CATEGORIES ********************************** */

.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;
}




	