/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
} 

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

.content {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.content-s {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.width20 {
  float: left;
  width:20%;
}

.width25 {
  float: left;
  width:25%;
}

.width33 {
  float: left;
  width:33.33%;
}

.width30 {
  float: left;
  width:30%;
}

.width40 {
  float: left;
  width:40%;
}

.width50 {
  float: left;
  width:50%;
}

.width60 {
  float: left;
  width:60%;
}

.width70 {
  float: left;
  width:70%;
}

.width100 {
  float: left;
  width:100%;
}

.center {
  text-align: center;
}

.odmik-1 {
  padding-top: 33px;
}

.odmik-2 {
  padding-top: 40px;
  text-align: right;
}

.odmik-l {
  padding-left: 80px;
}

.odmik-r {
  padding-right: 100px;
}

.odmik {
  padding: 0px 30px;
  line-height: 30px;
}

.blok_zg .odmik {
  text-align: center;
}

.blok_zg img {
  margin: 15px 0px;
}

.okno {
  text-align: center;
}


.okno ul {
  padding: 0px;
  margin: 0px;
}
.okno ul li {
  width: 180px;
  height: 150px;
  border:1px solid #f37021;
  text-align: center;
  display: inline-block;
  padding: 30px 10px 0px 10px !important;
  margin: 0px 15px 30px 15px !important;
  list-style-type: none;
  background:none !important;
}

/* Top */

.top {
	position: relative;
	width: 100%;
 	z-index: 4;
  overflow: auto;
  padding: 10px 0px;
  line-height: 20px;
  background:url(../images/bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

.fix {
  position: fixed;
  width: 100%;
  z-index: 11;
  min-height: 250px; 
}

.fix.scroll {
  min-height: auto;
}

.fix.scroll .top {
  display: none;
}

.logo {
	float: left;
	width: 200px;
	padding-top: 5px;
}

.logo img {
	width: 160px;
	height: auto;
}

.tel img, .cas img, .email img {
	float: left;
	padding-right: 10px;
}

.tel {
	float: right;
	width: 200px;
	color: #000;
	font-size: 14px;
	padding-top: 35px;
}

.cas {
	float: right;
	width: 270px;
	color: #000;
	font-size: 14px;
	padding-top: 35px;
}

.email {
	float: right;
	width: 200px;
	padding: 5px 13px;
	margin-top: 30px;
}

.email img {
	width: auto;
	height: 22px;
	margin: 8px 0px;
}

a.email {
	color: #000;
	font-size: 14px;
	background: #84bfd0;
	text-decoration: none;
}

a.email:hover {
	background:#e35d0c; 
} 

.top p {
	padding: 0px;
    margin: 0px;
}

/* Slider */

.banner-in {
  position: relative;
  width: 100%;
  min-height: 163px;
}

.banner-in.active {
  background-size: cover;
  background-position: center;
  height: 800px;
}

.banner {
	position: relative;
	width: 100%;
  z-index: 1;
}

.slide-desc-bg-default {
  background: none !important;
}

.djslider-default img.dj-image {
  opacity: 0.60;
}

.djslider-default .slider-container {
  background: #000;
}

.djslider-default .navigation-container .prev-button, .djslider-default .navigation-container .next-button{
	z-index: 4;
}

.slide-desc-text-default {
  text-align: center !important;
  padding: 30px 0px;
  margin-left: 10%;
  margin-right: 10%;
}

.slide-desc-text-default h2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.slide-desc-text-default h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0px;
  padding: 13px;
}

.slide-desc {
  top: 40%;
}

/* Vsebina */
.domov .vsebina, .domov .banner-in {
  display: none;
}

.home .vsebina, .home .banner-in {
  display: none;
}

.home-hr .vsebina, .home-hr .banner-in {
  display: none;
}

.home-de .vsebina, .home-de .banner-in {
  display: none;
}

hr {
  border: 0.5px solid #eee;
  margin: 15px 0px;
  margin-right: 10%;
}

.vsebina {
  position: relative;
  padding: 50px 0px;
  overflow: auto;
  line-height: 26px;
}

.vsebina strong {
  font-weight: 500;
}

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

.vsebina a {
  text-decoration: none;
  color: #84bfd0;
}

.vsebina a:hover {
  color: #5b5b5b;
}

.vsebina ul {
  padding: 10px 0px;
  margin: 0px;
}

.vsebina ul li {
  padding: 3px 0px 3px 25px;
  margin: 0px;
  background:url(../images/check.png);
  background-position: top left;
  background-repeat: no-repeat;
  list-style-type: none;
}

.certifikati .vsebina h2 {
  text-align: center;
}

.pull-right {
  width: 50%;
  padding-left: 50px;
}

[class^=os-gallery-tabs-main] .img-block.pytiton-effect .os-gallery-caption {
  background: none;
}

[class^=os-gallery-tabs-main] .img-block.pytiton-effect .os-gallery-caption:hover {
  background: rgba(28, 86, 136, 0.52);
}

.projekti .vsebina ul li {
  background: none; 
  padding: 20px;
  margin: 0px;
}

.projekti .content {
  max-width: 1920px;
}

.projekti ul.newsflash-horiz_aktualno li {
  width: 25%;
}

/* Jeziki */
.jeziki {
	float: left;
	width: 70px;
	text-align: right;
	margin-top: 23px;
}

div.mod-languages img {
  box-shadow: 0 0 5px #ababab;
}

/* Meni */

.meni {
	position: relative;
	width: 100%;
	overflow:auto;
  margin: 0 auto;
  padding-top: 5px;
  z-index: 3;
  background: rgba(132,191,208,0.95);
  box-shadow: 0 0 25px #3a3a3a;
}

.meni-in {
	width: calc(100% - 70px);
	float: left;
}

/* Mega menu */

.dj-megamenu-default {
  background: none !important;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}

.dj-megamenu-default li.active a.dj-up_a {
  background: #71b1de !important;
}

.dj-megamenu-default li a.dj-up_a {
  border: none !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 0px 20px !important;
}

.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a, 
.dj-megamenu-default li.active a.dj-up_a {
    background: none !important;
    color: #000 !important;
}

.dj-megamenu.dj-megamenu-default.horizontalMenu ul li {
  text-align: center;
  width: 100%;
}

/* Show first level submenu */
.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
    background: rgba(255,255,255,0.85) !important;
    box-shadow: none !important;
}
/* Show higher level submenus */
.dj-megamenu-default li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap {
    background: #c1c8cb !important;
    box-shadow:  none !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
  color: #545659 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover {
  background:#eee !important;
}

.dj-megamenu-default li ul.dj-submenu > li {
    border-top: none !important;
    border-bottom: 1px solid #b5b9c2 !important;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0 !important;
}

/* Mobile menu */

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
  background:none !important;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    color: #fff !important;
}


/* Blok 01 */

.blok_1 {
  position: relative;
  width: 100%;
  overflow-y: auto;
  margin-top: -210px;
  z-index: 4;
}

.blok_1 .content {
   max-width: 1400px;
}

.blok_1 img {
  float: right;
  width: auto;
  height: 50px;
}

.blok_1 a {
  float: left;
  width: calc(33.33% - 50px);
  background: url(../images/bg-okna.png);
  padding: 25px 20px;
  margin: 0px 25px;
  text-decoration:none;
  border-bottom: 2px solid #f37021;
  color: #000;
}

.blok_1 a h2 {
  color: #000;
  text-decoration: none;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.blok_1 a:hover {
  transition: all 0.15s ease;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
  padding:25px 25px;
}

.blok_1 a:hover img:last-child {
  transition: all 0.15s ease; 
}

/* Blok 2 */

.rob-t {
  position: relative;
  height: 65px;
  width: 100%;
  background: url(../images/rob-t.png);
  background-size: cover;
  z-index: 5;
  margin-top: 40px;
}

.rob-d {
  position: relative;
  height: 65px;
  width: 100%;
  background: url(../images/rob-d.png);
  background-size: cover;
  z-index: 10;
}

.blok_2 {
  position: relative;
  width: 100%;
  z-index: 5;
  background:#84bfd0;
  padding: 20px 0px;
  overflow:auto; 
  line-height: 28px;
  font-size: 18px;
}

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

.org {
  background:#84bfd0;
  padding: 20px;
  color: #fff;
  line-height: 20px;
}

/* Blok 3 storitve */

.blok_3 {
  position: relative;
  width: 100%;
  padding: 90px 0px 70px 0px;
  overflow:auto; 
  background: url(../images/bg-storitve.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -60px;
}

.blok_3 img {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.storitve-bg {
  background: url(../images/prednosti.jpg);
  background-size: cover;
  height: 350px;
  background-position: center;
}

.moduletable_nase_p {
  padding-top: 20px;
  font-size: 17px;
}

.custom_nase-storitve {
  text-align: center;
}

.rob-b {
  position: relative;
  height: 41px;
  width: 100%;
  background: url(../images/rob-b.png);
  background-size: cover;
}

.moduletable_prednosti {
  padding-bottom: 50px;
}

/* Blok 4 - povpraševanje */

.blok_4 {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  overflow:auto; 
  background: #84bfd0;
  font-size: 20px;
  margin-bottom: 4px;
}

.blok_2 a button {
  background: #f37021;
}

a button {
  border:none;
  padding: 8px 18px;
  font-weight: 500;
  background:#f37021; 
}

a button:hover {
  box-shadow: 0 0 15px #000;
}

/* Blok 5 - novice */
.blok_5 {
  position: relative;
  width: 100%;
  overflow:auto; 
  background: url(../images/bg.jpg);
}

.moduletable_novice_naslov {
  text-align: center;
  width: 100%;
  padding: 30px 0px;
}

ul.newsflash-horiz_aktualno, ul.newsflash-horiz_aktualno1 {
    padding: 0px;
    margin: 0px;
}

 ul.newsflash-horiz_aktualno li {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    float: left;
    width: 33.33%;
    list-style-type: none;
    overflow: hidden;
}

 ul.newsflash-horiz_aktualno1 li {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    float: left;
    width: 33.33%;
    background:none;
    overflow: hidden;
    margin: 0px;
    padding: 0px 30px 30px 30px;
    height: 420px;
}

.article-separator {
  display: none;
}

.news_left.news_1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 450px;
    background-size: cover !important;
    text-align: center;
}

.aktual {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.50);
    color: #fff;
    font-style: italic;
    font-size: 18px;
    padding-top: 27%;
}

.aktual h2 a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 0px 80px;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    text-align: center;
}

.aktual h2 a:hover {
  background: #84bfd0;
  border:1px solid #84bfd0;
}

.aktual a.readmore {
    color: #fff;
    background: url(../images/vec.png);
    width: 38px;
    height: 40px;
    font-size: 0px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.85;
    background-size: cover;
}

.aktual a.readmore:hover {
    background: url(../images/vec-over.png);
    background-size: cover;
}

.datum {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #84bfd0;
    padding: 15px;
    font-size: 20px;
}

/* Blok 6 - statistika */

.blok_6 {
  position: relative;
  width: 100%;
  overflow:auto; 
  background: url(../images/statistika.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
  border-bottom: 4px solid #fff;
}

.blok_6 img {
  width: auto;
  height: 40px;
  margin-bottom: 8px;
}

.blok_6 p:nth-child(2) {
  color: #84bfd0;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blok_6 p:nth-child(3) {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.blok_6 p:nth-child(4) {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* Blok 6 - zgodovina */

.blok_zg {
  position: relative;
  width: 100%;
  overflow:auto; 
  background: url(../images/zg.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
}

.blok_zg h3 {
  font-size: 36px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}

.lokacija {
  position: relative;
  width: 100%;
  height: 500px;
}

/* Blok 7 - reference */

.blok_7 {
  position: relative;
  width: 100%;
  overflow:auto; 
  padding: 0px 0px 50px 0px;
  background: url(../images/bg.jpg);
}

.copyright-link {
  display: none;
}

.novice .vsebina {
  text-align: center;
}

[class^=os-gallery-tabs-main] .osgalery-cat-tabs {
  padding-top: 20px !important;
}

.moduletable_ref_uvod {
  float: left;
  width: 100%;
  background:#84bfd0;
  padding: 30px 0px;
  text-align: left;
}

/* Blok 8 - mapa */

.blok_8 {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background:#84bfd0;
}

.blok_8 h2 {
  color: #000;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}

.arrow {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 26px;
}

.map {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -26px;
}

/* Blok 9 - certifikati */
.blok_9 {
  position: relative;
  width: 100%;
  padding: 50px 0px 20px 0px;
  overflow: auto;
  background: url(../images/bg.jpg);
}

.blok_9 a {
  text-decoration: none;
  color: #84bfd0;
  font-weight: 600;
  padding-top: 5px;
  display: inline-block;
}

.blok_9 a:hover {
  color: #000;
}

.blok_9 img {
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}

.blok_9 .odmik-r {
  padding-right: 10px;
}

.custom_cert p:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
}

.custom_cert p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
  font-style: italic;
}

/* Bott */
.bott {
  position: relative;
  width: 100%;
  overflow:auto; 
  background: url(../images/bott.jpg);
  background-position: center;
  padding: 50px 0px;
}

.bott a {
  color: #000;
  text-decoration: none;
}

.bott a:hover {
  color:#f37021;
  text-decoration: none;
}

.bott h2 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}

.pravice {
  position: relative;
  width: 100%;
  padding: 15px;
}

/* Rsform */

.vsebina .formResponsive textarea, .vsebina .formResponsive input[type="text"] {
  background-color: #fff !important;
  padding: 14px 8px !important;
}

.formResponsive textarea, .formResponsive input[type="text"] {
  background-color: #fff !important;
  border-radius: 0px !important;
  padding: 8px !important;
}

.formResponsive input[type="text"] {
  width: 100% !important;
}

.rsform-submit-button {
    border-radius: 0px !important;
    text-align: center;
    padding: 8px 15px !important;
    background-color: #f37021 !important;
    color: #000 !important;
    background-image: none !important;
    border:none !important;
}

.rsform-submit-button:hover {
  background: #fff!important;
}

.formControlLabel { text-align: left !important; padding: 0 0 0 3px !important; }
.rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
.rsform-text-box { width: 95% !important; padding:8px !important;}


.rsform-block.rsform-block-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-zadeva { 
  float: left; 
  width: 45%;
  margin-right: 5%;
  }

.formResponsive .formHorizontal .formControlLabel {
  width: 100% !important;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0 !important;
}

.formResponsive label {
  height: auto !important;
  font-size: 14px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1400px) {
  .slide-desc {
    top: 40%;
  }

  .slide-desc-text-default h2 {
    font-size: 40px;
  }

  .odmik-r {
    padding-right: 50px;
  }

  .news_left.news_1 {
    height: 350px;
  }

  .aktual {
    padding-top: 25%;
  }
  .aktual h2 a {
    padding: 10px 20px;
    margin: 0px 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1400px) {
   .aktual {
    padding-top: 30%;
  } 
}

@media only screen and (max-width: 1200px) {
  .djslider.djslider-default {
    height: 800px !important;
  }

  img.dj-image {
    height: 800px !important;
    width: auto !important;
  }

  .djslider-in li {
    height: 800px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jeziki {
    margin-top: 16px;
   }

  .cas {
    width: 230px;
  }

  .tel {
    width: 165px;
  }
  
  .pull-right {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .blok_1 {
    margin-top: 0px;
    padding-top: 30px;
  }

  .blok_4 .width60, .blok_4 .width20  {
    width: 100%;
    text-align: center;
  }
  .odmik-r {
    padding-right: 20px;
  }
  .width20 {
    width: 33.33%;
    margin-bottom: 35px;
  }
  .aktual h2 a {
    padding: 10px 30px;
    margin: 0px 30px;
  }

  .aktual {
    padding-top: 25%;
  } 

  .projekti .vsebina ul li {
    padding: 0px;
  }

  ul.newsflash-horiz_aktualno li, ul.newsflash-horiz_aktualno1 li {
    width: 50%;
  }

}

@media only screen and (max-width: 849px) {
  .fix.scroll .top {
    display: block;
  }

  .cas, .tel, .email  {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .fix.scroll {
    padding: 6px;
  }

  .fix {
    padding: 6px;
    background:url(../images/bg-top.png);
  }

  .jeziki {
    margin-top: 15px;
  }

  .top, .meni {
    background: none;
  }

  .top {
    float: left;
    width: calc(100% - 180px);
    padding: 0px;
  }

  .meni {
    float: left;
    width: 180px;
    box-shadow: none;
  }

  .meni-in {
    float: right;
    text-align: right;
  }

  .width40, .width60, .width33, .width20, .width25  {
    width: 100%;
  }

  .width20 {
    padding-bottom: 30px;
    width: 50%;
    height: 150px;
    margin-bottom: 0px;
  }

  .custom_cert .width33 img {
    width:50px;
  }
   .custom_cert .width33 {
      margin-bottom: 30px;
   }

  .bott, .blok_4 {
    text-align: center;
  }

  .blok_4 {
    padding: 40px 0px;
  }

  .odmik-1 {
    padding-top: 20px;
  }
  .odmik {
    padding: 20px 0px;
  }

  .odmik-r {
    padding-right: 5px;
  }

  .odmik-l {
    padding-left: 0px;
  }

  .odmik-2 {
    text-align: center;
  }

  .custom_kontakt img {
    display: none;
  }
  .custom_kontakt {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #939393;
  }

  .blok_6 .width25 {
    width: 50%;
    margin-bottom: 30px;
  }
  .blok_6 {
    padding: 30px 0px;
  }
  .blok_6 .width33 {
    margin-bottom: 30px;
  }
  .blok_7 {
    padding: 30px 20px;
  }

  .blok_2 {
    padding: 0px;
  }
  .blok_3 {
    padding: 30px 0px 60px 0px;
  }
  ul.newsflash-horiz_aktualno li, ul.newsflash-horiz_aktualno1 li {
    width: 100%;
  }

  .storitve-bg {
    margin-top: 30px;
  }

  .org {
    text-align: center;
    padding: 30px 20px;
  }
  .org a button {
    float: none;
    margin-bottom: 30px;
  }

  .blok_1 a {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .cas, .tel, .email {
    display: none;
  }
  .djslider-default .navigation-container .prev-button, .djslider-default .navigation-container .next-button {
    display: none !important;
  }

  .aktual h2 a {
    margin: 0px 20px;
    font-size: 18px;
  }

  .slide-desc-text-default {
    margin-left: 15px;
    margin-right: 15px;
  }
  .slide-desc-text-default h2 {
    font-size: 28px;
  }

  .slide-desc-text-default h3 {
      font-size: 20px;
   }
   .logo img {
      width: 120px;
  }
  .vsebina {
    padding: 30px 0px;
  }
  .okvir {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) {
  .mobi {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .width50, .width20 {
    width: 100%;
    height: auto;
  }

  .win {
    display: none;
  }
}

/* Cookies*/

.cookies {
  position: relative;
  height: 0px;
  overflow: hidden;
}

.cookies .blue {
    color: #fff !important;
}

.cookies .black {
  line-height: 20px !important;
}

.jb.cookie.blue p a {
    color: #84becf !important;
    text-decoration: none;
}

.jb.accept.blue {
    background: #84becf !important;
    border: 1px solid #84becf !important;
    width: 160px;
    color: #000 !important;
}

.jb.bottom.blue .jb.cookie-bg.black {
    border-top: 1px solid #84becf !important;
}