@import url(./top.css);
@import url(./news.css);
@import url(./category-top.css);
@import url(./products.css);
@import url(./brand.css);
@import url(./discontinued.css);
@import url(./software.css);
@import url(./download.css);
@import url(./document.css);
@import url(./contact.css);
@import url(./maintenance.css);
@import url(./company.css);
@import url(./privacy_policy.css);
@import url(./warranty_contracts.css);
@import url(./search.css);
@import url(./certificate.css);
@import url(./adviser.css);
/* Compiled from SCSS */
body {
  visibility: hidden;
}

/*--------------------------------------------------------------------------*/
/* Global Footer */
/*--------------------------------------------------------------------------*/
.common-footer-tools {
  zoom: 1;
  width: 980px;
  margin: 24px auto 0;
}
.common-footer-tools:after {
  content: "";
  display: block;
  clear: both;
}
.common-footer-tools .facebook {
  float: left;
}
.common-footer-tools .facebook a {
  height: 0;
  color: transparent;
  line-height: 2em;
  padding-top: 29px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  width: 29px;
  background-image: url(../img/top/facebook.png);
}
.common-footer-tools .go-pagetop {
  float: right;
  margin-top: 6px;
}
.common-footer-tools .go-pagetop a {
  height: 0;
  color: transparent;
  line-height: 2em;
  padding-top: 23px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  width: 45px;
  background-image: url(../img/common/btn_go-pagetop.png);
}

.global-footer {
  margin-top: 19px;
  zoom: 1;
  background-color: #000;
  line-height: 30px;
}
.global-footer:after {
  content: "";
  display: block;
  clear: both;
}
.global-footer .links {
  float: left;
  font-size: 12px;
  color: #fff;
  margin-left: 22px;
}
.global-footer .links a {
  color: #fff;
}
.global-footer .copyright {
  float: right;
  color: gray;
  margin-right: 15px;
  font-size: 10px;
}

/*--------------------------------------------------------------------------*/
/* COMMON */
/*--------------------------------------------------------------------------*/
.contents-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  padding-top: 1px;
}

.caption,
.caption-black,
.caption-white {
  font-size: 10px;
  color: #b0b0b0;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 0px;
}

/*--------------------------------------------------------------------------*/
/* TOP */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* NEWS / INFORMATION */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* CATEGORY TOP */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* PRODUCTS */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* BRAND */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* DOCUMENT */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* SOFTWARE */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* DOWNLAOD */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* DOCUMENT */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* CONTACT */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* MAINTENANCE */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* COMPANY */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* PRIVACY POLICY */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* WARRANTY CONTRACTS */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* SEARCH RESULT */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* ADVISER */
/*--------------------------------------------------------------------------*/
.not-found-message {
  font-size: 44px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 70px 0 400px 0;
}

/*
@mixin center($width);
@mixin horizontalList($margin:0, $num:0);
@mixin borderBox();
@mixin clearfix();
*/
/*
@mixin hideText($height);
@mixin hideTextBtn($height, $width:0);
@mixin hideTextBtnSprite($height, $width, $num:0);
@mixin numberingList($before:'', $after:'', $padding:10px);
@mixin scrollable();
*/
/*
@mixin opacity($opacity);
@mixin transition($property:all, $duration:400, $easing:ease-in-out);
@mixin perspective($value);
@mixin transform($scale:1.0, $rotateX:0, $rotateY:0, $rotateZ:0, $x:0, $y:0, $skewX:0, $skewY:0);
@mixin animation($name, $duration:400, $easing:ease-in-out, $delay:0, $count:1, $direction:normal, $fill:both);
@mixin keyframes($name){
	$var: 0.65;
	$init: 30px;

	0% {
		@include transform($y:0);
	}
	20% {
		@include transform($y:-$init*$var);
	}
	40% {
		@include transform($y:$init*$var*$var);
	}
	60% {
		@include transform($y:-$init*$var*$var*$var);
	}
	80% {
		@include transform($y:$init*$var*$var*$var*$var);
	}
	100% {
		@include transform($y:0);
	}
}
@mixin borderRadius($topLeft:inherit, $topRight:inherit, $bottomRight:inherit, $bottomLeft:inherit);
@mixin textShadow($horizontal:0, $vertical:1px, $color:#fff, $blur:0);
@mixin boxShadow($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
@mixin boxShadowInset($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
*/
/*--------------------------------------------------------------------------*/
/* Module */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* State */
/*--------------------------------------------------------------------------*/
