@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Open+Sans|Open+Sans+Condensed:300);
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}

body { 
	font: 100%/1.5 'Open Sans', sans-serif; 
	color: #000;
	background: #eee; 
	text-align: center;
}
a {
	text-decoration: none;
	color: #59B200;
}
a:hover, a:focus {
	color: #000;
}
img {

	height: auto;
	border: 0;
	outline: 0;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
p {
	margin: 0 0 1em;
}
hr {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #BDC3C7 -moz-use-text-color -moz-use-text-color;

}
select:focus, input:focus {
	background-color: #fff;
	outline: none;
}
::-webkit-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}

a.btn {
	display: inline-block;
background: #59B200;
color: #FFF;
padding: 10px 14px;
border-radius: 2px;
text-decoration: none;
margin: 0px 4px 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

a.btn-secondary {
	display: inline-block;
background: #006600;
color: #59B200;
padding: 10px 14px;
border-radius: 2px;
text-decoration: none;
margin: 0px 4px 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.btn:hover, .btn:focus  {
	background: #008C23;
	color: #fff;
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-secondary:hover, .btn-secondary:focus  {
	background: #008C23;
	color: #59B200;
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}


header[role="pictura-banner"] {
	height:70px;
	position: relative;
	background: #008C23 none repeat scroll 0% 0%;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
header[role="pictura-banner"] > div {
	max-width: 1147px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
}
header[role="pictura-banner"] a:hover, header[role="pictura-banner"] a:focus {
	padding: 4px 8px;
background: #59B200 none repeat scroll 0% 0%;
color: #FFF;
-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
}
.logo {
	display: block;
	float: left;
	text-align: center;
	width:0 auto;
	z-index: 1;

}
.logo img {
max-width: 70%;
	  height: auto;
		padding: 20px 0 0 0;
		margin-right: 0px;
}

.search {
	display: inline-block;
	margin:0 auto;
	left:0px;
	right:0;
	width:216px;
}

.search input[type="text"] {
	height:36px;
	color:#008C23;
	margin-top:0;
	width:120px;
	background:#fff;
	border-top:2px solid #006600;
	border-bottom:2px solid #006600;
	border-right: none;
	border-left: 2px solid #006600;
	border-radius: 20px 0px 0px 20px;
	font-size:16px;
	padding:0 10px;
	font-family:'Roboto',sans-serif;
	font-weight:100;
	-webkit-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-webkit-transition-timing-function:cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition-timing-function:cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition-timing-function:cubic-bezier(0.165,0.840,0.440,1.000);
	transition-timing-function:cubic-bezier(0.165,0.840,0.440,1.000)
}
.search input[type="text"]:focus {
	width:180px;
	background:#fff;
	margin-top:0;
	font-weight:300;
	color:#008C23
}
.search button {
	height:36px;
	margin-top:0;
	background:#006600;
	border-top:2px solid #006600;
	border-bottom:2px solid #006600;
	border-right:2px solid #06600;
	border-left:none;
	border-radius: 0px 20px 20px 0px;
	color:#59B200;
	width:36px;
	vertical-align:top;
	display:inline-block;
	font-size:20px;
	cursor:pointer;
	position:absolute;
	clear:none
}
.search button i {font-size:18px;position:absolute;top:6px;left:0;right:0;bottom:0;margin:auto}
.search form {
	width:180px;
	text-align:right;
}
.search button:hover{background:#006600;color:#59B200;clear:none}
.nav {
	margin: 0;
	text-align: center;
	text-transform: none;
	background: #008C23;
	height:70px;
}
header[role="pictura-banner"] .nav {

	}
.nav li {
	display: inline-block;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	 text-rendering: optimizeLegibility;
	 font-size: 18px;
	 letter-spacing: 1px;
}
.nav li a {
	color: #FFF;
	display: block;
	padding: 22px 8px;
}
.nav li:first-child a {
	border-left: 0;
}

.nav-service {
text-align: center;
margin-right: auto;
margin-left: auto;
padding-bottom: 20px;
}
.nav-service i {
    font-size: 34px;
    color: #008C23;
    display: inline;
    line-height: 40px;
    padding-left: 1%;
}
.faws {
margin-left: 40px;
}
.faws:first-child{
	margin-left: 0px;
}
.nav-service li {
font-family: 'Open Sans',sans-serif;
color: #323A45;
text-align:left;
padding-left: 0px;
padding-right: 5px;
position: relative;
display: inline-block;
font-size: 14px;
}
.nav-service li span {
    color: #5C5C5C;
    font-style: italic;
}


.features {
	text-align: center;
	margin: 20px 0px;
}
.features i.fa {
	font-size: 28px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	color: #fff;
	border: 1px solid #008C23;
	background: #008C23 none repeat scroll 0% 0%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 14px 0px;
	padding: 0px;
}
.features i.fa:hover{
	color: #fff;
	border: 1px solid #59B200;
	background: #59B200 none repeat scroll 0% 0%;
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.features h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 21px;
	margin: 0px 0px 14px;
}
.features p {
	font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 14px;
	color: #34495E;
	display: block;
}
.content {
	position: relative;
	text-align: left;
	overflow: hidden;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
	animation: fadein 0.4s ease-out 1;
}
.content img {
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	-o-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	border-radius: 0.1em;
}
.product-main {
	overflow: hidden;
	max-width: 1147px;
	margin: 0 auto 0;
	padding: 1em;
}
.product-overview {
	margin-bottom: 1em;	
}
.price {
	color: #E74C3C;
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
}
.price-ext {
	padding-left:5px;
	font-size: 12px;
	color: #6A6A6A;
	}
.check ul{
	display: inline-block;
	margin: 0 0.5em;
	font-size: 0.9em;
}
.check li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-right: 0.5em;
	color: #008C23;
}
.headline {
	display: block;
	margin: 0px 0px 15px;
	border-bottom: 0px dotted #fad4cc;
}
.headline h2, .headline h3, .headline h4 {
	font-size: 22px;
	color: #008C23;
	border-bottom: 2px solid #008C23;
	margin: 0px 0px 0px 0px;
	padding-bottom: 2px;
	display: inline-block;
}

.content-callout-danger {
	background-color: #fce2dd;
	border-color: #E74C3C !important;
}
.content-callout-info {
  background-color: #dde0e2;
  border-color: #323A45 !important;
  font-size:14px;
}
.content-callout-success {
  background-color: #DFF0D8;
  border-color: #d6e9c6 !important;
}
.content-callout {
	border-left: 3px solid #EEE;
	margin: 20px 0px;
	padding: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.content-callout h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	letter-spacing: normal;
}

/* Slideshow */
#slideshow {
	position:relative;
	display:inline-block;
	height:auto;
	width:100%;
	overflow:hidden;
	padding:0;
}
#slides {
	position:relative
}
.slide {
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	color:#fff
}
#slideshow img {
	width:100%;
	height:auto;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
#slides-controls {
	width:100%;
	margin-left:auto; 
	margin-right:auto;
	padding-top:10px;
}
#slides-controls a {
	width:19.4%;
	height:auto;
	float:left;
	margin: 0 0.5% 10px;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	-o-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	border-radius: 0.1em;
}
#slides-controls a:first-child{
	margin: 0 0 0;
}
#slides-controls a:last-child{
	margin: 0 0 0;
}

#slides-controls a:hover {
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
	opacity: 0.5;
}
#slides-controls a.highlight {


}

.product-form {
	margin: 0.5em 0 0.5em;
	text-align: center;
}
.submit-form {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	text-align:center;
}
.submit-form input {
	display: block;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.pictura-content header {
	max-width: 1147px;
	margin: 0 auto;
		padding: 0 0.5em;
}

[role="pictura-content"] {
	max-width: 1147px;
	margin: 0 auto;
	padding: 0.8em 0.5em 1em;
}

.table {
	border: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 20px 0;
	background-color: #FFFFFF;
}
.table tbody > tr > td, .table thead > tr > th {
	padding: 15px;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #DDD;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer {
	font-family: 'Roboto Condensed', sans-serif;
	 text-rendering: optimizeLegibility;
	background: #008C23 none repeat scroll 0% 0%;
	color: #fff;
	text-align: center;
	text-transform: none;
	clear: both;
	height:42px;
}
.footer > div {
	max-width: 1147px;
	margin: 0 auto;
	padding: 0 1em 0;
	text-align: left;
	overflow: hidden;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}
.footer ul {
	margin-bottom: auto;
}
.footer li {
	display: inline-block;
}
.shop-links {
	text-align: center;
	float:none;
}
.shop-links li {
	font-size: 14px;
	float:left;
}
.shop-links li a {
	border: 0;
	padding: 0.8em 0.2em 0.5em;
}
.service-links {
	text-align: center;
	float:none;
}
.service-links li {
	font-size: 0.7em;
	float:right;
}
.service-links li:first-child {
	margin-left: 0;
}
.service-links li:last-child {
	margin-right: 0;
}
.service-links li a {
	color: #BDC3C7;
	border: 0;
	padding: 0.8em 0.2em 0.5em;

}

/************Animations**************/
@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-moz-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-ms-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media screen and (max-width: 748px) {

	.features-box, .nav-service, .search{
	display:none;
}