/* Add here all your css styles (customizations)
 * CSS Document by IntSerive - Holzer & Dengg OG
 * colors:
 * yellow: #CAB000;
 * darkgreen: #32372c;
 * gray: #818376;
 * lightgray: #c8c7bd;
*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#cookie-bar {background: rgba(17,17,17,0.95); height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:1.5rem 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; color: #fff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#FF6600;}
#cookie-bar .cb-enable:hover {background: #ffa100;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

.header .logo {
  position: relative;
  z-index: 100;
  display: block;
  height: 100px;
}

.mnicon-logo {
  width: 274px;
  height: 61px ;
  background: url(../img/cucudesign-logo.png) no-repeat 0 0;
  display: block;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .header .navbar-nav li:first-child .dropdown-menu,
  .header .navbar-nav li:first-child a:after {
    display: none;
  }

  .thumbnail-style:hover {
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .thumbnail-kenburn img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .thumbnail-kenburn:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .thumbnail-style a.btn-more,
  .thumbnail-style:hover a.btn-more {
    right: 10px;
  }
}

.header .nav li:first-child.dropdown > a:after {
  content: "" !important;
}