/*==========================================================================
   Miscellaneous
==========================================================================*/
html, body
{
	font-family: 'Ubuntu', sans-serif;
	background-color:#EDEDED;
	height:100%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 500;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 40px;
	color: #000;
	margin-bottom: 20px;
}

h2
{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

h3
{
	font-size: 25px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4
{
	text-transform:uppercase;
	font-weight:thin;
}

p, li
{
	font-size: 16px;
	color: #555;
}

a
{
	color: #bf3f2c;
}
a:hover, a:visited
{
	color:#dd6252;
}

.no-margin
{
	margin: 0;
}






/*==========================================================================
   Header
==========================================================================*/
#header
{
	background-color: #FFF;
	padding-top:35px;
}

@media (min-width: 768px)
{
	body
	{
		padding-top:177px;
	}
	#header
	{
		position: fixed;
		margin-top: -177px;
		width: 100%;
		background-color: #FFF;
		z-index: 50000;
	}
}


#header .logo
{
	padding-bottom:35px;
}


#header .header  a:hover
{
	text-decoration:none !important;
}

#header .header span
{
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	color: #FFF;
	padding-bottom:15px;
}

#header .social
{
	width: 27px;
	margin-left:2px;
	margin-top:-10px;
	margin-bottom:10px;
	text-deocration:none !important;
}
#header .social:hover
{
	opacity:0.9;
}





/*==========================================================================
   Header Navigation
==========================================================================*/
#navigation
{
	background-color: #121212;
	min-height: 44px;
}

#navigation .navbar-default
{
	background-color: transparent;
	border-color: none;
}

#navigation .navbar
{
	position: relative;
	min-height: 44px;
	margin-bottom: 0px;
	border: none;
}

#navigation .navbar-header
{
	text-align: center;
}

#navigation .navbar-toggle
{
	position: relative;
	float: none;
	padding: 9px 60px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 4px;
}

#navigation .navbar-toggle:hover
{
	background: #222;
}

#navigation .navbar-toggle .icon-bar
{
	background: #FFF;
}

#navigation .navbar-collapse
{
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#navigation .navbar-collapse .navbar-nav
{
	margin: 0;
}


#navigation .navbar-collapse .navbar-nav li a
{
	background-color: #121212;
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}
#navigation .navbar-collapse .navbar-nav li a:hover
{
	background-color: #222;
}
.strip
{
	height: 7px;
	background-color:#209331;
}

@media (max-width: 768px)
{
	#navigation .container
	{
		padding-left:0px;
		padding-right:0px;
	}
	#navigation .navbar-collapse .navbar-nav li
	{
		border-bottom: 1px solid #56545b;
	}
}


/*==========================================================================
   Search
==========================================================================*/
.search-input
{
	margin-bottom:15px;
	border:1px solid #8B8B8B;
	box-shadow:none;
	border-radius:0px;
	height:34px;
	text-transform:uppercase;
	color:#8B8B8B;
	padding-right: 34px;
	float:left;
}
.search-input:hover, .search-input:focus
{
	border:1px solid #222;
	color:#222;
	box-shadow:none;
}
.btn-search
{
	width:22px;
	height:22px;
	margin-left:-34px;
	float:right;
	background-image:url('img/search.png');
	background-size:cover;
	background-position:center;
	background-color:#FFF;
	border-radius:0px;
	margin-top:6px;
	margin-right:5px;
	outline:none !important;
}
.btn-search:hover, .btn-search:focus
{
	background-color:#FFF;
	background-image:url('img/search.png');
	box-shadow:none;
}





/*==========================================================================
   Content
==========================================================================*/
#content
{
	padding-top: 30px;
	padding-bottom: 30px;
	min-height:100%;
	height:auto;
}
#content blockquote 
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #209331;
    text-transform: none;
    margin-top: 10px;
	line-height: 20px;
}


/*==========================================================================
   Slider
==========================================================================*/
.slider
{
	margin-bottom:15px;
}
.slider ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
}
.slider li
{
	height:100%;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	width:100%;
	background-size: cover;
}
.slider li a
{
	height:100%;
	display:block;
}

.unslider-nav {
	text-align: center;
}
.unslider-nav ol
{
	padding:0px;
	margin:0px;
}
.unslider-nav li{
	display: inline-block;
    float: none;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    padding: 3px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: .4;
}
.unslider-nav .unslider-active
{
    background: #fff;
    cursor: default;
    opacity: 1;
}

.unslider-arrow
{
    height: 60px;
	width:60px;
	background-color:rgba(255,255,255,0.6);
	border-radius:50%;
	color:#212121;
	text-align:center;
	font-size:50px;
	position:absolute;
	top:350px;
	z-index:10000;
	text-decoration:none !important;
	cursor:pointer !important;
	line-height:64px;
	font-family:"Arial", sans-serif;
}
.unslider-arrow:hover
{
	color:#212121;
	background-color:rgba(255,255,255,1);
}
.next
{
	right:50px;
}
.prev
{
	left:50px;
}


/*==========================================================================
   Boxes
==========================================================================*/
.quarter-box
{
	min-height:272px;
	background-color:#ccc;
	margin-bottom:15px;
	margin-top:15px;
	display:table;
	width:100%;
	background-size:cover;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.quarter-box:hover
{
	opacity:0.8;
}
.quarter-box a
{
	display:table-cell;
	text-decoration:none;
	color:#FFF;
	min-height:272px;
	vertical-align:middle;
}
.quarter-box a:hover
{
	text-decoration:none;
	color:#FFF;
	
}
.quarter-box a h2
{
	color:#FFF;
	font-size:34px;
	margin-bottom:10px;
	margin-top:-10px;
	font-weight:500;
}
.quarter-box .trans-line
{
	background-color:rgba(255,255,255,0.6);
	height:6px;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}


.half-box
{
	padding:25px;
	color:#FFF;
	margin-top:15px;
	margin-bottom:15px;
	min-height:280px;
}
.half-box .white-line
{
	width:40%;
	height:3px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.half-box-lg
{
	min-height:420px;
}
.half-box-sm
{
	min-height:200px;
}
.half-box h3
{
	font-weight: 100;
	color:#FFF;
	text-align:center;
	font-size:30px;
	margin-bottom:15px;
}
.half-box p
{
	font-size: 14px;
	font-weight:100;
	color:#FFF;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:0px;
}

.btn-rectangle
{
	text-align:center;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	font-weight:100;
	text-decoration:none;
	padding:13px;
	width:300px;
	text-transform:uppercase;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   display: block;
}
.btn-light
{
	background-color:#FFF;
}
.btn-dark
{
	background-color:rgba(0,0,0,0.5);
	color:#FFF !important;
}
.btn-black
{
	background-color:#000;
	color:#FFF !important;
}
.btn-rectangle:hover
{
	opacity:0.85;
	text-decoration:none;
}
.testimonials h6
{
	font-size: 14px;
	margin-left:4px;
}
.testimonials p
{
	text-align:left;
	padding-left:26px;
}
.testimonials .quote
{
	padding-right:5px;
	opacity:0.7;
	font-size:16px;
}

@media (max-width: 768px)
{
	.btn-rectangle
	{
		width:100%;
	}
	.half-box
	{
		padding:25px;
		color:#FFF;
		margin-top:15px;
		margin-bottom:15px;
		min-height:315px;
	}
}


.btn-form
{
	text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    padding: 13px;
    width: 300px;
    text-transform: uppercase;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    display: block;
	background-color:#209331;
	color:#FFF;
	border-radius:0px;
}
.btn-form:hover, .btn-form:focus
{
	opacity:0.9;
	color:#FFF;
}
textarea.form-control
{
	border-radius:0px;
	min-height:100px;
}
.form-control
{
	border-radius:0px;
}


.product-thumb
{
	border:1px solid #dfdfdf;
	padding:10px;
	margin-bottom:30px;
}
.product-thumb img
{
	height:230px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.product-thumb h4
{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
}
.product-thumb .money
{
	
}



/* Growing tips - articles */
.list-article
{
	text-decoration:none !important;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px dotted #cfcfcf;
	display:block;
}
.list-article p
{
	font-size:14px;
}
.list-article h4:hover
{
	text-decoration:underline;
}

/* Search results */
.search-result
{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #cfcfcf;
	display:block;
	text-decoration:none !important;
}
.search-result p
{
	font-size:14px;
}
.search-result h4:hover
{
	text-decoration:underline;
}

#display-retailer
{
	padding:15px;
	border:1px solid #ccc;
	margin-top:15px;
	margin-bottom:15px;
	display:none;
}



.btn-print
{
	background-color:#209331;
	color:#FFF;
	border-radius:0px;
	padding:15px 30px;
	margin-bottom:15px;
	color:#FFF !important;
}
.btn-print:hover, .btn-print:focus
{
	opacity:0.8;
}




/* Find a retailer */
.map-heading
{
	background-color:#209331;
	border-bottom:4px solid #106d1c;
	color:#FFF;
	padding:25px;
	margin-bottom:30px;
}
.map-heading .form-control
{
	font-size:16px;
	font-weight:100;
	text-transform:uppercase;
}
.map-heading .form-control:hover, .map-heading .form-control:focus
{
	border:1px solid #49af57;
	box-shadow:none !important;
}
.where-to-buy-map
{
	border:1px solid #cfcfcf;
	background-color:#FFF;
	height:600px;
	width:100%;
}

.testimonial-container
{
	overflow:auto;
	position: relative;
	height: 325px;
	padding-bottom:40px;
}
.testimonial-container::-webkit-scrollbar { 
    display: none; 
}
.testimonial-container div, .testimonial-container div:hover
{
	display:block;
	text-decoration:none !important;
}
.testimonial-container:hover
{
	text-decoration:none !important;
}




footer
{
	background-color:#121212;
	padding-bottom:10px;
}
#footer
{
	background-color:#0D0D0D;
	coilor:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px !important;
}
#footer h4
{
	color:#FFF;
	text-transform:uppercase;
	font-weight:100;
	padding-bottom:10px;
	display:inline-block;
}
#footer a, #footer a:hover
{
	color:#FFF;
}
#footer .social
{
	width:19px;
	margin-right:3px;
}
#footer ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-weight:100;
}
#footer li
{
	padding-top:3px;
	padding-bottom:3px;
	font-size: 14px;
	color:#FFF;
}
#footer p
{
	color:#FFF;
	font-size: 14px;
}

#lower-footer
{
	background-color:#000;
	color:#FFF !important;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	font-weight:100;
}
#lower-footer a, #lower-footer a:hover
{
	color:#8B8B8B;
}
#lower-footer #cardiff-web
{
	display:block;
	text-align:right;
}

@media (max-width: 768px)
{
	#footer h4
	{
		padding-top:15px;
	}
	#lower-footer #cardiff-web
	{
		text-align:left !important;
	}
}