/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:#4c4c4c;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_brand {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
}
/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


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

a { color: #8C8C8C; text-decoration: none; font-size: 12px;}
a:visited { color: #8C8C8C; }
a:hover { color: #000000; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { list-style: none; margin: 1em 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

html, body {
    height: 100%;
	width: 100%;
}

body {
    background: #F2F2F2;
    font: 14px Arial, Helvetica, Verdana, sans-serif;
    color: #5A5A5A;
}

header {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    z-index: 10;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 18px 0;
}
ul {
    margin: 0;
}
strong {
    margin: 0;
}
h2, h1 {
    font-size: 34px;
    font-weight: normal;
    color: #9C9C9C;
}
h3{
    margin: 1.8em 0 0.25em;
}
#content {
	position: relative;
}
#logo-img {
    margin-left: 35px;
    padding: 10px 0;
    display: block;
}

@media (max-width: 768px) {
    #logo-img {
        width: 200px;
        padding-top: 15px;
    }
    #logo-img img {
        max-width: 100%;
    }
}
#side-bar {
    background: #FFFFFF;
    position: fixed;
    width: 206px;
    height: 100%;
    z-index: 5;
}
#sub-nav-small {
    display: none;
}
#front-addr {
    color: #9C9C9C;
    font-style: normal;
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    margin-left: 35px;
    width: 130px;
}
#front-addr a {
    font-size: 10px;
}
#front-addr span {
    padding-bottom: 1px;
}
#container {
	height: 100%;
}
#content-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 66px 0 25px 206px;
    position: absolute;
}
#content {
    height: 100%;
    width: 100%;
}
#bottom {
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    height: 25px;
    bottom: 0;
}

/* Navigation */

nav {
    top: 164px;
    left: 35px;
    right: 35px;
    position: absolute;
}
hr {
    margin: 0 0 14px 0;
}
#main-nav li {
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom: 1px solid #C2C2C2;
}
#main-nav li:last-child {
    border: 0;
}
#sub-nav {
    padding: 4px 0 0 10px;
    width: 100%;
}
#sub-nav li {
    padding: 5px 0 5px 0;
    margin: 0;
    border: 0;
}
#main-nav a, #sub-nav a, #sub-nav-small a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.active {
    color: #000000;
}
.block {
	padding: 35px;
}
.block-detail {
	padding: 35px 20px 45px 35px;
}
.clear-float {
    clear: both;
}
.line-name {
    position: absolute;
    padding: 4px 8px 4px 20px;
    bottom: 0;
    right: 0;
    color: #000000;
}
.line-name .name {
    font-size: 15px;
    color: #444444;
}
.line-name .number {
    float: left;
    font-size: 10px;
    padding-left: 12px;
    margin: 0 4px 4px 0;
    font-weight: bold;
}
.dynamic-width-wrapper {
    width: 100%;
    max-width: 940px;
}
.blog h2 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    max-width: 603px;
}
.blog img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.blog .two_column_text {
    margin-bottom: 25px;
}
.blog .two_column_text p, .blog .image_text p {
    margin: 0 0 18px 0;
}
.blog .image_text p {
    margin-left: 25px;
}
.blog p {
    max-width: 630px;
}
.blog .product-thumb {
    display: inline-block;
    margin: 0 12px 18px 0;
}

.two_column_text a, .two_column_text a:visited {
    color: #a15c98;
}
.two_column_text a:hover {
    color: #536bb9;
}

.imagelink{
    display: inline-block;
    margin: 0 12px 18px 0;
    background-color: white;
}
.imagelink p{
    margin: 0;
    padding:5px 8px;
}
.imagelink a{
    display: block;
}
.imagelink img{
    height: auto;
    width: auto;
    margin:0;
}

/* Pages Keywords */

.pages-list li {
    display: inline-block;
    line-height: 1.4em;
}

.pages-list li:after {
    content: '|';
    margin: 0 5px;
    color: #8C8C8C;
}

.pages-list li:last-child:after {
    content: '';
}

.slicknav_menu {
    display: none;
    padding: 0;
    background: #333;
}

.slicknav_nav {
    padding: 10px;
}

.slicknav_btn {
    position: absolute;
    top: -58px;
    right: 15px;
    z-index: 100;
    background: transparent;
    font-size: 14px;
}

.slicknav_menu .slicknav_menutxt {
    color: #333;
    text-shadow: none;
}

.slicknav_menu .slicknav_icon {
    margin: 0.12em 0 0 0.438em;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row {
    font-size: 14px;
    padding: 10px;
    margin: 0;
    color: #eee;
}

.slicknav_nav a:hover,
.slicknav_nav a:active,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:active,
.slicknav_nav .slicknav_row:focus,
.slicknav_nav .slicknav_row:hover a,
.slicknav_nav .slicknav_row:active a,
.slicknav_nav .slicknav_row:focus a {
    border-radius: 0;
    color: #333;
    background: #eee;
}

.slicknav_nav ul.submenu {
    padding: 0;
    margin: 0;
    background: #444;
}

.slicknav_nav ul.submenu a:hover,
.slicknav_nav ul.submenu a:active,
.slicknav_nav ul.submenu a:focus,
.slicknav_nav ul.submenu .slicknav_row:hover,
.slicknav_nav ul.submenu .slicknav_row:active,
.slicknav_nav ul.submenu .slicknav_row:focus,
.slicknav_nav ul.submenu .slicknav_row:hover a,
.slicknav_nav ul.submenu .slicknav_row:active a,
.slicknav_nav ul.submenu .slicknav_row:focus a {
    border-radius: 0;
    color: #333;
    background: #ccc;
}

.submenu a {
    padding: 10px 20px
}

@media screen and (max-width: 768px) {
    /* #menu is the original menu */
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    div.image,
    div.image_text,
    img.preview {
        float: none!important;
        width: 100%!important;
    }
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

/*
@media only screen and (min-device-width: 1768px) {
	body {
		background: #000000;
	}
}*/


@media only screen and (max-height: 640px) {
	nav {
		top: 25.5%;
	}
	#front-addr {
		top: 550px;
	}
}
@media only screen and (max-height: 280px) {
	nav {
		top: 72px;
	}
}

@media only screen and (min-width: 768px) {
    .responsive-nav,
    .slicknav_menu {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    strong {
        font-size: 16px;
        margin: 0;
    }
    p {
        font-size: 14px;
    }

    h2.category {
       margin-bottom: 30px;
    }
    #sub-nav-small {
        border-top: 1px solid #C2C2C2;
        padding-top: 14px;
        margin-right: 15px;
    }
    #side-bar {
        display: none;
        background: #FFFFFF;
        width: 100%;
        height: auto;
        min-height: 0;
        position: relative;
    }
    #front-addr, #bottom, #sub-nav {
        display: none;
    }
    #content-wrapper {
        top: 0;
        left: 0;
        padding: 0;
        position: relative;
    }
	#container {
		height: auto;
		min-height: 100%;
	}
	#content {
		position: relative;
		overflow: visible;
	}
    #logo-img {
        margin-left: 15px;
    }
    header {
        position: relative;
    }
    nav {
        padding-top: 80px;
        padding-bottom: 15px;
        padding-left: 15px;
        left: 0px;
        top: 0px;
        position: relative;
        width: auto;
    }
    #main-nav li {
        float: left;
        border: 0;
        padding: 0;
        margin-right: 20px;
        margin-bottom: 7px;
    }
    #sub-nav-small {
        clear: both;
        display: block;
        height: 20px;
		height: 100%;
    }
    #sub-nav-small li {
        padding-right: 18px;
        padding-bottom: 4px;
    }
    #product-list-right {
		z-index: 1000;
    }
	#product-list-right a.btn {
		top: 250px;
	}
	#product-list-right DIV.down-link-bg {
		top: 0;
	}
	#product-list-right DIV.up-link-bg {
		bottom: 0;
	}
	.block {
		padding: 15px;
	}
 	.block-detail {
		padding: 0 15px 5px 15px;
	}
	.blog h2 {
       margin-bottom: 15px;
    }
    .blog .image_text p {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 600px) {
    #product-list-right {
		display: none;
    }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2011 */

@font-face {
    font-family: 'GothamHTFMediumCondensed';
    src: url('/static/stylesheets/webfontkit/gothamhtf-mediumcondensed-webfont.eot?a0a99c2169de');
    src: url('/static/stylesheets/webfontkit/gothamhtf-mediumcondensed-webfont.eot?#iefix&a0a99c2169de') format('embedded-opentype'),
         url('/static/stylesheets/webfontkit/gothamhtf-mediumcondensed-webfont.woff?a0a99c2169de') format('woff'),
         url('/static/stylesheets/webfontkit/gothamhtf-mediumcondensed-webfont.ttf?a0a99c2169de') format('truetype'),
         url('/static/stylesheets/webfontkit/gothamhtf-mediumcondensed-webfont.svg#GothamHTFMediumCondensed?a0a99c2169de') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamHTFBookCondensed';
    src: url('/static/stylesheets/webfontkit/gothamhtf-bookcondensed-webfont.eot?a0a99c2169de');
    src: url('/static/stylesheets/webfontkit/gothamhtf-bookcondensed-webfont.eot?#iefix&a0a99c2169de') format('embedded-opentype'),
         url('/static/stylesheets/webfontkit/gothamhtf-bookcondensed-webfont.woff?a0a99c2169de') format('woff'),
         url('/static/stylesheets/webfontkit/gothamhtf-bookcondensed-webfont.ttf?a0a99c2169de') format('truetype'),
         url('/static/stylesheets/webfontkit/gothamhtf-bookcondensed-webfont.svg#GothamHTFBookCondensed?a0a99c2169de') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamHTFLightCondensed';
    src: url('/static/stylesheets/webfontkit/gothamhtf-lightcondensed-webfont.eot?a0a99c2169de');
    src: url('/static/stylesheets/webfontkit/gothamhtf-lightcondensed-webfont.eot?#iefix&a0a99c2169de') format('embedded-opentype'),
         url('/static/stylesheets/webfontkit/gothamhtf-lightcondensed-webfont.woff?a0a99c2169de') format('woff'),
         url('/static/stylesheets/webfontkit/gothamhtf-lightcondensed-webfont.ttf?a0a99c2169de') format('truetype'),
         url('/static/stylesheets/webfontkit/gothamhtf-lightcondensed-webfont.svg#GothamHTFLightCondensed?a0a99c2169de') format('svg');
    font-weight: normal;
    font-style: normal;

}

#main-nav a, 
#sub-nav a, 
#sub-nav-small a { 
    font-family: 'GothamHTFBookCondensed';
}

.image-holder .text .head, 
#content h2, 
#content h1,
.line-name .name, 
#content .single-image-text strong.head { 
    font-weight: normal;
    font-family: 'GothamHTFLightCondensed';
}

.item-title .number {
    font-family: 'GothamHTFMediumCondensed';
}
/* split content */

.split_image {
    height: 100%;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.split_image:hover .text {
    bottom: 0px;
}
.split_image .text {
    background: black;
    color: white;
    padding: 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 40px;
    transition: bottom 0.7s ease;
    -moz-transition: bottom 0.7s ease;
    -webkit-transition: bottom 0.7s ease;
    -o-transition: bottom 0.7s ease;
}
@media only screen and (max-width: 768px) {
    #image1 {
        height: 450px;
        width: 100%;
        float: none;
    }
    #image2 {
        height: 450px;
        width: 100%;
        clear: both;
    }
}
@media only screen and (max-device-width: 768px) {
    .split_image .text {
        bottom: 0px;
        padding-top: 10px;
    }

    .text p {
        margin: 0;
    }
}
h3.title-head {
    color: #5A5A5A;
    display: block;
    margin: 0 0 4px 0;
    font-size: 14px;
    max-width: 940px;
}
h1.category {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    max-width: 603px;
}
.line {
    border-top: 1px solid #C2C2C2;
	height: 20px;
	width: 100%;
	max-width: 940px;
}
.product-description {
	max-width: 940px;    
}
.end-items {
	clear: both;
	height: 7px;
}
#product-list {
	margin: 20px 0 0 -18px;
    max-width: 958px;
}
#product-list li {
	padding: 0 0 18px 18px;
	float: left;
}
#product-list img {
    width: 220px;
    height: 154px;
}
.product-thumb {
	position: relative;
	height: 170px;
	width: 220px;
	background: #FFFFFF;
}
.product-thumb a:hover, .product-thumb a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.line-name .name {
    float: right;
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    color: #5A5A5A;
}

.material-select{
	margin-left: 20px;
	width: 165px;
	height: 25px;
}
.customSelect{
	border: 1px solid #C2C2C2;
}
.customSelectInner{
	padding: 3px 6px;
}
.customSelectInner:after{
	content: '';
	display: block;
	position: relative;
	top: -14px;
	right: -138px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #C2C2C2;
	pointer-events: none;
	z-index: -1;
}

@media only screen and (max-width: 768px) {
	#product-list {
		margin-right: 0;
	}
	#product-list li.end-items {
		padding: 0;
		height: 0px;
	}
}
.item-view {
    padding-left: 35px;
}
#product-holder {
    margin: 110px 0 60px 20px;
	position: absolute;
}
#product-holder ul {
	margin: 0;
}
.dynamic-width-wrapper img {

}
.material-list img {
    width: 33px;
}
#item-detail {
    /*display: none;*/
    position: relative;
    z-index: 0;
}
#item-detail p {
    max-width: 630px;
}
.items-list {
    margin: 20px 0 5px;
    padding: 17px 0 3px;
    width: 100%;
    border: 1px solid #C2C2C2;
    border-width: 1px 0 1px 0;
    line-height: 17px;
}
.ie8 .items-list {
    line-height: normal;
}
.items-list li {
    display: inline-block;
    margin-right: 25px;
    height: 30px;
}
.tab {
    position: relative;
    padding: 9px 0 9px 40px;
    background: url('/static/images/bg-tabset.gif?a0a99c2169de') no-repeat scroll 0 0 transparent;
}
.tab .indicator{
    position: absolute;
}
.tab.active .indicator{
    background: no-repeat transparent;
    /*background-image: url('/static/images/tab-indicator.png?a0a99c2169de');*/
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJAgMAAABGREShAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFwsLC1tbW1NTU8vLy/BBVvAAAADRJREFUCNcNxFENACAIRdHXzEhGMApRCEIAGrCxqVfPxxHXET1/GT8rdNdxNUwlhAxKA/YDz8wfoHHpMqYAAAAASUVORK5CYII=');
    left: 50%;
    width: 16px;
    height: 9px;
    margin-left: 10px;
    bottom: -9px;
}
.material-list {
    margin: 20px 20px 12px 0;
}
.material-list li {
    margin-bottom: 6px;
    width: 250px;
    display: inline-block;
    padding-right: 10px;
}
.material-list .image {
    display: inline-block;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 33px;
}
.material-list .text {
    display: inline-block;
    vertical-align: middle;
}
.material-list li p {
    margin: 0;
}
#product-list-right {
    position: fixed;
    z-index: 0;
    top: 0;
    background: #FFFFFF;
    width: 200px;
    height: 100%;
	min-height: 300px;
}
#product-list-right .btn{
    position: absolute;
    left: -35px;
    top: 200px;
    float: left;
}
#item-slide-show {
    width: 200px;
    height: 100%;
    background: #FFFFFF;
    float: right;
}
.slide-navigation {
    background: url('/static/images/btn-link.gif?a0a99c2169de') no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    width: 22px;
    position: absolute;
    left: 89px;
}
h2.detail {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 100%;
    color: #555555;
}
.item-title .name {
    font-size: 52px;
}
.item-title .number {
    float: left;
    font-size: 25px;
    padding-left: 28px;
    margin: 5px 4px 4px 0;
}
.number.bg-z {
    background: url('/static/images/z.gif?a0a99c2169de') no-repeat scroll 0 2px;
}
.number.bg-z.big {
    background: url('/static/images/z-big.png?a0a99c2169de') no-repeat scroll 0 4px;
}
.number.bg-z .char {display: none;}
.down-link-bg, .up-link-bg {
    background: #FFFFFF;
    width: 100%;
    height: 35px;
    position: absolute;
    z-index: 30;
}
.down-link-bg {
    top: 66px;
}
.up-link-bg {
    bottom: 25px;
}
#down-link {
    top: 9px;
}
.product-description {
    width: 100%;
}
#up-link {
	bottom: 9px;
    background-position: 0 -20px;
}
#material a {
    background-position: 0 0;
}
#material .active, #material a:hover {
    background-position: 0 -99px;    
}
#form a {
    background-position: 0 -200px;
}
#form .active, #form a:hover {
    background-position: 0 -299px;    
}
#function a {
    background-position: 0 -400px;
}
#function .active, #function a:hover {
    background-position: 0 -499px;
}
.slideout-production-list {  
    right: -200px;
    -webkit-transition: right 0.8s ease;
    -moz-transition: right 0.8s ease;
    -o-transition: right 0.8s ease;
    -ms-transition: right 0.8s ease;
    transition: right 0.8s ease;
}
.tab-content {
    display: none;
    min-height: 120px;
}
.tab-content table {
	width: auto;
	text-align: left;
}
.tab-content tr {
    height: 21px;
}
.tab-content tr.odd {
	background-color: white;
}
.tab-content td {
    font-size: 12px;
	padding: 4px 5px;
}
.tab-content td+td {
    padding-left: 20px;
}
.tab-content td p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.slidein-production-list {
    right: 0;
}
#product-holder .product-thumb {
    position: relative;
    width: 160px;
    height: 150px;
    margin-bottom: 5px;	
    background: #FFFFFF;
}
.temp-image-holder {
    display: block;
    position: absolute;
    top: 0;
    max-width: 940px;
    bottom: 0;
    right: 20px;
    left: 0;
}
/* neccessary for sliding */
#image-list {
    position: absolute;
    top: 0;
    max-width: 940px;
    right: 20px;
    left: 35px;
    height: 100%;
    overflow: hidden;
    z-index: -20;
}
#image-list li {
/*    position: absolute;*/
    overflow: hidden;
    height: 100%;
}
#image-list img {
    width: 100%;
    height: auto;
}
.image-placeholder {
    display: block;
    outline: none;
}
.images-navi {
    text-align: center;
    margin-top: 20px;
    z-index: 50;
}
.images-navi li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 1px;
}
.images-navi a {
    display: inline-block;
    height: 10px;
    width: 8px;
    background: url('/static/images/bullets.png?a0a99c2169de') no-repeat scroll -8px 1px transparent;
    outline: none;
}
.images-navi .active {
    background-position: -1px 1px;
}
.images-navi .navi-left-btn {
    margin-right: 10px;
    margin-top: -4px;
} 
.navi-left-btn a, .navi-right-btn a {
    height: 18px;
    background: none;
    margin-top: -4px;
}
.images-navi .navi-right-btn {
    margin-left: 10px;
    width: 10px;
}
.navi-left-btn img, .navi-right-btn img {
    margin-top: -4px;
}
.left {
    float: left;
}

/*
Subtabs
*/
.subtab-list {
    list-style: none;
}
.subtab-list li{
    display: inline-block;
    background-color: #dadada;
    margin-right: 4px;
    margin-top: 8px;
}
.subtab-list a{
    display: inline-block;
    position: relative;
    min-width: 65px;
    padding: 7px 33px 7px 10px;
}
.subtab-list a.active{
    background-color: #a3a3a3;
}
a .arrow{
    position: absolute;
    top:50%;
    margin-top: -9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #5a5a5a;
}
a.active .arrow{
    margin-top: -2px;
    border-bottom-color: transparent;
    border-top-color: #5a5a5a;
}


@media only screen and (max-width: 768px) {
    #item-detail {
        margin-right: 0;
    }
    .material-list {
        margin-bottom: 0px;
    }
    .items-list, .product-description {
        margin-right: 0;
    }
    .temp-image-holder {
        left: 0px;
        right: 15px;
    }
    #image-list {
        left: 15px;
    }
}
@media only screen and (max-device-height: 1000px) {
    #item-detail, .temp-image-holder {
        max-width: 630px;
    }
}

@media only screen and (max-device-height: 800px) {
    #item-detail, .temp-image-holder {
        max-width: 580px;
    }
}
@media only screen and (max-width: 520px) {
    .subtab-list a{
        min-width: 50px;
    }
}
@media only screen and (max-width: 440px) {
    .items-list {
        display: table;
        table-layout: fixed;
        padding-top: 5px;
    }
    .items-list li {
        display: table-cell;
        width: 33%;
    }
    .tab{
        background:none;
        display: block;
        padding:9px 0;
        width: 100%;
        text-align: center;
    }
    .tab.active .indicator{
        margin-left:-8px;
        bottom: -4px;
    }
    .subtab-list a{
        min-width: 30px;
    }
}

.slideshow-wrapper{
	display: none;
	text-align: center;
	font-size: 0;
}
.slidesjs-pagination{
	display: inline-block;
	padding: 22px 3px;
}
.slidesjs-pagination li{
	display: inline-block;
	vertical-align: middle;
}
.slidesjs-pagination li a {
	display: block;
	width: 8px;
	height: 0;
	padding-top: 13px;
	margin: 0 3px;
	float: left;
	overflow: hidden;
	background: url('/static/images/bullets.png?a0a99c2169de') no-repeat scroll -8px 1px transparent;
}
.slidesjs-pagination li a.active {
	background-position: 0px 1px;
}
.slidesjs-navigation{
	display: inline-block;
	background: url('/static/images/pfeil_rechts.png?a0a99c2169de') no-repeat center center transparent;
	width: 10px;
	height: 13px;
	padding: 7px;
	margin-top: -2px;
	vertical-align: middle;
}
.slidesjs-previous{
	background-image: url('/static/images/pfeil_links.png?a0a99c2169de');
}
.map-canvas {
    position: relative;
    top: 10px;
    left: 0;
    height: 560px;
    max-width: 940px;
    right: 35px;
}
.storelocator-actions {
    vertical-align: bottom;
    margin-top: 10px;
}
.storelocator-actions > label {
    margin: 0 20px 0 5px;
    font-size: 12px;
}
.nearby-btn {
    font-size: 12px;
    background: url('/static/images/locale_me_icon.png?a0a99c2169de') no-repeat 8px 5px #dadada;
    color: #5a5a5a;
    border: none;
    border-radius: 0;
    padding: 8px 10px 8px 30px;
}
.storelocator-actions > input[type="checkbox"] {
    position: relative;
    /*top: -1px;*/
}
.info-window {
    background: white;
    padding: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.info-window > h3 {
    font-size: 12px;
    margin: 0 0 20px 0;
}
.info-window > address {
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
}
.info-window > address > a {
    text-decoration: underline;
    color: inherit;
}
.info-window > .arrow {
    width: 35px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -10px;
    background: url('/static/images/arrow-info-box.png?a0a99c2169de') no-repeat center bottom
}
.infoBox {
    padding: 10px 10px 10px !important;
}
.infoBox img {
    width: auto;
    margin: 10px 10px 0 0 !important;
}
@media all and (max-width: 768px) {
        h2.map-title {
        font-size: 28px;
    }
}
@media all and (max-width: 480px) {
    .map-canvas {
        width: 100%;
        height: 208px;
        margin-bottom: 15px;
    }
    .nearby-btn {
        text-indent: 999px;
        width: 20px;
        height: 20px;
        padding: 14px 15px 15px 15px;
        background-position: center center;
        overflow: hidden;
        white-space: pre;
        position: relative;
        top: 8px;
    }
}
@media all and (max-width: 320px) {
    .map-canvas {
        top: 3px;
        height: 280px;
    }
    .nearby-btn {
        float: right;
        top: -6px;
    }
}

.shop-view {
    overflow: hidden;
}
.shop-view > li {
    clear: both;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin: 10px 0 45px;
}
.shop-view .errorlist {
    margin: 0 0 4px 150px;
    font-size: 12px;
    color: red;
}
.shop-view .preview {
    width: 280px;
    float: left;
    display: block;
    margin-right: 20px;
}
.shop-view .right-part {
    float: left;
    width: 320px;
}
.shop-view .right-part p {
    margin-bottom: 12px;
}
.shop-view .right-part h3 {
    font-weight: normal;
    text-transform: uppercase;
}
.line-name-inline {
    position: relative;
    padding: 0;
    margin: 15px 0 30px;
}
.line-name-inline .number {
    top: -2px;
    position: relative;
    float: none;
}
.line-name-inline .name {
    float: none;
}
.lightbox .center-wrapper {
    text-align: center;
}
.lightbox .line-name-inline {
    margin-top: 0;
}
.shop-view .order-popup-btn {
    display: inline-block;
    background: url('/static/images/arrow.png?a0a99c2169de') no-repeat 10px 5px #dadada;
    padding: 5px 15px 5px 25px;

    color: #5a5a5a;
    border: none;
    width: auto;
}
.shop-view .order-popup-btn:hover {
    color: black;
    background-color: #cacaca;
}
.lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: table;
    text-align: center;
}
.lightbox .bg {
    background: black;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lightbox .content-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.lightbox .content {
    background: white;
    width: 460px;
    display: inline-block;
    padding: 20px 15px;
}
.lightbox .content {
    text-align: left;
    position: relative;
}
.lightbox .content p {
    margin: 30px 0 25px;
}
.lightbox .content label {
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    display: inline-block;
}
.lightbox .content input, .lightbox .content textarea, .lightbox .content select {
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 250px;
    font-size: 12px;
}
.lightbox .content select {
    width: auto;

}
.lightbox .content textarea {
    height: 80px;
}
.lightbox .content input.order-popup-btn {
    width: auto;
    margin: 20px 0 0 150px;
    padding-left: 25px;
}
.lightbox .close-btn {
    padding: 5px 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #dadada;
    z-index: 200;
}
.ie8 #side-bar {
	min-height: 700px;
}