/* Custom CSS */

*{font-family: 'Play', sans-serif !important;}

.moz-txt-link-abbreviated {
  text-decoration: underline !important;
  color: #255783 !important;
}

.start-title
{
   /* border-bottom :1px solid #000; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 0px 0px;
    color: #CC0000;/*#212121;*/
   /* background: #CC0000;  */ 
    border-bottom: 1px solid #FFF200;/*#B6B6B6;*/
	background-color: #ffffff;
}

#listTitle {
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #fff200;
	text-align: left;
}

#listTitle h1,
#listTitle h2 {
	margin: 0px;
}

#listTitle h1 {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}

#listTitle h2 {
	padding: 3px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

#listTitle img {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 60px;
}

#hiddenListTitle {
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    height: 50px;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.secondaryTitle {
	display: table;
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #cc0000;
}

.secondaryTitle > div {
  display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.secondaryTitle > div > h2 {
  margin: 0;
  font-size: 20px;
}

.secondaryTitle > div > a {
	color: #fff200;
	font-size: 0.7em;
}

.ajax_basket_small_count
{
    display: none;
}

.start-title > H1
{
    margin-top:0px !important; /*15px*/
    margin-bottom:0px !important; /*15px*/
}
.start-title-sub
{
    color: #3D3D3D !important;
    /*background: #EEEEEE;*/
}

DIV.shop-content {
  background: #FFF !important; /*3E0;/* #FFFFFF;*/
  margin: auto;
  padding: 10px 0px;
  padding-top: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  
}
DIV.shop-content-sub
{
    /*background: #FFF !important;*/
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

DIV.shop-content-sub > DIV > H1
{
    font-size:x-large;
}

#dv_content,
#d_thumbnails {
	background-color: transparent !important;
}

#dv_main
{
	padding-top: 35px;
	padding-bottom: 65px;
    background-color: rgba(0, 0, 0, 0.7);
}

body.DEFAULT #dv_main,
body.GENERIC #dv_main{
	height: auto;
}

.shop-headline
{
    color:#FFF200;
    font-weight: 700 !important;
    font-size: xx-large !important;
}

.shop-headline > DIV
{
    padding: 0px !important;
}

.shopSubTitle
{
    font-size:large;
    padding-top:0px;
    padding-bottom:15px;
}

/*---MODAL ----*/
.modal-content {
	max-width: 97vw;
}

#myModal .modal-dialog {
  width: 60%;
  min-width: 700px !important;
}

.modal-header {
  color: #fff;
  background:   #CC0000;   /*#b0b3b7;*/
  border-radius: 5px 5px 0px 0px;
  /*color: #e87817;*/
  border-bottom-color: #7D0000 !important;
}

/* -----------*/

/*img.header-logo {
	position: fixed;
	max-height: 50px;
	margin: 25px;
	top: 10px;
}*/

.carousel-indicators li
{
    border-color: #FFF200 !important;
}
.carousel-indicators
{
    bottom: 0px !important;
    margin-bottom: 2px !important;
}

.carousel-indicators .active
{
    background-color: #FFF200 !important;
}

.matrix_active {
    background-color: #FFCC80;
}

img.header-add {
	position: fixed;
	max-height:70px;
	left:300px;
	top:20px;
}


#selectedPrice
{
    font-size: large;
}

.shopStartCategorieRow
{
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}

.vinNumberRowCorrection
{
    padding-bottom:20px;
}

.custNavLi
{
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    float: left;
    color: #ffffff;
	line-height: 10px;
	transition: all 0.2s linear;
} 

li.custNavLi > span {
	font-size: 10px;
    letter-spacing: 1px;
}

li.custNavLi > i {
	display: block;
    font-size: 24px;
}
    
.custNavLi:hover, 
.custNavLiActive
{
   /* background-color: #FFF; */
  /*  color: #000;  */
   /* border-right: 2px solid #e87817;*/
    color: #FFF200; /*#e87817*/ 
   /* background: #7D0000;*/
    cursor:pointer;
}

#SEARCH_FORM_MOBILE {
	display: none;
}

.footer-large 
{
    display:inline;
    color: #000 !important;
}

.footer-large > li
{
    display:inline;
    border:0px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-large > li > a
{
    color: #fff !important;
}

.footer-large > li > a:hover
{
    color: #FFF200 !important; /*#e87817*/
    text-decoration: none;
}

#footer
{
	transition: height 0.3s linear;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px !important;
	background-color: #000000;
    border-top: 1px solid rgba(255, 242, 0, 0.6);
}

#footer > div > ul > li > a {
	transition: color 0.2s linear;
	padding: 2px 0px;
	color: rgba(255, 255, 255, 0.57) !important;
}

#responsive-menu-footer {
	height: 100% !important;
	overflow-y: auto;
	font-size: 14px;
}

#d_image
{
    margin-top:0px;
}


#d_inner_list {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

DIV.breadcrumps {
	min-height: 25px;
    background-color:#000000;
    /*border-bottom: 0px solid;*/
    border-top: 1px solid rgba(255, 242, 0, 0.6);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#menu > li > a {
  color: #FFFEED  !important; /*FF9800*/ 
  /*text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;  */
}

li.menuSizeTouchLi > a:hover, li.menuSizeTouchLi > a > i:hover, li.menuSizeTouchLi > a > div > i:hover
{
    color: #FFF200 !important;
    /*text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;*/
}

#navbar-collapse.in {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
}


nav.navbar-fixed-top {
	background-color: rgba(125, 0, 0, 0.9) !important;
	border: none;
}

nav.navbar-fixed-top > div.container-fluid {
	padding-left: 120px;
}

#navBarTopRow
{
    background-color: rgba(125, 0, 0, 0.9) !important;
    padding-left: 110px;
}

#navBarTopRow select {
	color: #ffffff;
	border-radius: 0px;
	border-color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
}




.menu-item-selected {
  background-color: #CC0000 !important;
  color: #fff !important;  
}

.menu-item > a:hover,
#footer > ul > li > a:hover {
  color: #ffffff !important;  /*#e87817*/
}

.menu-item {
  background-color: transparent !important;
  color: #fff !important;
}

.menu-line {
  background-color: #CC0000 !important;
  color: #fff !important;
}

.menu-line > a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: #CC0000 !important;
    color: #fff !important;
}

.menu-item > a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.57) !important;
	transition: color 0.2s linear;
}

.menu-line > a:hover {
  background-color: #7D0000 !important;
  color: #FFF200 !important;  /*#e87817*/
  
}


#basketframe
{
   min-height:300px !important;
}

.ajax_basket_small_price
{
    margin-top: 8px !important;
}

.ajax_basket_small_currency
{
    display: none !important;
}

.ui-dialog-title
{
    color:#000;
}
    
.custNavUl > li > a
{
    color: #ffffff !important;
}

.custNavUl > li > a:hover {
	color: #fff200 !important;
}
.custNavUl > li.active > a {
	background-color: transparent !important;
}

#shopItemText
{
    margin-top: 10px;
    padding-top: 10px;
}

#shopItemBasketButtonDiv
{
    margin-top: 10px;
    padding-top: 10px; 
}

.conButtons .btn {
	width: 100%;
	color: #ffffff;
}


button.btn-default
{
    background-color: #cc0000 !important;
	border-color: #cc0000;
    color: #fff !important;
}
/*
button.btn:hover
{
    background-color: #FFF200 !important;
    color: #000 !important;
    
}
*/
#mobileMenuButton
{
    background-color: #FFF200;
    color: #000; 
	border-radius: 0;
}

#shopItemBasketButton > span
{
    display:inline-block;margin-left:10px;font-size:large;
}


div.markpos {
  background-color: rgba(0, 146, 72, 0.50);
}

.vin-text
{
    font-size: large;
    padding-top: 8px;
}



.startAccessories:hover, a.startAccessories:hover
{
    border-color: #e87817;
    text-decoration: none;
    color: #e87817;
}

.startAccessories
{
    margin-top:15px;
    font-size: large;
    font-weight: 700;
    width:194px;
    border:1px solid #E2E2E2;
    border-radius: 5px;
}

.catalog-start {
	height: 150px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	background-position: -110px -55px;
	opacity: 0.4;
	/*border-radius: 60px 60px 0px 0px;*/
	border:1px black solid;
	opacity:1;
	max-width: 1100px;
	width: 100%;
	display: inline-block;
}

.cat-arr{opacity:0;}

.catalogue-text {
  font-size: 56px;
  text-align: left;
  top: 75px;
  position: relative;
  color: white;
  margin-left: 20px;
}

.select {
  width: 100%;
}

.con {
  margin-top: 10px !important;
}

.text-thumb {
  width: 100% !important;
  position: relative;
  
 /* top: -40px;
  border-top: 3px solid #000 !important; */
}

mobileMenuButton
{
        display: none;
}



@media (max-width: 1023px) {
    #dv_main {
		padding-top: 50px !important;
	}
    
    .footer-large 
    {
        display: inline;
        /*margin-top:20px;*/
        font-size: 12px;
    }

    .footer-large > li
    {
        display: inline;
        margin-top: 15px;
        padding-left: 2px;
        padding-right: 2px;
    }
    
    #d_image
    {
        overflow: hidden;
    }
    
    TH.list_header, td.list_header
    {
        border-top: 1px solid #B6B6B6;
    }
   /* 
    div.list_items
    {
        margin-left: 12px;
    }
    */
    #carouselRow
    {   
        display: none;
    }
    
    mobileMenuButton
    {
        display: block;
    }
    
    .custNavLi
    {
        float:none;
    }
    
    DIV.breadcrumps
    {
        display: none;
    }

    ul.menuSizeTouch
    {
        margin-bottom:0px;
        background-color: rgba(125, 0, 0, 1);
    }
    
}
    
@media (max-width: 768px) 
{
  #logo-area {
    height: 110px !important;
  } 
  
	nav.navbar-fixed-top > div.container-fluid {
		padding-left: 10px;
  }
  
  .footer-large > li
    {
        display: block;
    }
}

@media screen and (max-width: 767px) {
	#SEARCH_FORM {
		display: none !important;
	}
	
	#SEARCH_FORM_MOBILE {
		display: block !important;
	}
	
	.custNavUl {
		margin: 0px -15px !important;
		padding-left: 0px;
		text-align: right;
	}
	
	.custNavUl > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8) 33%, transparent);
	}
	
	.nav > li {
		float: none !important;
		padding: 10px 5px;
	}
	
	.footer-large > li {
		padding: 15px 5px;
		margin: 0px;
		border-bottom: 1px solid rgba(255, 242, 0, 0.2) !important;
	}
	.footer-large > li:last-child {
		border-bottom: none !important;
	}
	
	#listTitle {
		display: none;
	}
	
	#hiddenListTitle {
		display: block !important;
	}
	
	#d_inner_list {
		height: 100% !important;
	}
}

.list_div
{
    padding-bottom: 20px;
}

#mobileMenu
{
    display: none;
    background-color: rgba(100, 100, 100, 0.7);
    width:80%;
}

#mobileMenu,
#mobileMenu div {
	padding: 0;
}

#mobileMenu .custNavLi {
	background-color: #dddddd !important;
	color: #000000 !important;
	border-bottom: 1px solid #aaaaaa;
}

.textBubble, .textBubble > DIV.dynamic_content, .textBubble > DIV
{
    background-color:#FFCC80;
}

#mobileMenuDiv
{
    background-color: #FFF200;
}

#DIV_ZOOM_AREA_IMG
{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    /*border: 1px solid #FFCC80;*/
}

a.logo-text, a.logo-text:link, a.logo-text:hover, a.logo-text:active, a.logo-text:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: 600;
    color:#fff;
    text-decoration: none;
}

#logo-area
{   
	animation-name: logoIn;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
    padding-top:3px;
   /* background: #7D0000;*/
    position: absolute;
    top: 0px;
    left: 15px;
    height: 150px;
    z-index: 100;
    /*#b9b9b9     #FFCC80*/
 /*   background: -webkit-linear-gradient(left, #000,#000, #7D0000);
    background: -o-linear-gradient(right, #000,#000, #7D0000); 
    background: -moz-linear-gradient(right, #000,#000, #7D0000); 
    background: linear-gradient(to right, #000,#000, #7D0000);   */
}

.header-menu
{
    background-image: url("../../pictures/kawasaki_logo_bg.JPG");
    background-repeat: repeat-x;
    background-size: 200px 70px;
    height: 70px;
}

/*
@media (min-width: 768px) {
  body {
    padding-top: 110px !important;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 65px !important;
  }
} */

body.BOTOMNAV {
  margin-bottom: 0px !important;
}

.ui-dialog-titlebar {
  background-color: #FFCC80 !important;
  border: 0px !important;
}

.nav > li {
  float: left;
}

[class^="d2s-icon-"]:before, [class*=" d2s-icon-"]:before {
  margin-left: 0em !important;
}

.input-group {
  margin-top: 5px;
}

.navbar-inverse {
  background-color: #FFCC80 !important;
  border-bottom-color: #7D0000 !important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #000000 !important;
}


#tr_dv_sofar > li 
{
    background-color: #000 !important;
}
#tr_dv_sofar > li:hover
{
    background-color: #000 !important;
}

#dv_sofar > ul > li > a {
	font-size: 12px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background-color: #e1e2e2 !important;
  color: #7D0000 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #e1e2e2 !important;
  color: #7D0000 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


@media (min-width: 1024px) {
    /*
    ul.menuSizeTouch > li:first-child{
        line-height:215px;
    }*/
    
   
    
    ul.menuSizeTouch {
        
	height:42px;
    width:100%;
  /*margin-top:15px;*/
  z-index: 2 !important; 
    
  background-color: rgba(125, 0, 0, 0.9) !important;
  font-size: 30px !important;  
  border-top: 1px solid #7D0000;      
}
    
}


td > i:hover, DIV > i:hover, a > i:hover {
  color: #7D0000 !important;
}

#menu > li > span.inactive >div > i {
  color: black !important;
  cursor: default !important;
}

DIV.navgroup-text2 {
  top: 200px !important;
  width: 161px !important;
}

DIV.breadcrumps {
  top: 0px !important;
  margin-bottom: 0px;
  padding-left: 110px;
}

div.img-inner
{
	transition: all 0.2s ease-out;
	position: relative;
    height: 200px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #727272;
}

div.img-group {
	transition: all 0.2s ease-in-out;
    max-width: 300px;
	margin: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

div.img-group:hover div.text {
	background-color: #fff200;
	color: #000000;
}

div.img-group:hover , .hovered
{
  cursor:pointer;
  transform: scale(1.05);
}

div.img-group:hover > img.inactive, div.hovered > img.inactive 
{
    border: 0px !important; 
    color: #7D0000;
}

div.img-group.hovered .dv_navgroup_text {
	background-color: #fff200 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}

.dv_navgroup_text.nav_text {
	position: initial !important;
	height: 100% !important;
	display: table-cell !important;
	vertical-align: middle;
	font-size: 3em;
	font-weight: 600; 
	color: #333333 !important;
	
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.hubraum {
	background-color: rgba(255, 255, 255, 0.9) !important;
	transition: all 0.2s ease-in-out;
}

.hubraum:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

div.img-group:hover > div.text-thumb,div.img-group:hover > div.text , .hovered > div > div.text-thumb 
{
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}


img.inactive
{
  /*  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);*/
    border: 0px !important; 
   /* border: 1px solid #FFCC80 !important; */
  /*  border-radius: 4px 4px 0px 0px ; */
    max-width: 100%;
	max-height: 100%;
}


table.table-hover > tbody > tr:hover {
  cursor: pointer;
}


.menu-popup-touch {
  border-color: #fff !important;
}

.menu-popup {
  border-color: #fff !important;

}

table.list
{
    border: 0px !important;/*1px solid #FFCC80 !important;*/
}

table.list > tbody tr:nth-child(odd) {
  background-color: #eeeeee;/*#FFCC80;*/
}

table.list > tbody tr
{
   /* border-left: 1px solid #000 !important;*/
    border-top: 1px solid #B6B6B6;
}

#shopArticleCarousel
{
    
}

.imageDivCarousel
{
    margin-bottom:30px;
}

TH.list_header, td.list_header {
  background-color: #fff !important;
  border-bottom-color: #B6B6B6;
  color: #212121;
  font-weight: normal !important;
  padding-left: 0px;
} 

A.list_header
{
    color: #212121;
    font-size: small !important;
}


.highlight-list {
    /*border: solid 1px red;*/
  color: #000 !important;
  background-color: #FFF200 !important;
  
}
                                    
tr.hover-row:hover {
  color: #000 !important;
  background-color: #FFF200 !important;
  cursor: pointer;
  
}

tr.hover-row:hover >  a:hover, tr.hover-row:hover >  td > span:hover{
    color: #000 !important;
}

.dropdown-menu {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

#shopCarouselIconRight
{
    color: #FFF200;
}

#shopCarouselIconLeft
{
    color: #FFF200;
}

div.machine-img-frame
{
    margin-top: 20px;
}

table.machine_table {
  margin-top: 20px;
  border: solid 1px #CC0000;/*#e87817;*/
    /*font-size: 1em;*/
  text-align: left;
  color: #000;
  min-width: 450px;
}

td.machine_header {
  background-color: #CC0000;
  vertical-align: middle;
  height: 20pt;
  color: #ffffff;
}

div.footer-bg {
  background: #FFCC80;
  border-radius: 7px;
  border: 1px solid #7D0000 !important;
}


ul.footer-large > li > a {
  color: #000;
}

ul.footer-large > li > a:hover {
  color: #fff;  /*#e87817*/
}


/* ---END ---- */ 

/* General */ 

.ui-dialog {
  z-index: 1000 !important;
}

.navbar-header .logo {
  background-image: url("../images/header/logo.png");
  background-size: 100% auto;
  display: inline-block;
  height: 50px;
  width: 150px;
	/*
        border-bottom: 1px solid #60ebac;
    border-left: 1px solid #60ebac;
    border-right: 1px solid #60ebac;
    	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;*/
  ;
}

li > a > span > H1 {
  font-size: 14px;
}

DIV.news {
  width: 100%;
  text-align: center;
  padding: 8px;
}

td > i:hover, DIV  > i:hover {
  /*color: green;*/
  cursor: pointer;
}

/*  LIST */

span.variations {
  font-size: 6pt;
}

span.variations_group {
	/*font-size:7pt;*/;
}

span.variation_YEAR {
  color: white;
  background-color: darkblue;
}

span.variation_COUNTRY {
  color: white;
  background-color: darkgreen;
}

span.variation_COLOR {
  color: white;
  background-color: grey;
}

span.variation_MODEL {
  color: white;
  background-color: darkred;
}

img.thumb {
}

div.thumblist {
  margin-top: 10px;
  background-color: transparent;
  color: #ffffff;
  /*min-width: 210px;*/
}

@media (max-width: 650px) {
  img.thumb {
    width: 100px;
  }

  div.thumblist {
    margin-top: 10px;
   /* background-color: white;*/
    color: white;
   /* min-height: 110px;
    min-width: 0115px;*/
  }

  div.thumbnail-text {
    top: 100px !important;
    font-size: 10px !important;
  }
  
  div.text-thumb{
	width: 100% !important;
	font-size: 10px !important;
  }
  
  .dv_navgroup_text.nav_text {
	font-size: 1.5em;
	letter-spacing: 1px;
  }
}

@media (max-width: 650px) {
  span.cart-text {
    display: none;
  }
}

div.list_thumbnail {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

div.thumbnail-text {
  position: relative;
  top: 166px;
  color: black;
  left: 5px;
  border: 0px;
  background-color: transparent;
}

div.list_items {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: 0px;
}

div.list_image {
  display: none;
  background-color: white;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);  
}

span.listbasket {
  background-color: #5aab26;
  margin-bottom: 10px;
}



/* MACHINE */



/* Media Querys*/ 


@media (min-width: 768px) {
  #tr_dv_sofar {
    height: 40px !important;
  }
}

/* GROUP */ 

table.selection_table {
  border: solid 2px grey;
  text-align: left;
}

DIV.group_selection > A > BUTTON {
  color: #ffffff;
}

DIV.group_selection > A > BUTTON.active {
  color: #5aab26;
}

#dv_machine_matrix_inner
{
    padding-right: 20px;
}

DIV > A,TD > A {
  color: #000;
}
/*
SPAN > A {  color:#000000;}
TD > A > DIV {color:#000000;}
*/
/*
div.specialFooter {
  left: -70px;
  position: relative;
  width: calc(100% + 70px);
} */

/* Shop */
DIV.bg {
  background: #FFFFFF;
  color: #000000;
  /*min-height: 75%;*/
 /* margin-top: -10px;
  padding-top: 10px;*/
}

article {
  margin-bottom: 70px;
}

DIV.shop-content-special {
  background: #D2E3C6;
}

IMG.shop-image {
  display: none;
  max-height: 400px;
  border: solid 2px #000000;
  margin-top: 5px;
}

img.MultiImage {
  border: 1px solid #FFFFFF;
  max-Width: 100px;
}

img.MultiImage:hover {
  border: 1px solid #60bf19;
  max-Width: 100px;
}

DIV.machine-text {
  position: relative;
  text-align: center;
  font-weight: bolder;
  color: #000000;
  top: 230px;
  background-color: rgba(255,255,255,0.5);
  width: 330px;
  display: inline-block;
}

div.text {
	transition: all 0.2s ease-out;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 30px;
    padding: 5px;
    /* overflow: hidden; */
    border: 0px;
    background-color: #CC0000;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bolder;
}

div.text.shop {
	background-color: #fff200;
	color: #000000;
}

div.img-group:hover div.text.shop {
	background-color: #cc0000;
	color: #ffffff;
}

DIV.navgroup-text {
  position: relative;
  text-align: center;
  font-weight: bolder;
  color: #ffffff;
  top: 90px;
  overflow: hidden;
	/* white-space: normal; */
  background-color: rgba(255,255,255,0.5);
	/* width: 185; */
  width: 192px;
  height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
}

DIV.variation-text {
  color: #ffffff;
  position: relative;
  text-align: left;
  top: -20px;
  background-color: rgba(255,255,255,0.5);
  width: 50%;
  display: inline-block;
  left: 200px;
}

.variation-text-shop {
  color: #ffffff;
  position: relative;
  text-align: left;
  top: -27px;
  background-color: rgba(255,255,255,0.5);
  width: 50%;
  display: inline-block;
  left: 197px;
  font-family: verdana;
  height: 146px;
  z-index: 1;
}

DIV.navgroup-text2 {
  position: relative;
  text-align: center;
  font-weight: bolder;
  color: #ffffff;
  top: 90px;
  overflow: hidden;
	/* white-space: nowrap; */
  background-color: rgba(255,255,255,0.5);
  width: 192px;
  display: inline-block;
	/* left: -1px; */
  text-overflow: ellipsis;
  height: 40px;
}

BUTTON.shop-navigation {
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
}

div.list_content {
  overflow: hidden;
  padding-bottom: 110px;
}


@media screen and (max-width: 1024px) {
	
	div.list_items {
		padding: 0;
	}

}

@media (max-width: 770px) {
	div.list_content {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 620px) {
	#logo-area {
		left: 0;
	}
}

@media screen and (max-width: 576px) {
	.start-title > h1 {
		font-size: 26px;
	}
	
	#logo-area {
		height: 80px !important;
	}
	
	#dv_content {
		padding: 0px;
	}
}



.border-black {
  border: 1px solid #000000;
  border-collapse: collapse;
}

DIV.shop_background {
  background-repeat: no-repeat;
  min-height: 200px;
  background-position: 0 0;
}

#SEARCH_FORM button,
#SEARCH_FORM input
{
	border-radius: 0px;
}

@keyframes logoIn {
	0% {left: -8%; opacity: 0.2; transform: rotate(19deg);}
	90% {left: 15px; opacity: 0.2; transform: rotate(19deg);}
	100% { opacity: 1; transform: rotate(0deg); }
}
