﻿
/* ==== Google font ==== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'); 
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); 
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'); 
}
/* open-sans-700 - latin */
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), 
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-700.woff') format('woff');
}
/* ==== end Google font ==== */


body {
  font-family: 'Open Sans', sans-serif;
  background:transparent;
  position: relative;
  font-weight:400;
}

ul li {
  list-style: none;
}

.defaultColor {
color:#fde9aa;
}

a.defaultLink {
color:#fde9aa;
}
a.defaultLink:hover {
color:#fde9aa;
text-decoration:underline
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}
div.bold,
p.bold,
span.bold {
font-weight:600;
}

td.parameter {
font-weight:600;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #535992;
}

h1 {
  font-size: 22px !important;
  line-height: 38px;
  margin-top: 15px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #535992;
  font-weight: 300;
  border-bottom-style: dotted;
}

  h1 span {
    padding-bottom: 8px;
    border-bottom: 1px solid;
    font-weight: 400;
    padding-left: 3px; /* new 20151227 */
  }

h2 {
  font-size: 22px !important;
  line-height: 38px;
}

h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px;
}

hr {  
  border-top: 1px solid #ea9c2a;
}

a {
color: #ea9c2a;
}
  a:hover {
    color: #ffb929;
  }


.margin0 {
  margin: 0px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.btn[disabled], 
.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-system[disabled],
.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
/*	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;*/
  	border:0;
  	text-transform: uppercase;
  	font-weight: 400;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}


.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-white:hover,
.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}


.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-white,
.btn-system.btn-wite{
	background-color: #fff;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-white,
.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}

.btn-w100per 
{
     width:100%; 
} 
.btn-text-center 
{
     text-align:center;
} 
.btn-default[disabled]:hover,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-system:hover {
	color: #fff;
	opacity: 0.8;
}


.btn-default[disabled],
.btn-default[disabled]:hover
{
  color: #fff;
  background-color: #ffb929;
  border-color: transparent;
  border-radius:0px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  /*background-color:transparent;*/
  background-color: #ffb929;
  border-color: transparent;
}

.btn-w100per 
{
     width:100%; 
} 
.btn-text-center 
{
     text-align:center;
} 

.loader-box {
    display:block;
    width:100%;
    height:30px;
}
.loader-small {
    background-image:url("../images/ajax_waiting.gif");
    background-position:20px center;
    background-repeat:no-repeat;
}


.navbar-toggle {
  background-color: #ffb929;
  margin-top: 0px;
  margin-bottom: 0px;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #ea9c2a;
  color: #FFF;
  margin-bottom: 80px;
  /*-webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;*/
}

a#scrollUp i{
  font-size: 30px;
}

.header_landing_bg {
    background:url('../images/nbg.jpg');
    background-size:cover;
    background-attachment:scroll;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.header_404_bg {
    background:url('../images/404/berge200x.jpg');
    background-size:cover;
    background-attachment:scroll;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}


#content
{
background-color: #fff;
}

/*************************
*******Header CSS******
**************************/



.header_top {
  background: none repeat scroll 0 0 #a9abc8;
 
}

.header_top_land {
 /*  background-color:rgba(251,251,247,.3);*/
 background-color:rgba(73,73,73,.3);
}

.header_top_land .contactinfo ul li a{
  font-size: 12px;
  color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
}

.header_top_land .social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #f0f0f0;  /* #696763*/
  padding:0px;
}

.header_top_land .lang-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #f0f0f0;  /* #696763*/
  padding:0px;
}

.contactinfo ul li:first-child{
    margin-left: -10px;
}
.contactinfo ul li {
    margin-left: -10px;
}
.contactinfo ul li a{
  font-size: 12px;
  color: #696763;
  font-family: 'Open Sans', sans-serif;
}


.contactinfo ul li a:hover{
	background:inherit;
}






/*@media only screen and (min-width : 1px)  
{
  .contactinfo
  {
    display: none;
  }
}
@media only screen and (min-width : 328px)  
{
  
}
@media only screen and (min-width : 469px)  
{
 .contactinfo
  {
    display: inline;
  }
}
@media only screen and (min-width : 768px) 
{

}
@media only screen and (min-width : 992px) 
{

}*/


@media only screen and (min-width : 992px) and (max-width: 1200px)
{

}
@media only screen and (min-width : 768px) and (max-width: 991px)
{

}
@media only screen and (min-width : 469px)  and (max-width : 767px) 
{
 .contactinfo
  {
    display: none;
  }
}
@media only screen and (min-width : 328px)  and (max-width : 468px) 
{
  .contactinfo
  {
    display: none;
  }
}
@media only screen and (min-width : 1px)  and (max-width : 328px) 
{
  .contactinfo
  {
    display: none;
  }
}


.info-block {
 margin-top:20px;
 margin-bottom:20px;
}

.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
   color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}



.lang-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.lang-icons ul li{
	display:inline-block;
}

.lang-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.lang-icons ul li a i:hover{
   color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.fa-german 
{
  padding: 11px 15px;
  background-color: transparent !important;
  background:url(../images/flag_deu.gif); background-position:10px 12px; background-repeat:no-repeat;
}
.fa-english 
{
  padding: 11px 15px;
  background-color: transparent !important;
  background:url(../images/flag_eng.gif); background-position:10px 12px; background-repeat:no-repeat;
}
.fa-german:hover 
{
    padding: 11px 15px;
    background-color: transparent !important;
  background:url(../images/flag_deu.gif); background-position:10px 12px; background-repeat:no-repeat;
}
.fa-english:hover 
{
   padding: 11px 15px;
  background:url(../images/flag_eng.gif); background-position:10px 12px; background-repeat:no-repeat;
  background-color: transparent !important;
}
.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-dribbble:hover  {
	background:#90C9DC;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.header-middle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc255+0,fffceb+22,ffd729+41,ffb629+100 */
  background: #ffc255; /* Old browsers */
  background: -moz-linear-gradient(left, #ffc255 0%, #fffceb 22%, #ffd729 41%, #ffb629 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffc255 0%,#fffceb 22%,#ffd729 41%,#ffb629 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffc255 0%,#fffceb 22%,#ffd729 41%,#ffb629 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc255', endColorstr='#ffb629',GradientType=1 ); /* IE6-9 */
}

.header-middle .container .row {
  /* obsolete border-bottom: 1px solid #f5f5f5; */
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

  .header-middle .container .row, .header-middle .container .row > div {
    padding-left: 0;
  }

    .header-middle .container .row, .header-middle .container .row > div {
	padding-right:0;
}


.header-img {
  padding-top:10px;
}

.header-img img {
  float:right;
}

.dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus {
  background-color: #ea9c2a;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}


.shop-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  /* background: #FFFFFF;*/
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 10px;
}


  .shop-menu ul li a i {
    margin-right: 3px;
    color: #ffb929;
  }


  .shop-menu ul li a:hover {
    color: #696763;
    background: inherit !important;
    cursor: pointer;
  }


.shop-menu .link_basket:focus {
  color: #fff !important;
}

.shop-menu .link_basket {
  position: relative;
}

  .shop-menu .link_basket .quantity-in-basket {
    position: absolute;
    bottom: 0px;
    left: -25px;
    background-color: #ffb929;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    display: block;
    padding: 0px 7px 0px 7px;
  }

.shop-menu .link_basket .quantity-in-basket-1er {  
  padding: 0px 7px 0px 7px;
}

.shop-menu .link_basket .quantity-in-basket-10er {
    padding: 0px 5px 0px 5px;
}

.shop-menu .link_basket .quantity-in-basket-100er {
    padding: 0px 3px 0px 3px;
}

  
.shop-menu .link_basket:hover span {
  background-color: #888585;
  color: #fff;
}

/*************** Heading Titles ***************/

.classic-title {
  margin-top: 15px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #535992;
  font-weight: 300;
  border-bottom: 1px solid #ffb929;
  font-weight: 300;
  border-bottom-style: dotted;
}


.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid; 
	font-weight: 400;
	padding-left:3px; /* new 20151227 */
}


/*******************************************************/
/* Breadcrumb begin */
/******************************************************/

.page-banner {
    padding: 30px 0;
    /* background: url(../images/slide-02-bg.jpg) center;*/
	border-bottom: 1px solid #eee;
}

.page-banner h1 ,
.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
	font-size:16px;
}

.page-banner p {
	font-weight: 300;
}

ul.breadcrumbs {
  float: left;
	margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
    margin-left: 3px;
	color: #999;
	float: left;
}

ul.breadcrumbs li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #bbb;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #666;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*******************************************************/
/* Breadcrumb End */
/******************************************************/



/*******************************************************/
/* Detail - Menu */
/******************************************************/

.detail-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.detail-menu ul li:last-child {
  padding-right: 0;
}


.detail-menu ul li a {
  background: #FFFFFF;
  color: #696763;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 0px;
}


.detail-menu ul li a i{
	margin-right:3px;
}


.detail-menu ul li a:hover {
	color:#ea9c2a;
	background:#fff;
}

.detail-menu-area-simple,
.detail-menu-area {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.detail-menu-area ul {
  padding:0;
  display: inline;
}

.detail-menu-area ul li {
  background:#d7d8e7;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 11px;
  color: #393b3b;
  position: relative;
}

.detail-menu-area ul li i {
  background:#ea9c2a;
  color: #FFFFFF;
  margin-left: -4px;
  margin-right: 7px;
  padding: 4px 7px;
}

.detail-menu-area ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-color:transparent transparent transparent #ea9c2a;
  border-width:4px;
  border-style: solid;
  top:6px;
  left:24px
}

.detail-menu-area ul span {
  float: right;
  color: #ea9c2a
}

.detail-menu-area span{
    float: right;
}

.detail-menu-area span i{
  color: #ea9c2a
}


.header-bottom {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color:#535992; /*#673715;*/
  /*background-image:url(../images/top-header-bg.png);*/
  background-repeat:repeat-y;
  background-position:center bottom;
  
  
}
.navbar-collapse,
.navbar-collapse.collapse{
  padding-left: 0;
  max-height: 540px;
  padding-top: 6px;
}
.navbar-nav
{
  margin:0px;
  margin-bottom: 4px;
}
.navbar-nav a.active
{
  background-color:transparent;
}
.navbar-collapse.in{
  /*display:table;*/
  /*width:100%;*/
  /*padding:5px;*/
}
.navbar-collapse.in ul{
  /*margin-left:5px;*/
}
/**********************************************/
/******* searchoverlay *************/
/**********************************************/
.searchoverlay
{
    padding:20px;
 background-color:rgba(64,73,81,.3);
}

/**********************************************/
/******* Main Menu *************/
/**********************************************/
.mainmenu ul li{
  padding-right: 10px;
  padding-left: 10px;
}

.mainmenu ul li ul li
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.mainmenu ul li:first-child{
  /* padding-left: 0px;*/
}

.mainmenu ul li a {
	color: #fbedc2; /* #696763; */
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 0px;
}
.mainmenu ul li ul li a {
	color:  white;
}
.mainmenulanding ul li a {
	color:  white;
}
.mainmenu ul li a:hover, .mainmenu ul li.active a,  .shop-menu ul li.active  a,
.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active {
	background:none;
	color:#ffffff; /* #fde9aa; */
	
}

.mainmenu ul li .dropdown 
{
background-color:transparent;
}
.mainmenu ul li .open 
{
background-color:transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  color: #ffb929;
}
.mainmenu ul li .dropdown a
{
background-color:transparent;
}

.mainmenu ul li .dropdown-toggle {
background-color:transparent;
}

.mainmenu ul li .dropdown-toggle a {
background-color:transparent;
}
.mainmenu ul li .dropdown-menu {
  background: rgba(83, 89, 146, 0.8);
  border-color: rgba(83, 89, 146, 0.8);
  margin-top:10px;
}

.mainmenu ul li .dropdown-menu .divider {
background: rgba(0, 0, 0, 0.2);
/* background: rgba(0, 0, 0, 0.5);*/
}

.mainmenu .in .caret {
float:right;
}

@media only screen and (min-width : 992px) 
{

}
@media only screen and (min-width : 768px) and (max-width: 991px)
{
  .mainmenu ul li {
    padding-right: 5px;
    padding-left: 5px;    
  }
  .btn-header-search
  {
    display: none;
  }
}
@media only screen and (min-width : 469px)  and (max-width : 767px) 
{

}
@media only screen and (min-width : 328px)  and (max-width : 468px) 
{


}
@media only screen and (min-width : 1px)  and (max-width : 328px) 
{
  
}

.search_box input {
  background: #fde9aa; /*#d7d8e7;*/
  border: medium none;
  color: #ea9c2a; /*#B2B2B2;*/
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  /*background-image: url(../images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 130px;*/
}

.search-button {
  display: block;
  margin-top: 20px;
  width: 50%;
  float: right;
  border-radius: 2px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.search-button i {
  margin-right:5px;
}


  /*  Dropdown menu*/
  .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #fde9aa;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #fde9aa;
}

.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
/*************************
*******Footer CSS******
**************************/

#footer {
  background:#F0F0F0; 
  bottom:40px;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

#footerspacer {
 height:30px;
}
#footerfixed {
 position:fixed;
 bottom:0px;
 background-color:#555555;
 width:100%;
 z-index:100;
}

  #footerfixed .footer-basket > .container > .row > div:nth-child(2) {
    text-align: right;
  }

#footerfixed .footer-mwst {
    background-color:#1f1207;
    color:white;
    text-align:center;
    padding:4px;
    
}

#footerfixed .footer-mwst a {    
    color:#fbedc2;    
}

#footerfixed .footer-mwst a:hover {    
    color:#ffffff;    
}

  #footerfixed .footer-basket {
    background-color: #535992;
    color: #ea9c2a;
    text-align: left;
    padding: 4px;
    padding-left: 10px;
  }
#footerfixed .footer-basket a{
    color:#ea9c2a;
}

.col-footer-padding {
  padding-bottom:80px;
}
@media only screen and (min-width : 1px) and (max-width: 768px) {
  .col-footer-padding {
    padding-bottom: 0px;
  }
}

  .companyinfo {
    margin-top: 57px;
  }

    .companyinfo h2 {
      color: #B4B1AB;
      font-family: 'Open Sans', sans-serif;
      font-size: 27px;
      text-transform: uppercase;
    }

      .companyinfo h2 span {
        color: #ea9c2a;
      }

    .companyinfo p {
      color: #B3B3AD;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      font-weight: 300;
    }

  .footer-top .col-sm-3 {
    overflow: hidden;
  }

  .landing-img-gallery {
    margin-top: 17px;
    position: inherit;
  }

    .landing-img-gallery a img {
      height: 100%;
      width: 100%;
    }

  .landing-img {
    position: relative;
    display: block;
    height: 151px;
    margin-bottom: 10px;
    border: 1px solid #535992CC6;
    border-radius: 3px;
  }

  .video-gallery {
    margin-top: 57px;
    position: inherit;
  }

    .video-gallery a img {
      height: 100%;
      width: 100%;
    }

  .iframe-img {
    position: relative;
    display: block;
    height: 81px;
    margin-bottom: 10px;
    border: 1px solid #535992CC6;
    border-radius: 3px;
  }

  .overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 81px;
    background: #ea9c2a;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

    .overlay-icon i {
      position: relative;
      top: 50%;
      margin-top: -20px;
    }

  .video-gallery a:hover .overlay-icon {
    opacity: 0.8;
  }

  .video-gallery p {
    color: #8C8C88;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .video-gallery h2 {
    color: #8c8c88;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
  }


  .address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
  }

    .address img {
      width: 100%;
    }

    .address p {
      color: #666663;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300;
      left: 25px;
      position: absolute;
      top: 50px;
    }

  .footer-widget {
    margin-bottom: 68px;
  }

    .footer-widget .container {
      border-top: 1px solid #FFFFFF;
      padding-top: 15px;
    }

  .single-widget h2 {
    color: #666663;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
  }

    .single-widget h2 i {
      margin-right: 15px;
    }

  .single-widget ul li a {
    color: #8C8C88;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
  }

    .single-widget ul li a i {
      margin-right: 18px;
    }

    .single-widget ul li a:hover {
      background: none;
      color: #ea9c2a;
    }


  .searchform input {
    border: 1px solid #DDDDDD;
    color: #535992CC6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
  }


  .searchform button {
    background: #ea9c2a;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
  }

    .searchform button i {
      color: #FFFFFF;
      font-size: 20px;
    }

    .searchform button:hover,
    .searchform button:focus {
      background-color: #ea9c2a;
    }

  .searchform p {
    color: #8C8C88;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
  }

  .footer-bottom {
    background: #c8c8c8; /* #D6D6D0;*/
    padding-top: 10px;
  }

    .footer-bottom p {
      color: #363432;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      margin-left: 15px;
    }

      .footer-bottom p span a {
        color: #ea9c2a;
        font-style: italic;
        text-decoration: underline;
      }

  .footer-copyright {
    color: #363432;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
  }

    .footer-copyright span {
      color: #ea9c2a;
    }


  /* ++++++++++ Footer new +++++ */

  /*------------------------------------------*/
  /*			 11 - Footer Styles
/*------------------------------------------*/

  footer {
    background-color: #a9abc8;
    /*padding-top: 60px;*/
    border-top: 4px solid #535992;
    color: #535992;
    position: fixed;
    bottom: 25px;
    width: 100%;
    z-index: 1000;
  }

  @media only screen and (min-width : 1px) and (max-width: 991px) {
    footer {
      position: static;
    }
  }


  footer p {
    color: #535992;
  }

  footer a {
    color: #535992;
  }

    footer a:hover {
      color: #535992;
      text-decoration: underline;
    }

  .footer-widget {
    margin-bottom: 45px;
  }

    .footer-widget h4 {
      color: #eee;
      text-transform: uppercase;
      padding-bottom: 8px;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      position: relative;
    }

      .footer-widget h4 .head-line {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 3px;
        background-color: #333;
        margin: 0;
      }

  .verband-widget .widget-thumb {
    float: left;
    margin-right: 8px;
    /*border: 3px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
*/
  }

    .verband-widget .widget-thumb img {
      opacity: 1;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }

    .verband-widget .widget-thumb:hover img {
      opacity: 0.7;
    }

  .verband-widget .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
  }

  .verband-widget .widget-content span {
    color: #bbb;
    font-size: 12px;
  }


  .social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
  }

    .social-widget ul.social-icons li a i {
      font-size: 1.4em;
      width: 36px;
      height: 36px;
      color: #fff;
      line-height: 36px;
      text-align: center;
      display: block;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }

    .social-widget ul.social-icons li a:hover {
      text-decoration: none;
    }

    .social-widget ul.social-icons li a.facebook:hover i {
      background-color: #507CBE;
    }

    .social-widget ul.social-icons li a.twitter:hover i {
      background-color: #63CDF1;
    }

    .social-widget ul.social-icons li a.google:hover i {
      background-color: #F16261;
    }

    .social-widget ul.social-icons li a.dribbble:hover i {
      background-color: #E46387;
    }

    .social-widget ul.social-icons li a.linkdin:hover i {
      background-color: #90CADD;
    }

    .social-widget ul.social-icons li a.tumblr:hover i {
      background-color: #4D7EA3;
    }

    .social-widget ul.social-icons li a.flickr:hover i {
      background-color: #E474AF;
    }

    .social-widget ul.social-icons li a.instgram:hover i {
      background-color: #4D4F54;
    }

    .social-widget ul.social-icons li a.vimeo:hover i {
      background-color: #87D3E0;
    }

    .social-widget ul.social-icons li a.skype:hover i {
      background-color: #36C4F3
    }

  .contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
  }

    .contact-widget span {
      font-weight: 700;
    }

    .contact-widget ul li {
      margin-bottom: 12px;
    }

      .contact-widget ul li p a {
        color: #bbb;
      }

    .contact-widget p {
      padding-bottom: 20px;
    }

  .instagram-widget {
  }

  .twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
  }

  .twitter-widget ul li {
    margin-bottom: 20px;
  }

    .twitter-widget ul li span {
      color: #666;
    }

  .flickr-widget ul {
    overflow: hidden;
  }

    .flickr-widget ul li {
      float: left;
      margin-left: 8px;
      margin-bottom: 8px;
    }

      .flickr-widget ul li:nth-child(3n+1) {
        margin-left: 0;
      }

      .flickr-widget ul li a {
        display: inline-block;
        width: 80px;
        opacity: 0.6;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border: 4px solid #333;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
      }

        .flickr-widget ul li a img {
          width: 100%;
          height: 65px;
        }

        .flickr-widget ul li a:hover {
          opacity: 1;
        }

  .mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
  }

    .mail-subscribe-widget form input[type="text"] {
      outline: none;
      color: #666;
      font-size: 12px;
      padding: 6px 12px;
      border: none;
      background: #fff;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      outline: none;
    }

  .copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
  }

    .copyright-section p {
      font-size: 11px;
      text-transform: uppercase;
    }

  ul.footer-nav {
    float: right;
  }

    ul.footer-nav li {
      display: inline-block;
      float: left;
      margin-left: 15px;
    }

      ul.footer-nav li:first-child {
        margin-left: 0;
      }

      ul.footer-nav li a {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
      }

        ul.footer-nav li a:hover {
          color: #fff;
        }

  @media only screen and (min-width : 1px) and (max-width: 991px) {
    ul.footer-nav {
      float: none;
      text-align: center;
      padding-left: 0;
    }

      ul.footer-nav li {
        float: none;
      }

    .copyright-section p {
      text-align: center;
    }
  }

  @media only screen and (min-width : 1px) and (max-width: 468px) {
    ul.footer-nav li {
      margin-left: 8px;
    }
  }


  /******************************************************/
  /*******                     *******************/
  /******************************************************/

  /*------------------------------------------*/
  /*			   08 - Blog Styles
/*------------------------------------------*/




  .product-details .post-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
  }

  .product-details.product-details-shopping-card .col {
    padding: 0px;
  }

  .product-details.product-details-shopping-card .col-custom-image p.description-label,
  .product-details.product-details-small .col-custom-image p.description-label,
  .product-details .col-custom-info p.description-label {
    display: none;
  }

  .product-details.product-details-large .col-custom-info p.description-label {
    display: inline;
    font-weight: 600;
  }

  .product-details.product-details-small .col-custom-image {
    display: none;
  }

  .product-details.product-details-small .col-custom-info {
    width: 100%
  }

    .product-details.product-details-shopping-card .col-custom-info .product-information p.description,
    .product-details.product-details-small .col-custom-info p.description {
      display: none;
    }

    .product-details.product-details-large .col-custom-info span.price,
    .product-details.product-details-small .col-custom-info span.price {
      /*width: 50%;
      float: right;*/
    }

  .product-details .col-custom-info span.price p.mwst {
    width: 100%;
    display: block;
  }

  .product-details .col-custom-info span.price .price-info {
    /*font-size: 12px;*/
    font-weight: 400;
    color: red !important;
  }

  .product-details.product-details-shopping-card .col-custom-info .product-information span.price span,
  .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice span {
    font-size: 20px;
    margin-right: 0px;
    margin-left: 20px;
    min-width: 120px;
  }

  .product_price_special_regular {
    font-size: 16px !important;
    text-decoration: line-through;
  }

  .product_price_special_label {
    font-size: 18px !important;
    color: #696763 !important;
  }

  .product_price_special {
    /*color: #fe1a0f !important;*/
    color: #ff8915 !important;
  }

  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .product-details.product-details-shopping-card .col-custom-info .product-information span.price span,
    .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice span {
      font-size: 20px;
      margin-right: 0px;
      margin-left: 20px;
      min-width: 80px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 469px) and (max-width : 767px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .product-details.product-details-large .col-custom-info span.price {
      width: 100%;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .product-details.product-details-large .col-custom-info span.price {
      width: 100%;
    }
  }


  .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice {
    text-align: right;
  }

  .product-details.product-details-shopping-card .product-information-title h2,
  .product-details.product-details-shopping-card .product-information h2 {
    font-size: 18px;
  }

  /*
  .product-details.product-details-large .col-custom-image {
    width: 100%
  }

  .product-details.product-details-large .col-custom-info {
    width: 100%
  }
  */

  .product-details.product-details-large a.btn-detail {
    /*display:none;*/
  }


  .product-details .carousel .thumb-overlay,
  .product-details .post-head .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0,0,0,0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 12;
  }

  .product-details .carousel:hover .thumb-overlay,
  .product-details .carousel .thumb-overlay {
  }

  .product-details .carousel:hover .thumb-overlay,
  .product-details .post-head:hover .thumb-overlay {
    background-color: rgba(255,255,255,0.4);
  }

  .product-details .carousel .thumb-overlay i,
  .product-details .post-head .thumb-overlay i {
    font-size: 3em;
    color: rgba(0,0,0,0);
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .product-details .carousel:hover .thumb-overlay i,
  .product-details .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%;
  }

  .product-details .carousel .control-carousel {
    top: 30%;
    z-index: 20;
    font-size: 30px;
    padding: 4px;
  }

  .product-details .post-head img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .product-details .post-content {
    padding-left: 54px;
    position: relative;
  }

  .product-details .post-slider {
    position: relative;
  }

  .product-details .post-type {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }

    .product-details .post-type i {
      font-size: 1.2em;
      color: #fff;
    }

  .product-details .feature_scale {
    margin-top: 0px;
  }

  .productlist_select_viewmode {
    position: absolute;
    top: 30px;
    right: 15px;
  }

  .productlist_select_pagesize {
    position: absolute;
    top: 34px;
    right: 180px;
  }

  .productlist_select_viewmode p {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px;
  }

  .select_pagesize {
    width: auto !important;
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .productlist_select_pagesize {
      right: 100px;
    }

      .productlist_select_viewmode p, .productlist_select_pagesize span {
        display: none;
      }
  }

  @media only screen and (max-width : 768px) {
    .productlist_select_viewmode, .productlist_select_pagesize {
      display: none;
    }
  }

  /******************************************************/
  /***********                            ***************/
  /******************************************************/


  /* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

  /* clearfix */
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* display none until init */
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }

    .owl-carousel .owl-wrapper {
      display: none;
      position: relative;
      -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

      .owl-carousel .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
      }

    .owl-carousel .owl-item {
      float: left;
    }

  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer;
  }

  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* mouse grab icon */
  .grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move;
  }

  /* fix */
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

  /* CSS3 Transitions */

  .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
  }
  /* fade */
  .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
  }

  .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
  }
  /* backSlide */
  .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
  }

  .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
  }
  /* goDown */
  .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
  }

  .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
  }
  /* scaleUp */
  .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
  }

  .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
  }
  /* Keyframes */
  /*empty*/
  @-webkit-keyframes empty {
    0% {
      opacity: 1
    }
  }

  @-moz-keyframes empty {
    0% {
      opacity: 1
    }
  }

  @keyframes empty {
    0% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @-moz-keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes backSlideOut {
    25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
  }

  @-moz-keyframes backSlideOut {
    25% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
  }

  @keyframes backSlideOut {
    25% {
      opacity: .5;
      transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
  }

  @-webkit-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateZ(0) translateX(0);
    }
  }

  @-moz-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateZ(0) translateX(0);
    }
  }

  @keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      transform: translateZ(0) translateX(0);
    }
  }

  @-webkit-keyframes scaleToFade {
    to {
      opacity: 0;
      -webkit-transform: scale(.8);
    }
  }

  @-moz-keyframes scaleToFade {
    to {
      opacity: 0;
      -moz-transform: scale(.8);
    }
  }

  @keyframes scaleToFade {
    to {
      opacity: 0;
      transform: scale(.8);
    }
  }

  @-webkit-keyframes goDown {
    from {
      -webkit-transform: translateY(-100%);
    }
  }

  @-moz-keyframes goDown {
    from {
      -moz-transform: translateY(-100%);
    }
  }

  @keyframes goDown {
    from {
      transform: translateY(-100%);
    }
  }

  @-webkit-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }

  @-moz-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }

  @keyframes scaleUpFrom {
    from {
      opacity: 0;
      transform: scale(1.5);
    }
  }

  @-webkit-keyframes scaleUpTo {
    to {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }

  @-moz-keyframes scaleUpTo {
    to {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }

  @keyframes scaleUpTo {
    to {
      opacity: 0;
      transform: scale(1.5);
    }
  }

  /*
* 	Owl Carousel Owl Theme 
*/

  .owl-theme .owl-controls {
    text-align: center;
  }

  /* touch-slider Styling Next and Prev buttons */

  .touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    *display: inline; /*IE7 life-saver */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60); /*IE7 fix*/
    opacity: 0.6;
    margin-top: -30px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-add {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }

  .touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff;
  }

  /* touch-slider Styling Next and Prev buttons - END*/

  /*************************
******* Home ******
**************************/



  #slider {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fff;
  }

  .carousel-indicators {
    z-index: 100;
    margin-left: 0;
    bottom: -10px;
  }

    .carousel-indicators.carousel-image-indicators {
      left: 0px;
      /*left:20%;*/
      width: 90%;
    }

    .carousel-indicators li {
      background: #C4C4BE;
    }

      .carousel-indicators li.active {
        background: #ea9c2a;
      }

      .carousel-indicators li.image-indicator {
        width: 80px !important;
        height: 50px !important;
        background: #C4C4BE;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #ffffff;
      }

    .carousel-indicators.carousel-image-indicators li.image-indicator.active {
      border-color: #ea9c2a !important;
    }

  .item {
    padding-left: 0px;
  }

  /***************************/
  .carousel-caption {
    background-color: rgba(50,50,50,0.5);
    left: 0px;
    right: 0px;
    padding-bottom: 15px;
  }

  .carousel-inner .item {
    padding-left: 0px;
  }


    .carousel-inner .item img.slider-image {
      background-position: center center;
      background-size: 110% auto;
      background-repeat: no-repeat;
      /*border:1px solid blue;*/
    }

    .carousel-inner .item .slider-content {
      top: 10%;
      margin-top: 40px;
      left: 0;
      padding: 0;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      color: #fff;
    }

    .carousel-inner .item .slider-content {
      z-index: 0;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
      /*border:1px solid red;*/
    }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .carousel-indicators {
      bottom: -50px !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .carousel-indicators {
      display: none;
    }
  }


  /***************************/

  .pricing {
    position: absolute;
    right: 40%;
    top: 52%;
  }

  .girl {
    margin-left: 0;
  }

  .item h1 {
    color: #B4B1AB;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    margin-top: 115px;
  }

    .item h1 span {
      color: #ea9c2a;
    }

  .item h2 {
    color: #363432;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    /*margin-bottom: 22px;*/
    margin-top: 10px;
  }

  .item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
  }

  .get {
    background: #ea9c2a;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
  }


  .item button:hover {
    background: #ea9c2a;
  }

  .control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
  }

    .control-carousel:hover {
      color: #ea9c2a;
    }

  .right {
    right: 0;
  }

  .category-products {
    border: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
    margin-bottom: 80px;
    padding-bottom: 0px;
    padding-top: 0px; /*15px;*/
  }

  .category-description {
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(255, 255, 255);
    border: solid 1px #dedede;
  }

  .left-sidebar {
    padding-top: 15px;
  }

    .left-sidebar h2_obsolete_chk,
    .brands_products h2 {
      color: #ea9c2a;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin: 0 auto 30px;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      z-index: 3;
    }

      .left-sidebar h2_obsolete_chk:after,
      h2_obsolete_chk.title:after {
        content: " ";
        position: absolute;
        border: 1px solid #f5f5f5;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 0;
        z-index: -2;
      }

      .left-sidebar h2_obsolete_chk:before {
        content: " ";
        position: absolute;
        background: #fff;
        bottom: -6px;
        width: 130px;
        height: 30px;
        z-index: -1;
        left: 50%;
        margin-left: -65px;
      }

  h2_obsolete_chk.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
  }

  .category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
  }

  .category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 0px 0px;
  }

    .category-products .panel-default .panel-heading .panel-title a {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; /* chk: mobile: 18px */
      text-decoration: none;
      text-transform: none;
    }

  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
  }

  .category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
    padding-left: 0px;
  }

  .panel-body ul {
    padding-left: 20px;
  }

    .panel-body ul li {
      padding-top: 2px;
      padding-bottom: 2px;
    }

      .panel-body ul li a {
        color: #696763;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px; /* mobile: 14 , classic:12px */
        text-transform: none;
      }

        .panel-body ul li a:hover,
        .panel-body ul li a.active {
          color: #ea9c2a;
          /*font-weight: bold;*/
        }

  .brands-name {
    border: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
    padding-bottom: 20px;
    padding-top: 15px;
  }


    .brands-name .nav-stacked li a {
      background-color: #FFFFFF;
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      padding: 5px 25px;
      text-decoration: none;
      text-transform: uppercase;
    }

      .brands-name .nav-stacked li a:hover {
        background-color: #fff;
        color: #696763;
      }

  .shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
  }


  .price-range {
    margin-top: 30px;
  }

  .well {
    background-color: #FFFFFF;
    border: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
  }


  .tooltip-inner {
    background-color: #ea9c2a;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
  }

  .tooltip.top .tooltip-arrow {
    border-top-color: #ea9c2a;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
  }


  .padding-right {
    padding-right: 0;
  }

  .features_items {
    overflow: hidden;
    position: relative;
  }



  h2.title {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
  }


  /**********************************************************************/
  /*
*
*/
  .order .order-process {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

    .order .order-process .col {
      position: relative;
      min-height: 1px;
      width: 19.9%;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
    }

    .order .order-process .order-process-item i,
    .order .order-process .order-process-item em {
      font-size: 2em;
    }

    .order .order-process .order-process-item {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 2px;
      padding-right: 2px;
    }

      .order .order-process .order-process-item > span {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        border: 1px solid #ea9c2a;
        display: block;
        color: #b5b2b0;
        white-space: nowrap;
      }

      .order .order-process .order-process-item.active > span {
        color: #ea9c2a;
        font-weight: 600;
      }

  .order .order-headline {
    background-color: #ffb929;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

    .order .order-headline span {
      color: #ffffff;
    }

    .order .order-headline .price {
      text-align: right;
    }

  .order .order-item {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

    .order .order-item .product-details {
      margin-top: 0px;
      margin-bottom: 0px;
    }




    .order .order-item .col {
      padding-left: 0px;
      padding-right: 0px;
    }

  .order .order-footerline {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
  }

    .order .order-footerline .pricelabel {
      text-align: right;
      color: #666666;
      font-weight: 600;
      white-space: nowrap;
    }

    .order .order-footerline .price {
      color: #666666;
      text-align: right;
      padding-left: 20px;
      min-width: 150px;
      white-space: nowrap;
    }

    .order .order-footerline .total-price {
      text-align: right;
    }

  .order .order-infoline {
    font-size: 14px;
  }

  .order .order-buttons {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

    .order .order-buttons .prevbutton {
    }

    .order .order-buttons .nextbutton {
      text-align: right;
    }

  .order .confirmation-list-header {
    font-weight: bold;
    padding-right: 4px;
  }

  .order .confirmation-list-item-col {
    padding-right: 4px;
  }



  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .order .order-process .order-process-item span span {
      font-size: 12px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .order .order-process .order-process-item span span {
      font-size: 10px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 669px) and (max-width : 767px) {
    .order .order-process .order-process-item span span {
      font-size: 11px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 469px) and (max-width : 668px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }




  .bs-callout {
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    margin: 20px 0px;
    padding: 20px;
    border-radius: 3px;
  }

    .bs-callout h4 {
      margin-top: 0px;
      margin-bottom: 5px;
    }

    .bs-callout p:last-child {
      margin-bottom: 0px;
    }

    .bs-callout code {
      border-radius: 3px;
    }

    .bs-callout + .bs-callout {
      /*margin-top: -5px;*/
    }

  .bs-callout-danger {
    border-left-color: rgb(206, 72, 68);
  }

    .bs-callout-danger p.colored,
    .bs-callout-danger span.colored,
    .bs-callout-danger p strong,
    .bs-callout-danger h4 {
      color: rgb(206, 72, 68);
    }

  .bs-callout-warning {
    border-left-color: rgb(170, 103, 8);
  }

    .bs-callout-warning h4 {
      color: rgb(170, 103, 8);
    }

  .bs-callout-info {
    border-left-color: #535992;
  }

    .bs-callout-info address {
      line-height: 1.5em;
      margin-bottom: 0px !important;
      min-height: 218px;
    }

      .bs-callout-info address .ship_company,
      .bs-callout-info address .ship_fax,
      .bs-callout-info address .block_elem {
        display: block;
      }


    .bs-callout-info h4 {
      color: #535992;
    }

  .bs-callout-account {
    border-left-color: #5cb85c;
  }

    .bs-callout-account p strong,
    .bs-callout-account h4 {
      color: #5cb85c;
    }

  .bs-callout p a {
    margin-left: 5px;
    margin-right: 5px;
  }


  .bs-callout-account p strong.danger {
    color: rgb(206, 72, 68);
  }


  /****************************************************************/
  /* Presse */
  /****************************************************************/
  .presse-items {
    overflow: hidden;
  }

  .presse-item {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .presse-item-single {
    position: relative;
    padding: 10px;
  }

  .presse-item h2 {
    height: 60px;
    vartical-align: top;
  }

    .presse-item h2 span {
      color: #666666;
      font-size: 12px;
      font-weight: 300;
    }

  .presse-item .preview-img {
    width: 100%;
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
  }

  .presseinfo h3 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .presseinfo h2 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /****************************************************************/
  /* TEAM */
  /****************************************************************/
  .team_items {
    overflow: hidden;
  }

  .team-member {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .member-single {
    position: relative;
  }

  .team-member .imagediv {
    height: 150px;
    width: 150px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .memberinfo h3 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .member-overlay h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .memberinfo h2 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .member-overlay h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }


  .memberinfo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
    min-height: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .memberinfo img {
    width: 100%;
  }

  .memberinfo {
    position: relative;
  }

  .member-overlay {
    background: #ea9c2a;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    opacity:;
  }

  .member-single:hover .member-overlay {
    display: block;
    height: 100%;
  }


  .member-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .member-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
  }

    .member-overlay .add-to-cart:hover {
      background: #fff;
      color: #ea9c2a;
    }


  .member-overlay p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    min-height: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }

  /****************************************************************/
  /* TEAM end */
  /****************************************************************/


  /***************************************************************/
  /* Product */
  /***************************************************************/

.product-image-wrapper {
  position: relative;
  border: 1px solid #e6e6e0;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0px;
  background-color: #ffffff;
}

    .product-image-wrapper:hover {
      border-color: #ea9c2a;
    }


  .single-products {
    position: relative;
    margin-top: 0px;
    padding-top: 2px;
  }

  .new, .sale {
    position: absolute;
    top: 0;
    right: 0;
  }



  .productinfo h2 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .product-overlay h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .productinfo h5 {
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
  }

  .productinfo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
  }

    .productinfo p.description {
      min-height: 60px;
      /*max-height:60px;*/
    }

    .productinfo p.line {
      min-height: 20px;
      margin-bottom: 0px;
      margin-top: 3px;
    }

  .productinfo:hover p {
    color: #ea9c2a;
  }

  .productinfo img {
    width: 100%;
  }

  .productinfo {
    position: relative;
  }

  .product-overlay {
    background: #ea9c2a;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    opacity:;
  }

  .single-products:hover .product-overlay {
    display: block;
    height: 100%;
  }


  .product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #ea9c2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
  }

    .product-overlay .add-to-cart:hover {
      background: #fff;
      color: #ea9c2a;
    }


  .product-overlay p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }



  .add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
  }

    .add-to-cart:hover {
      background: #ea9c2a;
      border: 0 none;
      border-radius: 0;
      color: #FFFFFF;
    }

  .add-to {
    margin-bottom: 10px;
  }

  .add-to-cart i {
    margin-right: 5px;
  }

  .add-to-cart:hover {
    background: #ea9c2a;
    color: #FFFFFF;
  }

  .choose {
    border-top: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
  }

    .choose ul li a {
      color: #B3AFA8;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      padding-left: 0;
      padding-right: 0;
    }

      .choose ul li a i {
        margin-right: 5px;
      }

      .choose ul li a:hover {
        background: none;
        color: #ea9c2a;
      }


  /************************************************************/
  /* Product end */
  /************************************************************/

  /************************************************************/
  /*---- Isotope filtering ----*/
  .isotope-item {
    z-index: 2;
  }

  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }

  .isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }

  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
  }

    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
    }
  /*---- Isotope filtering  end ----*/
  /************************************************************/

  /************************************************************/
  /* waregroupfly */
  /************************************************************/


  .waregroupfly-row {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .waregroupfly-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .waregroupfly-nav #filters li {
      margin: 0 0 10px 0;
      padding: 5px;
      float: left;
      width: 20%;
    }

      .waregroupfly-nav #filters li a {
        color: #7F8289;
        font-size: 16px;
        display: block;
        text-align: center;
      }

        .waregroupfly-nav #filters li a span.shorty {
          display: none;
        }


      .waregroupfly-nav #filters li:hover {
        background-color: #ea9c2a;
        color: #FFFFFF;
      }

      .waregroupfly-nav #filters li a.selected:hover,
      .waregroupfly-nav #filters li a:hover {
        color: #FFFFFF;
      }

      .waregroupfly-nav #filters li a.selected {
        color: #ea9c2a;
        font-weight: 600;
      }


  #waregroupfly .usecase-box {
    width: 100%;
    height: 150px;
    border: 0px;
    border-left: 3px solid #dedede;
  }

  #waregroupfly .isfeature {
    border-left: 3px solid #ea9c2a;
  }

  #waregroupfly li.item-thumbs {
    height: auto;
    margin: 5px 2px 0px 2px;
    font-weight: 300;
    width: 32%
  }

  #waregroupfly li.item-thumbs {
    text-align: center;
  }

    #waregroupfly li.item-thumbs .product-image-wrapper {
      margin-bottom: 0px;
    }

    #waregroupfly li.item-thumbs a span {
      width: 98%;
      display: block;
      height: 70px;
      border: 1px solid #dedede;
      border: 1px solid #ea9c2a;
      border-radius: 3px;
      /*line-height:50px;*/
      font-size: 14px;
      padding-left: 5px;
      margin-right: 5px;
      margin-left: 0px;
      padding-top: 25px;
    }

    #waregroupfly li.item-thumbs a:hover span {
      background-color: rgba(61,110,160,0.05);
      /*color:White;*/
    }

  #waregroupfly .usecase-box h5 {
    margin: 5px;
    font-weight: 300;
  }

  .waregroupfly-row .sub-container {
    display: none;
    position: fixed;
    z-index: 300;
    /*width:100%;*/
    /*top:-50px;*/
    padding-bottom: 40px;
    /*background-color:rgba(0,0,0,0.1);*/
  }

    .waregroupfly-row .sub-container .sub-container-content {
      background-color: rgba(0,0,0,0.8);
      margin-right: 15px;
      padding: 20px 20px 20px 20px;
      color: White;
      display: table;
      min-height: 200px;
      width: 380px;
    }

      .waregroupfly-row .sub-container .sub-container-content h4 {
        color: #ffffff;
        font-size: 14px;
      }

      .waregroupfly-row .sub-container .sub-container-content .single-products {
        float: left;
        width: 32%;
        margin: 2px;
      }

    .waregroupfly-row .sub-container .sub-container-close {
      position: absolute;
      display: block;
      top: 4px;
      right: 12px;
      width: 20px;
      height: 20px;
      color: #ffffff;
      z-index: 200;
      cursor: pointer;
    }

    .waregroupfly-row .sub-container .sub-container-arrow {
      position: absolute;
      bottom: 30px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid rgba(0,0,0,0.9);
    }

  .account-content strong,
  .account-content h2 strong,
  .account-content h4 strong {
    color: #5cb85c; /* rgb(92, 184, 92);*/
  }

  .account-content .form-control:focus {
    border-color: #5cb85c;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(92,184,92,0.6)
  }


  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    /* lg */
    .waregroupfly-nav #filters li {
      float: left;
      width: 20%;
    }

    #waregroupfly li.item-thumbs {
      width: 32%
    }
  }


  @media only screen and (min-width : 768px) and (max-width: 991px) {
    /* md */

    .waregroupfly-nav #filters li {
      float: left;
      width: 20%;
    }
    /*
    * Warengruppen
    */

    #waregroupfly li.item-thumbs {
      width: 49%
    }
  }


  @media only screen and (min-width : 469px) and (max-width : 767px) {
    /* sm */

    /*
    * Warengruppen
    */

    #waregroupfly li.item-thumbs {
      width: 49%
    }
  }


  @media only screen and (min-width : 328px) and (max-width : 468px) {


    /*
    * Warengruppen
    */
    .waregroupfly-nav #filters {
      width: 100%;
    }

      .waregroupfly-nav #filters li {
        float: left;
        width: 20%;
      }

        .waregroupfly-nav #filters li a span {
        }

          .waregroupfly-nav #filters li a span.shorty {
            display: block;
            border-bottom: 1px solid #dedede;
          }

        .waregroupfly-nav #filters li a.selected span.shorty {
          border-bottom: 1px solid #ea9c2a;
        }

    #waregroupfly li.item-thumbs {
      width: 99.0%
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .waregroupfly-nav #filters {
      width: 100%;
    }

      .waregroupfly-nav #filters li {
        float: left;
        width: 20%;
        border-bottom: 1px solid #dedede;
      }

        .waregroupfly-nav #filters li a span {
        }

          .waregroupfly-nav #filters li a span.shorty {
            display: block;
          }

    #waregroupfly li.item-thumbs {
      width: 99.0%
    }
  }







  /************************************************************/
  /* waregroubfly end */
  /***********************************************************/


  .category-tab {
    overflow: hidden;
  }

    .category-tab ul {
      background: #40403E;
      border-bottom: 1px solid #ea9c2a;
      list-style: none outside none;
      margin: 0 0 30px;
      padding: 0;
      width: 100%;
    }

      .category-tab ul li a {
        border: 0 none;
        border-radius: 0;
        color: #B3AFA8;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
      }

        .category-tab ul li a:hover {
          background: #ea9c2a;
          color: #fff;
        }

  .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ea9c2a;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
  }

  .nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
  }

  .recommended_items {
    overflow: hidden;
  }

  #recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
  }

  .recommended-item-control {
    position: absolute;
    top: 41%;
  }

    .recommended-item-control i {
      background: none repeat scroll 0 0 #ea9c2a;
      color: #FFFFFF;
      font-size: 20px;
      padding: 4px 10px;
    }

      .recommended-item-control i:hover {
        background: #535992cc6;
      }

  .recommended_items h2 {
  }

  .our_partners {
    overflow: hidden;
  }

    .our_partners ul {
      background: #e6e6e0; /* chk : #f7f7f0 -> */
      margin-bottom: 50px;
    }


      .our_partners ul li a:hover {
        background: none;
      }

  /*************************
*******Shop CSS******
**************************/


  #advertisement {
    padding-bottom: 45px;
  }

    #advertisement img {
      width: 100%;
    }

  .pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
  }

    .pagination li:first-child a, .pagination li:first-child span {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: 0;
    }

    .pagination li:last-child a, .pagination li:last-child span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
    }

    .pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
      background-color: #ea9c2a;
      border-color: #ea9c2a;
      color: #FFFFFF;
      cursor: default;
      z-index: 2;
    }

    .pagination li a, .pagination li span {
      background-color: #d7d8e7;
      border: 0;
      float: left;
      line-height: 1.42857;
      margin-left: -1px;
      padding: 6px 12px;
      position: relative;
      text-decoration: none;
      margin-right: 5px;
      color: #000;
    }

      .pagination li a:hover {
        background: #ea9c2a;
        color: #fff;
      }

  /*************************
*******fakeImage ******
**************************/
  .fakeImage {
    width: 100% !important;
    max-width: 100%;
    background-image: url('images/gallery/SlideCustomBike.jpg');
    background-position: center center;
    background-size: 85% auto;
    background-repeat: no-repeat;
  }

  .fakeImagePortrait {
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .fakeImageLandscape {
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center;
  }


  /*************************
*******Product Details CSS******
**************************/

  .product-details {
    overflow: hidden;
    border: 1px solid #dedede;
    background-color: #ffffff;
  }


  #similar-product {
    margin-top: 40px;
  }


  #reviews {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-details {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 10px;
  }

    .product-details .col-custom-image {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .product-details .col-custom-info {
      padding-left: 5px;
      padding-right: 0px;
    }

  .view-product {
    position: relative;
    height: 100%;
    /*margin-bottom:50px;*/
  }

    .view-product img {
      border: 0px solid #e6e6e0; /* chk : #f7f7f0 -> */
      height: auto;
      /*width: 100%;*/
      background-position: center;
      background-repeat: no-repeat;
    }

    .view-product h3 {
      background-color: rgba(255,255,255,0.6);
      bottom: 0;
      color: #ea9c2a;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0;
      padding: 8px 20px;
      position: absolute;
      left: 0;
    }

  #similar-product .carousel-inner .item {
    padding-left: 0px;
  }

    #similar-product .carousel-inner .item img {
      display: inline-block;
      margin-left: 15px;
    }

  .item-control {
    position: absolute;
    top: 35%;
  }

    .item-control i {
      background: #ea9c2a;
      color: #FFFFFF;
      font-size: 20px;
      padding: 5px 10px;
    }

      .item-control i:hover {
        background: #535992cc6;
      }

  .product-information {
    border: 0px solid #e6e6e0; /* chk : #f7f7f0 -> */
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
  }

    .product-information .description {
      padding-right: 15px;
      margin-top: 30px;
    }

    .product-information a
    /* collaps panels - with js function in framework.content.js */
    .product-information .description.content-collapse {
      -moz-transition: max-height 2s ease;
      -webkit-transition: max-height 2s ease;
      -o-transition: max-height 2s ease;
      transition: max-height 2s ease;
      max-height: 4000px;
    }

    .product-information .description.content-collapse-30 {
      max-height: 30px;
      overflow: hidden;
    }

    .product-information .description.content-collapse-50 {
      max-height: 50px;
      overflow: hidden;
    }

    .product-information .description.content-collapse-80 {
      max-height: 80px;
      overflow: hidden;
    }

    .product-information .description.content-collapse-150 {
      max-height: 150px;
      overflow: hidden;
    }

    .product-information .description.content-collapse-200 {
      max-height: 200px;
      overflow: hidden;
    }

    .product-information .description.content-collapse-300 {
      max-height: 300px;
      overflow: hidden;
    }

    .product-information span.expander {
      display: block;
      position: absolute;
      width: 100%;
      margin-top: -40px;
      height: 40px;
      /* border:1px solid red; */
      left: 0px;
      z-index: 30;
      background-image: url('../images/white-shadow.png');
      background-repeat: repeat-x;
      background-position: bottom left;
      /* 
     -moz-box-shadow:    inset  0  0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
    -webkit-box-shadow: inset  0 0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
     box-shadow:        inset  0  0px 0px 0px rgba(255,255,255,1), 
                        inset  0 -68px 68px -68px rgba(255,255,255,1);*/
      cursor: pointer;
    }

      .product-information span.expander span {
        position: absolute;
        width: 40px;
        height: 20px;
        margin-top: 5px;
        /* background-color:rgba(55,55,55,0.9);*/
        color: #555555;
        left: 47%;
      }

        .product-information span.expander span i {
          text-align: center;
          font-size: 3em;
          margin-left: 7px;
        }

      .product-information span.expander.hide {
        display: none;
      }

  .newarrival {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff8915;
    color: #ffffff;
    margin-top: 0px !important;
    padding: 2px 4px 2px 4px;
    border-bottom-left-radius: 3px;
  }

  .product-information-title h2,
  .product-information h2 {
    color: #363432;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-top: 0;
    padding-left: 15px;
    font-weight: 400;
    font-size: 20px !important;
  }

    .product-information-title h2 a:hover,
    .product-information h2 a:hover {
      color: #535992 !important;
    }

  .product-information-title .delete {
    position: absolute;
    top: 10px;
    right: 12px;
  }

  .product-information-title a span {
    font-size: 14px;
    color: #aaaaaa;
  }

  .product-information-title a i {
    font-size: 1.5em;
  }

  .product-information p {
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
  }

    .product-information p.description {
      max-height: 2000px;
    }

  .product-information span {
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 8px;
  }

    .product-information span.cart-box {
      display: table;
      border-top-color: #dedede;
      border-top-width: 1px;
      border-top-style: solid;
      width: 95%;
      padding-top: 5px;
      text-align: right;
    }

      .product-information span.cart-box a.btn {
        /*margin-top: 4px;*/
      }

    .pricing span.price span,
    .product-information span.price span,
    .product-information span.fullprice span {
      color: #696763;
      /*float: left;*/
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin-right: 20px;
      margin-top: 0px;
      margin-left: 0px;
    }

      .product-information span.price span.info {
        font-size: 12px !important;
        color: #dedede;
      }

    .product-information span input {
      border: 1px solid #DEDEDC;
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 700;
      height: 33px;
      outline: medium none;
      text-align: center;
      width: 50px;
    }

    .product-information span label {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      margin-right: 5px;
    }

  /*********** Second ListView ******************/

  .second-list-view {
    /*width: 230px !important;
  height: 400px;*/
    min-width: 230px !important;
    height: auto !important;
  }

    .second-list-view .product-information {
      border: 0px solid #e6e6e0; /* chk : #f7f7f0 -> */
      overflow: visible;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-top: 5px;
      position: relative;
      font-size: 13px;
      line-height: 15px;
    }


      .second-list-view .product-information a
      /* collaps panels - with js function in framework.content.js */
      .second-list-view .product-information .description.content-collapse {
        -moz-transition: max-height 2s ease;
        -webkit-transition: max-height 2s ease;
        -o-transition: max-height 2s ease;
        transition: max-height 2s ease;
        max-height: 4000px;
      }

      .second-list-view .product-information .description.content-collapse-30 {
        max-height: 30px;
        overflow: hidden;
      }

      .second-list-view .product-information .description.content-collapse-50 {
        max-height: 50px;
        overflow: hidden;
      }

      .second-list-view .product-information .description.content-collapse-150 {
        max-height: 150px;
        overflow: hidden;
      }

      .second-list-view .product-information .description.content-collapse-200 {
        max-height: 200px;
        overflow: hidden;
      }

      .second-list-view .product-information .description.content-collapse-300 {
        max-height: 300px;
        overflow: hidden;
      }

      .second-list-view .product-information span.expander {
        display: block;
        position: absolute;
        width: 100%;
        margin-top: -40px;
        height: 40px;
        /* border:1px solid red; */
        left: 0px;
        z-index: 30;
        background-image: url('../images/white-shadow.png');
        background-repeat: repeat-x;
        background-position: bottom left;
        /* 
     -moz-box-shadow:    inset  0  0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
    -webkit-box-shadow: inset  0 0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
     box-shadow:        inset  0  0px 0px 0px rgba(255,255,255,1), 
                        inset  0 -68px 68px -68px rgba(255,255,255,1);*/
        cursor: pointer;
      }

        .second-list-view .product-information span.expander span {
          position: absolute;
          width: 40px;
          height: 20px;
          margin-top: 5px;
          /* background-color:rgba(55,55,55,0.9);*/
          color: #555555;
          left: 47%;
        }

          .second-list-view .product-information span.expander span i {
            text-align: center;
            font-size: 3em;
            margin-left: 7px;
          }

        .second-list-view .product-information span.expander.hide {
          display: none;
        }

      .second-list-view .product-information-title h2,
      .second-list-view .product-information h2 {
        color: #363432;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        line-height: 20px;
        margin-top: 0;
        padding-left: 0px;
        padding-right: 4px;
      }

    .second-list-view .product-information-title .delete {
      position: absolute;
      top: 10px;
      right: 12px;
    }

    .second-list-view .product-information-title a span {
      font-size: 14px;
      color: #aaaaaa;
    }

    .second-list-view .product-information-title a i {
      font-size: 1.5em;
    }

    .second-list-view .product-information p {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      margin-bottom: 5px;
    }

      .second-list-view .product-information p.description {
        max-height: 2000px;
      }

    .second-list-view .product-information span {
      display: inline-block;
      margin-bottom: 2px;
      margin-top: 4px;
    }

      .second-list-view .product-information span.cart-box {
        display: table;
        border-top-color: #dedede;
        border-top-width: 1px;
        border-top-style: solid;
        width: 95%;
        padding-top: 5px;
        text-align: right;
      }

        .second-list-view .product-information span.cart-box a.btn {
          /*margin-top: 4px;*/
        }

      .second-list-view .pricing span.price span,
      .second-list-view .product-information span.price span,
      .second-list-view .product-information span.fullprice span {
        color: #696763;
        /*float: left;*/
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
      }

        .second-list-view .product-information span.price span.info {
          font-size: 12px !important;
          color: #dedede;
        }

      .second-list-view .product-information span input {
        border: 1px solid #DEDEDC;
        color: #696763;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 700;
        height: 30px;
        outline: medium none;
        text-align: center;
        width: 50px;
        float: left;
      }

      .second-list-view .product-information span label {
        color: #696763;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-right: 5px;
      }

    .second-list-view .product_price_special_label {
      /*display: none !important;*/
      font-size: 16px !important;
    }

    .second-list-view .product_price_special_regular {
      padding-top: 5px;
      float: left;
      margin-right: 5px !important;
      font-size: 13px !important;
    }

    .second-list-view .view-product img {
      max-height: 100px;
      max-width: 200px;
    }

    .second-list-view .cart {
      font-size: 13px;
    }

    .second-list-view .price {
      font-size: 11px;
      height: 100px;
    }

    .second-list-view .product-information .error-msg {
      float: left;
      width: 130px;
    }

      .second-list-view .product-information .error-msg span {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
      }



  /********** END Second LiveView ***********/


  .share {
    margin-top: 15px;
  }


  .cart {
    background: #ffb929;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
  }


  .shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
  }

    .shop-details-tab .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }


  #reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
  }

    #reviews ul li {
      display: inline-block;
    }

      #reviews ul li a {
        color: #696763;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        padding-right: 15px;
      }

        #reviews ul li a i {
          color: #ea9c2a;
          padding-right: 8px;
        }

        #reviews ul li a:hover {
          background: #fff;
          color: #ea9c2a;
        }

  #reviews p {
    color: #363432;
  }

  #reviews form span {
    display: block;
  }

    #reviews form span input {
      background: #d7d8e7;
      border: 0 none;
      color: #A6A6A1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      outline: medium none;
      padding: 8px;
      width: 48%;
    }

      #reviews form span input:last-child {
        margin-left: 3%;
      }

  #reviews textarea {
    background: #d7d8e7;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
  }

  #reviews button {
    background: #ea9c2a;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }


  /*************************
*******404 CSS******
**************************/

  /**********************************************/
  /******* searchoverlay *************/
  /**********************************************/
  .erroroverlay {
    padding: 20px;
    background-color: rgba(64,73,81,.3);
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-top: 50px;
    border-radius: 3px;
  }

  .logo-404 {
    margin-top: 60px;
  }

  .content-404 {
    color: #363432;
  }

  .content-404-text-white {
    color: #ffffff;
  }

  .content-404 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    font-weight: 300;
  }

  .content-404 img {
    margin: 0 auto;
  }

  .content-404 p {
    /* color: #363432;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }

  .content-404 h2 {
    margin-top: 50px;
  }

    .content-404 h2 a {
      background: #ea9c2a;
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 44px;
      font-weight: 300;
      padding: 8px 40px;
    }



  /**********************************************/
  /******* searchoverlay *************/
  /**********************************************/
  .downloadoverlay {
    padding: 20px;
    background-color: rgba(64,73,81,.1);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-width: 200px;
    margin-top: 40px;
    border-radius: 2px;
    display: table;
  }


  .downloadarea {
    color: #363432;
  }

  .downloadarea-text-white {
    color: #ffffff;
  }

  .downloadarea h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    font-weight: 300;
  }

  .downloadarea img {
    margin: 0 auto;
  }

  .downloadarea p {
    /* color: #363432;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }

  .downloadarea h2 {
    margin-top: 10px;
  }

    .downloadarea h2 a {
      background: #ea9c2a;
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      font-weight: 300;
      padding: 8px 40px;
    }


  /*************************
*******login page CSS******
**************************/

  #form {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
  }

  .login-form {
  }

  .signup-form {
  }

    .login-form h2, .signup-form h2 {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 30px;
    }


    .login-form form input, .signup-form form input {
      background: #d7d8e7;
      border: medium none;
      color: #696763;
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300;
      height: 40px;
      margin-bottom: 10px;
      outline: medium none;
      padding-left: 10px;
      width: 100%;
    }

  .login-form form span {
    line-height: 25px;
  }

    .login-form form span input {
      width: 15px;
      float: left;
      height: 15px;
      margin-right: 5px;
    }

  .login-form form button {
    margin-top: 23px;
  }

  .login-form form button, .signup-form form button {
    background: #ea9c2a;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 25px;
  }

  .login-form label {
  }


    .login-form label input {
      border: medium none;
      display: inline-block;
      height: 0;
      margin-bottom: 0;
      outline: medium none;
      padding-left: 0;
    }


  .or {
    background: #ea9c2a;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
  }


  /*************************
*******Cart CSS******
**************************/

  #do_action {
    margin-bottom: 50px;
  }

  .breadcrumbs {
    position: relative;
  }

    .breadcrumbs .breadcrumb {
      background: transparent;
      margin-bottom: 75px;
      padding-left: 0;
    }

      .breadcrumbs .breadcrumb li a {
        background: #ea9c2a;
        color: #FFFFFF;
        padding: 3px 7px;
      }

        .breadcrumbs .breadcrumb li a:after {
          content: "";
          height: auto;
          width: auto;
          border-width: 8px;
          border-style: solid;
          border-color: transparent transparent transparent #ea9c2a;
          position: absolute;
          top: 11px;
          left: 48px;
        }

      .breadcrumbs .breadcrumb > li + li:before {
        content: " ";
      }

  #cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
  }


    #cart_items .cart_info .cart_menu {
      background: #ea9c2a;
      color: #fff;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
    }

    #cart_items .cart_info .table.table-condensed thead tr {
      height: 51px;
    }


    #cart_items .cart_info .table.table-condensed tr {
      border-bottom: 1px solid#F7F7F0
    }

      #cart_items .cart_info .table.table-condensed tr:last-child {
        border-bottom: 0
      }

  .cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
  }


  #cart_items .cart_info .image {
    padding-left: 30px;
  }


  #cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
  }

    #cart_items .cart_info .cart_description h4 a {
      color: #363432;
      font-family: 'Open Sans',sans-serif;
      font-size: 20px;
      font-weight: normal;
    }

  #cart_items .cart_info .cart_description p {
    color: #696763
  }


  #cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
  }


  #cart_items .cart_info .cart_total_price {
    color: #ea9c2a;
    font-size: 24px;
  }

  .cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
  }

  .cart_quantity_button a {
    background: #d7d8e7;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
  }


  .cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
  }


  .cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
  }


    .cart_delete a {
      background: #d7d8e7;
      color: #FFFFFF;
      padding: 5px 7px;
      font-size: 16px
    }

      .cart_delete a:hover {
        background: #ea9c2a
      }


  .bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
  }

  .heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
  }


  #do_action .total_area {
    padding-bottom: 18px !important;
  }

  #do_action .total_area, #do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
  }

  .total_area span {
    float: right;
  }

  .total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
  }


  .user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
  }


  .user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
  }

    .user_info label {
      color: #696763;
      display: block;
      font-size: 15px;
      font-weight: normal;
    }

    .user_info .single_field {
      width: 31%
    }

      .user_info .single_field.zip-field input {
        background: transparent;
        border: 1px solid#d7d8e7
      }

    .user_info > li {
      float: left;
      margin-right: 10px
    }

      .user_info > li > span {
      }
    /* CHK */
    .user_info input, select, textarea, label.chkcheck {
      background: #d7d8e7;
      border: 0;
      color: #696763;
      padding: 5px;
      width: 100%;
      border-radius: 0;
      resize: none
    }

    .user_info select:focus {
      border: 0
    }


  .chose_area .update {
    margin-left: 40px;
  }

  .update, .check_out {
    background: #ea9c2a;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
  }

  .update {
    margin-left: 40px;
  }

  .check_out {
    margin-left: 20px
  }



  /*************************
*******checkout CSS******
**************************/

  .step-one {
    margin-bottom: -10px
  }

    .register-req, .step-one .heading {
      background: none repeat scroll 0 0 #d7d8e7;
      /* chk color: #363432; */
      color: #fde9aa;
      font-size: 20px;
      margin-bottom: 35px;
      padding: 10px 25px;
      font-family: 'Open Sans', sans-serif;
    }

  .checkout-options {
    padding-left: 20px
  }


    .checkout-options h3 {
      color: #363432;
      font-size: 20px;
      margin-bottom: 0;
      font-weight: normal;
      font-family: 'Open Sans', sans-serif;
    }

    .checkout-options p {
      color: #434343;
      font-weight: 300;
      margin-bottom: 25px;
    }

    .checkout-options .nav li {
      float: left;
      margin-right: 45px;
      color: #696763;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
    }

    .checkout-options .nav label {
      font-weight: normal;
    }

    .checkout-options .nav li a {
      color: #ea9c2a;
      font-size: 18px;
      font-weight: normal;
      padding: 0
    }

      .checkout-options .nav li a:hover {
        background: inherit;
      }

    .checkout-options .nav i {
      margin-right: 10px;
      border-radius: 50%;
      padding: 5px;
      background: #ea9c2a;
      color: #fff;
      font-size: 14px;
      padding: 2px 3px;
    }


  .register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
  }

    .register-req p {
      margin-bottom: 0
    }



  .shopper-info p,
  .bill-to p,
  .order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
  }


  .shopper-info .btn-primary {
    background: #ea9c2a;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
  }


  .form-two, .form-one {
    float: left;
    width: 47%
  }

    .form-two > form > .checkboxcontainer,
    .form-one > form > .checkboxcontainer,
    .form-two > form > .radiocontainer,
    .form-one > form > .radiocontainer,
    form .shopper-info input[type=text],
    form .shopper-info select,
    .shopper-info > form > input,
    .shopper-info > form > select,
    .form-two > form > select,
    .form-two > form > input,
    .form-one > form > input {
      background: #d7d8e7;
      border: 0 none;
      margin-bottom: 10px;
      padding: 10px;
      width: 100%;
      font-weight: 300
    }

  form div.elementcontainer {
    background: #d7d8e7;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
  }

  .elementcontainer label {
    float: left;
    margin-right: 10px;
    font-weight: 300;
    width: 31%;
    white-space: nowrap;
  }


  @media only screen and (min-width:1px) and (max-width:650px) {
    .elementcontainer label {
      width: 47%;
    }
  }

  .btn:active, .active.btn {
    box-shadow: inset 0px 6px 12px rgba(0,0,0,0.125);
  }

  .form-two > form > .checkboxcontainer,
  .form-one > form > .checkboxcontainer,
  .form-two > form > .radiocontainer,
  .form-one > form > .radiocontainer {
    display: table;
  }

  .form-two > form > select {
    padding: 10px 5px
  }

  .form-two {
    margin-left: 5%
  }


  .order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    font-size: 14px
  }


  .review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
  }

  .payment-options {
    margin-bottom: 125px;
    margin-top: -25px
  }

    .payment-options span label {
      color: #696763;
      font-size: 14px;
      font-weight: 300;
      margin-right: 30px;
    }

  #cart_items .cart_info
  .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
  }

    #cart_items .cart_info
    .table.table-condensed.total-result tr {
      border-bottom: 0
    }

    #cart_items .cart_info
    .table.table-condensed.total-result span {
      color: #ea9c2a;
      font-weight: 700;
      font-size: 16px
    }

    #cart_items .cart_info
    .table.table-condensed.total-result
    .shipping-cost {
      border-bottom: 1px solid #F7F7F0;
    }




  /*************************
*******Blog CSS******
**************************/



  .blog-post-area
  .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
  }

  .single-blog-post > a {
  }

  .blog-post-area
  .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
  }

  .blog-post-area
  .single-blog-post p {
    color: #363432
  }

  .blog-post-area
  .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
  }

    .blog-post-area
    .post-meta ul {
      padding: 0;
      display: inline;
    }

      .blog-post-area
      .post-meta ul li {
        background: #d7d8e7;
        float: left;
        margin-right: 10px;
        padding: 0 5px;
        font-size: 11px;
        color: #393b3b;
        position: relative;
        margin-bottom: 2px;
      }

  .post-meta ul li.picto-detail {
    width: 135px;
  }

  .blog-post-area
  .post-meta ul li i {
    background: #ffb929;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
  }

    .sinlge-post-meta li i:after,
    .blog-post-area
    .post-meta ul li i:after {
      content: "";
      position: absolute;
      width: auto;
      height: auto;
      border-color: transparent transparent transparent #ea9c2a;
      border-width: 4px;
      border-style: solid;
      top: 6px;
      left: 24px
    }

  .blog-post-area
  .post-meta ul span {
    float: right;
    color: #ea9c2a
  }

  .post-meta span {
    float: right;
  }

    .post-meta span i {
      color: #ea9c2a
    }


  .blog-post-area
  .single-blog-post
  .btn-primary {
    background: #ffb929;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 17px;
  }


  .pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
  }

    .pagination-area
    .pagination li a {
      background: #d7d8e7;
      border: 0 none;
      border-radius: 0;
      color: #696763;
      margin-right: 5px;
      padding: 4px 12px;
    }

      .pagination-area
      .pagination li a:hover,
      .pagination-area
      .pagination li .active {
        background: #ea9c2a;
        color: #fff
      }



  /*************************
*******Blog Single CSS******
**************************/

  .pager-area {
    overflow: hidden;
  }

    .pager-area .pager li a {
      background: #d7d8e7;
      border: 0 none;
      border-radius: 2px;
      color: #696763;
      font-size: 12px;
      font-weight: 700;
      padding: 6px;
      text-transform: uppercase;
      width: 157px;
    }

      .pager-area
      .pager li a:hover {
        background: #ea9c2a;
        color: #fff
      }

  .rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
  }

    .rating-area ul li {
      float: left;
      padding: 5px;
      font-size: 12px
    }

    .rating-area .ratings {
      float: left;
      padding-left: 0;
      margin-bottom: 0
    }


      .rating-area
      .ratings li i {
        color: #535992
      }

    .rating-area .rate-this {
      color: #363432;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .rating-area
    .ratings .color,
    .rating-area .color {
      color: #ea9c2a
    }


    .rating-area .tag {
      float: right;
      margin-bottom: 0;
      margin-right: 10px;
    }

      .rating-area .tag li {
        padding: 5px 2px;
      }

        .rating-area .tag li span {
          color: #363432;
        }


  .socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
  }


  .commnets
  .media-object {
    margin-right: 15px;
    width: 100%;
  }

  .commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
  }

    .commnets .pull-left {
      margin-right: 22px
    }

    .commnets p,
    .response-area p,
    .replay-box p {
      font-size: 12px
    }

  .media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px
  }

  .blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
  }

    .blog-socials ul {
      padding-left: 0;
      overflow: hidden;
      float: left;
    }

    .blog-socials .btn.btn-primary {
      margin-top: 0;
    }

    .blog-socials ul li {
      float: left;
      height: 17px;
      margin-right: 5px;
      text-align: center;
      width: 17px;
    }


      .blog-socials ul li a {
        color: #393B3B;
        display: block;
        font-size: 10px;
        padding: 1px;
        background: #d7d8e7;
      }

        .blog-socials ul li a:hover {
          color: #fff;
          background: #ea9c2a
        }


  .media-list .btn-primary,
  .commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
  }

  .response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
  }

  .response-area .media {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
  }

    .response-area .media img {
      height: 102px;
      width: 100%;
    }

    .response-area .media .pull-left {
      margin-right: 25px
    }

  .response-area .second-media {
    margin-left: 5%;
    width: 95%;
  }


  .sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
  }



    .sinlge-post-meta li {
      background: #d7d8e7;
      color: #363432;
      float: left;
      font-size: 10px;
      font-weight: 700;
      margin-right: 10px;
      padding: 0 10px 0 0;
      position: relative;
      text-transform: uppercase;
    }

      .sinlge-post-meta li i {
        background: #ea9c2a;
        color: #FFFFFF;
        margin-right: 10px;
        padding: 8px 10px;
      }

        .sinlge-post-meta li i:after {
          top: 7px;
          border-width: 6px;
          left: 27px;
        }


  .replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
  }

    .replay-box h2 {
      font-weight: 700;
      font-size: 20px;
      color: #363432;
      margin-top: 0;
      margin-bottom: 45px
    }

    .replay-box label {
      background: #ea9c2a;
      color: #FFFFFF;
      margin-bottom: 15px;
      padding: 3px 15px;
      float: left;
      font-weight: 400;
    }

    .replay-box span {
      color: #ea9c2a;
      float: right;
      font-weight: 700;
      margin-top: 21px;
    }

    .replay-box form input {
      border: 1px solid #F7F7F0;
      color: #ADB2B2;
      font-size: 12px;
      margin-bottom: 22px;
      padding: 8px;
      width: 100%;
    }

      .replay-box form input:hover,
      .text-area textarea:hover {
        border: 1px solid #ea9c2a;
      }

  .text-area {
    margin-top: 66px
  }

    .text-area textarea {
      background: transparent;
      border: 1px solid#F7F7F0
    }

  .btn.btn-primary {
    background: #ffb929;
    border: 0 none;
    border-radius: 3px;
    margin-top: 16px;
  }

  .blank-arrow {
    position: relative;
  }

    .blank-arrow label:after {
      content: "";
      position: absolute;
      width: auto;
      height: auto;
      border-style: solid;
      border-width: 8px;
      border-color: #ea9c2a transparent transparent transparent;
      top: 25px;
      left: 5px
    }

  /*************************
******** MAP *************
**************************/

  .mapoverlay {
    text-align: center;
    background-color: rgba(50,50,50,0.1);
  }

    .mapoverlay:hover {
      background-color: rgba(50,50,50,0.5);
    }

  .mapoverlay-button {
    vertical-align: middle;
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 2px;
    font-size: 40px;
    background-color: rgba(250,250,250,0.2);
    color: #fde9aa;
  }

    .mapoverlay-button:active,
    .mapoverlay-button:visited,
    .mapoverlay-button:hover {
      background-color: rgba(250,250,250,0.5);
      color: #fde9aa;
      text-decoration: none;
    }

  .form-group label {
    font-weight: 500;
  }

    .form-group label.required {
      font-weight: 600;
    }

  .form-group .searchtext {
    display: block;
  }


  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {


    form .form-group label {
      display: none;
    }

      form .form-group label.nohide {
        display: block;
      }

    form .control-group {
      margin-bottom: 15px;
    }

      form .control-group label.control-label {
        display: none;
      }

        form .control-group label.control-label.nohide {
          display: block;
        }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    form .form-group label {
      display: none;
    }

      form .form-group label.nohide {
        display: block;
      }

    form .control-group {
      margin-bottom: 15px;
    }

      form .control-group label.control-label {
        display: none;
      }

        form .control-group label.control-label.nohide {
          display: block;
        }
  }



  /*************************
******* Contact CSS ********
**************************/

  .contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
  }

  .contact-info .heading,
  .contact-form .heading {
    text-transform: capitalize;
  }

  .contact-form .form-group {
    margin-bottom: 20px;
  }

  #contact-page
  .form-control::-moz-placeholder {
    color: #8D8D8D;
  }

  select.form-control,
  input.form-control {
    background: #d7d8e7;
    border: medium none;
    color: #696763 !important;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 31px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  textarea.form-control {
    background: #d7d8e7;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    /*height: 40px;*/
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  .form-control {
    border-radius: 0px;
  }

  #contact-page .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: inherit;
  }

  #contact-page #message {
    height: 160px;
    resize: none;
  }

  #main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
  }


  #contact-page .form-control:focus,
  #contact-page .form-control:hover {
    box-shadow: inherit;
    border-color: #fde9aa;
  }

  #contact-page .contact-info {
    padding: 0 20px;
  }

    #contact-page .contact-info address {
      margin-bottom: 40px;
      margin-top: -5px;
    }

    #contact-page .contact-info p {
      margin-bottom: 0;
      color: #696763;
      font-size: 16px;
      line-height: 25px;
    }

  .social-networks {
    overflow: hidden;
    text-align: center;
  }

    .social-networks ul {
      margin-top: -5px;
      padding: 0;
      display: inline-block;
    }

      .social-networks ul li {
        float: left;
        text-decoration: none;
        list-style: none;
        margin-right: 20px;
      }

        .social-networks ul li:last-child {
          margin-right: 0;
        }

        .social-networks ul li a {
          color: #999;
          font-size: 25px;
        }

  .contact-info .social-networks ul li a i {
    background: none;
  }

  .contact-info .social-networks ul li a:hover {
    color: #ea9c2a;
  }

  /**********************************/
  /* Form Checkbox und Radio
/**********************************/

  .specialclear {
    clear: both;
  }

  .form-control * {
    box-sizing: border-box;
  }

  .form-control ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }

    .form-control ul li {
      float: left;
      margin-right: 10px;
    }

  .form-control label {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
  }

  .form-control input[type="checkbox"],
  .form-control input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*&:hover {
    + label {
      &:after {
        transform: scale(0.75);
        background-color: rgba(0,0,0,0.1);
      }
    }
  }*/
  }

    .form-control input[type="checkbox"]:focus + label:before,
    .form-control input[type="radio"]:focus + label:before {
      border-color: #555;
    }

    .form-control input[type="checkbox"] + label,
    .form-control input[type="radio"] + label {
      position: relative;
      padding: 10px;
      padding-top: 5px;
      padding-left: 2em;
      vertical-align: middle;
    }

      .form-control input[type="checkbox"] + label:before,
      .form-control input[type="radio"] + label:before {
        content: '';
        color: #ea9c2a;
        position: absolute;
        top: 7px;
        left: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid grey;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
      }

      .form-control input[type="checkbox"] + label:after,
      .form-control input[type="radio"] + label:after {
        content: '';
        background-color: #ea9c2a;
        position: absolute;
        top: 10px;
        left: 5px;
        width: 14px;
        height: 14px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
      }


    .form-control input[type="checkbox"]:checked + label:before {
      content: '\2713';
    }

    .form-control input[type="radio"]:checked + label:before {
      -webkit-animation: borderscale 300ms ease-in;
      animation: borderscale 300ms ease-in;
    }

    .form-control input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .form-control input[type="radio"] + label:before, input[type="radio"] + label:after {
      border-radius: 50%;
    }

  @-webkit-keyframes borderscale {
    50% {
      box-shadow: 0 0 0 4px orange;
    }
  }

  @keyframes borderscale {
    50% {
      box-shadow: 0 0 0 4px orange;
    }
  }


  /**********************************/
  /* Form2 (radiocontainer) Checkbox und Radio
/**********************************/

  .checkboxcontainer *,
  .radiocontainer * {
    box-sizing: border-box;
  }

  .checkboxcontainer ul,
  .radiocontainer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }

    .checkboxcontainer ul li,
    .radiocontainer ul li {
      float: left;
      margin-right: 10px;
    }

  .checkboxcontainer label,
  .radiocontainer label {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .checkboxcontainer input[type="checkbox"],
  .radiocontainer input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*&:hover {
    + label {
      &:after {
        transform: scale(0.75);
        background-color: rgba(0,0,0,0.1);
      }
    }
  }*/
  }

    .checkboxcontainer input[type="checkbox"]:focus + label:before,
    .radiocontainer input[type="radio"]:focus + label:before {
      border-color: #333;
    }

    .checkboxcontainer input[type="checkbox"] + label,
    .radiocontainer input[type="radio"] + label {
      position: relative;
      padding: 10px;
      padding-top: 5px;
      padding-left: 2em;
      vertical-align: middle;
    }

      .checkboxcontainer input[type="checkbox"] + label:before,
      .radiocontainer input[type="radio"] + label:before {
        content: '';
        color: #ea9c2a;
        position: absolute;
        top: 7px;
        left: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid grey;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
      }

      .checkboxcontainer input[type="checkbox"] + label:after,
      .radiocontainer input[type="radio"] + label:after {
        content: '';
        background-color: #ea9c2a;
        position: absolute;
        top: 10px;
        left: 5px;
        width: 14px;
        height: 14px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
      }


    .checkboxcontainer input[type="checkbox"]:checked + label:before {
      content: '\2713';
    }

    .radiocontainer input[type="radio"]:checked + label:before {
      -webkit-animation: borderscale 300ms ease-in;
      animation: borderscale 300ms ease-in;
    }

    .radiocontainer input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .radiocontainer input[type="radio"] + label:before, input[type="radio"] + label:after {
      border-radius: 50%;
    }

  /**************************************************/
  /*** Searchllist usw. ****************/
  /*************************************************/


  .result-row {
    /*    display:-ms-flexbox;
      -ms-flex-align:start;*/
  }

  .result-column-img {
    margin-left: 0px;
    float: left;
    position: relative;
    width: 100%;
    /*display:-ms-flexbox;
        -ms-flex-positive:0;
        -ms-flex-negative:0;
       -ms-flex-preferred-size:auto;*/
  }

  .result-img-container {
    position: relative;
    width: 100%;
    border-radius: 0px;
    background-position: center center;
    background-size: cover;
    background-color: rgb(230,230,230);
  }

  .result-img-url {
    postion: relative;
    font-size: 1.1em;
  }

  .img-zoom-overlay {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 28px;
    height: 23px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: rgba(240,240,240,0.8);
    padding-top: 5px;
    padding-left: 4px;
  }

  .result-image {
    width: 180px;
    height: 135px;
    border: 0px solid transparent;
    border-style: none;
    box-sizing: border-box;
  }

  .result-column-content {
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .result-column-details {
  }

    .result-column-details h1, h2, h3 {
      /*text-shadow: 0px 1px 0px #dedede;*/
    }

  .detail-title {
    line-height: 20px;
    padding: 0px;
    font-size: 1.1em;
    margin: 0px;
    word-wrap: break-word;
  }

    .detail-title a {
      color: #ea9c2a;
      text-decoration: none;
      font-weight: 700;
    }

  .detail-url {
    line-height: 20px;
    padding: 0px;
    font-size: 1.1em;
    margin: 0px;
    word-wrap: break-word;
  }

  .detail-listing-paramters {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    float: left;
  }

    .detail-listing-paramters li {
      float: left;
    }

  .row-resp {
    width: 100%;
    margin-left: 0px;
    float: left;
    min-height: 30px;
    box-sizing: border-box;
  }

    .row-resp .row-box {
      float: left;
    }

    .row-resp .span3 {
      width: 24.91%;
    }

    .row-resp .span4 {
      width: 31.91%;
    }

    .row-resp .span6 {
      width: 48.93%;
    }

    .row-resp .span8 {
      width: 65.95%;
    }

    .row-resp .span9 {
      width: 74.95%;
    }

    .row-resp .span12 {
      width: 99.95%;
    }




  .param-box {
    display: block;
  }

    .param-box .param span {
      float: right;
    }

  .param-label {
    font-weight: 300;
  }

  .param-value {
    font-weight: 700;
    margin-left: 10px;
  }

  .rate {
  }

  .price {
    font-weight: 400;
  }

  .ratesSpan {
    font-weight: 300;
    margin-right: 10px;
  }



  .inline {
    display: inline;
  }

  .sortLabel {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }




  @media (min-width: 1px) and (max-width: 567px) {
    .custom-col-xs-12 {
      width: 99.95%;
    }

    .result-image {
      width: 100%;
      height: 50%;
      max-width: 50%;
    }

    .sortLabel {
      display: none;
    }

    .img-zoom-overlay {
      display: none;
    }

    .result-column-details {
      margin-top: 5px;
    }

    .hidden-xs {
      display: none;
    }
  }

  @media (min-width: 568px) and (max-width: 767px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .not-on-phone {
      display: none;
    }

    .row-resp .xs-span12 {
      width: 99.95%;
    }

    .detail-title {
      /* display:none;*/
    }

    .result-image {
      max-width: 100%;
      max-width: 50%;
      width: 100%;
      height: auto;
    }

    .hidden-xs {
      display: none;
    }
  }

  @media (min-width: 767px) and (max-width: 991px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .visible-md {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  @media (min-width: 1200px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .visible-md {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  .partner-list {
  }

    .partner-list .partner-title {
      margin-top: 50px;
    }

  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-word-wrap: normal !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .content-common {
    padding-top: 15px;
    padding-bottom: 50px;
  }

    .content-common h4 {
      margin-top: 15px;
      margin-bottom: 10px;
    }

  /****************************************************/
  /*************** Toggles & Accordion ***************/

  .panel-group .panel + .panel {
    margin-top: 0px;
  }

  .panel-default > .panel-heading {
    background-color: transparent; /*#fff;*/
  }

    .panel-default > .panel-heading .collapser,
    .panel-default > .panel-heading .collapser .badge {
      color: #696763;
      border-radius: 0px;
      background-color: transparent;
    }

      .panel-default > .panel-heading .collapser .badge i {
        margin-right: 0px;
        font-size: 2em;
        padding-right: 5px;
        padding-left: 5px;
      }

      .panel-default > .panel-heading .collapser.collapsed .badge i {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
      }

  .panel-group .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .panel-default {
    border-color: #e8e8e8;
  }

  .panel-noborder {
    border: 0px;
  }

  .panel-body {
    padding: 4px 15px 10px 15px;
  }

  .panel-heading {
    padding: 0;
    border-radius: 0px;
  }

  .panel-title {
    font-size: 13px;
    font-weight: 600;
  }

    .panel-title.panel-title-custom {
      position: relative;
    }

  .panel-default > .panel-heading:hover {
    /*border-top:1px solid #ffffff;*/
    /*background-color: #fde9aa;*/
  }

    .panel-default > .panel-heading:hover .panel-title.panel-title-custom a.link,
    .panel-default > .panel-heading:hover .panel-title.panel-title-custom a.collapser span {
      color: #ea9c2a;
    }

  .panel-title.panel-title-custom a.link {
    /*width:100px;*/
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #eeeeee;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

    .panel-title.panel-title-custom a.link:first-child {
      border-top-color: transparent;
    }

  .panel-title.panel-title-custom a.collapser {
    position: absolute;
    padding-left: 0px;
    z-index: 2;
    width: 30px;
    top: 0px;
    right: 0px;
    background-color: transparent;
  }

  .panel-title-large {
    font-size: 24px; /* small 16 */
    font-weight: 300;
    margin-bottom: 16px;
    padding-bottom: 13px; /* small 8 */
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #f89736;
    /* background-image: -webkit-linear-gradient(top left, white 0%, #dce7ed 30%); 
background-image: -moz-linear-gradient(right bottom, white 0%, #dce7ed 30%); 
background-image: -o-linear-gradient(white 0%, #dce7ed 30%); 
background-image: linear-gradient(45deg, white 0%, #dce7ed 30%);*/
  }



  .panel-title-large {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+88,1e5799+100&amp;0+2,0+29,0+29,1+100 */
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 2%, rgba(30,87,153,0) 29%, rgba(30,87,153,0.83) 88%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(30,87,153,0)), color-stop(29%,rgba(30,87,153,0)), color-stop(88%,rgba(30,87,153,0.83)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 29%,rgba(30,87,153,0.43) 88%,rgba(30,87,153,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.43) 98%,rgba(30,87,153,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.43) 98%,rgba(30,87,153,0.2) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.13) 98%,rgba(30,87,153,0.2) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#1e5799',GradientType=0 );  IE6-9 */
  }




    .panel-title-large a span {
      padding-bottom: 8px;
      border-bottom: 1px solid;
      font-weight: 400;
    }


  .panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    /*background-color: #fff;*/
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .panel-title-large a {
    padding: 2px 12px 0px 0px;
    background-color: transparent;
  }

    .panel-title-large a.collapsed,
    .panel-title a.collapsed {
      color: #444;
      /*
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
*/
    }

      .panel-title a.collapsed:hover {
        color: #666;
      }

  .panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  .panel-title a i {
    font-size: 1.2em;
    padding-right: 5px;
  }

  .panel {
    box-shadow: none;
  }

  .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    border-bottom: 0px solid #000000;
  }

  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 0px solid #000000;
  }



  .panel-body.overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .panel-body {
    position: relative;
  }




  /* collaps panels - with js function in framework.content.js */
  .panel.panel-default .content-collapse {
    -moz-transition: max-height 2s ease;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height: 4000px;
  }

  .panel.panel-default .content-collapse-30 {
    max-height: 30px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-50 {
    max-height: 50px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-150 {
    max-height: 150px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-200 {
    max-height: 200px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-300 {
    max-height: 300px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-400 {
    max-height: 400px;
    overflow: auto;
  }

  .panel.panel-default span.expander {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    height: 40px;
    /* border:1px solid red; */
    left: 0px;
    z-index: 30;
    background-image: url('../images/white-shadow.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    /* 
     -moz-box-shadow:    inset  0  0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
    -webkit-box-shadow: inset  0 0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
     box-shadow:        inset  0  0px 0px 0px rgba(255,255,255,1), 
                        inset  0 -68px 68px -68px rgba(255,255,255,1);*/
    cursor: pointer;
  }

    .panel.panel-default span.expander span {
      position: absolute;
      width: 40px;
      height: 20px;
      margin-top: 5px;
      /* background-color:rgba(55,55,55,0.9);*/
      color: #555555;
      left: 47%;
    }

      .panel.panel-default span.expander span i {
        text-align: center;
        font-size: 3em;
        margin-left: 7px;
      }

    .panel.panel-default span.expander.hide {
      display: none;
    }


  .panel-collapse {
    position: relative;
  }

    .panel-collapse ul.custom-tree {
    }

      .panel-collapse ul.custom-tree li {
        position: relative;
      }

        .panel-collapse ul.custom-tree li a {
          display: block;
          padding-left: 10px;
          padding-right: 20px;
          position: relative;
          margin-right: 20px;
        }

          .panel-collapse ul.custom-tree li a.custom-tree-collapser {
            position: absolute;
            padding-left: 0px;
            padding-right: 0px;
            margin-right: 0px;
            z-index: 2;
            width: 30px;
            top: 3px;
            right: -10px;
            background-color: transparent;
            cursor: pointer;
          }

            .panel-collapse ul.custom-tree li a.custom-tree-collapser .badge i {
              font-size: 1.5em;
            }

            .panel-collapse ul.custom-tree li a.custom-tree-collapser.expanded .badge i {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
            }

        .panel-collapse ul.custom-tree li ul.custom-sub-tree {
          /*display:none;*/
          max-height: 1px;
          -moz-transition: max-height 1s ease-in-out;
          -webkit-transition: max-height 1s ease-in-out;
          -o-transition: max-height 1s ease-in-out;
          /*transition: max-height 0.1s ease-in-out;*/
          transition: max-height 2s;
          overflow: hidden;
        }

          .panel-collapse ul.custom-tree li ul.custom-sub-tree.expanded {
            /* display:block;*/
            -moz-transition: max-height 2s ease-in-out;
            -webkit-transition: max-height 2s ease-in-out;
            -o-transition: max-height 2s ease-in-out;
            transition: max-height 2s;
            /*transition: max-height 0.1s ease-in-out;*/
            max-height: 1700px;
          }

  /*************** Toggles & Accordion ***************/
  /****************************************************/


  .account-content strong,
  .account-content h2 strong,
  .account-content h4 strong {
    color: #5cb85c; /* rgb(92, 184, 92);*/
  }

  .account-content .form-control:focus {
    border-color: #5cb85c;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(92,184,92,0.6)
  }



  /****************************************************/
  /*
* Account Process
*/

  .durchstrich {
    text-decoration: line-through;
  }



  .account .step {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 5px;
    margin-bottom: 20px;
    color: #ababab;
  }

    .account .step .number-box {
      position: absolute;
      height: 100%;
      width: 20%;
      border-right: 3px solid #ababab;
    }

      .account .step .number-box span {
        font-size: 70px;
        font-weight: 600;
        position: absolute;
        margin-top: 20px;
      }

    .account .step .content-box {
      position: absolute;
      left: 20%;
      height: 100%;
      width: 80%;
    }

      .account .step .content-box i {
        font-size: 4em;
        width: 100%;
        margin-left: 10px;
      }

      .account .step .content-box span {
        font-size: 18px;
        margin-left: 10px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 10px;
      }

    .account .step.active .number-box {
      border-right-color: #5cb85c;
    }

    .account .step.active .content-box i {
      color: #666666;
    }

    .account .step.active .number-box span {
      color: #5cb85c;
    }

    .account .step.active .content-box span {
      color: #666666;
    }

    .account .step.active .content-box p {
      color: #333333;
    }

  @media only screen and (min-width : 992px) {
    .account .step .number-box span {
      font-size: 50px;
    }

    .account .step .content-box i {
      font-size: 3em;
      margin-left: 5px;
    }

    .account .step .content-box span {
      font-size: 16px;
      margin-left: 5px;
    }

    .account .step .content-box p {
      font-size: 14px;
      margin-left: 5px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .account .step {
      min-height: 180px;
    }

      .account .step .number-box span {
        font-size: 40px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 469px) and (max-width : 767px) {
    .account .step {
      min-height: 200px;
    }

      .account .step .number-box span {
        font-size: 40px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .account .step {
      min-height: 120px;
    }

      .account .step .number-box span {
        font-size: 70px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {

    .account .step {
      min-height: 130px;
    }

      .account .step .number-box span {
        font-size: 70px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }
  }



  .account-section i.durchstrich {
    color: #ababab;
  }

  .account-section i,
  .account-section h4 i {
    color: #5cb85c;
  }

  /*
* Account Process
*/
  /****************************************************/

  /****************************************************/
  /*
* widget Headline colapser
*/
  h4.collapse-title a {
    padding: 2px 12px 0px 0px;
  }

  h2.collapse-title a {
    padding: 1px 12px 0px 0px;
  }

  h4.collapse-title a,
  h2.collapse-title a {
    position: relative;
    display: block;
    /*background-color: #fff;*/
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
  }

    h4.collapse-title a.collapsed,
    h2.collapse-title a.collapsed {
      /*color: #444;
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
*/
    }

      h4.collapse-title a.collapsed:hover,
      h4.collapse-title a.collapsed:active,
      h4.collapse-title a.collapsed:focus,
      h2.collapse-title a.collapsed:hover,
      h2.collapse-title a.collapsed:active,
      h2.collapse-title a.collapsed:focus {
        /*color: #666;*/
        text-decoration: none;
      }

    h4.collapse-title a .collapse-icon,
    h2.collapse-title a .collapse-icon {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -11px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }

  h4.collapse-title.collapse-disabled a i.collapse-icon,
  h2.collapse-title.collapse-disabled a i.collapse-icon {
    display: none;
  }

  h4.collapse-title a.collapsed .collapse-icon,
  h2.collapse-title a.collapsed .collapse-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  h4.collapse-title a i,
  h2.collapse-title a i {
    font-size: 1.2em;
    padding-right: 5px;
  }

  /*
* widget Headline colapser
*/
  /****************************************************/


  .error_message {
    color: red;
    font-weight: bold;
  }

  .error_message_small {
    font-size: 14px;
    color: red;
  }

  .error_message_xsmall {
    font-size: 12px;
    color: red;
  }

  .changed_password_red {
    color: red;
    font-weight: bold;
  }

  .changed_password_green {
    color: green;
    font-weight: bold;
  }

  .product_price_label {
    /*display:none !important;*/
  }

  .orderhist > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f068";
    padding-right: 5px;
  }

  .orderhist > a.collapsed:before {
    content: "\f067";
  }

  /* cp: ------ cookie-bar ---------- */

  #cookie-bar {
    padding: 23px 20px 20px 20px;
    height: auto;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
  }

    #cookie-bar p {
      margin: 0px;
      padding: 0px;
      color: #ffffff;
    }

    #cookie-bar a {
      padding: 6px 16px;
      border-radius: 0px;
      color: #ffffff;
      text-decoration: none;
      margin-left: 8px;
      display: inline-block;
      border: 2px solid #ffffff;
    }

    #cookie-bar .cb-enable {
    }

      #cookie-bar .cb-enable:hover {
      }

    #cookie-bar .cb-disable {
      background: rgb(153, 0, 0);
    }

      #cookie-bar .cb-disable:hover {
        background: rgb(187, 0, 0);
      }
  /*#cookie-bar .cb-policy {}
#cookie-bar .cb-policy:hover {}
.fixed#cookie-bar {
	left: 0px; top: 0px; width: 100%; position: fixed;
}
.bottom.fixed#cookie-bar {
	top: 0px; bottom: auto; z-index:1000;
}*/
  /* cp: ------ cookie-bar ---------- */


  /**********************************************
  * Age Check Dialog
  */
  .ui-dialog.age-check-dialog {
    background-color: #ffb929;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 6px 6px 6px #666666;
  }

    .ui-dialog.age-check-dialog .ui-widget-header {
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase;
      background-color: #ffb929 !important;
      background-image: none;
      border: 0;
    }

    .ui-dialog.age-check-dialog .ui-dialog-titlebar-close {
      visibility: hidden;
    }

    .ui-dialog.age-check-dialog .ui-dialog-content {
      font-size: 16px;
      color: #ffffff;
    }

      .ui-dialog.age-check-dialog .ui-dialog-content p {
        font-size: 16px
      }

    .ui-dialog.age-check-dialog .ui-dialog-buttonpane {
      background-color: #ffb929;
      border-top-width: 0px;
    }

      .ui-dialog.age-check-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
        text-align: center;
      }

      .ui-dialog.age-check-dialog .ui-dialog-buttonpane button {
        /*width: 220px;*/
        /*height: 40px;*/
        font-weight: bold;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        outline-color: #ffffff;
      }

  .ui-widget-overlay {
    background-image: none !important;
    opacity: .8;
  }

  /* prevent default image load */
  .ui-state-default {
    background-color: #fde9aa !important;
    background-image: none !important;
    color: #ffb929 !important;
  }
  /*.ui-widget-header
{
  background: none !important;
}*/
  .ui-widget-content {
    background-color: #ffb929 !important;
    background-image: none !important;
  }

  .ui-state-default .ui-icon {
    background-image: none !important;
  }

  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-image: none !important;
  }

  .ui-tooltip.ui-widget-content {
    background-color: #fff !important;
    border-color: #fff !important;
  }

  .radiobuttonlist label {
    padding-left: 5px;
    display: inline !important;
  }


  /* repair pgwSlideshow */
  .ps-current ul {
    margin-left: -40px;
  }

  /* Loginbox bootstrap */

  /* STRUCTURE */

  .loginbox_wrapper {
    /*display: flex;*/
    display: none;
    position: absolute;
    top: 22px;
    right: -30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 250px !important;
    min-height: 100%;
    padding: 15px 0px 0px 0px;
    z-index: 100;
  }

  @media only screen and (max-width: 768px) {
    .loginbox_wrapper {
      right: -25px;
    }
  }

  .formHeader {
    border-bottom: 1px solid #535992;
  }

  .formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 5px;
    background: #fff;
    width: 90%;
    max-width: 250px;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    text-align: center;
  }

  .formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #535992;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }

    .formFooter a {
      font-size: 16px !important;
      font-weight: 400;
      display: inline-block;
      padding: 3px 10px 5px 8px !important;
      margin: 0px !important;
      color: #696763 !important;
    }

      .formFooter a:focus {
        color: #595959 !important;
      }

      .formFooter a:hover {
        background-color: #ea9c2a;
        cursor: pointer;
        color: #ea9c2a !important;
        border-radius: 3px;
      }


  .loginbox_wrapper input[type=text], .loginbox_wrapper input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 2px;
  }

  .loginbox_wrapper input[type=submit] {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .loginbox_wrapper input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #ffdf2c;
  }

  .loginbox_wrapper input[type=text]:placeholder {
    color: #535992;
  }

  *:focus {
    outline: none;
  }

  #icon {
    color: #888585;
    padding-right: 5px;
  }

  .loggedin_header {
    display: block;
    margin: 10px 0px 5px 0px;
  }

  .loggedin_text {
    font-weight: 700;
  }


  /**** PRODUCT HISTORY SLIDER  ****/

  .product-history {
    margin: 20px 0px 40px 0px;
    border: 1px solid #dedede;
  }

  .portfolio-item {
    margin-bottom: 0px;
  }

    .portfolio-item .portfolio-border {
      padding: 3px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .portfolio-item .portfolio-thumb {
      position: relative;
      overflow: hidden;
    }

      .portfolio-item .portfolio-thumb img {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 10px;
      }

      .portfolio-item .portfolio-thumb .thumb-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
      }

    .portfolio-item:hover .portfolio-thumb .thumb-overlay {
      background: rgba(255, 255, 255, 0.5);
    }

    .portfolio-item .portfolio-thumb .thumb-overlay i {
      color: rgba(255, 255, 255, 0);
      position: absolute;
      top: 42%;
      left: 60%;
      display: block;
      margin-left: -27px;
      margin-top: -19px;
      font-size: 2em;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
      top: 50%;
      color: #444;
    }

    .portfolio-item .portfolio-details {
      position: relative;
      padding: 2px 10px 8px 10px;
    }

      .portfolio-item .portfolio-details span {
        font-size: 14px;
      }

      .portfolio-item .portfolio-details h4 {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        color: #333;
        margin: 0px;
      }

      .portfolio-item .portfolio-details a span {
        color: #666;
      }

  .recent-projects h4.title {
    padding: 8px 10px 7px 15px;
    margin: 0px;
    color: #535992;
    font-size: 14px;
  }

    .recent-projects h4.title span {
      border-bottom: 1px solid #563113;
    }

  .owl-controls .owl-buttons {
    right: 10px !important;
    top: -24px !important;
  }

  .touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #ffdf2c !important;
  }

  .touch-carousel .owl-controls .owl-buttons div {
    height: 22px !important;
    width: 22px !important;
    background-color: #563113 !important;
    border: none !important;
  }

    .touch-carousel .owl-controls .owl-buttons div i {
      font-size: 1.1em !important;
      color: #fff !important;
    }

  @media only screen and (max-width: 992px) {
    .owl-controls .owl-buttons {
      right: 8px !important;
    }
  }



  /**** AUTO COMPLETER ****/

  ul.autocompleter {
    width: 300px !important;
    z-index: 12000 !important;
    border: #9c9c9c 1px solid;
    padding: 10px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: 0px;
  }

    ul.autocompleter li {
      padding: 0px !important;
      margin: 0px !important;
      border-bottom: #e3e3e3 solid 1px;
      background-color: #fff !important;
      cursor: pointer;
    }

      ul.autocompleter li:hover {
        background-color: #fff !important;
      }

      ul.autocompleter li td {
        padding: 5px !important;
      }

        ul.autocompleter li td.tdimg {
          width: 75px;
        }



      ul.autocompleter li tr:hover {
        background-color: #f3f3f3;
      }

      ul.autocompleter li td img {
        max-height: 60px;
        max-width: 60px;
        vertical-align: middle;
        padding-right: 10px;
        float: left;
      }

      ul.autocompleter li td p {
        display: block;
        float: right;
        font-size: 13px;
        vertical-align: middle;
        clear: both;
      }

  @media only screen and (min-width: 769px) and (max-width: 1399px) {
    ul.autocompleter {
      margin-left: 38px;
    }
  }

  @media only screen and (max-width: 768px) {
    ul.autocompleter {
      left: 15px !important;
    }
  }

  /*
 *  Cookie consent banner
 */
  /*******************************************/
  #gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #ffb929;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    z-index: 200;
  }

    #gdpr-cookie-message h4 {
      color: #fbedc2;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
      color: white;
      font-size: 15px;
      line-height: 1.5em;
    }

    #gdpr-cookie-message ul {
      padding-left: 30px;
    }

    #gdpr-cookie-message p:last-child {
      margin-bottom: 0;
      /*text-align: right;*/
    }

    #gdpr-cookie-message li {
      /*width: 49%;
    display: inline-block;
    padding-right: 22px;*/
      width: 100%;
      display: block;
      padding-right: 22px;
    }

    #gdpr-cookie-message a {
      color: var(--red);
      text-decoration: none;
      font-size: 15px;
      padding-bottom: 2px;
      border-bottom: 1px dotted rgba(255,255,255,0.75);
      transition: all 0.3s ease-in;
    }

      #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
      }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
      border: none;
      background: #ea9c2a;
      color: white !important;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      padding: 7px;
      border-radius: 3px;
      /*margin-left: 15px;*/
      cursor: pointer;
      transition: all 0.3s ease-in;
    }

      #gdpr-cookie-message button:hover {
        opacity: 0.8;
        color: var(--red);
        transition: all 0.3s ease-in;
      }

  button#gdpr-cookie-advanced {
    background: white;
    background-color: #ea9c2a;
  }

  #gdpr-cookie-message button:disabled {
    opacity: 0.3;
  }

  #gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    margin-left: -22px;
  }


  #gdpr-cookie-message label {
    display: inline;
    font-weight: normal;
  }

  #gdpr-cookie-message i.fa-angle-down {
    font-size: 24px;
  }

  #gdpr-cookie-message li a {
    border-bottom: none;
    cursor: pointer;
  }


  .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-left: 5px;
    color: #ea9c2a;
  }

  .gdpr-desc {
    display: none;
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
  }

  #gdpr-cookie-accept {
    float: left;
  }

  #gdpr-cookie-advanced {
    float: right;
  }

  #gdpr-cookie-advanced-accept {
    margin-bottom: 15px;
  }

  @media only screen and (min-width : 1px) and (max-width : 467px) {
    #gdpr-cookie-accept {
      float: none;
      display: block;
      margin-bottom: 15px;
    }

    #gdpr-cookie-advanced {
      float: none;
      display: block;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    #gdpr-cookie-message {
      max-height: 500px;
      overflow-y: scroll;
    }
  }

  /*
 *  Cookie consent banner
 */
  /*******************************************/
  /**********************************************
  * Admin
  */
  .adm_edit_link {
    position: absolute;
    z-index: 10000;
  }

  /*
 *  Admin
 */
  /*******************************************/





  .teaser {
    border: 1px solid #cccccc;
    padding: 10px;
    width: 49%;
    min-height: 200px;
    margin-bottom: 15px;
  }

    .teaser:nth-child(odd) {
      margin-right: 1%;
    }

    .teaser:nth-child(even) {
      margin-left: 1%;
    }

  @media only screen and (min-width : 1px) and (max-width: 991px) {
    .teaser:nth-child(odd) {
      margin-right: 0;
    }

    .teaser:nth-child(even) {
      margin-left: 0;
    }

    .teaser {
      width: auto;
      margin-bottom: 15px;
    }
  }

  .teaser h3 {
    color: #ea9c2a;
    width: 100%;
    font-size: 20px;
    font-weight: 600 !important;
    border-bottom: 1px solid #ea9c2a;
    margin-bottom: 5px;
  }

  .teaser div {
    padding: 0;
  }

  .teaser-button {
    margin-top: 5px !important;
  }

    .teaser-button:hover {
      text-decoration: none;
    }

  .teaser p {
    margin: 10px 0px 0px 0px !important;
  }

  .teaser img {
    float: right;
    margin-top: 10px;
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {

    .teaser {
      min-height: unset;
    }

      .teaser img {
        float: none;
        margin: 10px auto;
      }
  }
