img,
html,
body,
header,
footer,
div {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:active,
a:focus {
  outline: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.six {
  height: 6px;
}
.ten {
  height: 10px;
}
.twenty {
  height: 20px;
}
.fifty {
  height: 50px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.col {
  height: auto;
  min-height: 200px;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.col.rtline {
  border-right: 1px solid #f1f1f1;
}
.wid-1-4 {
  width: 25%;
}
.wid-3-4 {
  width: 75%;
}
.wid-2-3 {
  width: 66%;
}
.wid-1-3 {
  width: 33%;
}
.pdd {
  padding: 55px 70px 55px 70px;
  box-sizing: border-box;
}
.pdd.over_txt {
  padding-top: 20px;
}
.pdd_02 {
  padding: 55px 50px 55px 50px;
  box-sizing: border-box;
}
.trans2 {
  transition: all 0.2s ease;
}
html {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  height: auto;
  min-height: 100%;
  width: 100%;
  font-family: 'Exo 2', sans-serif;
  color: #535353;
}
.loader {
  background: url("/gfx/loader.gif") no-repeat center center;
}
hr {
  color: none;
  background-color: none;
  border: 1px solid #f1f1f1;
  border-style: none none solid;
}
.fancybox-lock,
.fancybox-overlay {
  overflow: visible !important;
}
#loading,
.loading {
  height: 100px;
  background: url('/gfx/loader.gif') no-repeat center;
  width: auto;
}
.error {
  color: red;
}
.ok {
  color: #4f8032;
}
.frame_error,
.frame_ok,
.frame_attention {
  background: rgba(255, 0, 0, 0.1);
  padding: 10px;
  color: red;
  margin: 10px 0 10px 0;
  text-align: center;
}
.frame_ok {
  background: rgba(83, 240, 9, 0.2);
  background-position: 13px center;
  color: green;
}
::-webkit-input-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
:-moz-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
::-moz-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #4a4a4a;
  font-style: italic;
}
.invis {
  display: none;
}
.it {
  font-style: italic;
}
.looo {
  height: auto;
  width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
.ctr {
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* inputs */
input,
select,
textarea {
  background: white;
  border: 1px solid #d9d9d9;
  padding: 6px;
  color: #535353;
  margin: 0;
  background: #fff;
}
input[type=checkbox] {
  float: left;
  border: 0;
  background: none;
  margin: 3px 0 0 0;
}
input[type=radio] {
  float: left;
  border: 0;
  background: none;
}
input.in_short {
  display: inline-block;
  margin: 0;
  width: 70px;
}
input.in_long {
  display: inline-block;
  width: 300px;
  margin: 0;
}
input.inline {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
input[type=submit],
input[type=button] {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  background: #005191;
  text-transform: uppercase;
  border: 0;
}
input[type=submit]:hover,
input[type=button]:hover {
  text-decoration: none;
  background: #183456;
}
input[type=submit]:focus,
input[type=button]:focus {
  color: #fff;
  border: 0;
}
textarea {
  display: block;
  margin: 10px auto 10px 0;
  width: 80%;
  min-height: 100px;
  resize: none;
}
input .error,
textarea .error {
  border: 1px solid red;
}
input:focus,
textarea:focus {
  border: 1px solid black;
  color: black;
}
label.error {
  color: red;
  font-size: 9pt;
  display: block;
  margin-bottom: 3px;
}
header {
  height: auto;
  min-height: 180px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
header .top {
  height: auto;
  min-height: 30px;
  background: #f1f1f1;
}
header .top section {
  text-align: right;
}
header .top a {
  text-transform: uppercase;
  margin: 0;
  color: #535353;
  padding: 4px;
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
}
header .top a.marked {
  color: #005191;
}
header .top a.marked:hover {
  background: #005191;
  color: #fff;
}
header .top a:hover,
header .top a.selected {
  text-decoration: none;
  background: #535353;
  color: #fff;
}
header .logo {
  margin: 25px 0 20px 0;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
header .logo img {
  max-width: 250px;
}
header a.fb {
  width: 32px;
  height: 32px;
  background: url('/gfx/fb.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 0;
}
header nav {
  clear: both;
}
header nav .looo {
  border-top: 1px solid #d9d9d9;
}
header nav a.menu_toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  top: 18px;
  z-index: 9999;
}
header nav a.menu_toggle:hover {
  background: none;
}
header nav a.menu_toggle:hover span {
  background: #005191;
}
header nav a.menu_toggle span {
  display: block;
  position: relative;
  width: 80%;
  height: 5px;
  background: #6d6d6d;
  margin-bottom: 6px;
}
header nav a.menu_toggle span:last-child {
  margin-bottom: 0;
}
header nav.stick-top {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 30px #e1e1e1;
}
header nav.stick-top a.fb {
  width: 22px;
  height: 22px;
  top: 12px;
}
header nav.stick-top a.back {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  left: 12px;
  background: url('/gfx/griesser_logo.png') no-repeat;
  background-size: 600%;
}
header nav.stick-top #menu {
  border-top: 0;
}
header nav.stick-top #menu li.parent {
  padding: 10px 0 10px 0;
}
header nav.stick-top #menu li ul {
  top: 43px;
}
header #menu {
  width: 100%;
  padding: 0;
  display: block;
  clear: both;
  margin: 0;
  position: relative;
}
header #menu a {
  color: #535353;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
}
header #menu a:hover {
  text-decoration: none;
  color: #005191;
}
header #menu a.select {
  color: #005191;
}
header #menu li.parent {
  display: inline-block;
  list-style-type: none;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
  transition: all 0.1s linear;
}
header #menu li.parent:first-child {
  margin-left: 0;
}
header #menu li.parent:last-child {
  margin-right: 0;
}
header #menu li.parent:after {
  content: '';
  top: -4px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #c1c1c1 transparent transparent transparent;
  opacity: 0;
  transition: all 0.1s linear;
}
header #menu li.parent:hover:after,
header #menu li.parent.select:after {
  top: 0;
  opacity: 1;
}
header #menu li.parent:hover a,
header #menu li.parent.select a {
  color: #005191;
}
header #menu li ul {
  list-style: none;
  display: none;
  position: absolute;
  width: 250px;
  top: 60px;
  left: 0;
  font-weight: normal;
  padding: 0;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;
}
header #menu li ul li {
  width: 250px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
header #menu li ul li a {
  text-align: left;
  font-size: 13pt;
  margin: 0;
  width: 225px;
  padding: 14px 5px 14px 10px;
  min-height: 20px;
  height: auto;
  border: 0;
  color: #535353;
}
header #menu li ul li a:hover {
  border: 0;
  color: #005191;
}
header #menu li:hover ul {
  display: block;
}
header #log_panel {
  background: #535353;
  color: #f1f1f1;
  text-align: center;
  padding: 20px 60px 20px 60px;
  width: 100%;
  position: relative;
}
header #log_panel.load:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff url('/gfx/loader.gif') no-repeat center;
  opacity: 0.8;
  position: absolute;
}
header #log_panel .looo {
  text-align: center;
}
header #log_panel .log_item,
header #log_panel label,
header #log_panel input {
  display: inline-block;
  vertical-align: middle;
}
header #log_panel .log_item {
  padding: 10px 20px 10px 20px;
}
header #log_panel input {
  border: 0;
  min-width: 200px;
}
header #log_panel input[type=submit] {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}
header #log_panel input[type=submit]:hover {
  border: 0;
  text-decoration: none;
  background: #183456;
}
header #log_panel a.close {
  font-size: 20px;
  color: #f1f1f1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
header #log_panel a.close:hover {
  color: #fff;
}
.slider {
  padding: 0;
  margin: 0;
}
.slider .slick-list {
  position: relative;
}
.slider .slick-list:before,
.slider .slick-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #fff;
  z-index: 999;
}
.slider .slick-list:after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff;
  left: auto;
  right: 0;
}
.slider .slick-list li img {
  max-width: 100%;
  height: auto;
}
.slider-wrapper {
  padding-bottom: 75px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  left: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.slick-slider .slick-prev::-moz-focus-inner,
.slick-slider .slick-next::-moz-focus-inner {
  border: 0;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: '';
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-left: 2px solid #005191;
  border-bottom: 2px solid #005191;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 101;
  margin: 0;
  transform: rotate(45deg);
  outline: none;
  pointer-events: none;
}
.slick-slider .slick-next {
  left: auto;
  right: 0;
}
.slick-slider .slick-next:before {
  left: auto;
  right: 0;
  transform: rotate(225deg);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 14px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}
.slick-slider .slick-dots:before {
  content: '';
  width: 94%;
  height: 1px;
  background: #d9d9d9;
  left: 3%;
  bottom: 50%;
  position: absolute;
  z-index: -1;
}
.slick-slider .slick-dots li {
  list-style: none;
  padding: 0 15px 0 15px;
  display: inline-block;
  background: #fff;
  z-index: 9999;
  vertical-align: top;
  margin-top: 4px;
}
.slick-slider .slick-dots li:first-of-type {
  padding-left: 30px;
}
.slick-slider .slick-dots li:last-of-type {
  padding-right: 30px;
}
.slick-slider .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 12px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 12px;
  position: relative;
}
.slick-slider .slick-dots li button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9d9d9;
}
.slick-slider .slick-dots li.slick-active button:after {
  background: #005191;
}
.products {
  height: auto;
  min-height: 300px;
  background: #f1f1f1;
  padding-bottom: 70px;
}
.products h1 {
  color: #005191;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  padding: 30px 0 30px 0;
  margin: 0;
}
.home-list {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  height: auto;
  min-height: 200px;
  margin: 0 2.3% 0 2.3%;
  box-sizing: border-box;
  border: 0;
}
.home-list:first-of-type {
  margin-left: 0;
}
.home-list:last-of-type {
  margin-right: 0;
}
.home-list .home-img-wrapper {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  background: #f5f5f5;
}
.home-list .home-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.home-list .home-item {
  display: block;
  border-bottom: 1px solid #005191;
  margin-bottom: 10px;
}
.home-list .home-item .home-title {
  display: block;
  padding: 15px 0 15px 0;
  color: #005191;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.3px;
  min-height: 65px;
}
.home-list .home-item:hover {
  text-decoration: none;
}
.home-list .home-item:hover .home-img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.home-list .home-list-item {
  display: block;
  color: #6d6d6d;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
}
footer address.astat {
  text-align: center;
  padding: 30px 0 30px 0;
}
footer address.astat .addr-item {
  width: 15%;
  display: inline-block;
  margin: 0 3% 0 3%;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}
footer address.astat .addr-item img {
  width: 100%;
  max-width: 120px;
  display: inline-block;
}
footer address.astat .addr-item a {
  color: #535353;
  text-decoration: none;
}
footer address.astat .addr-item a:hover {
  text-decoration: underline;
}
footer address.astat .addr-item a.addr-img {
  display: block;
  text-align: center;
}
footer .copy {
  border-top: 1px solid #d9d9d9;
  height: auto;
  min-height: 22px;
  text-align: center;
  padding: 10px 0 5px 0;
  font-size: 13px;
  font-weight: 300;
  opacity: 0.6;
}
footer .copy span {
  margin: 0 10px 0 10px;
}
footer .copy a {
  color: #535353;
}
footer .bottom {
  width: 100%;
  height: 200px;
  background: url('/gfx/bg_bottom.jpg') no-repeat;
  background-size: cover;
}
.stripe {
  width: 100%;
  height: 150px;
  background: url('/gfx/bg_stripe.jpg') no-repeat 0 -200px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.content {
  border-bottom: 1px solid #f1f1f1;
  min-height: 300px;
}
h1 {
  color: #005191;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  padding: 30px 0 30px 0;
  margin: 0;
}
h1.h1_prod {
  padding-bottom: 5px;
}
h1:empty {
  display: none;
}
h2,
h3 {
  color: #6d6d6d;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 0 20px 0;
  margin: 0;
}
.account h3 {
  text-align: center;
}
.table_form {
  width: 70%;
  margin: 10px auto 10px auto;
}
.table_form .req {
  color: #ff0000;
}
.table_form.wide {
  width: 100%;
}
.table_form td {
  padding: 10px 10px 15px 10px;
  font-size: 15pt;
}
.table_form th {
  text-align: right;
  width: 30%;
  vertical-align: top;
  padding-top: 20px;
  font-weight: normal;
}
.table_form input {
  box-sizing: border-box;
}
.table_form input:disabled {
  background: #f1f1f1;
}
.table_form input[type=text],
.table_form input[type=password] {
  width: 100%;
  padding: 10px;
}
.table_form input[type=text].in_short,
.table_form input[type=password].in_short {
  width: 170px;
}
.table_form input[type=text].error,
.table_form input[type=password].error {
  border: 1px solid #ff0000;
}
.table_form textarea {
  width: 100%;
}
.table_form input[type=checkbox] {
  display: none;
}
.table_form input[type=checkbox] + label {
  background: none;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}
.table_form input[type=checkbox] + label a {
  color: #999;
}
.table_form input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #c0c0c0;
  background: #fff;
}
.table_form input[type=checkbox]:checked + label:after {
  content: '';
  width: 12px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 5px;
  display: block;
  border-bottom: 3px solid #005191;
  border-left: 3px solid #005191;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.account-menu-wrap {
  width: 100%;
  padding: 20px 0 20px 0;
  border-right: 1px solid #f1f1f1;
}
.account-menu-wrap a {
  display: block;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #6d6d6d;
}
.account-menu-wrap a.select {
  color: #005191;
}
#map {
  width: 100%;
  height: 400px;
  border: 0;
}
.contact-item {
  display: block;
  clear: both;
  margin-bottom: 30px;
  min-height: 70px;
}
.contact-item .face {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  background-position: center top 5px;
  background-size: 90%;
  background-repeat: no-repeat;
  margin: 0 20px 30px 0;
  border: 1px solid #f1f1f1;
}
.contact-item p {
  padding-top: 2px;
}
.contact-item p a {
  color: #535353;
}
/* items */
.item_box {
  display: block;
  padding: 20px 0 0 0;
}
.item_box .item_txt {
  overflow: hidden;
}
.item_box .item_txt .a_item {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px 0 10px 0;
  text-decoration: none;
  color: #005191;
  font-size: 15pt;
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
}
.item_box .item_txt .a_item:hover {
  color: #183456;
}
.item_box .item_txt .date {
  float: right;
  font-size: 10pt;
  color: #d9d9d9;
  margin-top: 9px;
}
.item_box p {
  margin: 5px 0 5px 0;
  font-size: 13pt;
  text-align: justify;
}
.item_box .fancybox {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 200px;
}
.a_back {
  display: block;
  color: #2271b3;
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.a_back:hover {
  text-decoration: underline;
}
.gal_file_box {
  text-align: left;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 20px 0 20px 0;
  position: relative;
  padding: 20px 0 20px 0;
}
.gal_file_box.middle {
  border-bottom: 1px solid #d9d9d9;
}
.gal_file_box .col {
  padding-top: 20px;
  text-align: left;
  position: relative;
}
.gal_file_box legend {
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  color: #d9d9d9;
}
.gal_file_box .log-title {
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  color: #d9d9d9;
  position: absolute;
  top: -41px;
  left: 0;
  background: #fff;
}
.thumb {
  padding: 0px;
  height: 120px;
  width: auto;
  display: inline-block;
  margin: 5px;
  text-align: center;
}
.thumb:first-of-type {
  margin-left: 0;
}
.thumb .thumb_a {
  padding: 0px;
  display: inline-block;
}
.thumb .thumb_a img {
  display: inline-block;
  max-height: 120px;
  height: 120px;
}
a.download {
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
  min-height: 20px;
  margin-left: 10px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  position: relative;
  color: #6d6d6d;
}
a.download:hover {
  text-decoration: underline;
}
a.download.pdf:after,
a.download.doc:after,
a.download.xls:after,
a.download.doc:after,
a.download.docx:after,
a.download.odt:after,
a.download.cad:after,
a.download.xlsx:after,
a.download.lock:after {
  content: url('/gfx/ico_pdf.png');
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: -3px;
  display: block;
  transform: scale(0.5);
}
a.download.doc:after,
a.download.docx:after,
a.download.odt:after {
  content: url('/gfx/ico_doc.png');
}
a.download.xls:after,
a.download.xlsx:after {
  content: url('/gfx/ico_xls.png');
}
a.download.cad:after {
  content: url('/gfx/ico_cad.png');
}
a.download.lock:after {
  content: url('/gfx/ico_lock.png');
}
@media only screen and (max-width: 1200px) {
  .looo,
  .txt,
  .mid {
    width: 100%;
    max-width: 100%;
  }
  header .logo {
    float: none;
    display: inline-block;
    margin-left: 20px;
  }
  header nav #menu {
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  .slider .slick-list:before,
  .slider .slick-list:after {
    display: none;
  }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    display: none;
  }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:after,
  .slick-slider .slick-next:after {
    display: none;
  }
  .slick-slider .slick-dots {
    max-width: 100%;
  }
  .slick-slider .slick-dots:before {
    width: 100%;
    left: 0;
  }
  header {
    min-height: 10px;
  }
  header nav {
    text-align: left;
  }
  header nav a.fb {
    z-index: 100004;
    right: 80px;
    top: -61px;
  }
  header nav a.menu_toggle {
    display: block;
    z-index: 100002;
    right: 20px;
    top: -58px;
  }
  header nav #menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
  }
  header nav #menu a {
    display: block;
    padding: 10px;
    font-size: 15px;
  }
  header nav #menu li {
    width: 50%;
  }
  header nav #menu li.parent {
    text-align: left;
    background: #fff;
    display: block;
    margin: 0;
    padding: 0;
  }
  header nav #menu li.parent:after {
    display: none;
  }
  header nav #menu li ul {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  header nav #menu li ul li {
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  header nav #menu li ul li a {
    width: 100%;
    font-size: 14px;
    padding: 8px 8px 8px 20px;
    height: auto;
    border: 0;
  }
  header nav.stick-top {
    box-shadow: 0 0 10px #e1e1e1;
    height: 50px;
  }
  header nav.stick-top a.menu_toggle {
    top: 12px;
    right: 12px;
  }
  header nav.stick-top a.back {
    width: 150px;
    height: 25px;
    top: 15px;
    background-size: 100%;
  }
  header nav.stick-top #menu {
    top: 49px;
  }
  header nav.stick-top #menu li.parent {
    padding: 0;
  }
  .products {
    padding: 20px;
    text-align: left;
  }
  .products .looo {
    max-width: 90%;
  }
  .home-list {
    width: 45%;
    min-height: 200px;
    margin: 0 2.3% 30px 2.3%;
    text-align: left;
  }
  .home-list:first-of-type {
    margin: 0 2.3% 30px 2.3%;
  }
  .home-list:last-of-type {
    margin: 0 2.3% 30px 2.3%;
  }
  .home-list .home-img-wrapper {
    height: 200px;
  }
  .looo.account {
    padding: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .stripe {
    background: url('/gfx/bg_stripe.jpg') no-repeat center;
    background-size: cover;
    height: 100px;
  }
  .wid-1-2 {
    width: 100%;
    min-height: 20px;
  }
  .gal_file_box .log-title {
    top: auto;
    position: relative;
    padding: 20px;
    left: 0;
    display: block;
  }
  header #log_panel label {
    display: block;
    text-align: left;
    width: 100%;
  }
  header #log_panel input {
    width: 100%;
  }
  header #log_panel .log_item {
    display: block;
    padding: 10px 20px 10px 20px;
    width: 100%;
  }
  header #log_panel a.close {
    top: 15px;
    right: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  footer address.astat {
    text-align: center;
    padding: 30px 0 5px 0;
  }
  footer address.astat .addr-item {
    width: 40%;
    display: inline-block;
    margin: 0 4% 20px 4%;
  }
  footer address.astat .addr-item.to-rt {
    text-align: right;
  }
  footer address.astat .addr-item a.addr-img {
    text-align: right;
  }
  footer .copy {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
  }
  footer .copy span {
    margin: 0;
    width: 100%;
    height: 7px;
    display: block;
    font-size: 0;
  }
  /* table rwd */
  .table_form {
    width: 90%;
  }
  .table_form td,
  .table_form th {
    display: block;
    padding-left: 0;
  }
  .table_form th {
    text-align: left;
  }
  .table_prices th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_prices tr {
    width: 100%;
  }
  .table_prices td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    width: 50%;
    padding-right: 10px;
  }
  .table_prices td:before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
  }
  .looo.account .col {
    min-height: 50px;
  }
  .looo.account .wid-1-4,
  .looo.account .wid-3-4 {
    width: 100%;
  }
  .looo.account .wid-1-4 .table_form,
  .looo.account .wid-3-4 .table_form {
    width: 100%;
  }
  .account-menu-wrap {
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
  }
  .account-menu-wrap a {
    display: inline-block;
    margin: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .products {
    padding: 20px;
    text-align: left;
  }
  .products .looo {
    max-width: 90%;
  }
  .home-list {
    width: 100%;
    min-height: 200px;
    margin: 0 0 30px 0;
    text-align: left;
  }
  .home-list:first-of-type {
    margin: 0 2.3% 30px 2.3%;
  }
  .home-list:last-of-type {
    margin: 0 2.3% 30px 2.3%;
  }
  header nav #menu li {
    width: 100%;
  }
  .item_box {
    width: 100%;
  }
  .item_box .fancybox {
    float: none;
    margin: 0 20px 20px 0;
    max-width: 200px;
  }
  .pdd.over_txt {
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  header nav a.fb {
    top: -56px;
  }
  header nav a.menu_toggle {
    top: -53px;
  }
  header #log_panel {
    padding: 20px 40px 20px 40px;
  }
  header .logo img {
    max-width: 170px;
  }
}
