/* 
Theme Name: UP2IT Access Hire
Theme URI: http://www.access-equipment-hire.co.nz/
Description: A Custom made WordPress theme for access-equipment-hire.co.nz -- supports widgets in the sidebar, all manors of post/page formatting and comes with an easy to customize stylesheet.  
Author: M.Nadeem
Author URI: http://webtechapps.com
Version: 1.0 
Tags: Fancy, Responsive, HTML5, widgets, sidebar,
*/
*{margin:0px;padding:0px;}
header, details, section, footer, aside, nav, article, hgroup{
   display:block;
}
.left
{
   float: left;position: relative;
}
.right
{
   float: right;position: relative;
}
.clear
{
   clear: both;
}
.relative{position: relative;}
.font-zero{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rounded-5{  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.rounded-5-bottom{
  border-top: none !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
}
.rounded-5-top{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-topleft:5px; 
  border-bottom: none !important;
}
.rounded-10{  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.border-green{
  border: 2px solid #6ea70c;
}
.separator-20{
  height: 20px;
}
.arial-12{
  font-size: 12px;font-family: arial;
}
.arial-12-bold{
  font-size: 12px;font-family: arial;font-weight: bold;
  
  margin-top: 10px;text-align: center;
}
::selection
{
  background-color:#a6ce3a; color: #fff;
}
::-moz-selection
{
  background-color:#a6ce3a; color: #fff;
}
a img
{
   border: none;
}
a{
  text-decoration: none;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
body{
   font-family: Arial, sans-serif;
   font-size: 100%;
   background: url(images/bodyBg.png) repeat;
}
.blackish-twelve{color: #211f20;font-size: 12px;}
.blackish-fourteen{color: #211f20;font-size: 14px;}
.blackish-sixteen{color: #211f20;font-size: 16px;}
.blackish-eighteen{color: #211f20;font-size: 18px;}
.bold{font-weight: bold;}
.center
{
  position: relative;
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
}
#header{
  position: relative;
  width: 100%;
  height: 170px;
  background-color:#2a629d;
}
#logo{
  width: 320px;
  height: 110px;
  float: left;
  background: url("/wp-content/uploads/2018/03/1.jpg");
  background-repeat: no-repeat;
  font-size: 0px;
  margin-left: 10px;
  margin-top: 11px;
background-size: contain;
	position:relative;
	top:20px;
}
.bullets-wrap{
  display: inline-block;
float: left;
margin-top:16px;
}
.header-bullets{
  position: relative;
  float: left;
  max-width: 300px;
  height: auto;
  margin-top: 30px;
}
.bullet-list{
  list-style-type: none;
  width: 100%;
  margin-left: 40px;
}
.second-bullet{
  margin-left: 25px;
}
.bullet-list .list-item{
  font-size: 18px; color: white;
  list-style-type: none;
  font-family: inherit;
  padding-left: 24px;
  line-height: 16px;
}
.bullet-list .list-item:before {
   content: "•";
   font-size: 200%; /* or whatever */
   position: relative;
  top: 5px;left: -24px;
  color: #000000;
}
#header-contact-wrap{
  float: right;position: relative;
  max-width: 190px;
  margin-top: 13px;
}
.header-contacts{
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 18px; color: #000000;
  padding-left: 36px;
  line-height: 17px;
margin-top: 15px;
}
.header-contacts a{
  color: #ffffff;
}
.phone{
  background-image: url(images/phoneIcon.png);
  margin-bottom: 12px;
}
.email{
  background-image: url(images/emailIcon.png);
}
.header-contacts a{
  color: #ffffff;
}
.nav-center{
  display: table;
}

.mobile-nav {display:none;}

input[type="text"], textarea, input[type="url"], input[type="email"], input[type="password"] ,input[type="tel"] {
    width: 92%;
}

input[type="text"], input[type="tel"], textarea, input[type="email"] {
    border: 1px solid #b3b3b5;
    background-color: rgba(255, 255, 255, 1);
}

.wpcf7-form input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    color: #ebedf0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #6a9718;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input, textarea {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(122, 192, 0, 0.15);
    padding: 7px;
    color: #4b4b4b;
    font-size: 14px;
    -webkit-border-radius: 5px;
    margin-bottom: 13px;
}

#menu{
  background: url(images/menuBg.png) repeat-x;
  width: 100%; height: 48px;
  margin-top: 11px;
}
#menu-top-menu{
  list-style-type: none;position: relative;
  width: 100%;text-align: center;
  padding-top: 5px;
  height: 42px;
}
#menu-top-menu li{
  position: relative;
  list-style-type: none; display: inline-block;
  border: 2px solid #417e00;
  float: left;
  border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
  background-color: #88b921;
  margin-right: 1px;
}
#menu-top-menu li:last-child{
  margin-right: 0px;
}
#menu-top-menu li a.active,#menu-top-menu li a:hover{
  background-color: #6a9718;
}
#menu-top-menu li a{
  display: block;
  padding-left: 29px;padding-right: 29px;
  height: 38px; line-height: 38px;
  color: #ffffff;font-size: 14px;
}
#menu ul li ul li{
  float: none !important; position: relative !important; z-index:333;
  width:100%;
  margin-bottom: 1px;
}
#menu ul li ul{position: absolute; 
  top:38px; left:0;
  padding-top: 7px;
  background-color: transparent !important;
  background-color: #67a307; 
  width:100%;
  z-index:333; 
  -o-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;
  visibility:hidden;
}
#menu ul li:hover > ul{ visibility:visible;transition-delay:0s;}
#menu ul li ul li a{ padding: 0px;height: auto; line-height: 18px; padding-top: 5px; padding-bottom: 5px; text-align: left;padding-left: 10px;}
#menu ul li ul li ul{position: absolute; top:0; left:123px; display: none; background-color: #67a307; 
width:125px;z-index:333;
border-left:2px solid white;
}
/** End of header and menu styling**/
/** Start of main section styling**/
section#main{
  margin-top: 10px;
  position: relative;overflow: hidden;
  margin-bottom: 40px;
}
#main-content{
  width: 73%;display: inline-block;
  float: left;
}
#sidebar{
  width: 24%;
  float: right;
  display: inline-block;
  margin-right: 1px;
}
.right-border-box{
  /*border-right: 2px solid #00a651;
  border-bottom: 2px solid #00a651;
  box-shadow:2px 2px 5px rgba(0,0,0,.3);-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  */
  margin-bottom: 5px;
}
.full-border-box{
  border: 2px solid #00a651;
  box-shadow:0px 0px 10px rgba(0,0,0,.5);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
  margin-bottom: 20px;
}
.grey-bg{
  background-color: #f9fbfe;
}
#sessior-bg{
  background: url(images/sessiorBg.gif) no-repeat;
  background-position: right 20px;
  margin-right: 5px;
}
article.home-section{
  padding-top: 9px;padding-left: 10px;
}
article.home-section h1{
  color: #000;;font-size: 22px;font-weight: bold;
  padding-bottom: 10px;
}
article.home-section h1.full-border-btm{
  border-bottom: 2px solid #5c801a;
  text-decoration: none !important;
}
article.home-section .contents{
  font-size: 14px; font-weight: normal;
  color: #211f20;line-height: 18px;
  padding:12px 15px 37px 5px;
}
#machines-container{
  width: 100%;
  padding: 20px 0px 15px 5px;
  
}
#machines-ul{
  list-style-type: none;width: 100%;overflow: hidden;
}
#testimonial-ul{
 list-style-type: none;
 width: 98.5%;overflow: hidden;
 position: relative;
border: 2px solid #6ea70c;
min-height: 355px;
}
#machines-ul .machine-item{
  list-style-type: none;
  float: left; 
  display: inline-block; width: 231px;
  border: 2px solid #6ea70c;
  margin: 0px 3px 20px 3px;
  background-color: #f9fbfe;
}
h2.machine-head{
  height: 40px; line-height: 40px;
  background-color: #6ea70c;
  border-bottom: 1px solid #211f20;
  font-size: 16px; font-weight: bold;color: #ffffff;text-align: center;
}
.machine-image{
  margin: 10px auto;
  border: 3px solid #c7c9cb;
  box-shadow:2px 2px 5px rgba(0,0,0,.3);-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  position: relative;
  max-width: 214px;
}
.testimonial-image{
 max-width: 205px; 
}
.machine-image a{
  display: block; overflow: hidden;
}
.machine-image a img{
  width: 100%;height: auto;
  border: none;float: left;
}
.machine-image a img.home{
  width: 100%;
  height: 170px;
}
.machine-desc{
  padding: 5px 8px 10px 8px;
  text-align: center;
  font-size: 14px;font-weight: normal;color: #211f20;
  line-height: 16px;
  min-height: 130px;
  text-align: left;
}
.bottom-text-wrap{
  margin-top: 20px;
}
.bottom-text{
  margin-right: 0px;
}
.home-section h2{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: normal;
}
.home-section h1 .small-head{
  font-size: 14px;
}
.bottom-text .contents{
  font-size: 14px !important;
  overflow: hidden;
  padding-right: 5px !important;
}
.home-section .bottom-head{
  font-size: 16px; font-weight: bold;
  color: #5c801a;text-decoration: none;
  width: 55%;display: inline-block;
}
.look-img{
  float: right;margin-right: 10px;
}
/***  END Main Content Styling  **/

/***  Start Sidebar Styling  **/
.sidebar-box{
  width: 98.4%;
  background-color: #f9fbfe;
  overflow: hidden;
  margin-bottom: 25px;
}
.testimonial-box{
  position: relative;
  display: none;
  list-style-type: none;
float: left;
width: 98.5%;

}
.yellow-bg{
  background-color: #ffff7f;
}
.testimonial-wrap{
  min-height: 355px;
}
.testimonial-image-wrap{
  margin: 7px 11px 15px  13px;
  border: 3px solid #c7c9cb;
  box-shadow:2px 2px 5px rgba(0,0,0,.3);-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  position: relative;
}
.testimonial-image-wrap a{
  display: block; overflow: hidden;
}
.testimonial-image-wrap a img{
  width: 100%;height: auto;
  float: left;
}
.testimonial-quote{
  border-bottom: 1px solid #f1f1f3;border-top: 1px solid #f1f1f3;
  padding: 6px 14px 6px 14px;
  font-size: 14px; line-height: 16px; color: #211f20;
  /*background: url(images/quoteIco.gif) no-repeat;*/
  background-position: 10px 10px;
  min-height: 75px;
  font-style: italic;
}
.testimonial-quote strong{font-style: normal;}
.testimonial-user{
  font-size: 12px;font-weight: bold;
  margin-left: 10px;
  padding: 4px 10px;
  color: #ffffff;
  background-color: #6ea70c;
  float: left;
}
.read-more{
  font-size: 13px; line-height: 20px;color: #5c801a;
  padding-right: 12px;
}
.credit-cards,.inspection-form-wrap{
  padding: 10px;overflow: hidden;
}
.inspection-form{
  border: 2px solid #6ea70c;
}
.phone-p{
  font-family: arial;font-size: 18px;font-weight: bold;text-align: center;
  padding: 10px 0;
}
.payment-head{
  font-size: 18px; font-weight: bold;color: #648720; line-height: 16px;
  text-align: center;
}
.margin-bottom{
  margin-bottom: 23px;
}
.margin-bottom-10{
  margin-bottom: 10px;
}
.black-head{
  font-size: 20px; font-weight: bold;color: #000000; line-height: 16px;
  text-align: center; 
}
.credit-icons{
  overflow: hidden;
}
.credit-icons img{
  float: left;
  display: inline-block;
  max-width: 60px;height: auto;
  margin-right: 6px;margin-left: 5px;
}
.payapl-icon{
  margin:15px auto;
  display: block;
  max-width: 139px;
}

/** End of Sidebar Styling  **/

/** bootoom section styling ***/
#bottom{
  width: 100%;line-height: 27px;
  background-color: #eef2ea;
  text-align: center;
  font-size: 18px; font-weight: bold; color: #000000;
  border-top: 1px solid #b7b7b7;border-bottom: 1px solid #b7b7b7;
  box-shadow:0px 0px 20px rgba(0,0,0,.3);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.3);
  margin-bottom: 5px;
}
.bottom-no-border{
  border-bottom: none !important;
}
#bottom .phone-bolder{
  font-size: 24px;color: #000000;
  text-decoration: none;
}
#companies-wrap{
  width: 100%;height: 126px;
  background-color: #ffffff;
  padding-bottom: 10px;
}
.company-img-wrap{
  max-width: 228px;
  height: 100%;
  display: inline-block;float: left;
  background: url(images/compSep.gif) no-repeat;
  background-position: 0 20px;
  padding: 10px 30px 0px 30px;
}
.company-img-wrap:first-child{
  background-image: none !important;
}
.company-img-wrap img{
  width: 100%; height: auto;
}
/** End of Bottom Section Styling**/

/***  Start footer styling  ****/
#footer{
  width:100%;height: 70px;
  padding-top: 10px;
  background: url(images/footerBg.gif) repeat;
}
#footer-container{
  text-align: center;
}
#menu-footer-menu{
  list-style-type: none;text-align: center;
}
#menu-footer-menu li{
  display: inline;
  border-left: 1px solid #ffffff;
  padding-right: 15px;
  padding-left: 15px;
}
#menu-footer-menu li:first-child{
  border-left: none;
  padding-left: 0px !important;
}
#menu-footer-menu li:last-child{
  padding-right: 0px !important;
}
#menu-footer-menu li a{
  color: #ffffff;font-size: 15px;
}
.copyright{
  text-align: center;
  font-size: 14px; color: #ffffff;
  margin-top: 5px;
}
#contact-wrap{
  width: 100%;display: inline-block;
  float: left;
  min-height: 400px;
}
.contact-form-wrap{
  position: relative;
}
.contact-us-form{
  width: 52%;
  display: inline-block;float: left; 
}
.contact-detail{
  font-size: 14px;font-family: arial;
  overflow: hidden;
  margin-top: 10px;line-height: 18px; 
}
.contact-detail strong{
  display: inline-block;width: 75px;
  font-weight: normal;
}
.staff-wrap{
  text-align: center;
}
.staff-wrap img{
  display: block;margin: auto;margin-bottom: 10px;
  width: 97%;
  border: 1px solid #000;
}
.contact-open-account{
  position: relative;
  overflow: hidden;
  padding-top: 10px;margin-top: 10px;
  border-top: 1px solid #ccc;
}
.contact-open-account .left{
  font-size: 22px;
  margin-left: 30px;
}
.contact-open-account .right{
  text-align: center;
}
.contact-open-account .right a{
  color: #6ea70c;
  display: block;text-align: center;
  font-size: 15px;text-decoration: underline;
}
.contact-us-map{
  width: 43%;
  display: inline-block;float: right;  
}
.map{
  margin-top: 5px;
}
.contact-us-head{
  text-align: left !important;
  padding-left: 5px;padding-bottom: 10px !important;
  font-size:20px !important;
/*border-bottom: 1px solid #CCC;*/
}
/**** wordpress specific styling****/
.page-contents{
  font-size: 15px; font-weight: normal;
  color: #211f20;line-height: 18px;
  padding:12px 15px 37px 5px;
  text-align: justify;
}
.page-contents h3{
  font-size: 1.15em;line-height: normal;
  padding-bottom: 10px;
}
.machine-detail-images{
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 350px;
  height: auto;
}
.testimonials-container{
  position: relative;
  overflow: hidden;
}
.testimonials-main-ul{
  list-style: none;
}
.testimonials-main-ul li{
  list-style: none;
  display: block;overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #6ea70c;
}

.testi-img{
  display: inline-block;
  float: left;width: 20%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.testi-img img{
  width: 100%;height: auto;
}
.testi-detail{
  font-size: 14px; font-family: arial 'sans-serif';
  display: inline-block;
  float: right;
  width: 75%;
}
.testi-detail h5{
  font-size: 18px; font-weight: bold;
  padding-bottom: 10px;
}
.content-table-tr{
  background-color: #6ea70c;
  padding:0px 10px;color:#fff;
}
.content-table-tr td{
  padding-left: 5px;
}
.content-table-td-left{
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topleft:5px; 
}
.content-table-td-right{
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
}
ul li{
  list-style-position: inside;
}
.resource-lib table tr td{
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.resource-lib table tr td.border-bottom
{
  border-bottom: 2px solid #6ea70c;
  height: 40px;
}
.resource-lib table tr td img{
  width: 80%;height: auto;
}
.resource-lib a{
  color: #5c801a;font-size: 13px;
}
.video{max-height: 125px;margin-top: 13px;}
.award-image{margin-top:13px;}
#text-5{ list-style-type: none;}
#text-6{ list-style-type: none;}
/***  responsive styling  ***/
@media all and (max-width: 1000px) {
    .center{
      max-width: 959px;
    }
    #logo{
      width: 240px;height: 52px;
      background-size: 240px 52px;
      margin-top: 25px;
    }
    .header-bullets{
      margin-top: 27px;
      max-width: 270px;
    }
    .bullet-list{
      margin-left: 30px;
    }
    #header-contact-wrap{
      margin-right: 4px;
    }
    #menu-top-menu li a{
      padding-left: 26px;
      padding-right: 26px;
    }
    #machines-ul .machine-item{
      width: 220px;
    }
    .machine-image{
      max-width: 94%;
      box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
    }
    .credit-icons img{
      margin-right: 3px;
      margin-left: 3px;
    }
    .company-img-wrap{
      padding: 10px 30px 0px 28px;
    }
}
@media all and (max-width: 960px) {
	div#primary-sidebar img {
  	  max-width: 200px;
	}
  .center{
      max-width: 859px;
    }
    #logo{
      width: 235px;height: 51px;
      background-size: 235px 51px;
    }
    .bullet-list{
      margin-left: 28px;
    }
    .bullet-list .list-item{
      font-size: 16px;
      padding-left: 16px;
    }
    .bullet-list .list-item:before{
      left: -18px;
    }
    .header-contacts{
      font-size: 16px;
    }
    #menu-top-menu li a{
      padding-left: 19px;padding-right: 19px;
    }
    #menu ul li ul li a{
      padding-left: 5px;font-size: 13px;
    }
    article.home-section h1{
      font-size: 20px;
    }
    h2.machine-head{
      font-size: 14px;
    }
    #machines-ul .machine-item{
      width: 200px;border: 1px solid #6ea70c;
    }
    .machine-image a img.home{
      height: 150px;
    }
    .machine-desc{
      min-height: 145px;
    }
    .credit-icons img{
      max-width: 55px;
      margin-left: 2px;margin-right: 2px;
    }
    .company-img-wrap{
      max-width: 20%;
    }
    .contact-detail strong{width: 55px;}
}
@media all and (max-width: 860px) {
  .center{
      max-width: 767px;
  }
  #main-content{
    width: 70%;
  }
  #sidebar{
    width: 27%;
  }
  #logo{
    width: 220px;height: 48px;
    background-size: 220px 48px;
    margin-left: 6px;
  }
  .bullet-list,.second-bullet{
    margin-left: 10px;
  }

  .bullet-list .list-item{
    font-size: 14px;
  }
  .bullet-list .list-item:before{
    left: -12px;
  }
  .header-contacts{
    font-size: 15px;
  }
  #menu-top-menu{
    padding-top: 8px;
  }
  #menu-top-menu li{
    border: 1px solid #417e00;
  }
  #menu-top-menu li a{
    padding-left: 14px;padding-right: 14px;
    height: 35px;line-height: 35px;
  }
  .machine-desc{
    min-height: 130px;
  }
  #machines-ul .machine-item{
    width: 48%;
  }
  #machines-ul .machine-item{
    border: 2px solid #6ea70c;
  }
  .machine-image a img.home{
    height: 190px;
  }
  .company-img-wrap{
    padding: 10px 25px 0px 25px;
  }
  .look-img{
    width: 45%;
  }
}
@media all and (max-width: 768px) {
	.machine-detail-images{
		max-width:100%;
	}
  .center{
      max-width: 719px;
  }
  #logo{
    width: 200px;height: 44px;
    background-size: 200px 44px;
    margin-left: 6px;
  }
  .header-bullets{
    margin-top: 23px;
  }
  .bullet-list .list-item:before{
    left: -7px;
  }
  .bullet-list, .second-bullet{
    margin-left: 0px;
  }
  #header-contact-wrap{
    margin-right: 2px;
  }
  #menu-top-menu li a{
    padding-left: 10px;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
  }
  #main-content{
    width: 65%;
  }
  #sidebar{
    width: 33%;
  }
  #machines-ul .machine-item{
    width: 47%;
  }
  .machine-image a img.home{
    height: 165px;
  }
  .credit-icons img{
    max-width: 60px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .company-img-wrap{
    padding: 10px 28px 0px 28px;
    max-width: 17%;
  }
  article.home-section h1{
    font-size: 18px;
  }
  .contact-open-account .right{width: 50% !important}
  .contact-open-account .left{font-size: 20px;margin-left: 4px;}
  .page-contents table{font-size: 12px;}
}
@media all and (max-width: 720px) {
  .center{
      max-width: 639px;
  }
  .bullets-wrap{
    float: right;position: relative;
  }
  .header-bullets{
    margin-top: 12px;
  }
  .phone{
    margin-bottom: 0px;margin-right: 25px;
  }
  #header-contact-wrap{
    max-width: 340px;
    margin-right: 12px;margin-top: 12px;
  }
  .header-contacts{
    float: left;
  }

  /* Mobile Navigation Starts	*/
  .mobile-nav {display:block; background-color: #88b921; border:1px solid #417e00; border-radius: 5px;
    width:99%; color:#fff; float: left; text-align:center; margin-right: 1px; line-height:35px;
    margin-bottom:5px; margin-top:5px; position: relative; cursor:pointer;
   }
  .center.nav-center {width:100%;}
  #menu-top-menu {display:none; background:#88B921; position:absolute; top:43px; left:0; z-index:1000; height:auto;}
  #menu-top-menu li {width:99%; text-align:left;}
  #menu-top-menu li .sub-menu {position:relative; display:block; visibility: visible; top:0;}

  /* Mobile Navigation Ends	*/

  #menu{
    background-size: 2px 35px;height: 35px;
    margin-top: 21px;
  }
  #menu-top-menu{
    margin-top: 4px;padding-top: 0px;
  }
  #menu-top-menu li a{
    padding-left: 5px;padding-right: 5px;
    height: 30px;line-height: 30px;
  }
  #menu ul li ul
  {
    padding-top: 0px;
  }
  .machine-desc{
    min-height: 145px;
  }
  .credit-icons img{
    max-width: 54px;
  }
  .look-img{
    width:50%;
  }
  .company-img-wrap{
    padding: 10px 25px 0px 25px;
  }
  .contact-open-account .right{width: 53% !important}
  .contact-open-account .left{font-size: 18px;margin-left: 0px;}
  .contact-detail .right{font-size: 13px;}
  .contact-open-account .right a img{width:99%}

}
@media all and (max-width: 640px) {
  .center{
      max-width: 539px;
  }
  #logo{
    width: 190px;height: 41px;
    background-size: 190px 41px;
    margin-left: 0px;
  }
  #menu-top-menu li a{
    font-size: 12px;
    padding-left: 2px;padding-right: 2px;
  }
  #main-content,#sidebar{
    float: none;width: 100%;
  }
  #machines-ul .machine-item{
    width: 47%;
  }
  .machine-desc{
    min-height: 160px;
  }
  .sidebar-box{
    width: 96%;
    float: left;
  }
	.sidebar-box.rounded-5.border-green.award-image{
		width:46% !important;
	}
	.sidebar-box.rounded-5.border-green.video{
		width:46% !important;
	}
  .testimonial-wrap{
    margin-right: 10px;
  }
  .credit-icons{
    text-align: center;
  }
  .credit-icons img{
    display: inline;float: none;
  }
  .margin-bottom{
    margin-bottom: 16px;
  }
  .machine-image a img.home{
    height: 130px;
  }
  article.home-section .contents{
    padding-bottom: 20px;
  }
  .company-img-wrap{
    padding: 10px 17px 0px 17px;
  }
  #companies-wrap{height: auto;}
  .black-head{font-size: 16px;}
  .contact-detail .right,.contact-detail .left{float: none;width: 99% !important;}
  .contact-open-account .right a img{width:99%}
  .contact-open-account .left{font-size: 16px;}

    .sidebar-box{margin-right:3px;}
    .widget-area-custom{height: 325px;}
}
@media all and (max-width: 540px) {
	.machine-detail-images{
		max-width:250px;
	}
  .center{
      max-width: 479px;
  }
  #logo{
    	/*background-position: center top;
	background-size: contain;
	display: block;
	float: none;
	height: 110px;
	margin-top: 25px;*/
	width: 100%;
	margin-top: 0;
  }
  .bullet-list .list-item{
    padding-left: 12px;font-size: 13px;
  }
	.bullets-wrap{
    margin-top: 0;
	}
  .header-bullets{
    margin-top: 0;
  }
  #header-contact-wrap{
	display: block;
	margin-top: 0;
	width: 100%;
  }
  .phone{
    margin-right: 8px;
  }
  #menu{
    margin-top: 16px;background-color: #88b921;height: auto;
    background-image: none;
  }
  #menu-top-menu li{
    margin-bottom: 2px;
  }
  #menu-top-menu li a{
    padding-left: 10px;padding-right: 10px;
  }
  #menu-top-menu:after{
    clear: both;
  }
  #header{
    height: 183px;
  }
  .machine-image a img.home{
    height: 125px;
  }
  #testimonial-ul{width: 98%}
}
@media all and (max-width: 650px){
	
}
@media all and (max-width: 480px) {
	.machine-detail-images {
    max-width: 150px;
}
  .center{max-width: 379px;}
	
    #text-6 .textwidget img{width:167px;}
  .bullets-wrap{float: left;margin-top:15px;}
  .header-contacts{float: left;}
  .phone{margin-bottom: 5px;}
  .header-bullets{margin-top: 10px;}
  article.home-section h1{font-size: 17px;}
  #header{height: auto;}
  .machine-desc,.testimonial-quote,article.home-section .contents,h2.machine-head{font-size: 13px;}
  #machines-ul .machine-item{width: 47%;}
  article.home-section .contents{padding-top: 5px;}
  .company-img-wrap{padding: 10px 14px 0px 14px;}
  .contact-us-form,.contact-us-map{width: 98%;float: none;margin-right: auto;margin-left: auto;}
}
@media all and (max-width: 400px) {
	#logo {
    width: 190px;
    height: 100px;
    background-size: 100%;
    margin-left: 0px;
    background-position: center;
}
	#header-contact-wrap {
    margin-top: 15px;
    width: 100%;
}
  .center{max-width: 349px;}
  .bullets-wrap{display: none;}
  .header-contacts,.copyright,#menu-footer-menu li a{font-size: 13px;}
  .bullet-list .list-item{font-size: 12px;}
  .sidebar-box{}
  .border-green,#testimonial-ul{border: 1px solid #6ea70c;}
  .company-img-wrap{padding: 10px 12px 0px 12px;}
  #menu{margin-top: 25px;}
    .sidebar-box{margin-right:7px;}
    #text-6 .textwidget img{width:167px;}
    .widget-area-custom{height: 322px;}
}
@media all and (max-width: 350px) {
	.machine-detail-images {
    max-width: 100%;
}
  .center{
      max-width: 319px;
  }
  .machine-desc{min-height: 0px;}
  .header-contacts{background-image: none; display: inline-block;}
  #machines-ul .machine-item{width: 95%;}
  .machine-image a img.home{height: auto;}
  article.home-section{padding-top: 0px;}
}
@media all and (max-width: 320px){
  .center{max-width: 239px;}
   .widget-area-custom{height: 460px;}
  /*#header-contact-wrap{float: left;position: relative; padding-left: 10px;}*/
  #logo{width: 100%;display: block;background-position:center;margin-top: 9px;}
  #menu{margin-top: 10px;}
  .sidebar-box{width: 99%;float: none;margin-right: auto;margin-left: auto;}
  .machine-image a img.home{height: auto;}
  .copyright, #menu-footer-menu li a{font-size: 12px;}
  .header-contacts{padding-left: 0;display: inline;float: left;font-size: 14px;}
  #menu-footer-menu li{padding-right: 0px;padding-left: 3px;}
  #bottom{font-size: 15px}#bottom .phone-bolder{font-size: 20px;}
  #menu-top-menu li a{padding-left: 4px;padding-right: 4px;height: 25px;line-height: 25px;}
  .company-img-wrap{padding: 10px 8px 0px 8px;}
  .look-img{width: 98%;margin-bottom: 5px;}
  .contact-us-form, .contact-us-map{width: 95%;}
}
.wpcf7{
	display:inline-block;
	float:left;
	width:50%;
}
.form input, textarea{
	border: 1px solid #b3b3b5 !important;
   }
.sbmt_input{
	float:left;
	margin-top:2%;
}
input[type="text"], input[type="tel"], textarea, input[type="email"],textarea{
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: normal;
    /* border: none; */
       /* border-radius: 0px; */
    /* max-height: 100px; */
    padding: 8px 10px 8px;
    background-color: #efefef !important;
	color:#827f7f;
}
.half_input{
	width:48%;
	float:left;
	margin-right:2%;
}
.full_input{
	width:100%;
	display:inline-block;
}
@media(max-width:720px){
	.wpcf7{
		width:100%;
	}
}
@media(max-width:450px){
	.half_input{
		width:100%;
		margin-right:0;
	}
}
div.wpcf7-mail-sent-ok{
	display:inline-block !important;
}