/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-01-24, 11:06:40
    Author     : szymon
*/
.miPlugin-cookie-info {
  width: 100%;
}
.miPlugin-cookie-info.ci-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  .miPlugin-cookie-info.mobileDevices0 {
    display: none;
  }
  .miPlugin-cookie-info.mobileDevices1 {
    position: static !important;
  }
}
.miPlugin-cookie-info .ci-wrapper {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  display: table;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .miPlugin-cookie-info .ci-wrapper {
    display: block;
  }
}
.miPlugin-cookie-info .ci-wrapper.ci-boxed {
  max-width: 1170px;
  margin: 0 auto;
}
.miPlugin-cookie-info .ci-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .miPlugin-cookie-info .ci-wrapper > div {
    display: block;
  }
}
.miPlugin-cookie-info .ci-wrapper > div.ci-content {
  padding: 10px 15px;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls {
  width: 135px;
  text-align: right;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls.ci-double {
  width: 270px;
}
@media (max-width: 768px) {
  .miPlugin-cookie-info .ci-wrapper > div.ci-controls {
    width: 100% !important;
    text-align: center;
  }
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls a {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  margin: 0 5px;
  color: #777;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls a i {
  color: #3085EE;
  font-size: 16px;
  margin-right: 2px;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls a.ci-close i {
  color: #E11515;
}
.miPlugin-cookie-info .ci-wrapper > div.ci-controls a:hover {
  color: #222;
}
