/*---------*/
/* COOKIE */
/*-------*/
.cookie {
  background: rgba(0, 0, 0, 0.8);
  color: #444444;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9000;
  display: none; }
  .cookie .cookie__message {
    padding: 2px 0;
    margin: 0;
    display: inline-block;
    color: #fff; }
    @media (max-width: 640px) {
      .cookie .cookie__message {
        width: 100%; } }
  .cookie .cookie__accept,
  .cookie .cookie__decline,
  .cookie .cookie__link {
    border: 0;
    margin: 0 5px;
    transition: all 150ms ease;
    text-decoration: none;
    cursor: pointer;
    display: inline-block; }
    .cookie .cookie__accept:focus,
    .cookie .cookie__decline:focus,
    .cookie .cookie__link:focus {
      outline: none; }
    @media (max-width: 640px) {
      .cookie .cookie__accept,
      .cookie .cookie__decline,
      .cookie .cookie__link {
        margin: 5px 10px 5px 0; } }
    @media (max-width: 320px) {
      .cookie .cookie__accept,
      .cookie .cookie__decline,
      .cookie .cookie__link {
        width: 100%; } }
  .cookie .cookie__accept,
  .cookie .cookie__decline {
    padding: 5px 25px;
    color: #444444;
    background-color: #f6f6f6; }
  .cookie .cookie__accept:hover, .cookie .cookie__accept:focus, .cookie .cookie__accept:active,
  .cookie .cookie__decline:hover,
  .cookie .cookie__decline:focus,
  .cookie .cookie__decline:active {
    background: #138c87;
    color: #f6f6f6; }
  .cookie .cookie__link {
    color: #fff;
    background: none;
    padding: 2px 0;
    margin: 0; }
    @media (max-width: 640px) {
      .cookie .cookie__link {
        margin: 5px 0; } }
    .cookie .cookie__link:hover, .cookie .cookie__link:focus {
      text-decoration: underline; }
    @media (max-width: 320px) {
      .cookie .cookie__link {
        width: 100%;
        text-align: center; } }

.cookie .show-options {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  color: #444444; }
  .cookie .show-options .opt-title, .cookie .show-options .c-title {
    font-size: 16px;
    font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .cookie .show-options .c-active .c-title {
      margin-top: 15px; } }
  .cookie .show-options .opt-text {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    font-size: 14px; }
  .cookie .show-options .c-options .c-option {
    background-color: #eeeeee;
    text-align: left; }
    .cookie .show-options .c-options .c-option .c-option-icon {
      display: inline-block; }
      .cookie .show-options .c-options .c-option .c-option-icon i {
        padding: 20px;
        font-size: 50px;
        color: #343434; }
    .cookie .show-options .c-options .c-option .c-option-title {
      color: #444444;
      vertical-align: top; }
      @media only screen and (max-width: 640px) {
        .cookie .show-options .c-options .c-option .c-option-title {
          padding-left: 20px; }
          .cookie .show-options .c-options .c-option .c-option-title:last-child {
            padding-bottom: 20px; } }
      @media only screen and (min-width: 641px) {
        .cookie .show-options .c-options .c-option .c-option-title {
          display: inline-block;
          margin-top: 35px; } }
      .cookie .show-options .c-options .c-option .c-option-title input[type='checkbox'] {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 5px;
        border: 2px solid #555;
		margin: 0;
		display: inline-block;
        vertical-align: middle; }
        .cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']:checked {
          background: #138c87; }
      .cookie .show-options .c-options .c-option .c-option-title span {
        margin-left: 5px;
        line-height: 25px;
        vertical-align: middle; }
  .cookie .show-options .c-active {
    padding-bottom: 5px;
    border-bottom: 1px solid #919191; }
  .cookie .show-options .de-active {
    padding-top: 5px; }
  .cookie .show-options li.c-activated, .cookie .show-options li.de-activated {
    padding-top: 5px;
    padding-bottom: 5px; }
    .cookie .show-options li.c-activated i, .cookie .show-options li.de-activated i {
      font-size: 15px;
      margin-right: 5px; }
  .cookie .show-options li.c-activated i {
    color: #138c87; }
  .cookie .show-options li.de-activated i {
    color: red; }
  .cookie .show-options .active-de-active {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px; }
  .cookie .show-options .all-de-activated {
    display: none; }
  .cookie .show-options .button {
    position: relative;
    padding: 5px 25px;
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    background: #087dc4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14.4px;
    font-size: 14.4px;
    font-size: 9px;
    color: white;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s; }
.cookie .all-activated,
.cookie .all-de-activated {
	list-style: none;
}

.cookie .show-options .buttons {
  text-align: right;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .cookie .show-options .buttons {
      text-align: center; } }

.cookie .show-options .btn-cookie-ghost,
.cookie .show-options .btn-cookie {
  padding: 5px 25px;
  border: 1px solid #444444;
  transition: all .35 ease-in-out; }
  .cookie .show-options .btn-cookie-ghost:hover, .cookie .show-options .btn-cookie-ghost:active,
  .cookie .show-options .btn-cookie:hover,
  .cookie .show-options .btn-cookie:active {
    background-color: #444444;
    color: #fff; }

.cookie .show-options .btn-cookie-ghost {
  margin-right: 10px;
  background-color: #fff; }

.cookie .show-options .btn-cookie {
  background-color: #138c87;
  color: #fff; }

.m-cookie {
  position: absolute;
  top: 0;
  bottom: unset; }


/*-------------------*/
/* COOKIE BOOTSTRAP */
/*-----------------*/
 .cookie::after, .cookie::before,
 .cookie .cookie__accept,  .cookie .cookie__accept::after,  .cookie .cookie__accept::before,
 .cookie .cookie__decline,  .cookie .cookie__decline::after,  .cookie .cookie__decline::before,
.cookie .cookie__link,  .cookie .cookie__link::after,  .cookie .cookie__link::before {
/*
  margin: 0;
  padding: 0;
*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit; }

.show-options .options .option .option-title, .show-options .options .option .option-title::after,  .show-options .options .option .option-title::before,
.show-options .active-de-active i , .show-options .active-de-active i ::after,  .show-options .active-de-active i ::before,
.show-options .active-de-active .de-active i, .show-options .active-de-active .de-active i::after, .show-options .active-de-active .de-active i::before,
.show-options .all-de-activated, .show-options .all-de-activated::after, .show-options .all-de-activated::before,
.show-options .active-de-active ul, .show-options .active-de-active ul::after, .show-options .active-de-active ul::before,
.show-options .active-de-active ul li, .show-options .active-de-active ul li::after, .show-options .active-de-active ul li::before {
/*
  margin: 0;
  padding: 0;
*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit; }

.show-options .buttons , .show-options .buttons::after, .show-options .buttons::before,
.show-options .btn-cookie-ghost , .show-options .btn-cookie-ghost::after, .show-options .btn-cookie-ghost::before,
.show-options .btn-cookie , .show-options .btn-cookie::after, .show-options .btn-cookie::before,
.show-options .btn-cookie-ghost , .show-options .btn-cookie-ghost::after, .show-options .btn-cookie-ghost::before,
.show-options .btn-cookie , .show-options .btn-cookie::after, .show-options .btn-cookie::before,
.m-cookie , .m-cookie::after, .m-cookie::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit; }


.container , .container::after, .container::before,
.row , .row::after, .row::before,
.pad , .pad::after, .pad::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit; }

.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}

@media (min-width: 1200px) {
  .container { width: 1170px; }
}

@media (min-width: 1320px) {
  .container { width: 1290px; }
}

.container:before,
.container:after,
.row:before,
.row:after { display: table; content: " ";}

.container:after, .row:after { clear: both;}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left;}
.col-xs-12 { width: 100%;}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
	
  .col-sm-6 { width: 50%; }
}


.pad {
  padding-left: 30px;
  padding-right: 30px; }

a:hover, button {
  cursor: pointer; }
