@font-face {
  font-family: 'mima';
  src: url('fonts/mima.eot');
  src: url('fonts/mima.eot#iefix') format('embedded-opentype'),
       url('fonts/mima.woff2') format('woff2'),
       url('fonts/mima.woff') format('woff'),
       url('fonts/mima.ttf') format('truetype'),
       url('fonts/mima.svg#mima') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mima';
    src: url('../fonts/mima.svg?69545536#mima') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mima";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: 30px;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-social-bgg:before { content: "\e800"; } /* '' */
.icon-facebook-squared:before { content: "\e801"; } /* '' */
.icon-instagram:before { content: "\e802"; } /* '' */
.icon-twitter-squared:before { content: "\e803"; } /* '' */


.cc-revoke {
    display: none !important;
}

li, div, a {
	color:#fff;
}


div.mima {
	background-image: url("../assets/img/MIMA-bg@2x.png");
	min-width: 50%;
  min-height: 768px !important;
	background-size: cover;

}

.mima img {
  margin-top: 30%;
  margin-bottom: 30%;

}

.lcn img {
  margin-top: 45%;
  margin-bottom: 40%;

}

.logo {
	max-width: 50%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo:hover {
  transform: scale(1.2);
}


div.lcn {
	background-image: url("../assets/img/LCN-bg@2x.png");
	min-width: 50%;
  min-height: 768px !important;
	background-size: cover;
}


.row {
	margin:0;

}

footer {
	background-color: #000;
	padding: 5% 5% 5% 5%;
}

footer a:hover {
	color: #b61f29;
	text-decoration: none;
}

footer img {
	max-width: 120px;
	height: auto;

}

.footer-copyright {
	margin-top: 5%;
  padding-left: 15px;

}

footer .socialbar {
  text-align: left;
  margin: 0;
  display: table;
}

/**************** cookie-consent */

div.consentpopup {
  border-radius: .5rem !important;

  position: absolute !important;
  background-color: rgba(0,0,0,0.9) !important;
  color: #ffffff !important;
  font-family: 'Barlow', sans-serif !important;

  padding: 2em !important;
  max-width: 28em;

  z-index: 2000 !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;

  display: none;
}

.toast-body {
  padding: 0rem !important;
}

.consentpopup p {
  text-align: left;
  padding: 0 !important;
  font-size: 1em !important;
}

.consentpopup a {
  color: #ffffff !important;
  opacity: .8;
  outline: none;
  text-decoration: underline !important;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover,
.cc-window a:hover {
  text-decoration: none !important;
  outline: none;
  opacity: 1;
}

.consentpopup button {
  border-radius: 4px;
  text-transform: uppercase;
  width: 48.5%;
}


button.cc-deny {
  color:  #fff;
  background-color: #222222 !important;
  margin-right: 2% !important;
}

button.cc-deny:hover {
  background-color: #333333 !important;
}

.consentpopup button:focus {
  box-shadow: none !important;
}

.hidden {
  display: none !important;
}


/**********************/

@media (max-width: 1200px) {}

/**********************/

@media (max-width: 992px) {

  div.mima, div.lcn {
    min-height: 500px !important;
  }

  .col-md-4 {
    min-width: 100% !important;
    max-height: 40% !important;
  }

  .col-md-3 {
    display: block !important;
  }

  /**************** cookie-consent */

  div.consentpopup { max-width: 100% !important; margin-left: 20px;}

  .cc-btn { width: 100% !important; }

  .btn-default,
  .btn-danger { max-width: 100% !important;}

  button.cc-deny { margin-right: 0% !important; margin-bottom: 2%;}

}

/**********************/

@media (max-width: 768px) {


li, div, a {
  text-align: left;
}


div.mima {
	background-image: url("../assets/img/MIMA-bg-mobile.png") !important;
  min-height: 100% !important;

}


div.lcn {
	background-image: url("../assets/img/LCN-bg-mobile.png") !important;
  min-height: 100% !important;
}

.mima img {
  margin-top: 20%;
  margin-bottom: 30%;
}


  }


  @media (max-width: 600px) {

    .consentpopup p {
      font-size: 2em !important;
    }

  }
