/*
Theme Name: Sanden
Theme URI: http://www.sanden.com.au/
Author: Sanden
Author URI: http://www.sanden.com.au/
Description: A clean responsive WordPress Theme build with Underscores and BootStrap
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sanden
Domain Path: /languages/
Tags:blue, one-column, two-columns, right-sidebar, white, custom-background, custom-menu, custom-header, editor-style, featured-images, fluid-layout, flexible-header,  microformats, full-width-template, light, threaded-comments, post-formats, responsive-layout, sticky-post

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Fonts
2.0 Header area
3.0 Layout
4.0 Posts and pages
5.0 Author Info Box
6.0 Comments
7.0 Footer
8.0 Post Meta
9.0 Widgets
10.0 Social menu
11.0 Search
12.0 Asides
13.0 Infinite scroll
14.0 Alignments
15.0 Media
16.0 Captions
17.0 Galleries
18.0 Media Queries
19.0 Portfolio
20.0 Misc
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Fonts
--------------------------------------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	-color: #666666;
}

a {
	-color: #0088cc;
} 

p {
	font-size: 16px;
	line-height: 26px;
}
body { background: #ffffff; }
/*-------------------------------------------------------------
2.0 Header Area
-------------------------------------------------------------*/
.site-title {
	margin: 0;
}
.site-description {
	margin: 1em 0 2em;
	font-size: 14px;
}
/* hide site title on mobile */
@media only screen and (max-width : 768px) {
	.site-title, .site-description {
		display: none; 
	}
}
.header-image {
	border: 1px solid #dddddd;
	padding: 10px;
}
/*-------------------------------------------------------------
3.0 Layout
---------------------------------------------------------------*/
.wrap {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 3px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 3px;
}

/*larger devices than 768px*/
@media (min-width: 768px) {
	.nav-container {
		padding: 0;
	}
	.wrap {
		margin-top: 42px;
		margin-bottom: 42px;
		padding: 42px 42px 0;
	}
	.site-content {
		padding-top: 2em;
	}
	#secondary {
		margin-top: 25px;
	}
}
/* reduce padding on mobile */
@media (max-width: 768px) {
	.wrap {
		padding: 1em;
	}
}

/*--------------------------------------------------------------
4.0 Posts and pages
--------------------------------------------------------------*/
.pagination {
    float: left;
    text-align: center;
    padding:0;
}
.sticky {
}
.hentry {
	margin: 0 0 2.8em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2.8em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin-top: -6px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*img.wp-post-image {
	margin-bottom: 20px;
}*/
.featured-image  {
	margin-bottom: 20px;
}
.portfolio img.wp-post-image {
	margin-bottom: 0;
}
.site-main {
	word-wrap: break-word;
}

.entry-header {
	padding-bottom: 15px;
}
.logo-top img {
    height: auto;
    width: 100%;
}
.menu-main-menu-container.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link::before, #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > .nav_logo::before, #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box::before {
    background-image: url("images/nav-divider.png");
}
.menu-main-menu-container.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > #li.current-menu-item > .item_link {
    background: url("images/main-navover.png") repeat scroll 0 0;
}

.navbar-menu .menu-main-menu-container .menu-main-menu-container .menu-item.current-menu-item {
	background: url("images/main-navover.png") no-repeat scroll 0 0;
}

.menu-main-menu-container li.default_dropdown .mega_dropdown > li > .item_link, .menu-main-menu-container li.widgets_dropdown .mega_dropdown > li > .item_link, #mega_main_menu.primary li.multicolumn_dropdown .mega_dropdown > li > .item_link, #mega_main_menu.primary li.grid_dropdown .mega_dropdown > li > .item_link {
    background: url("images/subnav.png") no-repeat scroll 0 0;
    color: #428bca;
}

#mega_main_menu.primary ul .mega_dropdown > li.current-menu-item > .item_link, #mega_main_menu.primary ul .mega_dropdown > li > .item_link:focus, #mega_main_menu.primary ul .mega_dropdown > li > .item_link:hover, #mega_main_menu.primary ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover {
    background: url("images/main-navover.png") repeat-x scroll 0 0;
	color: #ffffff;
	width: 100%;
}
body #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after {
  display: none;
}
#mega_main_menu .menu_holder ul#mega_main_menu_ul li ul.mega_dropdown li.menu-item span.link_text {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#mega_main_menu .menu_holder ul#mega_main_menu_ul li ul.mega_dropdown li.menu-item.current-menu-item .item_link {
    background: rgba(0, 0, 0, 0) url("images/main-navover.png") repeat-x scroll 0 0;
}

/* menu main */

.navbar-menu {
	background: url("images/nav-bg.gif") repeat-x;
    box-sizing: border-box;
    float: left;
    height: 31px;
    margin-left: -2px;
    width: 100%;
}
.navbar-menu #menu-main-menu.menu {
    cursor: default;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navbar-menu #menu-main-menu.menu li {
    background: none;
    float: left;
    line-height: 29px;
    margin-top: 1px;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    /* width: 126px; */
    z-index: 100;
}
.navbar-menu #menu-main-menu.menu li.current-menu-item, .navbar-menu #menu-main-menu.menu li.menu-item:hover {
	background: url("images/main-navover.png") repeat-x;
}
ul#menu-main-menu li.menu-item a {
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 19px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.navbar-menu #menu-main-menu.menu li.menu-item a::before {
    background-image: url("images/nav-divider.png");
    background-repeat: no-repeat;
    border-style: none;
    border-width: 0;
    bottom: auto;
    content: " ";
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 2;
}
.navbar-menu ul#menu-main-menu li ul.sub-menu {
    margin-left: -2px;
    margin-top: -1px;
	display: none;
}
.navbar-menu ul#menu-main-menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
}
.navbar-menu ul#menu-main-menu li ul.sub-menu li {
    background: url("images/nav-bg.gif") repeat-x scroll 0 0;
    list-style: none;
    margin-left: -38px;
    margin-top: 0;
    text-align: left;
    width: 205px;
}
.navbar-menu ul#menu-main-menu li ul.sub-menu li.menu-item a::before {
	background: none;
	
}
.navbar-menu ul#menu-main-menu li ul.sub-menu li a {
	color: #ffffff;
	font-size: 10px;
}

/* Jumbotron page template */
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-bottom: 25px;
	}
}
/*-------------------------------------------------------------
5.0 Author Info Box
--------------------------------------------------------------*/
.author-meta {
	margin-top: 40px;
}

.author-meta .avatar {
	border-radius: 50%;
}
.author-meta .fa{
	font-size: 22px;
}
.author-meta.well-lg {
    padding: 24px 24px 20px;
}

/*--------------------------------------------------------------
6.0 Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {

}
.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}
.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}
.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}
.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.comment-details .reply {
	margin-top: 10px;
}
.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}
#commentform #comment {
	width: 100% !important;
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
.paging-navigation {
	padding-top:5px;
}

.footer-widgets { 
	margin-top:35px;
}

.footer-menu {
	margin-top:10px;
	padding:0 0 2% 0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #ddd;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.credits { 
	margin-bottom:40px;
	margin-top: 10px;
	min-height:20px;
}
.copyright {
	font-size:14px;
}

@media (min-width: 768px) {
	.row.credits {
		-padding: 30px 0;
	}
}
@media only screen and (min-width : 992px) {
	.copyright {
		float: right;
	}
}

/*--------------------------------------------------------------
8.0 Post Meta
--------------------------------------------------------------*/

.entry-meta span {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child {
	margin-right: 0;
}

.entry-meta span .fa{
	color: #bcbcbc;
}

.entry-meta span a {
	color: #777;
	text-decoration: none;
}

.entry-meta span a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-area {
	word-wrap: break-word;
}

.panel-default > .panel-heading {
    margin-bottom: 10px;
}
.textwidget { 
	padding-left: 10px;
	padding-bottom: 10px;
}
#calendar_wrap {
	padding: 5px;
}

.widget-area .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

/*----------------------------------------------------------------
10.0 Social Menu
-----------------------------------------------------------------*/
.social-icons {
	float: right;
	font-size: 24px;
}
.social-icons a:hover {
	text-decoration: none !important;
}
.header-icons.social-icons {
	margin-top:20px;
	font-size: 24px;
}


/*--------------------------------------------------------------
11.0 Search
--------------------------------------------------------------*/

.search-highlight {
    background:#FFFF00;  
}
/* remove panel border from search widget */
.widget_search.panel-default {
	border: none;
}
.search .edit-link {
	margin-left:10px;
}

/*--------------------------------------------------------------
12.0 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
14.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
15.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
Video embed fix
use <div class="video-frame">embed code</div>
--------------------------------------------------------------*/

.video-frame {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom:10px;
}
.video-frame iframe,
.video-frame object,
.video-frame embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*--------------------------------------------------------------
16.0 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	background-color: #f8f8f8;
	border: 1px solid;
	border-color: #e7e7e7;
	padding: 5px;
	text-align: left;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
17.0 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
18.0 Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/*--------------------------------------------------------------------------
19.0 Custom CSS and Plugin Styles
-----------------------------------------------------------------------------*/

/*--------------------------------------------------------------
19.0 Portfolio
--------------------------------------------------------------*/

.portfolio .thumbnail { margin-bottom: 35px; }
.portfolio-button.btn-block { border-radius: 0; }
.thumbnail img { padding: 0; }
#filters { padding-bottom: 20px; }
.portfolio-item a.thumbnail:hover { border-color: #ddd; }
.portfolio-item a:hover, .portfolio-item a:active, .portfolio-item a:focus { text-decoration: none; }

/*------------------------------------------------------------
20 Misc
------------------------------------------------------------*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #000;
}
/* fix for firefox responsive images */
/* only Firefox */
@-moz-document url-prefix() { .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
		}
}

.main-content.container {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.header-banner {
    background: url("images/green.jpg") no-repeat scroll right 100%;
	}
.header-banner .widget-banner.widget_sp_image {
    float: left;
    margin: 0;
    padding: 0; 
	width: 24%;
	background: #ffffff;
	box-sizing: border-box;
	}
#widget_sp_image-3.widget-banner.widget_sp_image {
    width: 23%;
	}
#widget_sp_image-4.widget-banner.widget_sp_image {
    padding-left: 4px;
    padding-top: 20px;
    width: 18%;
	}
#widget_sp_image-5.widget-banner.widget_sp_image {
    background: none;
    width: 35%;
	}
.header-banner .widget-banner .widget_sp_image-description p {
    color: #006fb3;
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
	}.distributor-page {    font-size: 12px;}
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    line-height: 14px;
    margin-left: 37px;
	margin-top: -31px;
	}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    line-height: 13px;
    margin-left: 116px;
    margin-top: -35px;
	}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    line-height: 16px;
    margin-left: 23px;
    margin-top: -30px;
	}
#widget_sp_image-5.widget-banner .widget_sp_image-description p {
    line-height: 14px;
    margin-left: 57px;
	margin-top: -31px;
	}
.header-banner.widget-banner .widget_sp_image-description a {
    text-decoration: none;
	}
.header-banner .widget-banner .widget_sp_image-description a:hover {
    color: #eb813f;
	}
.main-content .col-md-3.sidebar-left { 
   box-sizing: border-box;
   margin-top: -8px;
   padding-left: 0; 
   padding-right: 50px;
   }
ul#menu-left-menu-home li.menu-item {
    background: url("images/subnav.png") repeat-x scroll 0 0;
    border: 2px solid #c1c2c4;
    box-shadow: 0 2px 2px #7f7f7f;
    display: block;
	}
ul#menu-left-menu-home li.menu-item:hover {
    background: url("images/main-navover.png") repeat-x;
	}
ul#menu-left-menu-home li.menu-item a {
    background: rgba(0, 0, 0, 0) url("images/subnav-arrow.png") no-repeat scroll left center;
    margin-left: 9px;
	}
ul#menu-left-menu-home li.menu-item a { 
   color: #ffffff;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-style: normal;
   outline-style: none;
   padding: 9px 4px 5px 12px;
   text-decoration: none; 
   text-transform: uppercase;
   white-space: normal;
   line-height: 31px;
   }
.featured-product .read-more {
    padding-top: 10px;
	}
#menu-left-menu-home {
    box-sizing: border-box;
    float: left;
    margin-left: -40px;
    width: 100%;
	}
.sidebar-left .widget.widget_link_list {
    box-sizing: border-box;
    float: left;
    margin-top: 6px;
    width: 100%;
	}
.sidebar-left .widget_link_list h4.widget-title {
    color: #353535;
    font-size: 14px;
    font-weight: bold;
	}
.sidebar-left .panel-heading {
    padding-left: 0;
	}
.sidebar-left .panel-body {
    box-sizing: border-box;
    float: left;
    padding: 0;
    width: 100%;
	}
.sidebar-left .widget_link_list .list {
    margin-left: -37px;
    padding-right: 20px;
	}
.sidebar-left .widget_link_list .list > li { 
   line-height: 18px;
   list-style: none;
   }
.main-content .sidebar-left .widget.widget_link_list .list a {
    color: #464747; 
	font-family: arial; 
	font-size: 11px;
    line-height: 18px;
	}
#footer .footer-widgets.widget-area {
    box-sizing: border-box;
    float: left;
    width: 100%;
	}
#footer .poweredby { 
   font-size: 10px; 
   margin-top: 28px; 
   text-align: right;
   }
#footer { 
   color: #565c65;
   float: left;
   font-size: 10px;
   line-height: 18px;
   margin-bottom: 15px;
   text-align: center; 
   width: 100%;
   }
ul#menu-footer-menu .menu-item {
    display: inline;
    list-style: none;
	}
#footer .widget.widget_nav_menu {
    box-sizing: border-box;
    float: left; 
	margin: 14px 0 0; 
	width: 100%;
	}
#footer .copyright {
    color: #565c65;
    float: left; 
	font-size: 10px;
    line-height: 18px;
    text-align: center;
    width: 100%;
	}
#footer ul#menu-footer-menu .menu-item a {
   color: #565c65; 
   font-size: 10px; 
   line-height: 18px; 
   padding-left: 3px;
   }
#menu-footer-menu {
    display: table;
    margin: 0 auto;
	}
#footer ul#menu-footer-menu .menu-item a {
    border-right: 1px solid #333333;
    color: #565c65;
    float: left; 
	font-size: 10px; 
	line-height: 8px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
	}
.featured-product h4 {
    color: #373737;
    font-size: 14px; 
	font-weight: bold;
    padding-bottom: 10px;
	}
.featured-product > p {
    color: #373737;
    font-size: 12px;
    line-height: 18px;
	}
.featured-product {
    margin-top: 14px;
	}
.main-content .col-md-3.sidebar-right {
    box-sizing: border-box;
    float: right;
    margin-top: 3px;
    padding-left: 52px;
    padding-right: 0;
    width: 20%;
	}
.main-content .post-14 .vc_col-sm-3  {
    box-sizing: border-box;
    margin-top: 3px;
    padding-left: 52px;
    padding-right: 0;
    width: 20%;
	}
.post-14 .entry-content {
    margin-top: 0;
	}
.col-md-6.home-page-content {
    padding-left: 14px;
    width: 55%;
	}
.read-more > a {
    color: #e5621b; 
	font-size: 12px;
	}
.featured-image img { 
   margin-right: 35px;
   margin-top: 48px;
   }
.widget_wp_sidebarlogin h4.widget-title { 
   color: #353535;
   font-family: arial;
   font-size: 14px;
   font-weight: bold;
   }
.login-username label, .login-password label, .login-remember label {
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
	}
.login-submit {
    float: right;
    text-align: right; 
	width: 100%;
	}
.widget_wp_sidebarlogin form p {
    box-sizing: border-box;
    float: left;
    margin: -3px 0;
    width: 100%;
	}
.widget_wp_sidebarlogin form .input {
    border: 1px solid #c0cad2;
    box-sizing: border-box;
    float: right;    line-height: 16px;    margin: 2px 2px 9px;    width: 137px;}
.widget_wp_sidebarlogin form {
    margin-top: 20px;
	}
.widget_wp_sidebarlogin form .login-remember {
    padding-left: 22px;
	}
.widget_wp_sidebarlogin form .login-remember input {
    margin-right: 27px;
	}
.sidebarlogin_otherlinks {
    display: none;
	}
.login-submit .button-primary { 
   background: #e56900;
   border: none;
   color: #ffffff;
   font-family: arial; 
   font-size: 12px;
   font-weight: bold;
   line-height: 21px;
   padding: 1px 17px;
   width: 70px;
   }
.login-submit .button-primary:hover {
    background: #ef9200;
    border: 1px solid #ce7000;
	color: #ffffff;
    font-family: arial;
    font-size: 12px; 
	font-weight: bold; 
	line-height: 21px;
    padding: 0 16px;
	}
.widget.widget_wp_sidebarlogin {
    border-bottom: 1px solid #acb2b6;
    box-sizing: border-box;
    float: left; 
	padding-bottom: 15px; 
	width: 100%;
	}
.widget.widget_text { 
   box-sizing: border-box;
   float: left; 
   width: 100%;
   }
.sidebar-right .textwidget a {
    color: #101e28;
    font-size: 10px;
    line-height: 14px;
	}.
post-14 .textwidget a {
    color: #101e28; 
	font-size: 10px; 
	line-height: 14px;
	}
.sidebar-right .textwidget p {
    color: #717171;
    font-size: 10px;
    line-height: 14px;
    margin-left: -10px; 
	margin-top: -11px;
	}
.post-14 .textwidget p {
    color: #717171;
    font-size: 10px;
    line-height: 14px;
    margin-left: -10px;
    margin-top: -11px;
	}
.logo .widget.widget_sp_image {
    background: #ffffff;
    border: 2px solid #019df0;
    float: left;
	margin-bottom: 0; 
	margin-top: -35px; 
	padding: 8px;
	}
.col-lg-4.col-md-4.logo {
    padding-left: 0;
	}
.main-content .hentry { 
   border: medium none;
   }
.header-banner .container {
    padding-left: 0;
    padding-right: 0;
	}
.entry-content .text-contact a { 
   color: #e5621b;
   }
.text-title-form {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
	}
.entry-content .wpcf7-form p { 
   box-sizing: border-box;
   float: left;
   margin-bottom: 3px;
   width: 100%;
   }
.wpcf7-form span {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
	}
.wpcf7-form .wpcf7-form-control-wrap input {
    background: #eeeeee;
    border: 1px solid #d1d1d1;
    font-family: arial; 
	font-size: 12px; 
	height: 26px; 
	width: 171px;
	}
.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input { 
   height: auto; 
   width: auto;
   }
.wpcf7-form textarea { 
   background: #eeeeee;
   border: 1px solid #d1d1d1;
   font: 12px Arial,Helvetica,sans-serif; 
   height: 98px;
   width: 269px;
   }
.wpcf7-form-control.wpcf7-submit {
    background: #e56900;
    border: none;
    color: #ffffff;
    font-family: arial; 
	font-size: 12px; 
	font-weight: bold;
    line-height: 21px; 
	padding: 1px 15px;
	width: 70px; 
	margin-left: 133px;
	}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #ef9200; 
	border: 1px solid #ce7000;
	color: #ffffff;
    font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 21px; 
	padding: 0 14px;
	}
.entry-content .wpcf7-validation-errors {
    border: none;
	}.
right-content {
    float: right;
    width: 57%;
	}
entry-content hr {
    border: none;
	}
.line {
    border-top: 2px solid #000;
    margin: 50px 50px 50px 0;
    width: 100%;
	}
.content-single {
    box-sizing: border-box;
    float: left;
    width: 100%;
	}
#menu-menu-consumer.menu {
    padding-left: 0;
	}

/***** side bar *********/
.col-md-3.sidebar-page {
    float: left;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
    width: 226px;
}
.col-md-9.page-content {
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0; 
	width: 77%;
	}
.sidebar-page ul.menu {
    padding: 0;
	}
.sidebar-page ul.menu li.menu-item.current-menu-item, .sidebar-page ul.menu li.menu-item:hover {
    background: url("images/main-navover.png") repeat-x scroll 0 0;
	}
.sidebar-page ul.menu li.menu-item {
    background: url("images/subnav.png") repeat-x scroll 0 0;
    border: 2px solid #c1c2c4;
    box-shadow: 0 2px 2px #7f7f7f;
    display: block;
	}
.main-content p, .main-content li {
    color: #373737;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
	}
.sidebar-page ul.menu li.menu-item a {
    background: url("images/subnav-arrow.png") no-repeat scroll left center;
    margin-left: 4px;
	}
.sidebar-page ul.menu li.menu-item a {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; 
	font-style: normal;
    line-height: 31px;
    outline-style: none;
    padding: 9px 4px 5px 10px;
    text-decoration: none; 
	text-transform: uppercase;
    white-space: normal;
	}
.sidebar-page ul.menu li.current-menu-parent ul.sub-menu {
    display: block;
    padding-left: 0;
	}
.sidebar-page ul.menu li ul.sub-menu {
    display: none;
	}
.sidebar-page ul.menu li ul.sub-menu li.menu-item a {
    background: none;
	}
.sidebar-page ul.menu li.menu-item ul.sub-menu li.menu-item {
    background: #9f9fa1;
	}
.sidebar-page ul.menu li.menu-item ul.sub-menu li.menu-item:hover, .sidebar-page ul.menu li.current-menu-parent,  .sidebar-page ul.menu li.menu-item.current-menu-parent ul.sub-menu li.current-menu-item {
    background: url("images/main-navover.png") repeat-x scroll 0 0;
	}
.sidebar-page ul.menu li.menu-item.current_page_item ul.sub-menu {
    display: block;
    padding: 0;
    width: 100%;
	}
.sidebar-page ul.menu li ul.sub-menu li.menu-item {
    padding-left: 0;
    width: 100%;
	}
.main-content h2 {
    color: #373737;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.back-to-top {
    float: right;
	}
.main-content .col-md-6 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
    width: 57%;
	}
.home .main-content .col-md-6 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
    width: 55%;
}
.main-content a {
    color: #e5621b;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
	}
.page-id-475 .poweredby {
    display: none;
}
.link-arrow-down h4 {
    border-bottom: 2px solid #000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px; 
	margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
	}
.content-link {
    box-sizing: border-box;
    float: left;
    width: 100%;
	}
.content-link .widget.widget_sp_image {
    float: left;
    min-height: 146px;
    width: 50%;
	}
.content-link .widget_sp_image h5 {
    display: none;
	}
.content-link img {
    margin: 0 3px 0 0;
    width: 31%;
}
.relationship strong {
    font-size: 12px;
}
.content-link .widget_sp_image-description p, .content-link .widget_sp_image-description a {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
	}
.col-md-3.sidebar-page-right {
    float: right;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 203px;
}
.page-id-475 .title-single h2 {
    display: none;
}
.parent .level-1 a {
    color: #0096ef;
}
.site-map .parent {
    list-style: none;
}
.level-2 li {
    list-style: none;
}
.parent .level-2 a {
    color: #787878;
}
.site-map {
    margin-top: 30px;
}
.site-map .level-0 {
    padding-left: 0;
}
.sidebar-page-right .textwidget p {
    color: #717171;
    font-size: 10px;
    line-height: 15px;
    margin-top: -10px;
	}
.sidebar-page-right .textwidget a {
    color: #101e28;
    font-size: 10px;
	}
.sidebar-page-right .textwidget {
    padding: 0;
	}
#mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
	background: none;
	}
.content-featured {
    float: left;
    margin-top: -8px;
    width: 64%;
	}
.image-featured { 
   float: left;
   margin-left: 32px;
   margin-top: 37px;
   }
.image-company { 
   float: left; 
   margin-bottom: 30px;
   width: 100%;
   }
.description-bg {
    background: url("images/title-bg.png") repeat-x scroll 0 0;
    border-radius: 5px; 
	float: left;
    height: 90px; 
	padding: 15px 33px;
    text-align: center;
	}
.description-bg p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
	}
.top-content {
    box-sizing: border-box;
    float: left;
    width: 100%;
	}
.top-content {
    box-sizing: border-box;
    float: left;
    margin-left: 64px;
    text-align: center;
    width: 52%;
	}
.thumbnail-image {
    margin-bottom: 20px;
    margin-top: 15px;
	}
.text-specification strong {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
	}
.print-pdf {
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
    margin-top: 22px;
    width: 100%;
	}
.text-specification {
    float: left;
    margin-top: 35px;
	}
.item-pdf-print { 
   float: right;
   }
.print-pdf .printfriendly.pf-alignleft {
    margin-bottom: 0;
	}
.item-pdf-print img {
    padding-top: 15px;
	}
.contect-post {
    float: left;
    width: 100%;
	}
.contect-post .pf-content {
    background: #f9f9f9;
    margin: 5px;
    padding: 5px;
	}
.contect-post .pf-content p {
    line-height: 18px;
    margin-bottom: 0;
}
#menu-item-42{width:auto!important;}
.description {
    display: table;
    margin: 0 auto;
	}
.category-product h4 {
    display: none;
	}
.category-product strong {
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
.main-category img {
    max-height: 225px;
	}
.main-category .widget_sp_image-description a {
    background-image: linear-gradient(to top, #00c3f4 0%, #3c95ea 100%);
    border: 2px solid #d8d8d7;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-family: arial;
    font-size: 15px;
    height: 36px; 
	line-height: 18px;
    padding: 8px;
    text-decoration: none;
    width: 100%;
	}
.widget_sp_image-description {
    margin-top: 30px;
    width: 202px;
	}
.main-category .widget.col-md-3 {
    text-align: center;
	}
.top-content.vending {
    box-sizing: border-box;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
	}
.top-content.vending h3 {
    background: #333333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 5px;
	text-align: left;
	}
.content-category.col-md-3 {
    border: 1px dotted #ccc;
    margin: 5px;
    max-height: 269px;
    min-height: 269px;
    padding: 5px;
}
.main-catergory h3 {
    color: #0199ef;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
	}
.content-category .thumbnail-img img {
    max-height: 127px;
    max-width: 72%;
    width: auto;
	}
.content-category .thumbnail-img {
    text-align: center;
	}
.content-main {
    font-family: arial;
    font-size: 11px;
	}
.more-detail {
    margin-bottom: 50px;
    margin-top: 5px;
    text-align: center;
	}
.main-catergory {
    margin-top: -20px;
	}
.info-links-vending {
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 100%;
	}
.info-links-vending .title-links {
    margin-top: 20px;
	}
.logo-links .title a {
    color: #024e70;
	}
.main-info.col-md-4 {
    text-align: center;
	}
.home .warpper-background {
    background: #caced2 url("images/main-bg.png") repeat-y;
    margin-top: 1px;
	}
.home .widget_sp_image-description {
    margin: 0;
    padding: 0;
    width: 103%;
	}
.link-arrow-down .widget_sp_image-description {
    float: right;
    margin-top: 0;
    width: 65%;
}
.link-arrow-down .content-link .widget.widget_sp_image {
    margin: 0;
    min-height: 142px;
	}
.sidebar-page ul.menu li ul.sub-menu li.menu-item.current-menu-item {
	background: url("images/main-navover.png") repeat-x;
}
.home .main-content.container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.header-banner .widget-banner .widget_sp_image-description a {
    text-decoration: none;
}
ul.wsp-pages-list li ul.children .page_item:before {
	content:'\00ac';
	padding-right: 5px;
}
.wsp-pages-title {
    display: none;
}
ul.wsp-pages-list li {
    list-style: none;
}
.wsp-pages-list li .page_item a {
    color: #0096ef;
}
.wsp-pages-list li ul.children li ul.children .page_item a {
    color: #787878;
}
.wsp-commercial-refrigeras-list li {
    list-style: none;
	content:'\00ac';
	padding-right: 5px;
}
.wsp-commercial-refrigeras-list li:before {
	content:'\00ac';
	padding-right: 5px;
}
.wsp-vending-machiness-list li {
    list-style: none;
	content:'\00ac';
	padding-right: 5px;
}
.wsp-vending-machiness-list li:before {
	content:'\00ac';
	padding-right: 5px;
}
.main-content .wsp-commercial-refrigeras-title {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}
.main-content .wsp-vending-machiness-title {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}
.wsp-commercial-refrigeras-list li a {
	color: #0191e4;
}
.wsp-vending-machiness-list li a {
	color: #0191e4;
}
.btn.info-link-btn {
    background: linear-gradient(to top, #00c3f4 0%, #3c95ea 100%) repeat scroll 0 0;
    color: #ffffff;
	float: left;
    font-size: 14px;
    font-weight: bold;
}
.info_distributor {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.logo-links .-title-link {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}

/******************************************* responsive  ********************************************************/

@media only screen and (max-width : 1303px) {
.page .main-content.container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.main-content .content-single {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.site-content {
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
}
@media only screen and (max-width: 1253px){

.widget.col-md-3 .widget_sp_image-description {
    box-sizing: border-box;
    width: 100%;
}
}

@media only screen and (max-width: 1210px){
.main-category .widget_sp_image-description a {
    font-size: 13px;
}
}
@media only screen and (max-width: 1199px){
	 .header-banner .widget-banner.widget_sp_image img, #widget_sp_image-3.widget-banner.widget_sp_image img, #widget_sp_image-4.widget-banner.widget_sp_image img, #widget_sp_image-5.widget-banner.widget_sp_image img{
		height: 250px;
	}
	#widget_sp_image-4.widget-banner.widget_sp_image {
		padding-top: 0;
	}
	#widget_sp_image-4.widget-banner.widget_sp_image img{
		padding-top: 20px;
	}
	#widget_sp_image-2.widget-banner .widget_sp_image-description p {
	  margin-left: 31px;
	}
	.main-content.container {
    width: 100%;
}
}
@media only screen and (max-width : 1178px) { 

.main-category img {
    max-height: 205px;
    width: auto;
}

}

@media only screen and (max-width : 1170px) { 

.page .col-md-3.sidebar-page {
    padding-right: 0;
}
.main-content .col-md-3.sidebar-left {
    box-sizing: border-box;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 27px;
}
.main-category .widget_sp_image-description a {
    font-size: 13px;
    height: auto;
    width: 100%;
}
}
@media only screen and (max-width : 1149px) { 
.info_distributor {
    float: right;
    margin-top: 10px;
    width: 100%;
}
}
@media only screen and (max-width : 1092px) { 
.home .main-content .col-md-6 {
    width: 54%;
}
}
@media only screen and (max-width : 1080px) { 
.main-category .widget_sp_image-description a {
    font-size: 11px;
}
.home .image-featured {
    margin-left: 10px;
}

.col-md-9.page-content {
    float: right;
    width: 76%;
}
.description-bg {
    background: #05c0f5 url("images/title-bg.png") repeat-x scroll 0 0;
    border-radius: 5px;
    float: left;
    height: auto;
    padding: 15px 33px;
    text-align: center;
}
}
@media only screen and (max-width : 1045px) { 
.home .main-content .col-md-6 {
    width: 52%;
}
}
@media only screen and (max-width : 1036px) { 

.col-md-9.page-content {
    float: right;
    width: 72%;
}
}
@media only screen and (max-width: 1024px){
	#mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li, #mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box {
	  display: block;
	  float: left;
	  width: auto;
	}
	.nav_logo{
		background: url("images/nav-bg.gif") repeat-x scroll 0 0;
	}
	
.nav_logo.mobile_menu_active {
    background: #7d7d7d;
}
.home .main-content .col-md-3.sidebar-left {
    box-sizing: border-box;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
}
.header-banner .widget-banner .widget_sp_image-description p {
    font-size: 8px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 106px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 41px;
}
.home .main-content .col-md-6 {
    padding-left: 0;
    width: 52%;
}
}
@media only screen and (max-width: 979px){
	.home .col-md-3.sidebar-page-right{
		width: 226px;
	}
}

@media only screen and (max-width : 995px) {
.main-content .col-md-6 {
    float: right;
    width: 75%;
}
.content-category.col-md-3 {
    float: left;
    width: 48%;
}
.main-category .widget_sp_image-description a {
    font-size: 11px;
    height: auto;
    width: 100%;
}
}
@media only screen and (max-width : 991px) {
.contact-main .col-md-6.page-content {
    padding-right: 20px;
    width: 100%;
}
.wpcf7-form span {
    width: 109px !important;
}
.header-banner .widget-banner.widget_sp_image, #widget_sp_image-3.widget-banner.widget_sp_image, #widget_sp_image-4.widget-banner.widget_sp_image, #widget_sp_image-5.widget-banner.widget_sp_image {
  width: 50%;
}
.home .container{
	width: 90%;
}
#footer .poweredby {
  text-align: center;
}
.home .main-content .col-md-6{
	padding-left: 0;
}
.home .main-content .col-md-6 {
    padding-left: 0;
    width: 100%;
}
.col-md-3.sidebar-page-right {
    float: left;
}
.main-category .widget.col-md-3 {
    float: left;
    text-align: center;
    width: 50%;
}
.logo-links {
    float: left;
    width: 100%;
}
.main-category .widget_sp_image-description a {
    font-size: 15px;
    height: auto;
    width: 100%;
}
.main-info.col-md-4 {
    float: left;
    text-align: center;
    width: 50%;
}
.page-template-template-vending-machines .col-md-9.page-content {
    float: left;
    padding: 0 0 0 20px;
    width: 73%;
}
.page-template-template-vending-machine .col-md-9.page-content {
    float: left;
    padding: 0 0 0 20px;
    width: 73%;
}
.main-content .col-md-6 {
    float: right;
    width: 74%;
}
.main-content .right-info-link.col-md-6.pull-right {
    width: 100%;
}
}
@media only screen and (max-width : 945px) { 

.main-content .col-md-6 {
    float: right;
    width: 73%;
}
}
@media only screen and (max-width : 930px) { 
.header-banner {
    background: none
}
.page-template-template-vending-machines .col-md-9.page-content {
    float: left;
    padding: 0 0 0 20px;
    width: 71%;
}
}
@media only screen and (max-width : 905px) { 

.col-md-9.page-content {
    float: right;
    width: 70%;
}

.main-content .col-md-6 {
    float: right;
    width: 72%;
}
}
@media only screen and (max-width : 872px) { 

.main-content .site-content .col-md-6 {
    float: right;
    width: 68%;
}
.page-template-template-vending-machines .col-md-9.page-content {
    float: left;
    padding: 0 0 0 20px;
    width: 69%;
}
}
@media only screen and (max-width : 831px) { 
.col-md-9.page-content {
    float: right;
    width: 68%;
}
.content-category.col-md-3 {
    float: left;
    width: 47%;
}
}
@media only screen and (max-width : 812px) { 
.main-content .col-md-6 {
    float: right;
    width: 72%;
}
.logo-top {
    width: 1000px;
}
header.site-header {
    overflow: hidden;
    width: 100%;
}
}
@media only screen and (max-width : 808px) { 

.col-md-9.page-content {
    float: right;
    width: 67%;
}
.page-template-template-vending-machines .col-md-9.page-content {
    float: left;
    padding: 0 0 0 20px;
    width: 67%;
}
}

@media only screen and (max-width: 800px){
.logo-top {
    width: 1000px;
}
header.site-header {
    overflow: hidden;
    width: 100%;
}

}
@media only screen and (max-width: 785px){

.col-md-9.page-content {
    float: right;
    width: 66%;
}
.content-category.col-md-3 {
    float: left;
    width: 47%;
}
.main-content .site-content .col-md-6 {
    float: right;
    width: 67%;
}
}
@media only screen and (max-width: 768px){
.navbar-menu {
    display: none;
}
#wprmenu_menu {
    width: 100% !important;
}
#widget_sp_image-5.widget-banner .widget_sp_image-description p {
    line-height: 14px;
    margin-left: 42px;
    margin-top: -31px;
}
.main-content.container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.main-content .content-single {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.top-content {
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.main-content .site-content .col-md-6 {
    float: left;
    width: 100%;
}
}

@media only screen and (max-width : 751px) { 

.col-md-9.page-content {
    float: right;
    width: 100%;
}
.main-content .col-md-6 {
    float: left;
    padding: 0;
    width: 100%;
}
.main-content .site-content .col-md-6 {
    float: left;
    width: 100%;
}
.site-content .col-md-3.sidebar-page {
    float: left;
    padding-right: 0;
    width: 100%;
}
.page-template-template-vending-machines .col-md-9.page-content {
    float: left;
    padding: 0;
    width: 100%;
}
}

@media only screen and (max-width : 661px) { 

.col-md-9.page-content {
    float: right;
    width: 100%;
}
.col-md-9.page-content {
    float: right;
    padding-left: 0;
    width: 100%;
}
}
@media only screen and (max-width : 659px) { 

.col-md-9.page-content .content-category.col-md-3 {
    float: left;
    width: 47%;
}
}
@media only screen and (max-width : 539px) { 
.col-md-9.page-content .content-category.col-md-3 {
    float: left;
    width: 47%;
}
}
@media only screen and (max-width : 504px) {  
.main-category .widget.col-md-3 {
    float: left;
    text-align: center;
    width: 100%;
}
.entry-content-page ol {
    padding-left: 17px;
}
.entry-content-page ul {
    padding-left: 17px;
}
}
@media only screen and (max-width : 481px) {  
.link-arrow-down .widget.widget_sp_image {
    float: left;
    width: 100%;
}

}

@media only screen and (max-width: 479px){
	.header-banner .widget-banner.widget_sp_image, #widget_sp_image-3.widget-banner.widget_sp_image, #widget_sp_image-4.widget-banner.widget_sp_image, #widget_sp_image-5.widget-banner.widget_sp_image {
	  text-align: center;
	  width: 100%;
	}
	#widget_sp_image-2.widget-banner .widget_sp_image-description p {
	  margin-left: 44px;
	}
	#widget_sp_image-4.widget-banner .widget_sp_image-description p {
	  margin-left: 96px;
	}
	.home .content-featured {
	  width: 100%;
	}
	.col-md-3.sidebar-page-right {
	  float: left;
	}
	.col-md-9.page-content .content-category.col-md-3 {
    float: left;
    width: 100%;
}
}
@media only screen and (max-width: 461px){ 
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    margin-left: 126px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 207px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 163px;
}
#widget_sp_image-5.widget-banner .widget_sp_image-description p {
    margin-left: 74px;
}
}
@media only screen and (max-width: 415px){
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
  margin-left: 79px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 180px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 137px;
}
}
@media only screen and (max-width: 385px){ 
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    margin-left: 72px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 166px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 124px;
}
}

@media only screen and (max-width: 375px){ 
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 159px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 115px;
}
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    margin-left: 65px;
}
}
@media only screen and (max-width: 360px){ 
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    margin-left: 60px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    line-height: 13px;
    margin-left: 155px;
    margin-top: -35px;
}
#widget_sp_image-5.widget-banner .widget_sp_image-description p {
    line-height: 14px;
    margin-left: 40px;
    margin-top: -31px;
}
.header-banner .widget-banner .widget_sp_image-description p {
    color: #006fb3;
    font-size: 9px;
    text-transform: uppercase;
}
}
 
@media only screen and (max-width: 359px){
	.main-content .col-md-6 {
	  width: 100%;
	}
	.header-banner .widget-banner .widget_sp_image-description p {
    font-size: 8px;
}
	#widget_sp_image-2.widget-banner .widget_sp_image-description p {
	  margin-left: 58px;
	}
	#widget_sp_image-5.widget-banner .widget_sp_image-description p {
    margin-left: 38px;
}
.widget_wp_sidebarlogin form .input {
  width: 217px;
}
.main-info.col-md-4 {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
}
@media only screen and (max-width: 320px){
.header-banner .widget-banner .widget_sp_image-description p {
    font-size: 11px;
}
#widget_sp_image-2.widget-banner .widget_sp_image-description p {
    margin-left: 41px;
}
#widget_sp_image-3.widget-banner .widget_sp_image-description p {
    margin-left: 136px;
}
#widget_sp_image-4.widget-banner .widget_sp_image-description p {
    margin-left: 96px;
}
}
.distributor-page{
margin: 50px auto;
    max-width: 800px;
}


input#login {
    background: rgba(0, 0, 0, 0) url("http://www.sanden.com.au/website-old/theme/btn-login.png") no-repeat scroll center 0;
    padding: 0 28px;
}