/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration:none;
}

a:hover{
	text-decoration:none!important;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clear{
	clear:both;
}

/* KCM Custom Style Start
   =========================================================================== */

body{
	color: #4a4a4a;
	font-size: 16px;
	font-family: 'Roboto';
  font-weight: 300;
  line-height: 170%;
}

/*.container{
	max-width:940px;
}*/

.fullwidth{
	width:100%;
}

.desktop{
	display:block!important;
}

.mobile{
	display:none!important;
}

/* Text Headers */

.banner-text::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent rgba(0,0,0,0.7);
  border-image: none;
  border-style: solid;
  border-width: 0 26px 26px 0;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 999999;
}

.white-box.banner-text::before {
  border-color: transparent rgba(255,255,255,0.7);
}

h1.banner-title{
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

h2.banner-desc {
  font-size: 17px;
  line-height: 150%;
  width: 100%;
  margin-top: 0;
}

h2.sidebar-title{
	color: #940000;
	font-size: 17px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

h2.product-name {
  color: #333;
  font-size: 23px;
}

h3.fp-module-text-title {
  font-size: 17px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.product-module-wrapper {
  text-align: center;
}

.product-module-wrapper img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width:100%;
}

.product-module-wrapper .img-wrap img {
  display: inline-block;
  width: 70%;
  margin: 0 0 10px;
}

.container-two-third h1, .container-two-third h2, .container-two-third h3, .container-two-third h4, .container-two-third h5, .container-two-third h6, h3.home-module-title, h3.footer-module-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.container-two-third h1, .container-two-third h2, .container-two-third h3, .container-two-third h4, .container-two-third h5, .container-two-third h6, .container-two-third p {
	margin: 0 0 15px 0;
}

.container-two-third h5 {
	font-size: 16px;
}

.container-two-third h5.nomarginbottom, .container-two-third h6.nomarginbottom {
	margin: 0 0 5px 0;
}

.container-two-third h6 {
	font-size: 13px;
}

.container-two-third ul {
	padding-left: 15px;
}

#home-modules-container {
  padding: 30px 0;
}
#home-modules-container .home-module {
	font-size: 16px;
  line-height: 22px;
  padding: 30px 20px;
	text-align: center;
  background-repeat: no-repeat; 
  background-position: left center;
  min-height: 165px;
}

#home-modules-container .home-module:last-child {
  border-right: 0 none;
}

#home-modules-container .home-module .home-module-icon {
  font-size: 130px;
  color: #a6a5a6;
  margin: 0 auto 30px;
}

#home-modules-container .home-module .home-module-icon.icon-customer {
  background: url('images/icon-customer.svg') top center no-repeat;
  background-size: contain;
}
#home-modules-container .home-module .home-module-icon.icon-quality {
  background: url('images/icon-quality.svg') top center no-repeat;
  background-size: contain;
}
#home-modules-container .home-module .home-module-icon.icon-teamwork {
  background: url('images/icon-teamwork.svg') top center no-repeat;
  background-size: contain;
}

#footer-modules-container .footer-module {
	padding: 30px 15px;
	font-size: 12px;
}

h3.home-module-title {
  font-size: 20px;
  color: #ce0f0f;
	margin: 0 0 15px 0;
}

h3.footer-module-title {
	font-size: 16px;
	color: #d20000;
  margin: 0 0 15px 0;
}

.product-page-title h3.subpage-title{
	margin:0;
}

h3.product-section-title {
  color: #333333;
  font-size: 14px;
  margin: 15px 0;
}

/* header */

.header-container .header-main {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 50px;
  line-height: 40px;
  padding: 5px 0;
  position: relative;
}
.header-container .logo-container {
  text-align: left;
}
.header-container .logo-container a {
  border: none;
}
.header-container .logo-container a:hover {
  opacity: 1;
}

#header-container.sticky .logo-container img {
	-webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}

.main-nav {
  float: right;
  list-style-type: none;
  margin: 0;
}
.main-nav li{
	float:left;
}
.main-nav li a {
	text-decoration: none;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
  font-weight: 500;
  border: none;
}
.main-nav li.current-menu-item a , .main-nav li:hover a{
	color: #ce0f0f;
	opacity: 1;
}
.main-nav li:last-child a{
	padding-right: 0;
}

.main-navigation-container {
  position: static;
}

#menu-main-navigation li.mega-menu ul.dropdown-menu {
  display: none;
  width: 100%;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}
#menu-main-navigation li.mega-menu.menu-open ul.dropdown-menu {
  display: block;
}

ul.dropdown-menu .megamenu-outer {
  line-height: 100%;
  padding: 30px 30px;
  min-height: 476px;
}
ul.dropdown-menu .megamenu-outer.bg-gray {
  background: #eaeaea;
}
ul.dropdown-menu .megamenu-outer .entry-list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.dropdown-menu .megamenu-outer .entry-title {
  font-size: 16px;
  color: #ed1d24;
  border-bottom: 1px solid #ed1d24;
  padding: 0 0 5px;
  margin: 0 0 15px;
  position: relative;
}

ul.dropdown-menu .bg-white .entry-title:after {
  font-family: 'kcm';
  font-size: 20px;
  position: absolute;
  top: -3px;
  right: 0;
}
ul.dropdown-menu .bg-white #menu-passenger .entry-title:after {
  content: '\e908';
}
ul.dropdown-menu .bg-white #menu-van .entry-title:after {
  content: "\e907";
}
ul.dropdown-menu .bg-white #menu-agricultural .entry-title:after {
  content: "\e90a";
}
ul.dropdown-menu .bg-white #menu-industrial .entry-title:after {
  content: "\e909";
}
ul.dropdown-menu .bg-white #menu-heavy .entry-title:after {
  content: "\e906";
}

ul.dropdown-menu .megamenu-outer .entry-list-cat li {
  float: unset;
  border-bottom: 1px solid #4a4a4a;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
ul.dropdown-menu .megamenu-outer .entry-list-cat li:last-child {
  margin: 0;
}
ul.dropdown-menu .megamenu-outer .entry-list-cat li:hover a {
  color: #ed1d24;
}
ul.dropdown-menu .megamenu-outer .entry-list-cat li a {
  font-size: 14px;
  color: #4a4a4a;
  padding: 0;
}

ul.dropdown-menu .megamenu-outer.bg-gray .entry-title {
  margin: 0 0 25px;
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li a:after {
  font-family: 'kcm';
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li#menu-passenger a:after {
  content: '\e908';
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li#menu-van a:after {
  content: "\e907";
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li#menu-agricultural a:after {
  content: "\e90a";
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li#menu-industrial a:after {
  content: "\e909";
}
ul.dropdown-menu .megamenu-outer.bg-gray .entry-list-cat li#menu-heavy a:after {
  content: "\e906";
}

ul.dropdown-menu .megamenu-outer .megamenu-item {
  margin-bottom: 30px;
  min-height: 195px;
}
ul.dropdown-menu .megamenu-outer .megamenu-item:nth-last-child(-n+2) {
  margin: 0;
}

/* banner */

#home-banner {
	position: relative;
  margin: 50px 0 0;
/**	-webkit-box-shadow: 2px 11px 5px -3px rgba(212,211,213,1);
	-moz-box-shadow: 2px 11px 5px -3px rgba(212,211,213,1);
	box-shadow: 2px 11px 5px -3px rgba(212,211,213,1); **/
}

#home-banner #banner-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
}
#home-banner #banner-navigation .link-scroll {
  display: inline-block;
  background: rgba(0,0,0,0.3);
  padding: 15px;
}

.home-banner-slider img {
	width: 100%;
}

.home-banner-slider-wrapper {
  max-width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-banner-slider-wrapper .banner-inner {
  position: relative;
}

.home-banner-slider {
  position: relative;
}
.home-banner-slider .owl-nav {
  margin: 0;
}
.home-banner-slider .owl-carousel .owl-nav .owl-prev,
.home-banner-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  z-index: 99;
  height: 50px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  opacity: 1;
  width: 30px;
  margin: 0;
  box-shadow: none;
}
.home-banner-slider .owl-carousel .owl-nav .owl-prev {
  left: 25px;
}
.home-banner-slider .owl-carousel .owl-nav .owl-next {
  right: 25px;
}
.home-banner-slider .owl-carousel .owl-nav .owl-prev span,
.home-banner-slider .owl-carousel .owl-nav .owl-next span {
  font-size: 45px;
  line-height: 20px;
  color: #ffffff;
}

.home-banner-white-block {
  content: "";
  background: #777677;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0.9;
}
.home-banner-white-block .white-diagonal-block {
  content: "";
  background: url('images/blueprint-border-gray-tall.svg') center center no-repeat;
  width: 500px;
  height: 600px;
  position: absolute;
  top: 0;
  left: -400px;
  z-index: 9;
  opacity: 1;
}
.home-banner-white-block .banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36%;
  right: 0;
  width: 125%;
  height: 100%;
  z-index: 99;
}

.page-banner-white-block {
  content: "";
  background: #777677;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0.9;
}
.page-banner-white-block .white-diagonal-block {
  content: "";
  background: url('images/blueprint-border-gray.svg') center center no-repeat;
  width: 400px;
  height: 500px;
  position: absolute;
  top: 0;
  left: -370px;
  z-index: 9;
  opacity: 1;
}

.page-banner-white-block.taxo-white-block .white-diagonal-block {
  height: 300px;
}

.page-banner-white-block .banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  right: 0;
  width: 125%;
  height: 100%;
  z-index: 99;
}

.home-banner-white-block .banner-overlay .banner-outer,
.page-banner-white-block .banner-overlay .banner-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.home-banner-white-block .banner-overlay .banner-outer .banner-inner,
.page-banner-white-block .banner-overlay .banner-outer .banner-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
}
.home-banner-white-block .entry-title-banner,
.page-banner-white-block .entry-title-banner {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 25px;
}
.home-banner-white-block .entry-title-banner {
  position: absolute;
  top: 35%;
}
.home-banner-white-block .entry-desc-banner {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  position: absolute;
  top: 45%;
}
.page-banner-white-block .entry-desc-banner {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}

.banner-nav{
	position:absolute;
	top:50%;
	z-index:999;
	width:36px;
	height:36px;
	cursor:pointer;
	display:none;
}

#prev.banner-nav{
	left:0;
	background:url(images/banner-prev.png) no-repeat center;
}

#next.banner-nav{
	right:0;
	background:url(images/banner-next.png) no-repeat center;
}

.banner-text {
	width:500px;
	color:#ffffff;
	position:absolute;
	z-index: 999;
	top: 100px;
	left: 0;
	background:rgba(0,0,0,0.7);
	padding:20px;
}

.white-box.banner-text{
	background:rgba(255,255,255,0.7);
	color:#000;
}

.white-box.banner-text a{
	color:#940000;
}

#header-container {
	width:100%;
	background:rgba(255, 255, 255, 1);
	z-index:9999;
	border-bottom:#eeeeee 1px solid;
	padding:0;
}

#header-container.sticky {
   background: #fff none repeat scroll 0 0;
   height: 50px;
   position: fixed;
}

#header-container.sticky .header-container .row{
	min-height: unset;
	padding: 5px;
	line-height: 40px;
}

#header-container.sticky .logo-container img{
	width:50%;
}

#header-container.sticky .main-nav{
	margin:0;
}

.page-banner-container img{
	width:100%;
}

.page-banner {
  position: relative;
  margin: 50px 0 0;
}
.page-banner .single-main-banner {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 500px;
}
.page-banner .single-main-banner .banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page-banner .single-main-banner .banner-overlay .banner-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.page-banner .single-main-banner .banner-overlay .banner-outer .banner-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
}

.page-banner .single-main-banner.taxo-banner {
  height: 300px;
}

.banner-top {
  background-position: top center;
}
.banner-center {
  background-position: center center;
}
.banner-bottom {
  background-position: bottom center;
}

/*.page-banner .entry-title-banner {
  color: #ffffff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 5px #000000;
}*/

.banner-two-sides .banner-section {
  position: relative;
  padding: 15px 0;
}
.banner-two-sides .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner-two-sides .banner-content .banner-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.banner-two-sides .banner-content .banner-outer .banner-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
}
.banner-two-sides .banner-content .banner-outer .banner-inner .entry-side-title {
  font-size: 65px;
  line-height: 120%;
  color: #ed1d24;
  font-weight: 600;
  margin: 0 0 20px;
}
.banner-two-sides .banner-content .banner-outer .banner-inner .entry-side-subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #4a4a4a;
}
.banner-two-sides .banner-section .content-right-side {
  padding: 0;
}

/* content */

.main-content-container .top-content .subpage-title {
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 0 20px;
}

.main-content-container {
  padding-bottom: 30px;
  padding-top: 30px;
}

/*.page-template-page-home .main-content-container.container {
	padding: 0;
}*/

.fp-module-image{
	padding:0!important;
}

.fp-module-text{
	position:relative;
}

.main-content-container .fp-module-text,
.main-content-container .fp-module-image,
.fp-module-text,
.fp-module-image {
  box-sizing: border-box;
  font-size: 12px;
  min-height: 236px;
  padding: 25px;
}

.main-content-container .fp-module-text,
.fp-module-text{
  color:#ffffff;
}

.main-content-container .fp-module-text.red,
.fp-module-text.red{
	background:#940000;
}

.main-content-container .fp-module-text.yellow,
.fp-module-text.yellow{
	background:#dea91a;
}

.main-content-container .fp-module-text.grey,
.fp-module-text.grey{
	background:#909090;
}

.main-content-container .fp-module-text.white,
.fp-module-text.white{
	background:#ffffff;
}


.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	z-index:999;
}

.tleft{
	border-width: 0 26px 26px 0;
}

.tright {
  border-width: 0 0 26px 26px;
}

.triangle.top-left{
	top:0;
	left:-23px;
}

.triangle.top-right{
	top:0;
	right:-23px;
}

.tred{
	border-color: transparent #940000 transparent ;
}

.tgrey{
	border-color: transparent #909090 transparent;
}

.tlightgrey{
	border-color: transparent #eeeeee ;
}

.tyellow{
	border-color: transparent #dea91a transparent;
}

.none{
	border-color: transparent;
}

a.read-more{
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	display:table;
	margin:5px 0 0;
}

/*--------------------------------------------------------------
## Product Pages
--------------------------------------------------------------*/
.container-product-list {
  padding: 40px 15px;
}

.container-product-list .pagination-area {
  margin-top: 30px;
}
.container-product-list .pagination-area .pagination {
  margin: 0;
}

.product-columns .sidebar .sidebar-title {
  margin-top: 10px;
}
.product-columns .container-two-third {
  margin-top: 14px;
}


.sidebar{
	position:relative;
}

.product-menu-wrapper {
  text-align: right;
}

.product-menu {
  float: none;
}

.container-two-third {
  background: #777677;
  font-size: 16px;
  color: #ffffff;
  padding: 3%;
  box-sizing: border-box;
  line-height: 150%;
  position: relative;
}

body.tax-product-category .container-two-third,
body.page-template-page-products .container-two-third,
body.single-product .container-two-third {
  background: none;
  padding: 0;
}

.container-two-third.gradient{
	background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 68%, #ffffff 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(51%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 68%,#ffffff 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 68%,#ffffff 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 68%,#ffffff 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 68%,#ffffff 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

ul.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.sidebar-menu li a {
  color: #444444;
  display: block;
  font-size: 14px;
  margin: 0 0 15px;
}

ul.sidebar-menu li.active a,
ul.sidebar-menu li.current-cat a {
	color:#444444;
}

.product-module-wrapper {
  margin: 0 0 5%;
}

.product-module-excerpt{
	line-height:150%;
}

a.more-details{
	color:#ed1d24;
	font-size:15px;
	display:block;
	text-transform:uppercase;
}

.product-image-container img{
	width:100%;
}

table.product-table td,table.product-table th {
	padding: 10px 0;
	border-bottom:1px solid #cacaca;
}

table.product-table tr:first-child td,
table.product-table tr:first-child th{
	border-top:1px solid #cacaca;
}

table.product-table th {
	letter-spacing:1px;
}

table.product-table td {
	text-align:center;
}

table.product-table td.fbold {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}

table.product-table{
	width:100%;
}

table.product-detail-table {
  font-size: 12px;
}
table.product-detail-table thead {
  text-transform: uppercase;
  border-bottom: 5px solid #eee;
}
table.product-detail-table thead tr th[rowspan="2"] {
  vertical-align: middle;
}
table.product-detail-table thead tr th,
table.product-detail-table thead tr td {
  padding: 8px 4px;
  text-align: center;
  background-color: #333;
  font-size: 10px;
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

a.download{
	color:#ff0000;
	background:url('images/icon-pdf.jpg') no-repeat left center;
	padding-left:25px;
}

.product-specification {
  border-top: 1px solid #ddd;
  margin: 30px 15px;
  padding: 0;
  width: 96%;
}

table.product-specification-table {
  width: 100%;
}

table.product-specification-table th,
table.product-specification-table td {
  padding: 10px;
}

table.product-specification-table tr:nth-child(odd){
	background:#f3f3f4;
	border-top:1px solid #e7e7e7;
}

table.product-specification-table tr:nth-child(even){
	background:#ffffff;
	border-top:1px solid #e7e7e7;
}

table.product-specification-table tr:last-child{
	border-bottom:1px solid #e7e7e7;
}

.product-page-title{
 padding:0!important;
}

.product-page-title .product-image {
  width: 180px;
}

.product-page-header{
	 padding: 0 15px 15px;
}

.product-logo-container {
  text-align: right;
}

.pagination-area {
  text-align: center;
}

.pagination-area .pagination {
  margin-top: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #940000;
  border-color: #940000;
}

.pagination > li > a, .pagination > li > span {
  color: #940000;
}

/*New Content*/
body a {
    display: inline-block;
    color: #ed1d24;
    border-bottom: 1px solid #ed1d24;
    line-height: 150%;
}
body a:hover {
  color: #ed1d24;
  opacity: 0.5;
}
body a:focus {
  outline: 0;
  text-decoration: none;
  color: #ed1d24;
}

/*Product List Category*/
.content-list-cat-product {
  padding: 40px 0;
}
.content-list-cat-product .box-container {
  border: 1px solid #bebebe;
  min-height: 275px;
  margin-bottom: 25px;
}
.content-list-cat-product .box-container:last-child {
  margin: 0;
}
.content-list-cat-product .box-left-content-right .content-left-bg,
.content-list-cat-product .box-right-content-left .content-right-bg {
  padding: 0;
}
.content-list-cat-product .box-left-content-right .content-left-bg .block-image,
.content-list-cat-product .box-right-content-left .content-right-bg .block-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 275px;
}
.content-list-cat-product .box-left-content-right .content-right-text,
.content-list-cat-product .box-right-content-left .content-left-text {
  padding: 20px 30px;
}
.content-list-cat-product .box-left-content-right .content-right-text .entry-name-cat,
.content-list-cat-product .box-right-content-left .content-left-text .entry-name-cat {
  font-size: 20px;
  margin: 0 0 15px;
}
.content-list-cat-product .box-left-content-right .content-right-text p:last-child,
.content-list-cat-product .box-right-content-left .content-left-text p:last-child {
  margin: 0;
}
.content-list-cat-product .box-left-content-right .content-right-text a.btn-product,
.content-list-cat-product .box-right-content-left .content-left-text a.btn-product {
  margin-top: 15px;
  position: relative;
}
.content-list-cat-product .box-left-content-right .content-right-text a.btn-product:after,
.content-list-cat-product .box-right-content-left .content-left-text a.btn-product:after {
  content: "\e905";
  font-family: 'kcm';
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  right: -18px;
}

/*Taxonomy Category Product*/
.content-list-item-product {
  padding: 110px 0 75px 0;
  position: relative;
}
.content-list-item-product .owl-nav {
  margin: 0;
}
.content-list-item-product .owl-carousel .owl-nav .owl-prev,
.content-list-item-product .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 28%;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  outline: 0;
  z-index: 99;
}
.content-list-item-product .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.content-list-item-product .owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.content-list-item-product .owl-carousel .owl-nav .owl-prev:focus,
.content-list-item-product .owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}
.content-list-item-product .owl-carousel .owl-nav .owl-prev span,
.content-list-item-product .owl-carousel .owl-nav .owl-next span {
  font-size: 40px;
  line-height: 64%;
  color: #ffffff;
}
.content-list-item-product .owl-dots {
  margin-top: 50px;
}
.content-list-item-product .owl-dots .owl-dot {
  outline: 0;
}
.content-list-item-product .owl-dots .owl-dot.active span,
.content-list-item-product .owl-dots .owl-dot:hover span {
  background: #ed1d24;
}

/*Single Product*/
.single-product-container {
  padding: 60px 0 0;
}

.container-product-details,
.container-header-product,
.container-product-features,
.container-product-table {
  margin-bottom: 40px;
}

.container-header-product .sidebar img {
  height: 35px;
}

.container-product-details .content-left .entry-name {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.container-product-details .content-left .entry-cat {
  margin: 0 0 15px;
}
.container-product-details .content-left .entry-cat a {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: bold;
  border: none;
}
.container-product-details .content-left .entry-cat a:hover {
  opacity: 1;
}
.container-product-details .content-left .entry-desc {
  font-size: 16px;
}
.container-product-details .content-left .entry-desc ul {
  margin: 0 0 15px;
  padding: 0 0 0 18px;
}
.container-product-details .content-right .product-image {
  display: block;
  margin: auto;
}

.container-product-features .entry-header {
  margin-bottom: 20px;
}
.container-product-features .entry-header .entry-title {
  font-size: 20px;
  margin: 0;
  position: relative;
}
.container-product-features .entry-block-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.container-product-features .entry-block-list ul li.entry-row {
  display: table-row;
}
.container-product-features .entry-block-list ul li.entry-row.header-row {
  font-weight: bold;
}
.container-product-features .entry-block-list ul li.entry-row .entry-column {
  display: table-cell;
  width: 50%;
  padding: 10px 20px;
  border-top: 1px solid #bcbdbe;
}
.container-product-features .entry-block-list ul li.entry-row .entry-column.content-left {
  text-align: right;
}
.container-product-features .entry-block-list ul li.entry-row .entry-column.content-right {
  text-align: left;
  border-left: 1px solid #bcbdbe;
}
.container-product-features .entry-block-list ul li.entry-row:last-child .entry-column {
  border-bottom: 1px solid #bcbdbe;
}

.container-product-table .entry-header {
  margin-bottom: 20px;
}
.container-product-table .entry-header .entry-title {
  font-size: 20px;
  margin: 0;
}
table.table-sizes {
  width: 100%;
  text-align: center;
}
table.table-sizes thead tr th {
  text-align: center;
  border-top: 1px solid #bcbdbe;
  border-bottom: 1px solid #bcbdbe;
}
table.table-sizes thead tr th:first-child {
  border-left: 1px solid #bcbdbe;
}
table.table-sizes thead tr th:last-child {
  border-right: 1px solid #bcbdbe;
}
table.table-sizes tbody tr td {
  border-right: 1px solid #bcbdbe;
  border-bottom: 1px solid #bcbdbe;
}
table.table-sizes tbody tr td:first-child {
  border-left: 1px solid #bcbdbe;
}
table.table-sizes thead tr th,
table.table-sizes tbody tr td {
  padding: 15px 10px;
}
table.table-sizes tbody tr td a {
  padding-bottom: 2px;
  line-height: 100%;
}
table.table-sizes tbody tr td.brand-logo-first {
  background: none!important;
}
table.table-sizes tbody tr:nth-child(even) td {
  background: #eaeaea;
}
table.table-sizes img {
  padding: 0 5px;
}

.single-product-container .content-contact-form {
  background: #eaeaea;
  padding: 50px 0;
}
.single-product-container .content-contact-form .form-group:last-child {
  margin-bottom: 0;
}
.single-product-container .content-contact-form .form-group .form-control {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-top: 3px solid #999999;
}

.product-content-button {
  padding: 40px 0;
}

body.single-product #footer-logo {
  background: #ffffff;
}

/*Content Number Scroller*/
.content-count-number {
  padding: 55px 0;
}
.content-count-number .block-item {
  border-right: 1px solid #e3ecec;
}
.content-count-number .block-item:last-child {
  border: 0;
}
.content-count-number .block-item .entry-block-title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.content-count-number .block-item .entry-block-number {
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  margin: 25px 0;
}
.content-count-number .block-item .entry-block-subtitle {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

/*Content Left Right*/
.content-left-title-right-desc {
  padding: 40px 0;
}
.content-left-title-right-desc .entry-header {
  margin: 0 0 25px;
}
.content-left-title-right-desc .entry-header .entry-title {
  font-size: 24px;
  color: #333333;
  margin: 0 0 15px;
}
.content-left-title-right-desc .entry-header .entry-desc {
  font-size: 16px;
  color: #333333;
}

.content-left-title-right-desc .entry-block-list.small-block .content-block {
  border-bottom: 1px solid #c0bfc0;
  padding: 20px 0;
}
.content-left-title-right-desc .entry-block-list.small-block .content-left .entry-title {
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.content-left-title-right-desc .entry-block-list.small-block .content-right .entry-desc {
  font-size: 14px;
  color: #333333;
}

.content-left-title-right-desc .entry-block-list .content-block {
  border-bottom: 1px solid #c0bfc0;
  padding: 25px 0;
}
.content-left-title-right-desc .entry-block-list .content-block:first-child {
  border-top: 1px solid #c0bfc0;
}
.content-left-title-right-desc .entry-block-list .content-block:last-child {
  border: none;
}
.content-left-title-right-desc .entry-block-list .content-left .entry-title {
  font-size: 18px;
  color: #333333;
  margin: 0;
  font-weight: 600;
}
.content-left-title-right-desc .entry-block-list .content-block .content-left {
  padding-left: 0;
}
.content-left-title-right-desc .entry-block-list .content-block .content-right {
  padding-right: 0;
}
.content-left-title-right-desc .entry-block-list .content-right .entry-desc {
  font-size: 16px;
  color: #333333;
}
.content-left-title-right-desc .entry-block-list .content-right .entry-desc p {
  margin: 0 0 15px;
}
.content-left-title-right-desc .entry-block-list .content-right .entry-desc p:last-child {
  margin: 0;
}

.content-bg-gray {
  background: #eaeaea;
  padding: 40px 0;
}
.content-bg-gray .entry-title {
  font-size: 30px;
  color: #333333;
  margin: 0 0 15px;
}
.content-bg-gray .entry-desc {
  font-size: 18px;
  color: #333333;
  /*line-height: 24px;*/
}

/*Content Box Random*/
.content-box-random .entry-block-list {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 900px;
}
.content-box-random .entry-block-list .content-block {
  position: relative;
  width: 33.33%;
  display: flex;
  overflow: hidden;
  border: none;
}
.content-box-random .entry-block-list .content-block:hover {
  opacity: 1;
}
.content-box-random .entry-block-list .content-block.small-size {
  height: 300px;
}
.content-box-random .entry-block-list .content-block.large-size {
  height: 600px;
}
.content-box-random .entry-block-list .content-block .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.content-box-random .entry-block-list .content-block .overlay-image .content-block-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-box-random .entry-block-list .content-block .overlay-image .content-block-image:after {
  content: "";
  /*box-shadow: inset 0 0 6em #444;*/
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.content-box-random .entry-block-list .content-block .overlay-image:hover .content-block-image:after {
  opacity: 0.7; 
}
.content-box-random .entry-block-list .content-block .overlay-image .content-block-image .entry-title {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 9;
}


/*Content Two Column*/
.content-two-column {
  padding: 50px 0;
}
.content-two-column .entry-header {
  margin-bottom: 20px;
}
.content-two-column .entry-header .entry-title {
  margin: 0;
}
.content-two-column .box-inner {
  background: #eaeaea;
  padding: 30px;
  border-top: 2px solid #ed1d24;
  min-height: 438px;
}
/*.content-two-column .box-inner.clearfix {
  padding: 8% 30px;
}*/
.content-two-column .box-inner .entry-logo {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 88px;
  padding: 0;
}
.content-two-column .box-inner .entry-logo:nth-child(2n+2) {
  border-right: none;
}
.content-two-column .box-inner .entry-logo:nth-last-child(-n+2) {
  border-bottom: none;
}
.content-two-column .box-inner .entry-logo img {
  display: inline-block;
  width: 75%;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
}
.content-two-column .box-inner .entry-logo img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*.content-two-column .box-inner .entry-logo a {
  border: none;
}
.content-two-column .box-inner .entry-logo a:hover {
  opacity: 1;
}*/
.content-two-column .box-inner .entry-logo-last {
  margin-top: 15px;
}

.content-two-column .box-inner .item-list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.content-two-column .box-inner .item-list .item:first-child {
  padding: 0 0 15px;
}
.content-two-column .box-inner .item-list .item:last-child {
  border: none;
}
.content-two-column .box-inner .item-list .item .entry-title {
  font-size: 20px;
  margin: 0 0 10px;
}
.content-two-column .box-inner .item-list .item .entry-desc {
  font-size: 16px;
  line-height: 24px;
}
.content-two-column .box-inner .item-list .item .entry-desc p {
  margin: 0 0 7.5px;
}
.content-two-column .box-inner .item-list .item .entry-desc p:last-child {
  margin: 0;
}
.content-two-column .box-inner .item-list .item-last {
  margin-top: 15px;
}

/*Content Contact Us*/
.content-contact-us {
  padding: 40px 0;
}
.content-contact-us .entry-header {
  margin: 0 0 20px;
}
.content-contact-us .entry-header .entry-desc {
  font-size: 20px;
  /*line-height: 26px;*/
}

.content-contact-us .entry-third-column .entry-title {
  font-size: 20px;
  margin: 0 0 15px;
}
.content-contact-us .entry-third-column .entry-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-contact-us .entry-third-column .entry-desc .contact-general {
  position: relative;
  padding-left: 28px;
}
.content-contact-us .entry-third-column .entry-desc .contact-general a {
  line-height: 125%;
}
.content-contact-us .entry-third-column .entry-desc .contact-general:before {
  font-family: 'kcm';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-contact-us .entry-third-column .entry-desc .contact-telp:before {
  content: "\e90e";
}
.content-contact-us .entry-third-column .entry-desc .contact-fax:before {
  content: "\e90c";
}
.content-contact-us .entry-third-column .entry-desc .contact-mob:before {
  content: "\e90d";
}
.content-contact-us .entry-third-column .entry-desc .contact-email:before {
  content: "\e90b";
}
.content-contact-us .entry-third-column .content-center {
  border-top: 1px solid #c0bfc0;
  padding: 30px 0;
}
.content-contact-us .entry-third-column .content-left {
  padding-left: 0;
}
.content-contact-us .entry-third-column .content-right {
  padding-right: 0;
}
.content-contact-us .entry-third-column .content-left .entry-block,
.content-contact-us .entry-third-column .content-right .entry-block {
  border-top: 1px solid #c0bfc0;
  padding: 30px 0;
}

/*Content Contact Form*/
.content-contact-form {
  padding: 40px 0;
}
.content-contact-form .entry-header {
  border-bottom: 1px solid #c0bfc0;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.content-contact-form .entry-header .entry-desc {
  font-size: 20px;
  /*line-height: 26px;*/
}
.content-contact-form .form-group {
  margin-bottom: 30px;
}
.content-contact-form .form-group .form-control {
  background: #f6f6f6;
  font-size: 14px;
  color: #000000;
  border: 1px solid #f6f6f6;
  border-top: 3px solid #e3ecec;
  border-radius: 0;
  padding: 16px 20px;
  min-height: 60px;
}
.content-contact-form .form-group textarea {
  height: 240px;
}
.content-contact-form .form-group .form-control:focus {
  box-shadow: none;
}
.content-contact-form .form-group .form-control::placeholder {
  color: #000000;
}
.content-contact-form .form-btn .btn-submit {
  font-size: 16px;
  width: 100%;
  background: #ed1d24;
  color: #fff;
  padding: 10px 15px
}
.content-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.entry-404-content {
  margin-top: 50px;
}
.entry-404-content .main-content-container {
  padding: 75px 0;
  text-align: center;
}
.entry-404-content .subpage-title {
  font-size: 40px;
  padding: 0 0 20px;
  margin: 0 0 25px;
  position: relative;
}
.entry-404-content .subpage-title:after {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #ed1d24;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.entry-404-content small {
  font-size: 16px;
}

/* footer */

#footer{
	font-size:11px;
	color:#666666;
}

#footer ul{
	list-style-type:none;
	padding:0;
	margin-bottom:25px;
	text-align:left;
}

#footer ul li{
	border-top:1px solid #dddddd;
}

#footer ul li:last-child{
	border-bottom:1px solid #dddddd
}

#footer ul li:first-child{
	border:none;
}

#footer ul li a {
  color: #000000;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-align:left;
}

#footer ul li .footer-list-title {
  color: #d20000;
  display: block;
  font-size: 14px;
  margin: 0 0 25px;
}

#footer-section-4 p {
  line-height: 220%;
}

#top-footer{
	padding:3% 0;
	background:#eeeeee;
}
#bottom-footer{
	padding: 10px 0;
	background:#dddddd;
	text-align:center;
}

#footer-logo {
  background: #f2f2f2;
  padding: 25px 0;
}
#footer-logo .content-left img {
  display: block;
  margin: auto;
}
#footer-logo .content-right .entry-title {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 600;
  margin: 10px 0 15px;
}
#footer-logo .content-right .entry-desc {
  font-size: 16px;
  line-height: 22px;
}

#footer-two-column, .content-count-number {
  background: #424747;
}

.content-count-number {
  color: #ffffff;
}

#footer-two-column .content-left,
#footer-two-column .content-right {
  font-size: 14px;
  color: #ffffff;
  padding: 35px 15px;
  min-height: 234px;
}
#footer-two-column .content-left {
  position: relative;
}
#footer-two-column .content-left:after {
  content: "";
  background: #ed1d24;
  position: absolute;
  top: 0;
  right: 0;
  width: 195%;
  height: 100%;
}
#footer-two-column .content-left .entry-footer-content {
  position: relative;
  z-index: 9;
  line-height: 22px;
}
#footer-two-column .entry-footer-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
#footer-two-column .content-right .entry-footer-content {
  line-height: 22px;
}
#footer-two-column .content-right .entry-footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-two-column .content-right .entry-footer-content ul li {
  margin: 0 0 6px;
}
#footer-two-column .content-right .entry-footer-content ul li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
}

#footer-two-column .content-right .entry-footer-content .content-footer-item a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-general {
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-general:before {
  font-family: 'kcm';
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-telp:before {
  content: "\e90e";
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-fax:before {
  content: "\e90c";
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-mob:before {
  content: "\e90d";
}
#footer-two-column .content-right .entry-footer-content .content-footer-item .contact-email:before {
  content: "\e90b";
}

#footer-two-column .content-right .entry-subs {
  font-weight: bold;
  margin: 0 0 15px;
}
#footer-two-column .content-right .entry-form .footer-form-left input {
  width: 100%;
  padding: 5px 10px;
  color: #4a4a4a;
}
#footer-two-column .content-right .entry-form .footer-form-right a.btn-send {
  background: #ed1d24;
  padding: 5px 10px;
  width: 100%;
  color: #ffffff;
}
#footer-two-column .content-right .entry-form .footer-form-right a.btn-send:hover {
  background: #ffffff;
  color: #ed1d24;
}


input.input-text , textarea.input-text {
  border: medium none;
  padding: 7px 10px;
  width: 100%;
}

textarea.input-text{
	min-height:200px;
	width:100%;
}

input.submit-btn {
  background: #d20000;
  border: none;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 20px;
  text-transform: uppercase;
}

label {
	font-weight:normal;
}

.wrapper {
  margin-bottom: 1%;
}

.news-excerpt {
  line-height: 120%;
  margin-bottom: 5%;
}

.post-date {
  display: block;
  font-size: 10px;
  margin: 5px 0 10px;
}

a.post-title {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.container-two-third.news-container {
  float: right;
  margin: 2% 0;
  padding-top: 25px;
}

a.yellow-link {
  font-size: 14px;
  text-transform:uppercase;
}

#footer-modules-container a, a.yellow-link {
  color: #dea91a;
}

.container-two-third a {
  color: #dea91a;
  text-decoration: none;

}
body.page .container-two-third a {
  /* border-bottom: 1px solid #dea91a; */
}
a.back-btn:before{
  content: "\2039";
  margin-right: 6px;
  font-weight: normal;
  color: #333;
  font-size: 24px;
  vertical-align: sub;
}
.container-two-third a:not(:first-child){
  font-size: 12px;
  color:#555;
  background: #f4f4f4;
}
.container-two-third a:not(:first-child):hover{
  background: #f1f1f1;
}
a.red-link {
  color: #d20000;
  font-size: 14px;
  text-transform:uppercase;
}

#desktop-slide-container {
  background: #fff none repeat scroll 0 0;
  bottom: 75px;
  max-width: 940px;
  position: absolute;
  right: 125px;
  z-index: 9999;
  display:none!important;
}

.product-module-excerpt h2 {
  margin-top: 20px;
}
.product-module-excerpt .product-name a {
  border: none;
}
.product-module-excerpt .product-name a:hover {
  color: #ce0f0f;
  opacity: 1;
}
.product-module-excerpt .product-name a,
.product-module-excerpt .product-name a:focus {
  color: #333;
  text-decoration: none;
}

#footer-modules-container .footer-module ul,
.footer-categories {
  list-style-type: none;
  padding: 0;
}

.footer-categories li,
#footer-modules-container .footer-module ul li {
  /*float: left;*/
  width: 50%;
  margin: 0 0 10px;
}

#footer-modules-container .footer-module a {
  color: inherit;
}

.container-two-third .wrapper {
  padding-left: 0;
}

.product-module-wrapper {
  margin: 0 0 5%;
}
.product-module-wrapper .img-wrap a {
  border: none;
}
.product-module-wrapper .img-wrap a:hover {
  opacity: 1;
}

div.wpcf7-validation-errors {
  clear: both;
  margin:0;
}

body.single-product .main-content-container .sidebar .sidebar-title {
  margin-bottom: 5px;
}
body.single-product .main-content-container .sidebar .entry-cat a,
body.single-product .main-content-container .sidebar .entry-cat a:focus {
  text-decoration: none;
  font-size: 13px;
  color: #333;
}

body.single-product .main-content-container .sidebar .entry-cat a:hover {
  color: #940000;
}

@media (min-width: 992px) {
  #header-container.header-fixed, #mega-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  #mega-menu-container {
    position: fixed;
    top: 51px;
    width: 100%;
    height: 200px;
    background: #fff;
    left: 0px;
    padding: 20px 0;
    z-index: 9999;
    display:none;
  }

  /*.product-menu-wrapper {
    margin-bottom: 20px;
  }*/

  /* Single Product */
  /*body.single-product ul.product-menu {
    margin-top: 15px;
  }*/
}

@media (min-width: 768px) {
  /*.product-content-button {
    text-align: right;
  }*/

  /* Single Product */
  body.single-product .main-content-container .sidebar .sidebar-title {
    font-size: 30px;
  }
}

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

  .home-banner-white-block .banner-overlay {
    width: 320px;
    left: -50%;
  }
  .home-banner-white-block .entry-title-banner {
    top: 45%;
  }
  .home-banner-white-block .entry-desc-banner {
    top: 55%;
  }

}

@media screen and (max-width: 1440px) {
  
  .home-banner-white-block .banner-overlay {
    left: -135px;
  }
  .home-banner-white-block .entry-title-banner {
    top: 50%;
  }
  .home-banner-white-block .entry-desc-banner {
    top: 60%;
  }

}

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

  .home-banner-white-block .banner-overlay {
    left: -160px;
  }

  .container-two-third{
    padding: 3% 0;
  }

  .main-content-container .row {
    /*margin: 2%;*/
  }

  #header-container .header-container .header-main {
    min-height: unset;
    /*padding:5px;*/
    line-height: 40px;
  }

  #header-container {
    height: 50px;
  }

  .home .mobile-main-navigation .mobile-menu-button {
    top: 0;
  }

  .mobile-main-navigation .mobile-menu-button {
    top: 0;
  }

  #header-container .main-nav {
    margin: 0;
  }

  h1.banner-title {
      font-size: 25px;
    margin-bottom:15px;
  }

  h2.banner-desc {
    font-size:13px;
  }

  h3.home-module-title {
    font-size: 17px;
  }

}

@media screen and (max-width: 991px) {
	/*#header{
  		height: 90px;
	}*/
  .home-banner-white-block .banner-overlay {
    width: 250px;
  }
  .home-banner-white-block .banner-overlay {
    left: -140px;
  }
  .home-banner-white-block .entry-title-banner {
    font-size: 26px;
    margin: 0;
  }
  .home-banner-white-block .entry-desc-banner {
    font-size: 18px;
    line-height: 26px;
  }
  .home-banner-white-block .entry-title-banner {
    top: 45%;
  }
  .home-banner-white-block .entry-desc-banner {
    top: 55%;
  }

	.main-navigation-container, #menu-main-navigation {
		padding-left: 0;
	}

	.main-nav li a {
		padding: 0 15px;
		font-size: 13px;
	}

	h1.banner-title {
	  /*font-size: 38px;*/
	}

	h2.banner-desc {
	/*font-size:20px;	*/
	}

  /* Super Fish */
  .sf-menu ul {
    padding-left: 0;
  }
  .sf-menu a {
    font-size: 11px;
    padding: 12px 8px;
  }

  /*#home-modules-container .home-module {
    border-bottom: 1px solid #eee;
  }*/

  .home-banner-white-block .white-diagonal-block {
    height: 475px;
  }

  .home-banner-slider-wrapper {
    height: 475px;
  }

  .banner-text {
    top: 50px;
    width: 400px;
  }
  
  .content-count-number .block-item {
    min-height: 158px;
  }
  .content-count-number .block-item .entry-block-title {
    font-size: 18px;
  }
  .content-count-number .block-item .entry-block-subtitle {
    font-size: 20px;
  }

  #footer-modules-container .footer-module {
    min-height: 210px;
  }

}

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

  html, body {
    overflow-x: hidden;
  }

	.mobile{
		display:block !important;
	}
	.desktop{
		display: none !important;
	}

	.main-content-container > .row{
		margin:unset;
	}

  /*#mega-menu-container {
    display: none;
  }*/

  #home-banner, .page-banner {
    margin: 0;
  }
  .home-banner-white-block,
  .page-banner-white-block {
    display: none;
  }
  #home-banner .mobile-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #777677;
    color: #ffffff;
    opacity: 0.9;
    z-index: 9;
    min-height: 86px;
  }
  #home-banner .mobile-overlay .entry-title-banner {
    font-size: 22px;
    margin: 0 0 10px;
  }
  #home-banner .mobile-overlay .entry-desc-banner {
    font-size: 16px;
    line-height: 22px;
  }

  .page-banner .single-main-banner {
    height: 300px;
  }

	.banner-text {
	  /*display: none;*/
    left: 30px;
	}
  .banner-text h1.banner-title {
    font-size: 20px;
  }
  .banner-text h2.banner-desc {
    font-size: 14px;
  }
  .banner-text a.yellow-link {
    font-size: 13px;
  }

	/*#header .header-container{
		height:70px;
	}*/
	#mobile-navigation-wrapper.mobile {
	  position: fixed;
	  left: 0;
	  top: 46px;
	  z-index: 9999;
	  width: 100%;
	  height: auto;
	}
	.home #mobile-navigation-wrapper.mobile {
		top: 46px;
	}
	.mobile-nav-inner-wrapper {
	  background: #000000;
	  min-height: 254px;
	  position: absolute;
	  right: -75%;
	  top: -46px;
	  width: 75%;
	}
	.mobile-main-navigation {
	  position: relative;
	}
	.mobile-menu-button {
	  left: -72px;
	  position: absolute;
	  top: 0;
    cursor: pointer;
	}
	.mobile-main-navigation ul.main-nav {
	  padding: 0 20px;
	  width: 100%;
	}
  .mobile-main-navigation .main-nav li {
    float: none;
    border-bottom: 1px solid #ffffff;
  }
  .mobile-main-navigation .main-nav li:last-child {
    border: none;
  }
	.mobile-main-navigation .main-nav li a {
	  color: #fff;
	  padding: 15px 0;
    line-height: 20px;
	}
  .mobile-main-navigation .main-nav li span.entry-arrow {
    margin-left: 10px;
  }
  .mobile-main-navigation .main-nav li span i {
    font-size: 17px;
    color: #fff;
    line-height: 100%;
  }
  .mobile-main-navigation .main-nav li.opened span i {
    transform: rotate(180deg);
  }
	/*.mobile-main-navigation .main-nav li:first-child a {
	   border-top: none;
	}
	.mobile-main-navigation .main-nav li:last-child a {
		border-bottom: none;
	}
	.mobile-main-navigation .main-nav li:last-child {
	  margin-bottom: 10px;
	}*/
    
  .mobile-main-navigation .main-nav li.menu-item-has-children ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0 0 20px 15px;
  }
  .mobile-main-navigation .main-nav li.menu-item-has-children ul.sub-menu li {
    border: none;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .mobile-main-navigation .main-nav li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  .mobile-main-navigation .main-nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 11px;
    padding: 0;
    line-height: 100%;
  }

  #home-modules-container .home-module {
    padding: 0 15px;
    margin-bottom: 20px;
    min-height: unset;
  }
  #home-modules-container .home-module:last-child {
    margin: 0;
  }

  /*New Content*/
  .content-count-number {
    padding: 30px 0;
  }
  .content-count-number .block-item {
    border: none;
    margin-bottom: 20px;
    min-height: unset;
  }
  .content-count-number .block-item:last-child {
    margin: 0;
  }
  .content-count-number .block-item .block-outer {
    border-bottom: 1px solid #e3ecec;
    padding-bottom: 20px;
  }
  .content-count-number .block-item:last-child .block-outer {
    border: none;
    padding: 0;
  }
  .content-count-number .block-item .entry-block-title {
    font-size: 18px;
  }
  .content-count-number .block-item .entry-block-number {
    font-size: 38px;
    margin: 10px 0;
  }
  .content-count-number .block-item .entry-block-subtitle {
    font-size: 18px;
  }

  .content-left-title-right-desc {
    padding: 30px 0;
  }
  .content-left-title-right-desc .entry-header .entry-title {
    font-size: 22px;
  }
  .content-left-title-right-desc .entry-header .entry-desc {
    line-height: 22px;
  }
  .content-left-title-right-desc .entry-block-list .content-block {
    padding: 25px 0;
  }
  .content-left-title-right-desc .entry-block-list .content-left {
    padding: 0;
    margin-bottom: 15px;
  }
  .content-left-title-right-desc .entry-block-list .content-right {
    padding: 0;
  }
  .content-left-title-right-desc .entry-block-list .content-right .entry-desc {
    line-height: 22px;
  }

  .content-box-random {
    padding: 30px 0;
  }
  .content-box-random .mobile-layout .owl-carousel .owl-stage {
    margin-left: -13px;
  }
  .content-box-random .mobile-layout .block-item {
    position: relative;
    display: block;
    border: none;
  }
  .content-box-random .mobile-layout .block-item .text-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(234,234,234,0.75);
    padding: 15px;
    z-index: 9;
  }
  .content-box-random .mobile-layout .block-item .text-inner .entry-title {
    color: #4a4a4a;
    margin: 0;
  }

  .content-bg-gray {
    padding: 30px 0;
  }
  .content-bg-gray .entry-title {
    font-size: 22px;
  }
  .content-bg-gray .entry-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .content-contact-us .entry-header .entry-desc {
    font-size: 18px;
    line-height:
  }
  .content-contact-us .entry-third-column .content-left,
  .content-contact-us .entry-third-column .content-right {
    padding: 0;
  }
  .content-contact-us .entry-third-column .content-center {
    padding: 25px 0;
  }

  .content-list-item-product {
    padding: 50px 0;
  }
  .content-list-item-product .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .content-list-item-product .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .content-list-item-product .owl-dots {
    margin: 0;
  }

  .content-list-cat-product .box-top-content-bottom {
    border: 1px solid #bebebe;
    margin-bottom: 20px;
  }
  .content-list-cat-product .box-top-content-bottom .block-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 275px;
  }
  .content-list-cat-product .box-top-content-bottom .block-content {
    padding: 20px 15px;
  }
  .content-list-cat-product .box-top-content-bottom .entry-name-cat {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .content-two-column {
    padding: 30px 0 0;
  }
  .content-two-column .box-item {
    margin-bottom: 20px;
  }
  .content-two-column .box-item:last-child {
    margin: 0;
  }
  .content-two-column .entry-header {
    margin-bottom: 15px;
  }
  .content-two-column .entry-header .entry-title {
    font-size: 20px;
  }
  .content-two-column .box-inner.clearfix {
    padding: 15px;
    min-height: unset;
  }
  .content-two-column .box-inner .entry-logo {
    min-height: 50px;
  }
  .content-two-column .box-inner .entry-logo-last {
    padding: 0;
  }
  .content-two-column .box-inner .entry-logo-last .entry-desc,
  .content-two-column .box-inner .item-list .item-last .entry-desc {
    font-size: 14px;
    line-height: 20px;
  }

	.triangle {
	  display: none !important;
	}

  .sidebar{
    padding: 0;
  }

  #footer-modules-container .footer-module {
    min-height: unset;
  }

  .product-columns .container-two-third {
    background-color: transparent;
  }

  .product-menu-wrapper {
    text-align: left;
  }
  .product-module-wrapper .img-wrap img {
    width: 70%;
  }

  ul.product-menu, ul.product-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.product-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  ul.product-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #dea91a;
  }
  ul.product-menu li a:focus {
    text-decoration: none;
  }
  ul.product-menu li.menu-item-has-children a span.arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    z-index: 999;
  }
  ul.product-menu li ul {
    display: none;
    padding-left: 15px;
    padding-top: 10px;
  }

  ul.product-menu li ul li:last-child {
    border-bottom-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Product List */
  .product-module-wrapper .product-module-excerpt .product-name {
    font-size: 22px;
  }
  a.more-details {
    font-size: 14px;
  }

  /* Single Product */
  body.single-product ul.product-menu {
    margin-top: 30px;
  }
  .product-page-title {
    text-align: center;
    margin-bottom: 24px;
  }
  .product-content-button a.more-details {
    margin-bottom: 15px;
  }

  /* Page */
  body.page .container-two-third {
    background: transparent;
    padding: 0;
  }

  #footer-logo .content-right .entry-title {
    margin: 15px 0;
  }
  #footer-logo .content-right .entry-desc {
    line-height: 22px;
  }

  #footer-two-column .content-right .content-footer-item {
    padding: 0;
    margin-bottom: 25px;
  }
  #footer-two-column .content-right .content-footer-item:last-child {
    margin: 0;
  }

}

@media screen and (max-width: 560px) {
	#top-footer .col-xs-3{
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	.product-module-wrapper {
	  margin: 0 auto;
	  padding: 0;
	  width: 95%;
	}

	/*#home-modules-container .home-module {
		border-bottom: 1px solid #eee;
		border-right: medium none;
	}*/

	.sidebar{
		/*margin:5% 0;	*/
	}

	.product-module-wrapper{
		margin:0 0 10%;
	}

	.product-module-wrapper img {
	  display: block;
	  margin: 0 auto;
	}

	#footer-section-3, #footer-section-4 {
	  display: none;
	}

	.main-content-container.container {
	  /*width: 90%;*/
	}

	.product-module-wrapper img {
	  display: block;
	  height: auto;
	  margin: 0 auto;
	}

  .product-module-wrapper .img-wrap img {
    width: 100%;
    min-height: 300px;
  }

	.product-module-excerpt {
	  line-height: 150%;
	  padding: 0 0 10px;
	}

	.logo-container {
	  text-align: left;
	}
  .banner-text {
    width: 80%;
  }

  .home-banner-slider-wrapper {
    height: 340px;
  }
}

@media screen and (max-width: 400px) {
	.fp-module-image.col-xs-12,.fp-module-text.col-xs-12 {
		width:100%;
	}

	.fp-module-image img{
		width:100%;
		height:auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-modules-container .home-module:nth-child(n+3) {
    border-top: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .fp-module-image.col-xs-12 {
    width: 30%;
  }
  .fp-module-text.col-xs-12 {
    width: 70%;
  }

  .fp-module-image img{
    width:100%;
    height:auto;
  }

  ul.sidebar-menu li {
    float: left;
    width: 50%;
  }
}

img.img-load {
  display: inline-block;
  max-width: 100%;
  min-width: 100px;
  min-height: 195px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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);
}

/* Super Fish */
.sf-menu a {
  text-transform: uppercase;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows .sf-with-ul:after {
  border-top-color: #dea91a;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  padding-left: 0;
}
.sf-menu a,
.sf-menu ul li a{
  color:#333;
}
.sf-menu li:hover, .sf-menu li.sfHover{
  background:#333;
}
.sf-menu li ul li:hover, .sf-menu li ul li.sfHover{
  background-color: rgb(77, 77, 77);
}
