/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text 

@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Mukta:400,700&subset=latin-ext');*/


body {
  color: #5a5a5a;
  /*font-family: 'Exo 2',monospace;
  font-family: 'Mukta', sans-serif;*/
  font-family: 'Rubik', sans-serif;
  background-color: #e6e6e6;
}
a{
 color: #337ab7;
}
a:HOVER{
 color: #184770;
 text-decoration: none;
}
H2{
  color: #337ab7;
}
.btn{
	border-radius: 0px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: rgb(0,0,0,0.8);
  /*background-color:#5a5a5a;*/
}
.navbar  {
  margin-bottom: 0px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: left;
}

.navbar-wrapper .logo {
  background-image: url('../images/logo_banner.png');
  background-size: 100%;
  display: block;
  height: 45px;
  width: 110px;
  background-repeat: no-repeat;
  margin-top: 15px;
}
@media (max-width: 400px) {
  .navbar-wrapper .logo {
    height: 50px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 900px) {
  .navbar-wrapper .navbar {
    border-top: none;
  border-bottom: none;
  }
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-toggle{
  background-color: black;
  float: left;
  margin-top: -20px;
}
.navbar-toggle .icon-bar{
  background-color: white;
}
.navbar-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size:15px;
}
#navbar .navbar-nav a:hover,#navbar  .nav > li >a:focus,#navbar  .nav > li >a:hover,
#navbar .nav .open > a,#navbar .nav .open > a:focus,#navbar .nav .open > a:hover,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
#navbar .navbar-nav > li.active > a {
  color: rgb(184, 184, 184);
  background-color: transparent;
}
.user_menu a{
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  text-align: center;
  
}

.user_menu a:HOVER{
  color: rgb(184, 184, 184);
  background-color: transparent;
}
.btn-user{
  color: rgb(255, 255, 255);
  font-size: 12px;
}
.btn-user:HOVER{
  color: rgb(184, 184, 184);
}
.responsive-text {
    display: block;
}
.cart_btn{
  position: relative;
  text-align: center;
  padding: 5px 10px;
}
.cart_btn .items {
    background-color: red;
    border-radius: 8px;
    bottom: -1px;
    box-shadow: -15px 17px 21px -12px rgba(0, 0, 0, 0.73);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    min-width: 17px;
    padding: 2px 0 5px;
    position: absolute;
    right: -5px;
    text-align: center;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 20%;

}
.carousel-caption H1,.carousel-caption p {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  color: #000;
  box-sizing: border-box;

}
/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.slide_control {
    color: #fff;
    font-size: 22px;
    left: 30px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    background: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/** kategorie box **/
.category_box .col-md-6{
  margin-top: 20px;
}
.category_box A .text{
  position: absolute;
  left: 50%;
  top: 40%;
  color: #fff;
  /*font-family: 'Amatic SC', cursive;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   font-size:35px;
}
.category_box A:HOVER .text{
  top: 30%;
  left: 60%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size:60px;
}
.home-box a H2{
  color: #003366;
  text-decoration: none;
}
.home-box a:HOVER H2{
  color: #006699;
}
.home-box li a{
  color: #333333;
  text-decoration: none;
}
.home-box li a:HOVER{
  color: #333333;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 0px;
}

/*** IMAGES rotate effect **

.img-circle {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-circle:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
*/
.center-cropped {
  object-fit: none;
  object-position: center;
  height: 300px;
  width: 900px;
}
/**** ZBOZI LIST ITEM ***/
.list-zbozi .col-md-3{
  padding-left:2px;
  padding-right:2px;
}

.price{
  color: #bf3333;
  font-size: 30px;
}
.thumbnail{
  cursor: pointer;
}
.thumbnail .img-wrap{
  /*height: 240px;
  overflow: hidden;
  width:100%;*/
  display: flex;
  justify-content: center;
}
.thumbnail img{
  max-width:100%;
  /*height: 270px;*/
}
.thumbnail A.head{
  font-size: 15px;
  height: 60px;
  overflow: hidden;
  display: block;
}
.thumbnail .kampan SPAN{
    display:block;

    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-left: auto;
	margin-right: auto;

}
.thumbnail .kampanAbs{
  position:absolute;
  z-index:2;
  left: 5px;
	top: 4px;
}

.thumbnail .kampan .slevaZ{

    font-size: 17px;
    padding-top: 15px;
    background: #55a535;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    border-radius: 50%;

}
.thumbnail .kampan .slevaZ:hover,
.thumbnail .kampan .darekZ:hover,
.thumbnail .kampan .dopravaZ:hover{

    /*border: #fff solid 1px;*/
    box-shadow: inset 0 0 0 1px #fff;
     transition: all 0.1s ease;

}
.thumbnail .kampan .darekZ{

    font-size: 15px;
    padding-top: 15px;
    background: #a6160f;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    border-radius: 50%;

}.thumbnail .kampan .dopravaZ{

    font-size: 13px;
    padding-top: 8px;
    background: #ecad02;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    border-radius: 50%;
}

.thumbnail .kampan_list{
   right: 0px;
   top: 30px;
   position: absolute;
   text-align: right;
}
.thumbnail .kampan_list A{
   text-decoration: none;
   color: #ffffff;
   padding: 5px 10px;
   font-size: 13px;
   display: inline-block;
   margin-bottom: 2px;

}
.thumbnail .kampan_list .patka{
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 10px 10px 0 0;
   display: inline-block;
}


/* BUTTONS
----------------------------------------

*/

.btn-other{
	background-color: #0290fe !important;
  color: #fff;
}
.btn-other:HOVER,
.btn-other:FOCUS,
.btn-other:ACTIVE {
  background-color: #0290fe;
  color: #fff;
}
.btn-gradient{
	background-color: #28a745 !important;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}
.btn-gradient:HOVER,
.btn-gradient:FOCUS,
.btn-gradient:ACTIVE {
    background-color: #0290fe;
    color: #fff;
}

.btn-default:HOVER,
.btn-default:FOCUS,
.btn-default:ACTIVE {
    background-color: #0290fe;
    border-color: #0290fe;
    color: #fff;
}
.btn-default{
    background-color: #0290fe;
    border-color: #0290fe;
    color: #fff;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    border: none;
}
.back-to-top:HOVER,
.back-to-top:FOCUS {

    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    color: #fff;
    border: none;
}

/* FOOTER
---------------------------------------------*/
FOOTER {

  background: #0290fe none repeat scroll 0 0;
  color: #f5f5f5;
  border: none;
  padding: 20px 0;

}
FOOTER H2{
    font-size: 16px;
}
FOOTER P{
    font-size: 12px;
}
FOOTER A{
    color: #f5f5f5;
}
FOOTER A:HOVER{
    color: #f5f5f5;
}
FOOTER .social a{
    font-size: 18px;
    color: #f5f5f5;
    display: inline-block;
    width: 50px;
    height: 50px;
}
FOOTER .social a{
    font-size: 38px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
/* PAGER
-----------------------------------------------------*/

.paginator {
    margin: 1em 0;
    font-size: 90%;
}

.paginator a, .paginator span {
    margin-right: 0.1em;
    padding: 0.3em 0.6em;
    color: #999999;
}

.paginator a {
    text-decoration: none;
    color: #848484;
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
}

.paginator span.button_s {
    border: 1px solid #d6d6d6;
}

.paginator .current {
    background: #0290fe;
    border: 1px solid #0290fe;
    font-weight: bold;
    background-color: #0290fe;
    color: #FFFFFF;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
}

@media (max-width:991px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 1.4;
  }

  .carousel-caption h1 {
    font-size: 15px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 470px) {

  .carousel-caption {
    top: 0%;
  }

  .responsive-text {
    display: none;
  }

}




/* Pre-render the bigger shadow, but hide it */
.thumbnail:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0290fe;
    border-color: #0290fe;
    color: #fff;
    z-index: 2;
}
.list-group-item.active A, .list-group-item.active A:focus, .list-group-item.active A:hover {
    background-color: #0290fe;
    border-color: #0290fe;
    color: #fff;
    z-index: 2;
}

.text-align-right .simpleselect{
  float: right;
}
.text-align-right SPAN{
  text-align: right;
  display:block;
}

/*** DETAIL ***************/
/******DETAIL ZBOZI*******/

.right_d{
	width:330px;
	float: right;
	margin-right: 20px;

}
.right_d .box {
	margin: 5px 0px;
	font-size: 15px;
	width: 100%;
	border-bottom: #ccc dashed 1px;
	padding: 5px 0px;
}
.right_d .box:last-child {

    border-bottom: none;
}
.right_d SPAN {
    font-weight: bold;
    width: 50%;
    text-align: right;
    float: right;
}
.right_d .kosik{
    background-color:#569536;
    width: 98px;
    height: 34px;
    border: #ccc solid 2px;
    display: inline-block;
    margin: 5px 0px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;

}
.right_d .ks{
   width: 35px;
   height: 30px;
   border: #666666 solid 1px;
   margin-right: 10px;
   padding: 5px;
   display: inline-block;
}
.right_d .jednotky{
   display: inline-block;
   margin-right: 10px;
}
.right_d .cena SPAN{
	color: red;
	font-size: 18px;
}
.right_d .cena_all SPAN{
    color: red;
    font-size: 18px;
}
.right_d .cena_bezna SPAN{
    color: #ccc;
    font-size: 18px;
    text-decoration: line-through;
}
.right_d .cena_sleva SPAN{
    color: #569536;
    font-size: 18px;
}
.right_d .cena_usetrite SPAN{
    color: #569536;
    font-size: 18px;
}
.right_d .cena_sleva{
    font-weight: bold;
}
.right_d .dostupnost_1 SPAN{
    color: #e0b504;
}
.right_d .dostupnost_2 SPAN{
    color: #569536;
}
.right_d .dostupnost_3 SPAN{
    color: #b60303;
}
.right_d .varianty{
	color: #006699;
	font-weight: bold;
}

.right_d .btn-group-radio input[type=radio] {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}
.btn-info {

    color: #333333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.right_d .btn-group-radio input[type=radio]:checked + .btn {
  color: #fff;
  background-color: #5bc0de;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.right_d .btn-group-radio > input:first-child + .btn {
  margin-left: 0;
     -webkit-border-top-left-radius: 4px;
         -moz-border-radius-topleft: 4px;
             border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.right_d .btn-group-radio > input:first-child + .btn.large {
  margin-left: 0;
     -webkit-border-top-left-radius: 6px;
         -moz-border-radius-topleft: 6px;
             border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
          border-bottom-left-radius: 6px;
}
.right_d .poukaz{
	 background-image: url("../images/sodex.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    font-size: 20px;
    height: 31px;
    padding-left: 60px;
    text-align: right;
    width: 100%;
}

.parametry{
	width: 90%;
	padding: 5px 0px;
	border-bottom: #ccc dashed 1px;
}
.parametry .head{
    color: #006699;
    width: 60%;
    display: inline-block;
}
.parametry .value{
    color: #000;
    width: 30%;
    display: inline-block;

}
.present{
	color: #b60303;
	font-size: 20px;
	padding: 0px;
	font-weight: bold;
}
.present .plus{
    font-size: 35px;
    margin-right: 5px;
}
.present .nazev{
    font-size: 13px;
    margin: 0 0px 0 0;
    color: #000;
    width: 180px;
    height: 50px;
    display: inline-block;
}
.present IMG{

    margin-right: 10px;

}
.tab-pane{
  margin-top: 20px;
}

@media all and (max-width: 980px) {

    .right_d{
        width: 98%;
        float: none;
        margin: 0 auto;
    }

}
/****** SLIDER *********/

/*** REKLAMA ***/
.reklama{
	margin: 5px 0px;
	display: block;
}
.reklama .item{
	float: left;
	margin-right: 5px;
}
@media all and (max-width: 980px) {
  .reklama{
    display: none;
  }
}

/********** FROM CLASS ***/
.form-error-message{
  color: red;
  left: 0;
  position: absolute;
  width: 100%;
}

/*** OBJEDNAVKY KROKY ***/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.doprava .head{
  font-size: 16px;
  font-weight: bold;
}
.h3_categories{
  margin-top:0px;
  background-color: #0290fe;
  padding: 7px;
  color: white;
}
.other_filter{
  display: none;
}

/**** CHECKBOX ****/

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {

       font-family: 'Font Awesome\ 5 Free';
      font-weight: 900; /* Fix version 5.0.9 */
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 15px; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }



.eu-cookies { background: url('/images/foot_bcg.png') repeat; }

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    padding: 13px 0px;
    font-size: 12px;
    text-align: center;
}

.eu-cookies button {
    background-color: #0290fe; /* Old browsers */
    color: #ffffff;
    font-weight:normal;
    cursor:pointer;
    display:inline-block;
    margin-right:0.1em;
    overflow:visible;
    padding:6px 12px;
    position:relative;
    text-align:center;
    text-decoration:none !important;
    border-width:0px;
    border:none;
    font-size: 20px;
}

/***** KATEGORIE **********/
.response_button {
	cursor: pointer;
}
.response_button i{
	display: none;
	padding-right: 10px;
}
.menu_kategorie{
	display: block;
}

.menu_kategorie UL{
	list-style: none;
	margin: 2px 0 0 0px;
	padding: 0px;
	width: 100%;

}
.menu_kategorie > ul > li:first-child A{
    border-top: 1px dashed #ddd;
}
.menu_kategorie A{
    border-bottom: 1px dashed #ddd;
    color: #666;
    display: block;
    height: 35px;
    padding: 7px 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.menu_kategorie ul li:child-first A{
    border-top: 1px solid #ddd;
}

@media all and (max-width: 980px) {
    .menu_kategorie A{
        width: 98%;
    }
    .menu_kategorie {
	    display: none;
    }
    .response_button i{
		display: inline-block;
	}

}
.menu_kategorie A:HOVER{
	color: #261c1e;
	background-color: #f5f5f5;
}

.menu_kategorie .ref{
    display: block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    background-image: url("../images/arr16_b.png");
}
.menu_kategorie .ref_0{
	font-weight: bold;
}
.menu_kategorie .ref_0:HOVER,
.menu_kategorie .ref_1:HOVER,
.menu_kategorie .ref_2:HOVER{
	background-color: #0290fe;
	color: #fff;
}


/*Main style*/
.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}
.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
    background: rgba(0,0,0,0.4);
    bottom: 0px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
    width: 100%;
    color: #fff;
}

.list-quotes p {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(221,146,0,0.8);
    width: 100%;
    color: #003366;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}
.list-quotes:hover{
    /*box-shadow: 0 0 5px 2px rgba(51,153,153, 0.5);*/
}
.list-quotes:hover h1 {
   /* -webkit-transform: translate3d(0,-100px,0);*/
   /* transform: translate3d(0,-100px,0);*/
    text-shadow: 0px 0 15px #fff;
    padding: 15px 15px 45px 15px;
    transition: all 250ms ease;

}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
