html, body {
	font-family: sans-serif;
	background: #FFf;
	font-size: 14px;
	color: #555;
}
body a {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	color: #666;
}
h1	{
	font-size: 28px;	
}
h2 {
	margin: 20px 0;
	font-size: 24px;
}
p {
	margin: 0;
	color: #666;
}
ul {
	margin: 0;
	padding: 0;
}
.navbar-default {
	padding: 30px 0 15px 0;
}
.navbar-default .navbar-brand {
	color: #555;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-top: 0;
}
.navbar-default .navbar-brand .fa {
	color: #dd4a49;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-nav {
}
.navbar-default .navbar-nav > li {
	padding: 0 10px;
}
.navbar-default .navbar-nav > li > a {
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px;
	color: #777;
	font-weight: 500;
	padding: 7px 14px;
	border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
	color: #eee;
	border-bottom: 1px solid #822a2a;
	background-color: #89D461;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: 1px solid #bbb;
	background-color: #89D461;
	color: #fff;
}
.nav	{
	margin-top: 22px;	
}
.centered {
	text-align: center;
}
#section_header {
	margin-bottom: 30px;
}
#section_header h2 span {
	border-bottom: 2px solid #dc4a49;
}
#section_header h2 {
	color: #aaa;
	text-shadow: 1px 1px #fff;
}
#welcome p {
	color: #777;
	margin-bottom: 20px;
}
#welcome .btn {
	font-size: 13px;
	margin-top: 8px;
	padding: 8px 16px;
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
}
#welcome .btn:hover, #welcome .btn:focus {
	background-color: #bf3f3e;
	outline: 0px;
	color: #fff;
	border: 1px solid #bf3f3e;		
}
#services {
	padding: 30px 0 20px 0;
}
#services img {
	padding: 10px 0 20px 0;
}
#services p {
	line-height: 26px;
}
#services .service {
	padding-bottom: 40px;
}
#main-services {
	padding: 20px 0;
}
#main-services .fa {
	color: #dd4a49;
	margin-top: 20px;
}
#main-services h3 {
	padding: 20px 0 10px 0;
}
#main-services .btn {
	font-size: 13px;
	margin-top: 30px;
	padding: 8px 16px;
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#main-services .btn:hover, #main-services .btn:focus {
	background-color: #bf3f3e;
	outline: 0px;
	color: #fff;
	border: 1px solid #bf3f3e;		
}
#clients {
	padding: 30px 0;
}
#clients .img-responsive {
	margin: 0 auto;
}
#clients p {
	margin-bottom: 20px;
}
#clients img {
	opacity: 0.4;
}
#clients img:hover {
	opacity: 1;
}
#about_section_1 {
	padding-top: 30px;
}
#about_section_1 img {
	padding-top: 10px;
}
#about_section_1 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#about_section_2 {
	padding: 30px 0 20px 0;
}
#about_section_2 .fa {
	color: #dd4a49;
	padding: 0 5px 5px 0;
}
#about_section_2 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#footerwrap {
	background-color: #f7f7f7;
	padding: 40px 0 30px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
#footerwrap span.copyright {
	color: #888;
	font-size: 16px;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #dc4a49;
	text-decoration: none;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #888;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #dc4a49;
}
.slider {
	position: relative;
}
.slider .btn {
	font-size: 14px;
	margin: 50px 0;
	padding: 10px 20px;
	background-color: #dd4a49;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.slider .btn:hover, .slider .btn:focus {
	background-color: #bf3f3e;
	outline: 0px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.caption {
	width: 60%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align: center;
}
.caption h1 {
	color: #444;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: -1px;
}
.caption h1 span {
	color: #dd4a49;
}
.caption p {
	color: #444;
	line-height: 1.5em;
	font-size: 1.3em;
	text-align: center;
	margin-top: 20px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after {
	border: 2px solid #FFF;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
	display: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 48px;
	width: 34px;
	background: transparent url("../images/arrows.png") no-repeat;
	margin-top: -45px;
}
.callbacks_nav.next {
	left: auto;
	background-position: -34px 0;
	right: 0;
}
 /*-- responsive-mediaquries --*/
@media (max-width:1024px) {
 .caption {
 width: 63%;
 top: 25%;
 left: 19%;
}
}

@media (max-width:768px) {
.caption {
	width: 70%;
	top: 10%;
	left: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
.callbacks_nav {
	top: 55%;
}
}

@media (max-width:640px) {
.caption {
	width: 70%;
	top: 5%;
	left: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
.callbacks_tabs a:after {
	height: 10px;
	width: 10px;
}
}
@media (max-width:640px) {
	.quote-form {
    position: static !important;
	margin: 10px auto !important;
}
p, h1,h2,h3	{
	text-align: center;	
}
.order-banner img {
    width: 100%;
}
}
@media (max-width:480px) {
.caption {
	width: 70%;
	top: 5%;
	left: 13%;
}
p, h1,h2,h3	{
	text-align: center;	
}
.callbacks_nav {
	top: 60%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.5em 0;
}
.caption h3 {
	font-size: 1.4em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	left: 4px;
}
.quote-form {
    position: static !important;
	margin: 10px auto !important;
}
.order-banner img {
    width: 100%;
}
}

@media (max-width:320px) {
.caption {
	width: 70%;
	top: 5%;
	left: 13%;
}
p, h1,h2,h3	{
	text-align: center;	
}
.order-banner img {
    width: 100%;
}
.callbacks_nav {
	top: 63%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.2em 0;
}
.caption h3 {
	font-size: 1em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	left: 4px;
}
.quote-form {
    position: static !important;
	margin: 10px auto !important;
}

}
.contact {
	padding: 30px 0;
}
.contact .fa {
	color: #dd4a49;
}
.contact p {
	padding: 15px 0;
}
.contact p span {
	color: #999;
	margin-right: 5px;
}
.contact .btn {
	font-size: 14px;
	margin: 30px 0;
	padding: 10px 20px;
	background-color: #dd4a49;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.contact .btn:hover, .contact .btn:focus {
	background-color: #bf3f3e;
	outline: 0px;
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 65%;
	font-size: 1em;
	margin: 10px 0px;
	border: 1px solid #ccc;
	color: #8A8888;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-weight: 500;
}
.form_details textarea:hover {
	border: 1px solid #777;
}
.form_details input[type="text"]:hover {
	border: 1px solid #777;
}
.form_details textarea {
	height: 200px;
	resize: none;
	width: 90%;
}
.form_details input[type="submit"] {
	margin-top: 1em;
	color: #fff;
	font-size: 1.3em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	background: #9B80CD;
}
.form_details input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background: #614084;
}
address {
	margin-top: 1em;
}
}

@media (max-width:1366px) {
.caption p {
	overflow: hidden;
	height: 35px;
}
}

@media (max-width:1024px) {
.logo img {
	background-size: 100%;
	width: 70%;
}
}

@media (max-width: 768px) {
.caption {
	width: 56%;
	top: 37%;
	left: 22%;
}
.caption h1 {
	font-size: 36px;
	letter-spacing: -1px;	
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 90%;
}
.form_details textarea {
	height: 150px;
}
.form_details input[type="submit"] {
	font-size: 0.8em;
	margin-bottom: 1em;
}
address {
	margin-top: 0.5em;
}
}

@media (max-width: 640px) {
.caption p {
	height: 22px;
	font-size: 0.8em;
}
.callbacks_nav {
	top: 60%;
}
.callbacks_nav {
	left: -3px;
	height: 44px;
	width: 29px;
	background: transparent url("../images/arrows.png") no-repeat -4px -68px;
	background-size: 301%;
}
.callbacks_nav.next {
	left: auto;
	background-position: -27px -69px;
	right: 0;
}
.quote-form-container {
    width: 300px !important;
    margin: 20px auto !important;
	float:none !important;
}
.quote-form {
    position: static !important;
	margin: 10px 0 !important;
}
}

@media (max-width: 480px) {
.caption h1 {
	font-size: 2em;
}
.quote-form {
    position: static !important;
	margin: 10px 0 !important;
}
.quote-form-container {
    width: 300px !important;
    margin: 20px auto !important;
	float:none !important;
}

.callbacks_nav {
	top: 70%;
}
.callbacks_nav {
	left: 0px;
	height: 31px;
	width: 20px;
	background: transparent url("../images/arrows.png") no-repeat -7px -69px;
	background-size: 408%;
}
.callbacks_nav.next {
	background-position: -31px -70px;
}
.caption p {
	margin: 0;
}
.form_details input[type="text"], .form_details textarea {
	padding: 8px;
	font-size: 0.8em;
}
.form_details textarea {
	height: 100px;
}
}

@media (max-width: 320px) {
.logo img {
	width: 58%;
}
.quote-form {
    position: static !important;
	margin: 10px 0 !important;
}
.quote-form-container {
    width: 300px !important;
    margin: 20px auto !important;
	float:none !important;
}
.caption h1 {
	font-size: 26px;
	letter-spacing: 1px;
}
.callbacks_nav {
	height: 27px;
	width: 17px;
	background: transparent url("../images/arrows.png") no-repeat -5px -48px;
	background-size: 357%;
	margin: 0;
	top: 39%;
}
.callbacks_nav.next {
	background-position: -20px -47px;
}
}
.top-bar	{
  padding: 7px 0;
  background: #89D461;	
}
.top-bar .login	{
	list-style: none;	
}
.top-bar .login li a	{
	color: #fff;	
	padding-right: 20px;
}

.list>li {
  line-height: 2;
  list-style-image: url(../img/liarrow.png);
  margin-left: 28px;
}
.right-banner	{
	margin-bottom: 10px;
}
.right-banner img	{
	border: 1px solid #ccc;
}

.quote-form-container {
  float: right;
  overflow: hidden;
  width: 300px;
}
.quote-form {
  background: url(../img/formbg.png) repeat;
  box-shadow: 0 1px 3px #000000;
  overflow: hidden;
  width: 300px;
  position: absolute;
  z-index: 1000;
  top: 197px;
}
.form-title	{
  background: #E05F03;
  margin: 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.form-body	{
	    padding: 7px;
  text-align: center;
}
.text-field		{
	padding: 0;
	margin:0;
	width: 100%;
}
.text-field li input {
	width: 95%;
	border: 1px solid #F87C23;
	border-radius: 0;
	padding: 3px 2px;	
}
.select li select {
	width: 96.5%;
	border: 1px solid #F87C23;
	border-radius: 0;
	padding: 0;
	height: 30px;
	background: url("../img/arrow4.png") no-repeat scroll 251px 10px #ffffff;
  -webkit-appearance: none;	
}
.select {
	margin: 0;
	padding:0;	
}
.quote-button.home {
  margin-top: 10px;
  text-align: center;
}
.getquote {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E05F03), to(#EE7620));
  background: -webkit-linear-gradient(top, #E05F03, #EE7620);
  background: -moz-linear-gradient(top, #E05F03, #EE7620);
  background: -ms-linear-gradient(top, #E05F03, #EE7620);
  background: -o-linear-gradient(top, #E05F03, #EE7620);
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #fff;	
}
.getquote:hover	{
	text-decoration: none;
 	cursor: pointer;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EE7620), to(#E05F03));
	background: -webkit-linear-gradient(top, #EE7620, #E05F03);
	background: -moz-linear-gradient(top, #EE7620, #E05F03);
	background: -ms-linear-gradient(top, #EE7620, #E05F03);
	background: -o-linear-gradient(top, #EE7620, #E05F03);
}
#login-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.9);
    display: none;
    padding: 10px;
    position: absolute;
    top: 36px;
    z-index: 1100;
}
#login-content {
    margin-left: -98px;
    width: 191px;
}
h2	{
	color: #89D461;	
}

.amazon_scroller {
    border-radius: 10px;
    margin: 0;
    padding: 0;
}
.amazon_scroller .amazon_scroller_nav {
    position: absolute;
    width: 250px !important;
}
.amazon_scroller .amazon_scroller_nav li {
    cursor: pointer;
    position: absolute;
}
.amazon_scroller .amazon_scroller_mask {
    margin-left: -9px;
    overflow: hidden;
    position: absolute;
    width: 240px !important;
}
.amazon_scroller ul {
    float: left;
    margin: 0;
    padding: 0;
}
.amazon_scroller ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin: 0 5px;
    padding: 0;
    position: relative;
    text-align: center;
}
.amazon_scroller ul li a {
    text-decoration: none;
}

.amazon_scroller ul li a:hover {
}
.amazon_scroller ul li a img {
    border: medium none;
}

.amazon_scroller {
    height: 336px !important;
    width: 250px !important;
	border: 1px solid #8d8d8d;
}
.amazon_scroller_mask {
    height: 360px !important;
}
.testimonial-img {
    padding: 5px 0;
}
.testimonial-name {
    color: #1497cd;
    font-weight: bold;
}
.testimonial-container	{
	border: 1px solid #ccc;	
}
.landing-title	{
	margin: 0;
	padding: 10px 0;
	background: #89D461;
	color: #fff;
	text-align: center;
	font-size: 20px;	
}
.contact-ul select	{
	background: url("../img/arrow4.png") no-repeat scroll 697px 15px #ffffff;
	-webkit-appearance: none;	
	-moz-appearance: none !important;
}
.contact-ul .submit	{
	width: 120px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7FD84E), to(#7FD84E)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #7FD84E, #7FD84E); /* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #7FD84E, #7FD84E); /* IE 10 */ 
	background: -ms-linear-gradient(top, #7FD84E, #7FD84E); /* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #7FD84E, #7FD84E);
	padding: 10px 0;
	color: #fff;
	cursor:pointer;
	border: none;		
}
.contact-ul .submit:hover	{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #333, #222); /* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #333, #222); /* IE 10 */ 
	background: -ms-linear-gradient(top, #333, #222); /* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #333, #222);	
}


.item {
  border: 1px solid #efefef;
  float: left;
  margin: 6px;
  width: 238px;
  box-shadow: 0 1px 5px #ccc;
  margin: 6px 27px 15px 0;
  width: 335px;
}
.sample-button {
  background: linear-gradient(#5CBD27, #7FD84E) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 25px 8px;
}
.sample-button:hover {
    background: linear-gradient(#7FD84E, #5CBD27) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	text-decoration: none;
}
.samples {
  overflow: hidden;
  padding: 10px 0;
}
.product-title {
  color: #7FD84E;
  font-family: arial;
  font-size: 20px;
  margin: 0 2px;
  padding: 10px 0;
  text-align: center;
}
.product-img {
  float: left;
  padding: 10px 10px 10px 5px;
  width: 118px;
}
.thead {
    background: #7FD84E;
    color: #ffffff;
    font-family: tahoma;
    font-size: 15px;
    padding: 1px 9px;
    text-align: center;
	width: 100px;
}
.values {
    border-bottom: 1px solid #e2e2e2;
    font-family: tahoma;
    font-size: 13px;
    padding: 5px;
    text-align: center;
	width: 100px;
}
table td {
    width: auto;
}
.values.last {
    border: medium none;
}
table	{
	width: 100%;	
}
.body-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #373737 #373737;
    border-image: none;
    border-right: 1px solid #373737;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 4px;
    width: 100%;
}
.body-table	{
	margin-bottom: 5px;	
}
.item.last {
  margin-right: 0;
}
.product-info-list {
  float: left;
  width: 128px;
  padding: 6px 0;
}
.product-info-list > li span {
  color: #686868;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.right_list {
  float: left;
  margin-top: 3px;
  width: 48px;
}
.samples-button {
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.footer-container {
    background: none repeat scroll 0 0 #333;
	padding-top: 20px;
	margin-top: 20px;
    width: 100%;
	border-top: 1px solid #ccc;
}
.footer-2	{
	background: none repeat scroll 0 0 #89D461;
}
.footer-container ul li {
    line-height: 1.5;
}
.footer-container ul li span	{
	color: #777;	
}
.quote-form-container {
  float: right;
  overflow: hidden;
  width: 300px;
  margin-right: 20px;
}
.quote-form {
  background: url(../img/formbg.png) repeat;
  box-shadow: 0 1px 3px #000000;
  overflow: hidden;
  width: 300px;
  position: absolute;
  z-index: 1000;
  top: 245px;
}
.form-title	{
  background: #7FD84E;
  margin: 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.form-body	{
	    padding: 7px;
  text-align: center;
}
.text-field		{
	padding: 0;
	margin:0;
	width: 100%;
}
.text-field li input {
	width: 95%;
	border: 1px solid #7FD84E;
	border-radius: 0;
	padding: 3px 2px;	
}
.select li select {
	width: 96.5%;
	border: 1px solid #7FD84E;
	border-radius: 0;
	padding: 0;
	height: 30px;
	background: url("../img/arrow4.png") no-repeat scroll 251px 10px #ffffff;
  -webkit-appearance: none;	
}
.select {
	margin: 0;
	padding:0;	
}
.quote-button.home {
  margin-top: 10px;
  text-align: center;
}
.getquote {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#252525));
  background: -webkit-linear-gradient(top, #404040, #252525);
  background: -moz-linear-gradient(top, #404040, #252525);
  background: -ms-linear-gradient(top, #404040, #252525);
  background: -o-linear-gradient(top, #404040, #252525);
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out 0s;	
}
.getquote:hover	{
	text-decoration: none;
 	cursor: pointer;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7FD84E), to(#5EB62E));
	background: -webkit-linear-gradient(top, #7FD84E, #5EB62E);
	background: -moz-linear-gradient(top, #7FD84E, #5EB62E);
	background: -ms-linear-gradient(top, #7FD84E, #5EB62E);
	background: -o-linear-gradient(top, #7FD84E, #5EB62E);
}
.form-body.homeform input, .form-body.homeform select {
  margin: 4px 0;
}
.form-title {
  background: none repeat scroll 0 0 #333;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.quote-button.home {
  margin: 15px 0;
  text-align: center;
}
.footer-container ul li a	{
	color: #c1c1c1;	
}
.disc {
    color: #c1c1c1;
}
.title-f {
    color: #89D461;
    font-weight: bold;
}
.footer-1	{
	border-bottom: 1px solid rgba(204,204,204, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; 
	padding-bottom: 20px;
}

.spcial-icons-bottom > li {
    float: left;
	margin-right: 15px;
}
.spcial-icons-bottom span {
    color: #ffffff;
}
.spcial-icons-bottom	{
	padding: 10px 0;	
}
.adress {
    color: #fff;
    line-height: 3;
    margin: 0;
}
.footerul {
	text-align: center;	
}
.footerul li	{
	
	display: inline-table;
	padding: 7px 0;	
}
.footerul li a	{
	padding: 0 20px;
	border-right: 1px solid #ccc;	
}
.facebook-icon {
    background: url("../img/social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    transition: all 0.5s ease-in-out 0s;
    width: 25px;
}
.facebook-icon:hover {
    background: url("../img/social_icons.png") no-repeat scroll 0 -26px rgba(0, 0, 0, 0);
}
.linkedin-icon {
    background: url("../img/social_icons.png") no-repeat scroll -87px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    transition: all 0.5s ease-in-out 0s;
    width: 25px;
}
.linkedin-icon:hover {
    background: url("../img/social_icons.png") no-repeat scroll -87px -26px rgba(0, 0, 0, 0);
}
.twitter-icon {
    background: url("../img/social_icons.png") no-repeat scroll -29px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    transition: all 0.5s ease-in-out 0s;
    width: 25px;
}
.twitter-icon:hover {
    background: url("../img/social_icons.png") no-repeat scroll -29px -26px rgba(0, 0, 0, 0);
}
.google-icon {
    background: url("../img/social_icons.png") no-repeat scroll -115px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    transition: all 0.5s ease-in-out 0s;
    width: 25px;
}
.google-icon:hover {
    background: url("../img/social_icons.png") no-repeat scroll -115px -26px rgba(0, 0, 0, 0);
}
.print-icon {
    background: url("../img/social_icons.png") no-repeat scroll -57px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    transition: all 0.5s ease-in-out 0s;
    width: 25px;
}
.print-icon:hover {
    background: url("../img/social_icons.png") no-repeat scroll -57px -26px rgba(0, 0, 0, 0);
}
ul li	{
	list-style: none;	
}
.order-form input 	{
	width: 89%;	
}
.order-form select 	{
	width: 85%;	
}
.col-md-6.first	{
	margin: 0;
}
input:not([type="checkbox"]), select, textarea {
    border: 1px solid #7FD84E;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    box-sizing: content-box;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 4px;
    padding: 5px 4px 5px 13px;
    transition: all 0.2s linear 0s;
    width: 85%;
	-webkit-appearance: none;
	-moz-appearance: none !important;
}
.ordernow	{
	width: 150px !important;
	height: 50px;	
}
.site-mapul {
    float: left;
    margin-right: 20px;
    padding: 40px 0;
    width: 280px;
}
.site-mapul li a {
    color: #686868;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 22px;
}
.site-mapul li a:hover {
    color: #000;
}
.sitemap-heading {
    background: linear-gradient(#7FD84E, #7FD84E) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid;
    color: #fff !important;
    font-family: tahoma;
    font-weight: bold;
    padding: 8px 5px;
}

.site-mapul > li {
    background: url("../img/arrow.png") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    transition: all 0.3s ease-in-out 0s;
}

.site-mapul > li:hover {
    background: url("../img/arrow.png") no-repeat scroll 3px 14px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.site-mapul > li:hover a	{
	text-decoration: none;	
}
.site-map {
    margin-top: 24px;
}
.footer-container ul li a:hover	{
	color: #89D40F;	
}
ul#contact-info	{
	padding: 10px 0;	
}
ul#contact-info li{
  float: right;
  margin-right: 25px;
  color: #c1c1c1;
}
ul#contact-info li span	{
	color: #89D40F;	
}
ul#contact-info .icon {
  font-size: 20px;
  float: left;
  line-height: 25px;
  margin-right: 10px;
}


.order-banner	img	{
	width: 100%;	
}


.price-calculator	{
	background: #eee;
	margin-bottom: 20px;
}
.price-calculator table select	{
	width: 100%;
}
.price-calculator table th	{
	font-size: 20px;
	color: #fff;
	background: #89D461;
	padding: 8px 15px;
}
.price-calculator table td	{
	padding: 20px;
}
.price-calculator table td p	{
	color: #89D461; 
	font-size: 20px;
	font-weight: bold;
}