/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Small Motors Mower City
	Version:		1.0
	Last change:	04.18.13 [Created]
	Assigned to:	Titan Web (June Leoman Lapera)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1. 	Global
	2.	Header
	3.	Top Menu
	4.	Banner
	5.	Content
	6.	Footer
	7.  Gallery
	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Global ]
-------------------------------------------------------------------*/

/*FONTS*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('../fonts/CartoGothicStd-Book-webfont.eot');
    src: url('../fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('../fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('../fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*FONTS*/

body {
  color: #3a3a3a;
  font-family: "CartoGothicStdBook", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
h2, h3 {
  color: #6ea224;
  font-family: "CartoGothicStdBold";
  font-size: 16px;
  line-height:18px;
  margin-bottom: 18px;
}

h4 {
  font-family: "CartoGothicStdBold";
  font-size: 16px;
  margin-bottom: 18px;
} 
h5, h6 {}
h1 {
  font-family: "CartoGothicStdBook";
  font-size: 32px;
  line-height:34px;
  padding-bottom: 18px;
} 
h2 {} h3 {} h4 {} h5 {} h6 {}
a {
  color: #6ea224;
  font-family: "CartoGothicStdBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}
p {
  line-height: 18px;
  margin-bottom: 18px;
}

strong {
  font-weight: bold;
}
a:hover, a:focus, a:active, a:visited { text-decoration:none; }
input, button, textarea, select {}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#container {
  width: 100%;
  overflow: hidden;
}
ol {
  list-style: inside disc;
}
/*------------------------------------------------------------------
	[ 2 Header ]
-------------------------------------------------------------------*/
.header {}

#header {
  background: url(../images/bg-header.png) repeat-x;
  height: 154px;
}

.header-pad {
  margin: 0 auto;
  width: 960px;
}

#logo {
  height: 154px;
}

#header .label,
#header .number a {
  font-family: "CartoGothicStdBold";
  font-size: 20px;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  color: #3a3a3a;
  pointer-events: none;
  cursor: default;
}
#header .number a {
  pointer-events: auto;
  cursor: pointer;
}
#header .label {
  color: #6ea224;
}

#header .number {
  color: #373737;
}

.headinfo-wrapper {
  /** padding-top: 90px; **/
  padding-top: 20px;
  width: 226px;
}

div.headinfo-wrapper .head-contact-info{
    margin-right: 15px;
    text-align: right;
}

div.headinfo-wrapper .headinfo{
    margin-top: 2px;
}

div.headinfo-wrapper .headinfo .phnum{
    line-height: 20px;
}

#nav-wrapper {
  width: 960px;
  margin: 0 auto;
  height: 57px;
}

#search {
  position: relative;
  left: -5px;
  border-left: 1px solid #c8c8c8;
  height: 57px;
  background: #d8d8d8;
}

#search input {
  background: #d8d8d8;
  border: none;
  color: #5c5c5c;
  padding: 0 35px 0 20px;
  height: 57px;
  font-family: "CartoGothicStdBold";
  font-size: 15px;
  width: 132px;
  outline: none;
}

#search button {
  background: url(../images/icon-search.png) no-repeat;
  border: none;
  width: 17px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 17px;
  cursor: pointer;
}

/*------------------------------------------------------------------
	[ 3 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { height:57px; position:relative; z-index:100; }
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
  display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu ul {
  display: none;
  position: absolute;
  z-index: 100;
}

#menu-top-menu li {
  float: left;
  position: relative;
  z-index: 100;
}
#menu-top-menu li:hover > ul {
  display: block;
}
#menu-top-menu > li:hover > ul {
  left: 0;
}
#menu-top-menu a {
  color: #373737;
  font-family: "CartoGothicStdBook", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
 
/* Top-level Styling */
.menu-pad {
  background: url(../images/bg-nav.png) repeat-x;
  height: 57px;
  border-top: 1px solid #c8c8c9;
}
#top-menu {
  height: 57px;
  width: 772px;
  float: left;
}
#menu-top-menu {
  height: 57px;
}
#menu-top-menu > li {
  height: 57px;
}
#menu-top-menu > li > a {
  /** background: url(../images/border-nav-menu.png) no-repeat center left; **/
  /*font-size: 18px;*/
  /** font-size: 1.1875em;
  padding: 0 15px;
  line-height: 57px;
  text-shadow: 0 1px #fff;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s; **/
   background: url("../images/border-nav-menu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
   font-size: 1.1875em;
   line-height: 57px;
   padding: 0 10px;
   text-shadow: 0 1px #fff;
   transition: color 0.3s ease 0s;
}
#menu-top-menu > li:first-child > a {
  background: none;
  padding-left: 0;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
  color: #649e04;
  border-bottom: 4px solid #6ea224;
  height: 53px;
}

/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
  background: transparent;
  width: 152px;
}
#menu-top-menu ul > li {
  width: 276px;
  height: 30px;
}
#menu-top-menu ul > li > a {
  background: #6ea224;
  color: #fff;
  border-top: 1px solid #FFFFFF;
  font-size: 14px;
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
}
#menu-top-menu ul > li:first-child > a {
  border-top: none;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
  background: #6ea224;
  color: #fff;
}
#menu-top-menu li > ul li:hover > ul {
  left: 152px;
  top: 0;
}
/*------------------------------------------------------------------
	[ 4 Banner ]
-------------------------------------------------------------------*/
.banner {}

.banner-wrapper {
  background: url(../images/bg-banner.jpg) repeat-x;
  height: 536px;
}

.banner-wrapper .wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: 104px;
}

.banner-wrapper .image2{
	margin-top:-40px;
}
#bar {
  background: url(../images/bg-bar.png) repeat-x;
  height: 41px;
  width: 100%;
}

.banner-wrapper .tagline {
  height: 122px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 404px;
  z-index: 2;
}

.banner-wrapper .tagline a{
  background: url("../images/banner-label.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
  
  /** background: url("../images/tagline-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0); **/
  /** background: url("../images/what-we-sell.png") repeat scroll 0 0 rgba(0, 0, 0, 0); **/
  color: #f3f3f3;
  display: inline-block;
  font-size: 36px;
  height: 100%;
  text-decoration: none;
  text-shadow: 2px 1px 1px #9a9a9a;
  width: 100%;
}
.banner-wrapper .tagline-inner {
  height: 122px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 404px;
  z-index: 2;
}

.banner-wrapper .tagline-inner a{
  background: url("../images/banner-label.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
  
  /** background: url("../images/tagline-new.png") repeat scroll 0 0 rgba(0, 0, 0, 0); **/
  /** background: url("../images/what-we-sell.png") repeat scroll 0 0 rgba(0, 0, 0, 0); **/
  color: #f3f3f3;
  display: inline-block;
  font-size: 36px;
  height: 100%;
  text-decoration: none;
  text-shadow: 2px 1px 1px #9a9a9a;
  width: 100%;
}

.banner-wrapper .video {
  position: absolute;
  right: 0;
  top: 160px;
  z-index: 6;
}

.banner-wrapper .video a {
  background: url(../images/img-video.png) no-repeat;
  display: inline-block;
  height: 97px;
  width: 355px;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

.banner-wrapper .video a:hover {
  background: url(../images/img-video-hover.png) no-repeat;
  display: inline-block;
  height: 97px;
  width: 355px;
}

.banner-wrapper .transparent-logo {
  background: url(../images/bg-logo-transparent.png) no-repeat center -100px;
  height: 456px;
  width: 456px;
  position: absolute;
  top: -103px;
  right: 10px;
  z-index: 1;
  overflow: hidden;
}

/*2ND BANNER*/
.banner-wrapper.banner-two {
  background: url(../images/bg-second-banner.jpg) repeat-x;
  height: 265px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*2ND BANNER*/
/*------------------------------------------------------------------
	[ 5 Content ]
-------------------------------------------------------------------*/
.other-pages {
  width: 960px;
  margin: 0 auto;
}

.outer-wrapper {
  background: url(../images/bg-outer-wrapper.png) no-repeat center top;
}

.main-content {
  padding: 10px 0 36px 0;
}

.content {}
.entry-meta { display:none; }
.entry-utility { display:none; }

/*HOME*/
#home-page {
  padding-top: 70px;
  padding-bottom: 46px;
  width: 960px;
  margin: 0 auto;
}

#home-page ul {
  margin: 0;
}

#home-page ul li {
  width: 216px;
  margin-left: 28px;
  list-style: none;
  padding-left: 0;
}

#home-page ul li h1 {
  text-shadow: 0 1px 0 #fff;
}

#home-page ul li:first-child {
  margin-left: 0;
}

#home-page ul li img {
  margin-bottom: 18px;
}

#home-page ul li a {
  text-decoration: none;
}

#home-page ul li a:hover {
  text-decoration: underline;
}

#services-section ul {
  margin: 0;
}

#services-section {
  width: 100%;
  background: #6ea224;
  border-top: 10px solid #424242;
}

#services-section #services-inner-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#services-section .services-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0;
}

#services-section h1,
#brands .brands-wrapper h1,
#footer-top h1{
  font-size: 42px;
  font-family: "CartoGothicStdBold";
  color: #ffffff;
}

#services-section ul {
  width: 636px;
}

#services-section ul li {
  line-height: 1.8em;
  float: left;
  display: inline;
  width: 43%;
  padding-left: 26px;
  color: #ffffff;
  font-family: "CartoGothicStdBook";
  font-size: 13px;
  background: url(../images/icon-check.png) no-repeat left center;
}

#services-section .approve {
  background: url(../images/img-approve.png) no-repeat;
  right: -114px;
  bottom: 0;
  height: 354px;
  width: 551px;
  position: absolute;
}

#brands {
  background: #424242;
  width: 100%;
}
#brands .brands-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0 65px 0;
}
.brands-wrapper .image {
  background: url(../images/img-brands.jpg) no-repeat;
  height: 43px;
  width: 960px;
}
.brands-wrapper .brand-image {
    float: left;
    height: 43px;
    max-width: 960px;
    position: relative;
    width: 960px;
    z-index: 2;
}
.brands-wrapper .brand-image .brand-slide {
    padding: 0 20px 0 26px;
}
.brands-wrapper .brand-image ul li {
	display: inline;
}
.brands-wrapper .brand-image .slick-arrow {
    background: url(../images/sprites.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
	margin-top: -16px;
    position: absolute;
    width: 26px;
}
.brands-wrapper .brand-image .slick-prev {
    background-position: 0 0;
    left: 0;
}
.brands-wrapper .brand-image .slick-prev:hover {
    background-position: 0 -26px;
}
.brands-wrapper .brand-image .slick-next {
    background-position: -26px 0;
    right: 0;
}
.brands-wrapper .brand-image .slick-next:hover {
    background-position: -26px -26px;
    right: 0;
}

/*
.brands-wrapper .jcarousel-container ,.brands-wrapper .jcarousel-clip-horizontal{overflow:hidden ;width: 960px ; max-width: 960px ;height: auto  ;max-height: auto  ; margin: 0px auto ;padding:0px ;}

.brands-wrapper #mycarousel1{margin:0px 0px 0px 0px ;padding:0px 0px 0px 0px ;width:99999px ; max-width: 99999px ;height:auto ;max-height: 43px   ;}
.brands-wrapper #mycarousel1 li{text-align:center ;position:relative;overflow:hidden;width:98px; height:auto; margin: 0px 0px 0px 0px ;padding: 0px;display:block;}
.brands-wrapper #mycarousel1 li img{width: 98px;}
.brands-wrapper .jcarousel-container .jcarousel-prev{cursor:pointer;position:absolute ;top: 24px ;left:20px ;width:18px ; height: 17px ;display:block ;background:url( ../images/brands-button-prev.png ) no-repeat ;}
.brands-wrapper .jcarousel-container .jcarousel-prev:hover{background-position:0 -17px ;}
.brands-wrapper .jcarousel-container .jcarousel-prev-disabled{width:18px ; height: 17px ;background:url( ../images/brands-button-prev.png ) no-repeat 0 -17px   ;}
.brands-wrapper .jcarousel-container .jcarousel-next{cursor:pointer;position:absolute ;top: 24px ;right:10px ;width:18px ; height: 17px ;background:url( ../images/brands-button-next.png ) no-repeat ;}
.brands-wrapper .jcarousel-container .jcarousel-next-disabled{width:18px ; height: 17px ;background:url( ../images/brands-button-next.png ) no-repeat 0 -17px  ;}
.brands-wrapper .jcarousel-container .jcarousel-next:hover{background-position:0 -17px ;}

.brands-wrapper .jcarousel-container .jcarousel-skin-tango{height: auto ;max-height: auto ;width: 960px ;}
.brands-wrapper .jcarousel-container .jcarousel-container-horizontal{width: 840px ;max-width: 840px ;height: auto ;max-height: auto ;}
.brands-wrapper .jcarousel-container .jcarousel-clip-horizontal{width: 840px ;max-width: 840px ;height: auto ;max-height: auto ;margin: 0px auto ;}

*/


#footer-top {
  background: #2f2f2f;
  width: 100%;
}

#footer-top .footer-top-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0;
}

#footer-top #gform_fields_2, 
.gform_body {
  width: 472px;
  float: left;
}
#footer-top #gform_fields_2 li {
  float: left;
  width: 236px;
  position: relative;
}
#footer-top #gform_fields_2 li label {
  position: absolute;
  top: 8px;
  left: 12px;
}
#footer-top .gform_footer {
  float: left;
  width: 96px;
}

#footer-top #gform_fields_2 li input {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  outline: none;
  background: #ffffff;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer-top #gform_submit_button_2 {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  height: 32px !important;
  border: none;
  background: #6ea124 !important;
  color: #ffffff;
  margin-top: 1px;
}

#footer-top #gform_submit_button_2:hover {
  background: #1e1e1e; 
}

#footer-top .gfield_description.validation_message {
  padding: 10px 0 0 10px;
}

#gforms_confirmation_message {
  color: #ffffff;
  width: 472px;
}

#footer-top .facebook {
  padding-top: 18px;
  width: 472px;
}

#footer-top .n-wrapper {
  width: 584px;
}

#footer-top .facebook a {
  background: url(../images/icon-fb.png) no-repeat;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  padding-left: 50px;
  text-decoration: none;
  font-family: "CartoGothicStdBold";
  font-size: 22px;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#footer-top .facebook a:hover {
  opacity: 1;
}

#footer-top .contact-details {
  width: 320px;
}

#footer-top .contact-details .address {
  font-family: "CartoGothicStdBook";
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 100px;
}

#footer-top .contact-details .p a,
#footer-top .contact-details .f a {
  font-family: "CartoGothicStdBook";
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

#footer-top .contact-info {
  width: 100%;
  line-height: 30px;
}

#footer-top .contact-details .email a {
  font-family: "CartoGothicStdBook";
  font-size: 16px;
  text-decoration: none;
}
/*HOME*/


/*ABOUT US*/
#about-us-page {
  width: 960px;
  margin: 0 auto;
}

#about-us-page .the-content {
  width: 626px;
}

#about-us-page ul {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}

#about-us-page ul li {
  padding-left: 18px;
  color: #3a3a3a;
  line-height: 22px;
  width: 30%;
  float: left;
  font-size: 14px;
  font-family: "CartoGothicStdBold";
}

#about-us-page h3 i {
  font-family: "CartoGothicStdBoldItalic";
}
/*ABOUT US*/


/*SERVICES*/
.services ul li {
  width: 45% !important;
}

.services ul {
  width: 100%;
}
/*SERVICES*/


/*CONTACT*/
#sub-page.contact-page {
  width: 960px;
  margin: 0 auto;
}

#gform_fields_1 {
  width: 100%;
  overflow: hidden;
}

#gform_fields_1 li {
  width: 50%;
  float: left;
}

#gform_fields_1 input[type="text"],
#input_1_4 {
  background: #ffffff;
  outline: none;
  border: 1px solid #d7d7d7;
}

.contact .validation_error {
  line-height: 18px;
}

.contact .gfield_description.validation_message {
  padding: 6px 0 0 0;
}

#input_1_4 {
  width: 436px;
}

.contact-info .google-maps {
  margin-top: 24px !important;
}

.contact-page {
  padding-bottom: 60px;
}

.contact-page #opening {
  width: 100%;
}

.contact-page #opening li {
  float: left;
}

.contact-page h4,
.contact-page label {
  font-size: 16px !important;
  font-family: "CartoGothicStdBold" !important;
  color: #6ea224 !important;
  line-height: 24px;
}

.contact-page .hour {
  line-height: 18px;
}

.contact-page .hour,
.contact-page .email {
  font-size: 14px;
  font-family: "CartoGothicStdBold";
  text-decoration: none;
}

.contact-page .email  {
  color: #444444;
}

#gform_submit_button_1 {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: none;
  background: #6ea124;
  color: #ffffff;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#gform_submit_button_1:hover {
   background: #1e1e1e;
}

.google-map-placeholder {
  border: 1px solid #d7d7d7 !important;
}
/*CONTACT*/

/*PRODUCTS PAGE*/
#products-page {
  width: 980px;
  position: relative;
  left: auto;
  margin:0 auto;
}

#products-page .wpsc_categories {
  padding-top: 10px;
}

#products-page .category-noimg img {
  display: none !important;
}

#products-page .wpsc_main_category_wrap a {
  color: #ffffff;
  text-decoration: none;
}

#products-page .wpsc_main_category_wrap {
  width: 220px;
  height: 240px;
  margin-right: 24px;
}

#products-page .view-cat {
  margin-top: 60px;
  height: 60px;
  text-align: center;
}

#products-page .view-cat a {
  background: #6ea124;
  text-decoration: none;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 8px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
}

#products-page .view-cat a:hover {
  background: #242424;
}

#products-page .psc_category_grid_item {
  height: 200px;
}

#products-page .wpsc_category_name {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-family: "CartoGothicStdBold";
  text-align: center;
  padding: 5px 10px 0 10px;
  height: 37px;
}

#products-page .product-wrapper {
  background: #6ea124;
  margin-bottom: 20px;
  width: 100%;
  height: 176px;
  border: 2px solid #6ea124;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  behavior: url("/PIE.php");
  position: relative;
 
}

#products-page #default_products_page_container .product-wrapper{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}

#products-page #default_products_page_container .wpsc_category_name{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; width:100%;}
#products-page #default_products_page_container .wpsc_main_category_wrap .wpsc_category_thumb{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; width:100%!important;}

#products-page #default_products_page_container .wpsc_main_category_wrap .wpsc_category_thumb .category_thumb_img{width: 216px!important;   height: 134px; overflow:hidden;}
#products-page #default_products_page_container .wpsc_main_category_wrap .wpsc_category_thumb .category_thumb_img > .wpsc_category_image{width:auto;}



#products-page .category_thumb_img img {
  position: relative;
  top: 2px;
  display: inline-block;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  behavior: url("/PIE.php");
  position: relative;
  height: auto;
  max-height: 130px;
  max-width: 225px;
  width: auto;
}

#products-page .wpsc-breadcrumbs {
  margin: 0px 0 32px 0;
}

#products-page .wpsc-breadcrumbs a {
  font-size: 12px;
  font-family: "CartoGothicStdBook";
  text-decoration: none;
}

#products-page .wpsc-breadcrumbs a:first-child {
  /*pointer-events: none;
  cursor: default;*/
  text-decoration: none;
  color: #3a3a3a;
  font-size: 12px;
  font-family: "CartoGothicStdBook";
}

#products-page .wpsc-breadcrumbs .separator {
  background: url(../images/img-bc-separator.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 9px;
  margin: 0 6px;
}

#products-page .imagecol {
  margin-bottom: 0;
  position: relative;
}

#products-page .default_product_display {
  margin: 0 32px 40px 0;
  width: 212px;
}

#products-page .wpsc_product_thumb {
  background: #6ea124;
  height: 174px;
  width: 212px;
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

#products-page .wpsc_product_thumb a:hover img {
  opacity: 0.6;
}

#products-page .wpsc_product_thumb img {
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
  /*border: 2px solid #6ea124;*/
  display: inline-block;
}

#products-page .product-name {
  width: 208px;
  height: 40px;
  text-align: center;
  margin-top: 8px;
  line-height: 18px;
}

#products-page .product-name a {
  font-size: 14px;
  font-family: "CartoGothicStdBold";
  color: #3a3a3a;
  text-decoration: none;
}

#products-page .view-details {
  width: 208px;
  margin-top: 3px;
  text-align: center;
}

#products-page .view-details a {
  color: #ffffff;
  background: #6ea124;
  text-decoration: none;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 8px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
}

#products-page .view-details a:hover {
  background: #242424;
}

#products-page .wpsc_paging.wpsc_paging_bottom {
  text-align: right;
  padding-right: 34px;
  margin-top: 20px;
  margin-bottom: 50px;
}

#products-page .wpsc_paging.wpsc_paging_bottom .current {
  margin-left: 5px;
  font-size: 28px;
  color: #3a3a3a;
  font-family: "BebasNeueRegular";
}

#products-page .wpsc_paging.wpsc_paging_bottom a {
  font-family: "BebasNeueRegular";
  font-size: 28px;
  text-decoration: none;
  margin-left: 5px;
}

#products-page .wpsc_paging.wpsc_paging_bottom a:active {
  background: none;
}

#products-page span.wpsc-crumb {
  color: #3a3a3a;
  font-size: 12px;
  font-family: "CartoGothicStdBook";
}

#products-page .productcol ul li {
  line-height: 1.8em;
  padding-left: 20px;
  /*font-family: "CartoGothicStdBold";*/
  font-size: 13px;
  background: url(../images/img-circle.png) no-repeat left center;
}

#products-page .imagecol {
  width: 296px;
}

#products-page .imagecol a {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #6ea124;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#products-page .imagecol img {
  /** -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 2px solid #6ea124; **/
  position: relative;
  border-radius: 12px;
  behavior: url("/PIE.php");
}

#products-page .imagecol a.cat_default_id{
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #6ea124;
    border-radius: 12px;
    display: inline-block;
    height: 174px;
    text-align: center;
    vertical-align: middle;
    width: 212px;
}

#products-page .imagecol a.cat_default_id img {
    border: 0 none;
    border-radius: 12px;
    height: auto;
    max-height: 170px;
    max-width: 208px;
    position: relative;
    width: auto;
}

#products-page .imagecol a.edgers{
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #6ea124;
    border-radius: 12px;
    display: inline-block;
    height: 174px;
    text-align: center;
    width: 212px;
}

#products-page .imagecol a.edgers img {
    border: 0 none;
    border-radius: 12px;
    height: auto;
    max-height: 170px;
    max-width: 208px;
    position: relative;
    width: auto;
}

#products-page .single_product_display {
  padding-bottom: 20px;
}

#products-page .productcol {
  width: 626px;
}

#products-page .productcol .enquire h1 {
  width: 480px;
}

#products-page .productcol .enquire a {
  background: #6ea124;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 10px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#products-page .productcol .enquire a:hover {
  background: #3a3a3a;
}

#products-page .wpsc_product_gallery {
  margin-top: 10px;
}

#products-page .wpsc_product_gallery li {
  margin-left: 4px;
  margin-right: 4px;
}

#products-page .wpsc_product_gallery li:first-child {
  margin-left: 4;
}

#products-page .special-normal {
  padding-bottom: 18px;
}

#products-page .special-normal .special {
  color: #6ea124;
  font-family: "CartoGothicStdBold";
  font-size: 28px;
}

#products-page .special-normal .normal {
  color: #949494;
  font-family: "CartoGothicStdBook";
  font-size: 16px;
  text-decoration: line-through;
}

#products-page .imagecol .image-overlay {
  background: url(../images/bg-special.png) no-repeat right;
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 44px;
  right: 1px;
  top: 1px;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
/*PRODUCTS SINGLE PAGE*/
.product_description .extra-value-deals, .product_description .brand {
	margin-bottom: 15px;
}
.product_description .brand  label {
	width: 150px;
	position: relative;
	color: #6EA124;
	font-family: "CartoGothicStdBold";
    font-size: 16px;
	float: left;
}
.product_description .brand  span {
	color: #3a3a3a;
	font-weight: bold;
}
.product_description .extra-value-deals label {
	width: 150px;
	position: relative;
	color: #6EA124;
	font-family: "CartoGothicStdBold";
    font-size: 16px;
	float: left;
}


/*SPECIALS PAGE*/
#specials-page {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#specials-page .specials-wrapper {
  padding-top: 10px;
}

#specials-page .image-wrapper {
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #6ea124;
  width: 214px;
  height: 174px;
}

#specials-page .image-wrapper a:hover img {
  opacity: 0.6;
}

#specials-page .image-wrapper img {
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 2px solid #6ea124;
}

#specials-page .image {
  position: absolute;
  z-index: 1;
}

#specials-page .image-overlay {
  background: url(../images/bg-special.png) no-repeat right;
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 44px;
  right: 1px;
  top: 1px;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

#specials-page .item {
  margin: 0 30px 40px 0;
}

#specials-page .item.last {
  margin-right: 0;
}

#specials-page .item .details {
  text-align: center;
  padding-top: 10px;
  font-family: "CartoGothicStdBold";
  width: 214px;
  height: 76px;
}

#specials-page .item .details .title {
  font-size: 14px;
  width: 140px;
  margin: 0 auto;
}

#specials-page .item .details .price {
  padding-top: 6px;
}

#specials-page .item .view {
  text-align: center;
}

#specials-page .item .price .label,
#specials-page .item .price .normal {
  font-size: 14px;
  color: #949494;
}

#specials-page .item .price .normal {
  text-decoration: line-through;
}

#specials-page .item .price .special {
  font-size: 20px;
  color: #6ea124;
}

#specials-page .item .view a {
  background: #6ea124;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 10px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#specials-page .item .view a:hover {
  background: #3a3a3a;
}

#specials-page .ngg-navigation {
  padding-right: 0;
  padding-top: 20px;
}

#specials-page .ngg-navigation .page-numbers.current {
  color: #3a3a3a !important;
  padding: 0 2px !important;
}

#specials-page .ngg-navigation .page-numbers {
  padding: 0 2px !important; 
}
/*SPECIALS PAGE*/

/*NEWS PAGE*/
#news-page {
  width: 960px;
  margin: 0 auto;
}

#news-page .image-wrapper {
  width: 210px;
  height: 210px;
  position: relative;
}

#news-page .content {
  width: 710px;
}

#news-page .news-item {
  padding-top: 10px;
  padding-bottom: 40px;
}

#news-page h3 {
  color: #3a3a3a;
  font-size: 18px;
}

#news-page .news-item .bubble-arrow {
  background: url(../images/bg-bubble-arrow.png) no-repeat;
  width: 32px;
  height: 40px;
  bottom: 0;
  left: 40px;
  position: absolute;
}

#news-page .ngg-navigation {
  padding-right: 0;
  padding-bottom: 40px;
}

#news-page .news-item .image {
  background: #6ea224;
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 210px;
  height: 210px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#news-page .news-item .image img {
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

#news-page .news-item .image a:hover img {
  opacity: 0.6;
}

#news-page .news-item .image img {
  margin-top: 15px;
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 180px;
          border-radius: 180px;
  width: 180px;
  height: 180px;
}

#news-page .content .latestNewsLink a {
  background: #6ea124;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 10px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#news-page .content .latestNewsLink a:hover {
  background: #3a3a3a;
}
/*NEWS PAGE*/

/*NEWS SINGLE*/
#news-single {
/*  width: 960px;*/
  width: 75%;
  margin: 0 auto;
  padding-bottom: 40px;
}

#news-single .content {
  width: 61%;
}

#news-single .image-wrapper {
  width: 294px;
  position: relative;
}

#news-single .image-wrapper .image-bubble-arrow {
  background: url(../images/bg-bubble-arrow.png) no-repeat;
  width: 32px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 60px;
}

#news-single .image-wrapper .image,
#news-single .image-wrapper .image img {
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

#news-single .image-wrapper .image {
  width: 294px;
  height: 294px;
  background: #6ea124;
  text-align: center;
}

#news-single .image-wrapper .image img {
  height: 260px;
  width: 260px;
  margin-top: 17px;
}

#breadcrumbs  {
  padding-bottom: 20px;
  margin-top: -12px;
  font-size: 12px;
  font-family: "CartoGothicStdBold";
}

#breadcrumbs .separator {
  background: url(../images/img-bc-separator.png) no-repeat;
  width: 15px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

#breadcrumbs .the-title {
  color: #6ea124;
}
/*NEWS SINGLE*/

/*PRODUCT SEARCH*/ 
#p-search {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
}

#p-search .default_product_display {
    width: 208px;
    margin: 0 42px 42px 0;
}

#p-search .default_product_display.last {
  margin-right: 0;
}

#p-search .default_product_display .wpsc_product_thumb,
#p-search .default_product_display .wpsc_product_thumb img {
  position: relative;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

#p-search .default_product_display .wpsc_product_thumb {
  width: 212px;
  height: 174px;
  background: #6ea124;
}

#p-search .default_product_display .wpsc_product_thumb .image-overlay {
  background: url(../images/bg-special.png) no-repeat;
  behavior: url("/PIE.php");
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 88px;
  height: 44px;
  position: absolute;
  z-index: 1;
  right: 0;
}

#p-search .default_product_display .wpsc_product_thumb img {
  border: 2px solid #6ea124;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

#p-search .default_product_display .wpsc_product_thumb a:hover img {
  opacity: 0.6;
}

#p-search .default_product_display .wpsc_prodname {
  text-align: center;
  width: 180px;
  margin: 0 auto;
  color: #3a3a3a;
  font-size: 14px;
  font-family: "CartoGothicStdBold";
  padding: 8px 0;
}

#p-search .default_product_display .name-price-wrapper {
  height: 76px;
}
#p-search .default_product_display .proddetails {
  text-align: center;
  width: 208px;
}

#p-search .default_product_display .proddetails .theprice {
  text-decoration: line-through;
  font-size: 14px;
  font-family: "CartoGothicStdBook";
  color: #949494;
}

#p-search .default_product_display .proddetails .beforeprice,
#p-search .default_product_display .proddetails .thepriceonly {
  color: #6ea124;
  font-family: "CartoGothicStdBold";
  font-size: 20px;
}

#p-search .default_product_display .view-product {
  text-align: center;
}

#p-search .default_product_display .view-product a {
  background: #6ea124;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url("/PIE.php");
  position: relative;
  padding: 10px 20px;
  font-family: "CartoGothicStdBold";
  font-family: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#p-search .default_product_display .view-product a:hover {
  background: #3a3a3a;
}

#p-search .entry-title {
  padding-bottom: 8px;
}

#p-search .entry-title a {
  font-size: 16px;
  text-decoration: none;
}
/*PRODUCT SEARCH*/ 

/*ENQUIRE NOW*/
#gform_wrapper_3 .gform_body {
  width: 100% !important;
}

#gform_submit_button_3:hover {
  background: #1e1e1e;
}

#gform_submit_button_3 {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background: #6ea124;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#gform_wrapper_3 .gform_body input[type="text"], #input_3_4 {
  outline: none;
  padding: 2px;
  margin-top: 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  background: #f3f3f3;
  border: 1px solid #cdcdcd;
  width: 98%;
}

#gform_wrapper_3 .gform_body label {
  font-size: 16px !important;
  font-family: "CartoGothicStdBold" !important;
  color: #6ea224 !important;
  line-height: 24px;
}
/*ENQUIRE NOW*/
/*------------------------------------------------------------------
	[ 6 Footer ]
-------------------------------------------------------------------*/
#footer {
  background: #242424;
  color: #fff;
}

#footer .menu-wrapper {
  height: 22px;
}
.footer-pad { 
  padding: 30px 0;
  width: 960px;
  margin: 0 auto;
}
.footer { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
/* copyright */
.footer .copyright { width:550px; float:left; padding:0 0 5px 0; }
/* footer-menu */
.footer .footer-menu { width:550px; float:left; padding:0 0 10px 0; }
.footer .footer-menu ul { margin:0; padding:0; }
.footer .footer-menu ul li { list-style:none;  display:inline; margin:0; padding:0 10px; border-left:1px solid #888888; }
.footer .footer-menu ul li:first-child { padding-left:0px; border-left:none; }
.footer .footer-menu ul li a { color:#535353; }
.footer .footer-menu ul li a:hover { color:#000; }
/* titan badge */
.titan-badge { width:230px; height:30px; float:right; padding:0 0 10px 20px; }
.titan-badge .titan-title { float:left; display:block; padding:10px 5px 0 0; }
.titan-badge a.titan-logo { float:right; display:block; }
#footer a {
  text-decoration: none;
  color: #ffffff;
}

/*------------------------------------------------------------------
	[ 7 Gallery ]
-------------------------------------------------------------------*/

#gallery-page {
    left: auto;
    margin: 0 auto;
    max-width: 980px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

.ngg-galleryoverview {
  margin: 28px 0 0 0;
}

.ngg-gallery-thumbnail {
  margin: 0;
}

.ngg-navigation {
  text-align: right;
  padding-right: 12px;
}

.ngg-navigation .next,
.ngg-navigation .prev {
  display: none;
}

.ngg-navigation a,
.ngg-navigation span {
  border: none !important;
  background: none !important;
  font-size: 28px;
  font-family: "BebasNeueRegular";
}

.ngg-navigation a:hover {
  color: #3a3a3a !important;
}

.ngg-gallery-thumbnail-box {
  margin-right: 24px;
  margin-bottom: 24px;
  background: #74a52d;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 2px solid #74a52d;
  overflow: hidden;
  height: 136px;
  width: 168px;
  position: relative;
  behavior: url("/PIE.php");
  float:left;
}

.ngg-gallery-thumbnail a:hover img {
  opacity: 0.6;
}

.ngg-gallery-thumbnail img {
  margin: 0;
  padding: 0;
  border: 7px solid #74a52d;
  display: inline-block;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: relative;
  behavior: url("/PIE.php");
}

/* For Product Homepage Title */
.el-home-product-title {
	padding-bottom: 18px;
}
.el-home-product-title span {
	font-family: CartoGothicStdBook;
	font-size: 32px;
	line-height: 28px;
}

/* Testimonial List Page */
.testimony-prof {
	display: block;
	font-size: 14px;
}
.testimony-address {
	display: block;
	font-size: 14px;
}
.testimonial-details { 
	color: #3A3A3A;
    font-size: 18px;
}
.testimonial-back {
	margin-top: 35px;
}
.testimonial-back a {
	font-size: 16px;
	text-decoration: none;
}

/* Blog Page */
.archive  .ngg-navigation ul {
	text-align: right;
}
.archive  .ngg-navigation ul li {
	*display: inline;
	zoom: 1;
	display: inline-block;
}

/* FAQs Page */
.faqs h3 {
	margin-bottom: 10px
}
.faqs .faqContent {
	margin-bottom: 20px;
	line-height: 18px;
}

.footer-heading {
  font-size: 42px !important;
  line-height: 43px;
  font-family: "CartoGothicStdBold" !important;
  color: #ffffff;
}
.home-page-content{
	padding-bottom: 18px;
}

div.head-contact-info a{
    background: url("../images/bg-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c8c8c9;
    display: inline-block;
    font-size: 26px;
    margin-bottom: 5px;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    width: 195px;
}

/** ------------ cycle -------------- **/
#nav {
    bottom: 20px;
    position: absolute;
    right: 0;
}
#nav a {
    background: url("../images/banner-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: inline-block;
    height: 26px;
    width: 35px;
}
#nav a.activeSlide{
    background: url("../images/banner-btn-selected.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: inline-block;
    height: 26px;
    width: 35px;
}
.carousel img.banner-image{
    height: 495px !important;
    top: 39px !important;
    width: 609px !important;
}

.carousel img.image3.banner-image{
    height: 495px !important;
    top: -35px !important;
    width: 609px !important;
}

#home-page ul.lead li a {
    display: inline-block;
    height: 275px;
    text-decoration: none;
    width: 220px;
}

#home-page ul.lead li img {
    display:none
}

/* Gallery & Videos */

.gal-vid a {
  background: none repeat scroll 0 0 #6ea124;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-family: "CartoGothicStdBold";
  font-size: 16px;
  margin-right: 20px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
.gal-vid a:hover {
  background: none repeat scroll 0 0 #242424;
}
.video-popup img{
	width: 154px;
	height: 124px;
}


/* new css */

#pull {

  display: none;
 
    color: #373737;
	 font-family: "CartoGothicStdBook",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
	font-size: 1.1875em;
	line-height: 57px;
	line-height: 57px;
	text-shadow: 0 1px #fff;
	float: left;
	text-decoration: none;
}


#home-page ul.lead{background:none;}
#home-page ul.lead li img{display:block;}
#home-page ul li{max-width:216px; width:100%; float:none; display:inline-block; vertical-align:top;}
#home-page ul.lead li a{width:100%;}

#home-page ul.lead li  a.view_link{height:auto;}
.brands-wrapper .brand-image ul li a img{width:100%; height:auto;}
.brands-wrapper .brand-image ul li{height:45px; float: left;   display: block; margin: 5px;}
.brands-wrapper .brand-image .brand-slide{width:auto; margin:0;}
#brand .slick-prev{left:-26px; z-index: 99;}
#brand .slick-next{right:-26px; z-index: 99;}
#brand .slick-prev:before{content:'';}
#brand .slick-next:before{content:'';}
#products-page .wpsc_product_gallery li.wpsc_gallery_images{margin-bottom:10px;}

#products-page .wpsc_product_gallery li.wpsc_gallery_images:nth-child(4n+5) {
   /* margin-left: 0;*/
}

#footer-top .contact-details .address { width: 100%; }
.contact-info.right { max-width: 100%; }
.enquire h2 {
  color: #3a3a3a;
  font-family: "CartoGothicStdBook";
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 13px;
  width: 299px;
}

.entry-content > form {
  display: none;
}
.error404_msg > form {
  display: none;
}
.other-pages .the-content ol {
  list-style: inside decimal !important;
}

input[type='submit']
{
   -webkit-appearance: none;
   appearance: none;  
}
#enquire_now_form h2 {
  padding-top: 15px;
}
