/* ==========================================================================
   Author: Dean Thomson
   Email: deant@implyit.co.za
   Date: 08/02/2013
   ========================================================================== */

@font-face {
 font-family: Walkway;
 src: url("../fonts/walkway_semiBold.eot"); /* EOT file for IE */
}
@font-face {
 font-family: Walkway;
 src: url("../fonts/walkway_semibold.ttf"); /* TTF file for CSS3 browsers */
}

/* ============== Global =============== */

html, body {
	min-height: 100%;
}
body {
	background-color: #000;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	color: #fff;
}
h1 {
    border-bottom: 1px solid #B1D240;
    /*color: #909090;*/
    margin: 8px 0px 25px 0px;
}
h2 {
	color: #96B725;
	text-align: center;
}

h4 {
	background-color: #96B724;
    border-top: 1px dashed #C5C5C5;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    /*min-height: 40px;*/
    
    -webkit-text-shadow: 1px 1px 1px #6C6C6C;
       -moz-text-shadow: 1px 1px 1px #6C6C6C;
    	 -o-text-shadow: 1px 1px 1px #6C6C6C;
    		text-shadow: 1px 1px 1px #6C6C6C;
    
}
h5 {
	border-bottom: 1px solid #82A311;
    color: #82A311;
    font-size: 25px;
    font-weight: normal;
    margin: 18px 0;
    padding-bottom: 10px;
}
h6 {
	color: #fff;
	font-size: 30px;
}
a {
	color: #909090;
}
a:hover {
	color: #B1D240;
}
p {
	font-size: 18px;
	line-height: 25px;
}
small {
	font-size: 13px;
}
hr {
	background: url('../img/hr.png') no-repeat scroll 0 0 transparent;
	border: none;
	margin: 35px 0;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.green-text {
	color: #82A311;
}
.green-bg {
	background-color: #96B724;
	margin-bottom: 10px;
	text-align: center;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		-ms-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}
.padding {
	padding: 20px 0 0 0;
}
/* ============== Header =============== */

/* ------------ Nav ---------------*/

.navbar .navbar-inner {	
	background-image: none;
	background-color: transparent;
	border: none;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: none;
}
.navbar .nav {
	background-color: #000000;
	border: 1px solid #4d4d4d;    
	margin: 39px 0 0 50px;
	
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
		 -o-border-radius: 10px 10px 10px 10px;
			border-radius: 10px 10px 10px 10px;	
}
.navbar .nav > li > a {
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #4d4d4d;
	text-shadow: none;
}
.navbar .nav > li:last-child > a {
	border: none;
}
.navbar .brand {
	padding: 10px 20px 0px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, 
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
		 -o-text-shadow: none;
			text-shadow: none;		

	background: #a9c449; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5YzQ0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWRkMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a9c449 0%, #b9dd18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9c449), color-stop(100%,#b9dd18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9c449 0%,#b9dd18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9c449 0%,#b9dd18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9c449 0%,#b9dd18 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a9c449 0%,#b9dd18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c449', endColorstr='#b9dd18',GradientType=0 ); /* IE6-8 */

}
.navbar .nav > li:first-child > a:focus, .navbar .nav > li:first-child > a:hover, 
.navbar .nav > li.active:first-child > a {
	border-radius: 10px 0 0 10px;
}
.navbar .nav > li:last-child > a:focus, .navbar .nav > li:last-child > a:hover, 
.navbar .nav > li.active:last-child > a {
	border-radius: 0px 10px 10px 0px;
}

/* ------------ Social Icons ---------------*/
.navbar .span1 {
	list-style: none;
	margin-top: 44px;
	clear: right;
}
.navbar .span1 li {
	display: inline-block;
}
.navbar .span1 li a {
	background: url('../img/social_sprite.png') no-repeat scroll 0 0 #fff;
	padding: 15px 14px;
	display: block;
	
	transition: background-position ease 0.3s;
}
.navbar .span1 ul {
	margin-bottom: 0px;
}
.navbar .span1 li.facebook a {
	background-position: -8px -4px;
}
.navbar .span1 li.facebook:hover a {
	background-position: -8px -35px;
}
.navbar .span1 li.twitter a {
	background-position: -44px -4px;
}
.navbar .span1 li.twitter:hover a {
	background-position: -44px -35px;
}

/* ============== Main Content =============== */

.container, .navbar-static-top .container, .navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
	width: 960px;
}
.content {
	background-color: #fff;	    
    margin-top: 20px;
    /*padding: 30px 30px 50px;*/
    padding: 30px;
    position: relative;
    
    border: 1px solid rgba(0, 0, 0, 0.1);
    
    -webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
     	 -o-border-radius: 10px 10px 10px 10px;
    		border-radius: 10px 10px 10px 10px;
    		
	-webkit-box-shadow: 0 0 3px #E1E1E1;
	   -moz-box-shadow: 0 0 3px #E1E1E1;
	  	 -o-box-shadow: 0 0 3px #E1E1E1;
			box-shadow: 0 0 3px #E1E1E1;    		
    
}
.img-polaroid {
	
	margin-top: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	 	 -o-border-radius: 10px;
			border-radius: 10px;
			
	-webkit-box-shadow: 0 0 3px #E1E1E1;
	   -moz-box-shadow: 0 0 3px #E1E1E1;
	  	 -o-box-shadow: 0 0 3px #E1E1E1;
			box-shadow: 0 0 3px #E1E1E1; 
}
.big {
	margin-bottom: 20px;
}
.big p {
	font-size: 20px;
    line-height: 30px;
}
.service p {
	font-size: 18px;
}
.span1 {
	width: 65px;
}
.row-fluid #page1 .span6:nth-child(2n),
.row-fluid #page2 .span6:nth-child(2n) {
	width: 49%;
	border-left: 1px solid #ececec;
	padding-left: 25px;
}
.row-fluid .span6 {
	border-left: none;
	padding-left: 0px;
	margin-left: 15px;
}
.products .row-fluid .span4 {
	width: 30%;
	border: 1px dashed #c5c5c5;
	margin-bottom: 15px;
}
.products .row-fluid .span4 p {
	background-color: #96B724;
    color: #FFFFFF;
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    
    -webkit-text-shadow: 1px 1px 1px #6C6C6C;
       -moz-text-shadow: 1px 1px 1px #6C6C6C;
    	 -o-text-shadow: 1px 1px 1px #6C6C6C;
    		text-shadow: 1px 1px 1px #6C6C6C;
    
}
.span6.big.text-center img{
	padding: 12px 30px;
}
.row-fluid .span12 {
	padding: 20px;
	position: relative;
}
.price {
	text-align: right;
	font-weight: bold;
}

/* ----------- Collage ----------- */

.collage:after {
	content: "";
	display: table;
	clear: both;
}
.collage {
	width: 960px;
}
.collage a {
	font-family: Walkway, Verdana, arial, sans-serif;
	
	-webkit-text-shadow: 1px 1px 1px #000;
	   -moz-text-shadow: 1px 1px 1px #000;
		 -o-text-shadow: 1px 1px 1px #000;
			text-shadow: 1px 1px 1px #000;
}
.collage a {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	float: left;
	
	-webkit-transition: background ease-in-out 0.3s;
	   -moz-transition: background ease-in-out 0.3s;
		 -o-transition: background ease-in-out 0.3s;
			transition: background ease-in-out 0.3s;
	
}
.collage a:hover {
	text-decoration: none;
}
.btn-about, 
.btn-contact, 
.btn-offers, 
.btn-products, 
.btn-services, 
.btn-store {
	width: 298px;
	height: 298px;
	float: left;
	border: 1px solid #fff;
	position: relative;
}

/* ----------- Accordian ------------ */
.accordion-inner {
	padding-bottom: 30px;
	border-top: 1px solid #262626;
}

.accordion ul {
    list-style: none outside none;
    margin: 0 0 0 3px;
    padding: 0;
}

.accordion-group {
	border: 1px solid #2e2e2e;
}

.accordion-group a {
	text-decoration: none;
}

.accordion-group .row-fluid {
	border-bottom: 1px solid #454545;
	padding-bottom: 20px;
}

.accordion-group .row-fluid:last-child {
	border: none;
}

.accordion-group .span5 {
	text-align: center;
}

.accordion-heading .accordion-toggle {
    font-size: 30px;
    font-weight: bold;
    color: #96B725;
    text-align: center;
    padding: 15px;
    
    background: #393939; /* Old browsers */
	background: -moz-linear-gradient(top,  #393939 0%, #000000 50%, #000000 75%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(50%,#000000), color-stop(75%,#000000), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #393939 0%,#000000 50%,#000000 75%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #393939 0%,#000000 50%,#000000 75%,#1a1a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #393939 0%,#000000 50%,#000000 75%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #393939 0%,#000000 50%,#000000 75%,#1a1a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */

}

.accordion-heading:hover .accordion-toggle {
	background: #B7D846;
	color: #fff;
	text-shadow: 1px 1px 2px #707070;
}

/* ----------- About ------------ */

.btn-about a {
	background: url('../img/collage_home/about.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 202px 20px 20px;
}

/*.btn-about a:hover {
	background: url('../img/collage_home/about.jpg') no-repeat scroll 0 -300px #b2d341;
}*/
.btn-about img, .btn-contact img, .btn-offers img,
.btn-products img, .btn-services img, .btn-store img {
	position: absolute;
	left: 110px;
	top: 112px;
	display: none;
}

/* ----------- Products ------------ */

.btn-products a {
	background: url('../img/collage_home/products.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 162px 20px 20px;
}

/*.btn-products a:hover {
	background: url('../img/collage_home/products.jpg') no-repeat scroll 0 -300px #b2d341;
}*/
/* ----------- Services ------------ */

.btn-services a {
	background: url('../img/collage_home/services.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 169px 20px 20px;
}

/*.btn-services a:hover {
	background: url('../img/collage_home/services.jpg') no-repeat scroll 0 -300px #b2d341;
}*/
/* ----------- Offers ------------ */

.btn-store a {
	background: url('../img/collage_home/store.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 194px 20px 20px;
}

/*.btn-store a:hover {
	background: url('../img/collage_home/store.jpg') no-repeat scroll 0 -300px #b2d341;
}*/

/* ----------- Store Locator ------------ */

.btn-offers a {
	background: url('../img/collage_home/offers.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 199px 20px 20px;
}

/*.btn-offers a:hover {
	background: url('../img/collage_home/offers.jpg') no-repeat scroll 0 -300px #b2d341;
}*/

/* ----------- Contact ------------ */

.btn-contact a {
	background: url('../img/collage_home/contact.jpg') no-repeat scroll 0 0 #82A311;
	padding: 258px 176px 20px 20px;
}

/*.btn-contact a:hover {
	background: url('../img/collage_home/contact.jpg') no-repeat scroll 0 -300px #b2d341;
}*/
/* ------------- Product Buttons ------------- */

.product-btn {
	height: 125px;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE #E0E0E0 #DEDEDE;
	margin-bottom: 10px;
	font-family: Walkway, verdana, arial, sans-serif;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

}

.product-btn:hover, .product-btn:active, .product-btn.active, .product-btn.disabled, .product-btn[disabled] {
    background-image: none;
    background-color: #f4f4f4;
}

.product-btn a:hover {
	text-decoration: none;
}

.product-btn h2 {
	color: #C0C0C0;
    padding: 64px 0 0 20px;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-align: left;
}

.row-fluid .product-btn:first-child {
	margin-top: 20px;
}

/* ------------- Tabs ------------- */

.nav-tabs, .nav-pills {
	position: absolute;
	top: 34px;
	right: 30px;
	border: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background-color: #97B826;
    border-color: #B1D240 #B1D240 transparent;
    color: #fff;
    
    text-shadow: none;
}

.nav-tabs > li > a {
	padding-bottom: 5px;
}

.nav-tabs > li > a:hover {
	color: #fff;
    border-color: #B7D846 #B7D846 #000000 #B7D846;
    background-color: #000;
    
    -webkit-text-shadow: 1px 1px 2px #707070;
       -moz-text-shadow: 1px 1px 2px #707070;
    	 -o-text-shadow: 1px 1px 2px #707070;
    		text-shadow: 1px 1px 2px #707070;
}

.tab-content {
	padding-bottom: 20px;
} 

.tab-content h2 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 10px;
}

.service p {
	font-size: 13px;
}

ul.pricing {
	margin: 0px;
}

.pricing li {
	list-style: none;
}

/* Tell-a-friend Button */

.tell-a-friend a.btn {
	border: 2px solid #94BF00;    
    color: #FFFFFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	 -o-border-radius: 5px;
    		border-radius: 5px;
    -webkit-text-shadow: 0 1px 1px #000000;
       -moz-text-shadow: 0 1px 1px #000000;
    	-ms-text-shadow: 0 1px 1px #000000;
    	 -o-text-shadow: 0 1px 1px #000000;
    		text-shadow: 0 1px 1px #000000;
    		
	background: #b2d442; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2d442 0%, #94bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2d442), color-stop(100%,#94bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2d442 0%,#94bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2d442 0%,#94bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2d442 0%,#94bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2d442 0%,#94bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d442', endColorstr='#94bf00',GradientType=0 ); /* IE6-9 */
}

.tell-a-friend a.btn:hover,
.tell-a-friend a.btn:focus {		
	background: #94bf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #94bf00 0%, #b2d442 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94bf00), color-stop(100%,#b2d442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94bf00 0%,#b2d442 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94bf00 0%,#b2d442 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94bf00 0%,#b2d442 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94bf00 0%,#b2d442 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bf00', endColorstr='#b2d442',GradientType=0 ); /* IE6-9 */
}

.tell-a-friend img {
	vertical-align: bottom;
}

/* =============== Tables =============== */

.table h3 {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	text-transform: uppercase;
}

.table thead tr th {
	text-align: center;
	color: #82A311;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}

.table thead tr th:first-child {
	color: #fff;
	text-transform: lowercase;
	text-align: left;
}

.table tbody tr td:first-child {
	text-align: left;
}

.table thead tr th:first-child p.green-text {
	text-transform: none;
	font-size: 12;
}

.table tbody tr td {
	text-align: center;
}

.table th, .table td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #363636;
}

.table caption + thead tr:first-child th, 
.table caption + thead tr:first-child td, 
.table colgroup + thead tr:first-child th, 
.table colgroup + thead tr:first-child td, 
.table thead:first-child tr:first-child th, 
.table thead:first-child tr:first-child td {
	vertical-align: middle;	
}

.table-hover tbody tr:hover td, 
.table-hover tbody tr:hover th {
    background: none;
    border-bottom: 1px solid #96B724;
    -webkit-transition: border-color 0.3s ease-in-out 0s;
       -moz-transition: border-color 0.3s ease-in-out 0s;
    	-ms-transition: border-color 0.3s ease-in-out 0s;
    	 -o-transition: border-color 0.3s ease-in-out 0s;
    		transition: border-color 0.3s ease-in-out 0s;
}

.table-striped tbody > tr:nth-child(odd)>td, 
.table-striped tbody > tr:nth-child(odd)>th
.table-striped tbody > tr:nth-child(2n+1) > td, 
.table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #272727;
}

/* =============== Forms =============== */

form {
	margin: 0 0 20px 28px;
}

.form-horizontal .control-label {
	padding-right: 8px;
	width: 112px;
}

.form-horizontal input[type="submit"]{
	margin: 0 195px;
}

.form-search input, 
.form-inline input, 
.form-horizontal input, 
.form-search textarea, 
.form-inline textarea, 
.form-horizontal textarea, 
.form-search select, 
.form-inline select, 
.form-horizontal select, 
.form-search .help-inline, 
.form-inline .help-inline, 
.form-horizontal .help-inline, 
.form-search .uneditable-input, 
.form-inline .uneditable-input, 
.form-horizontal .uneditable-input, 
.form-search .input-prepend, 
.form-inline .input-prepend, 
.form-horizontal .input-prepend, 
.form-search .input-append, 
.form-inline .input-append, 
.form-horizontal .input-append {
    background-color: #707070;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {	
	color: #fff;
    border: 1px solid #9B9B9B;
}

/* reCaptcha */

#recaptcha_widget .control-label.icons div {
	float: none;
	display: inline;
}

#recaptcha_image {
	width: 220px !important;
	line-height: 6px;
}

#recaptcha_image img {
	border: 1px solid #c5c5c5;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		-ms-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}

#recaptcha a {
	width: 25px;
	display: inline-block;
}

.recaptcha_only_if_audio.control-label {
	padding-top: 0px;
}

span #recaptcha_audio_play_again,
span #recaptcha_audio_download {
	float: right;
    left: 112px;
    position: relative;
}

/* ============= Carousel ============== */
/* --------------- Home ---------------- */
#carousel-home.carousel {
	margin: 30px 0;
}

#carousel-home .carousel-control {
	border: none;
	margin-top: -10px;
}

#carousel-home .carousel-control.left {
	background: url('../img/footer_slide/arrow_left.png') no-repeat scroll 0 0 transparent;
}

#carousel-home .carousel-control.right {
	background: url('../img/footer_slide/arrow_right.png') no-repeat scroll 0 0 transparent;
}

/* ----------- Store Locator ----------- */
#carousel-stores {
	position: relative;
}

#carousel-stores .slide-overlay {
	position: absolute;
	z-index: 10;
}

#carousel-stores.carousel {
	margin: 20px 0 0 0;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
/* ============== Footer =============== */

footer {
	border-top: 1px solid #252525;
	padding: 20px 20px 40px 20px;
}

footer .nav > li > a, footer a, footer p {
	color: #858585;
	
	-webkit-transition: all ease-out 0.3s;
	   -moz-transition: all ease-out 0.3s;
		 -o-transition: all ease-out 0.3s;
			transition: all ease-out 0.3s;
}

footer .nav > li > a:hover, footer a:hover {
	text-decoration: none;
	color: #909090;
}

footer a img {
	opacity: 0.5;
	
	-webkit-transition: opacity ease-out 0.3s;
	   -moz-transition: opacity ease-out 0.3s;
		 -o-transition: opacity ease-out 0.3s;
			transition: opacity ease-out 0.3s;
}

footer a:hover img {
	opacity: 1;
}

footer .span4 p {
	font-size: inherit;
}


/* ============== @media =============== */

/* Tablet portrait to small tablet landscape */
@media (max-width: 960px){
	
	.container, 
	.navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 100%;
	}			
	.navbar .nav {
		margin: 20px 0 0;
	}	
	.navbar .nav > li > a {
		border-right: none;	
	}	
	.navbar .nav > li:first-child > a:focus, 
	.navbar .nav > li:first-child > a:hover,
	.navbar .nav > li.active:first-child > a {
		border-radius: 8px 8px 0 0;
	}	
	.navbar .nav > li:last-child > a:focus, 
	.navbar .nav > li:last-child > a:hover, 
	.navbar .nav > li.active:last-child > a {
    	border-radius: 0 0 8px 8px;
	}	
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		border-radius: none;
	}
	.navbar .span1 {
		margin-top: 20px;
	}	
	.collage {
		width: 610px;
		margin: 0 auto;
	}	
	.product-btn {
		height: inherit;
	}	
	.product-btn h2 {
		text-align: center;
	}	
	.btn-products a {
		background: url('../img/collage_home/products.jpg') no-repeat scroll 0 0 #82A311;
		padding: 258px 162px 20px 20px;
	}			
	iframe {
		width: 100%;
	}	
	.form-horizontal .control-label{
		text-align: left;
	}
	#recaptcha_image {
		float: left;
		line-height: inherit;
	}
	#recaptcha_widget .control-label.icons div {
		float: left;
		margin-bottom: 10px;
	}
	span #recaptcha_audio_play_again,
	span #recaptcha_audio_download {
		float: left;
	    left: 0px;	
	    top: -10px;    
	}
}

@media (max-width: 768px){
	
	.row-fluid .span4, 
	.products .row-fluid .span4,
	.addthis_toolbox.addthis_default_style a {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.row-fluid .span6 {
		width: 90%;
	}	
	.nav-tabs, .nav-pills {
		position: static;
		border-bottom: 1px solid #B1D240;
	}	
	
	.row-fluid #page1 .span6:nth-child(2n), 
	.row-fluid #page2 .span6:nth-child(2n) {
		border-left: none;
		padding-left: 0px;
		width: 97%;
		margin-left: 0px;
	}
}

/* Small tablet portrait */
@media (max-width: 600px){
	
	.collage {
		width: 300px;
		margin: 0 auto;
	}
	.form-horizontal input[type="submit"] {
	    margin: 0 30%;
	}
	.row-fluid .span3 img {
		text-align: center;
	}	
}

/* Mobile portrait */
@media (max-width: 320px){
	
	body {
		padding-left: 0px;
		padding-right: 0px;
	}	
	.content {
		padding: 0px;
	}
		
}
