/*

Theme Name: Layer RED
Version: 2.6
Date: 08-12-2015
Author URI: http://www.lestudioweb.net/

*/
body.no-scroll {
  overflow: hidden;
}
.modalRed {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.modalRed--bg {
  position: fixed;
  z-index: 49999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
.modalRed .modalRed__table {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modalRed .modalRed__table .modalRed__container {
  width: 100%;
  height: 100%;
}
.modalRed .modalRed__card {
  margin: auto!important;
  position: relative;
  z-index: 50003;
  background-color: #FFF;
  background-repeat: no-repeat;
  text-align: left;
  transition: max-width 200ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding-top: 30px;
}
.modalRed .modalRed__card hr {
  display: block;
  margin: 25px 0;
  background-color: #d9d9e0;
}
.modalRed__card {
  color: #1a171b;
}
.modalRed__card .close {
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  color: #00e094;
  z-index: 1;
  font-size: 40px;
}
.modalRed__card .close .redicons-CloseBold:before {
  content: "\e915";
}
.modalRed__card .max-width {
  background: #FFF;
  max-width: 980px;
  margin: auto;
  position: relative;
}
.modalRed__card .max-width .title {
  font-family: Montserrat-Bold;
}
.modalRed__card .max-width > .title {
  text-align: center;
  padding: 0 15px;
  padding-bottom: 35px;
  line-height: 1.2;
}
.modalRed__card .max-width .row > div .title {
  line-height: 1.3;
  padding-bottom: 8px;
}
.modalRed__card .max-width .row > div p {
  line-height: 1.4;
}
.modalRed__card .max-width > img {
  width: 100%;
}
@-webkit-keyframes showPanel {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}
@-moz-keyframes showPanel {
  0% {
    opacity: 0;
    -moz-transform: scale(0.9) translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes showPanel {
  0% {
    opacity: 0;
    transform: scale(0.9) translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes hidePanel {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate3d(0, 5%, 0);
  }
}
@-moz-keyframes hidePanel {
  0% {
    opacity: 1;
    -moz-transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.9) translate3d(0, 5%, 0);
  }
}
@keyframes hidePanel {
  0% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) translate3d(0, 5%, 0);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideHide {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideHide {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideHide {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeInBackground {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInBackground {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBackground {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .modalRed__card .close {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modalRed__card {
    padding-top: 50px!important;
  }
  .modalRed .modalRed__table,
  .sfrRN .modalRed .modalRed__table {
    width: 100%;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    padding: 0;
  }
  .modalRed .modalRed__table .modalRed__container {
    display: block;
    height: 100%;
  }
  .modalRed .modalRed__card {
    /*max-width: 100%;*/
    box-shadow: none!important;
    position: absolute;
    height: 100%;
    float: none;
    left: 0;
    right: 0;
  }
  .modalRed .modalRed__card .close {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: white;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
    .modalRed .modalRed__card .close__bis{
        padding: 13px 0;
    }
  .modalRed .modalRed__card .close .redicons-CloseBold:before {
    content: "\e915";
  }
}
.columns .title {
  font-size: 16px;
  line-height: 24px;
}
.columns .title.p-top {
  padding-top: 1.4em;
}
.columns p {
  line-height: 23px;
}
.columns--5 {
  -webkit-columns: 5;
  padding: 0 15px;
}
.no-cssanimations .columns p {
  float: left;
  width: 20%;
}
.no-cssanimations .columns p.title {
  width: 100%;
  text-align: center;
}
.grey-bg {
  background: #f2f2f2;
}
.ft-14 {
  font-size: 14px;
}
.ft-16 {
  font-size: 16px;
}
.ft-20 {
  font-size: 20px;
}
.ft-24 {
  font-size: 24px;
}
.ft-34 {
  font-size: 34px;
}
.pt-19 {
  padding-top: 19px;
}
.pb-30 {
  padding-bottom: 30px;
}
