body {
  padding: 0;
  margin: 0;
  background-color: #e0e0e0;
  font-family: sans-serif;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.container {
  width: 1100px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer3 {
  float: left;
  position: relative;
  width: 100%;
  background-color: whitesmoke;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.footer3 .copyright {
  float: left;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Lucida Sans Unicode;
}

.footer3 .rightcounter {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  float: left;
  width: 23%;
  background-color: whitesmoke;
  border-radius: 1cm 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.nav img {
  width: 100%;
}

.nav .nav_logo {
  position: relative;
}

.nav .nav_logotel {
  display: none;
}

.nav .navigation {
  margin: 20px 20px;
}

.nav .navigation .active {
  padding-left: 15px;
  border-left: 6px #675fd8 solid;
  color: #675fd8;
  font-weight: bold;
}

.nav .navigation .active a {
  color: inherit;
  text-decoration: none;
}

.nav .navigation a:visited {
  color: inherit;
}

.nav .navigation li {
  list-style: none;
  margin: 10px 0;
  border-left: 2px #675fd8 solid;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.nav .navigation li:hover {
  font-weight: bold;
  border-left: 6px #675fd8 solid;
  cursor: pointer;
}

.nav .navigation li:hover a {
  font-size: 14px;
  color: #675fd8;
}

.nav .navigation li a {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: inherit;
  padding: 10px 0;
  padding-right: 100%;
}

.nav .navigation .activetel {
  display: none;
}

.nav .marginbottom {
  margin-bottom: 50px;
}

.nav .footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.nav .footer .footer1 {
  font-family: Times New Roman;
  padding: 20px;
  font-size: 14px;
}

.nav .footer .footer1 h4 {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-text-decoration-color: #675fd8;
          text-decoration-color: #675fd8;
  color: #675fd8;
}

.nav .footer .footer1 li {
  list-style: none;
  padding-top: 6px;
}

.nav .footer .footer1 i {
  color: #675fd8;
  width: 22px;
  text-align: center;
  font-size: 14px;
  margin-right: 7px;
}

.nav .footer .footer1 .hideicon {
  color: transparent;
}

.nav .footer .footer1 .colori {
  color: #675fd8;
}

.nav .footer .footer1 .rotatearrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.contentbg {
  float: right;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.contentother2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contentother2 .galbox {
  width: 15rem;
  height: 11rem;
  margin: 0.5rem;
  background-color: #e0e0e0;
  border: 1.5px solid rgba(37, 38, 38, 0.6);
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.30s;
  transition: ease-in-out 0.30s;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentother2 .galbox:hover {
  -webkit-filter: contrast(108%) brightness(105%);
          filter: contrast(108%) brightness(105%);
  border: 1.5px double #675fd8;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.contentother2 .galimg {
  width: 100%;
}

.newsimg {
  height: 120px;
  float: left;
}

.content_child2 {
  background-color: whitesmoke;
  overflow: hidden;
  padding: 20px;
  min-height: 750px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.content_child2 .backbotton {
  float: right;
  margin-top: 10px;
  color: whitesmoke;
  padding: 7px;
  font-size: 14px;
  background-color: #675fd8;
}

.content_child2 .backbotton i {
  font-size: 14px;
  padding-right: 2px;
}

.content_child2 h4 {
  font-weight: normal;
  font-family: Impact;
  color: #675fd8;
  font-size: 16px;
  font-style: italic;
}

.content_child2 p {
  font-family: Lucida Sans Unicode;
  font-size: 14px;
}

.content_child2 .imgas {
  width: 100%;
}

.content_child2 li {
  font-size: 14px;
  font-family: Lucida Sans Unicode;
}

.content_child2 .productsbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.content_child2 .productsbg .products {
  width: 14.5rem;
  height: 11rem;
  margin: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform ease-in-out 0.25s, -webkit-filter ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s, -webkit-filter ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, filter ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, filter ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s, -webkit-filter ease-in-out 0.25s;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_child2 .productsbg .products:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.7);
}

.content_child2 .productsbg .products img {
  width: 100%;
  height: 11rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_child2 .cariereleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.content_child2 .cariereleft .imgc {
  width: 100%;
}

.content_child2 .cariereleft .left {
  text-align: left;
  width: 60%;
}

.content_child2 .cariereleft .right {
  width: 40%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.content_child2 .cariereright {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_child2 .cariereright .txtb {
  border-bottom: 2px solid #191919;
  position: relative;
  margin: 30px 0;
}

.content_child2 .cariereright .txtb input {
  color: #191919;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
}

.content_child2 .cariereright .txtb label::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  color: #191919;
  font-size: 14px;
}

.content_child2 .cariereright .txtb label::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -0.5px;
  width: 0%;
  height: 3px;
  background: linear-gradient(150deg, #675fd8, whitesmoke);
  -webkit-transition: .7s;
  transition: .7s;
}

.content_child2 .cariereright .focus + label::before {
  top: -3px;
}

.content_child2 .cariereright .focus + label::after {
  width: 101%;
}

.content_child2 .cariereright .logbtn {
  display: block;
  float: right;
  width: 50%;
  height: 40px;
  border: none;
  background: #675fd8;
  font-size: 14px;
  color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(25, 25, 25, 0.4);
}

.content_child2 .cariereright .logbtn:hover {
  background-position: right;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(25, 25, 25, 0.6);
  box-shadow: 0px 0px 7px 0px rgba(25, 25, 25, 0.6);
}

.content_child2 .cariereright .bottom-text {
  height: 40px;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_child2 .cariereright .bottom-text a {
  font-weight: bold;
  color: #ffb914;
  text-decoration: none;
}

.content_child2 .cariereright .choosefile {
  font-size: 14px;
  padding: 0 0 11px 0.5px;
}

.content_child2 .cariereright i {
  color: #675fd8;
  font-size: 16px;
}

.content_child2 .cariereright textarea {
  outline: 0;
  width: 98%;
  resize: vertical;
  min-height: 150px;
  border: 2px solid black;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: normal;
  background-color: transparent;
}

.content_child2 .cariereright textarea:focus {
  outline: 0;
}

.content_child2 .bottom_contact iframe {
  margin-top: 25px;
  outline: 0;
  border: 2px solid black;
}

.marginbottom {
  margin-bottom: 20px;
}

.margintop {
  margin-top: 20px;
}

.content_child {
  background-color: whitesmoke;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.content_child h4 {
  font-weight: normal;
  font-family: Impact;
  font-size: 16px;
  font-style: italic;
}

.content_child p {
  font-family: Lucida Sans Unicode;
}

.content_childnews {
  width: 100%;
  background-color: whitesmoke;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.content_childnews h4 {
  font-weight: normal;
  font-family: Impact;
  font-size: 16px;
  font-style: italic;
}

.content_childnews p {
  font-family: Lucida Sans Unicode;
}

.content_item {
  width: 50%;
  padding: 20px;
  font-family: sans-serif;
}

.content_item p {
  font-size: 15px;
}

.content_itemnews {
  width: 100%;
  padding: 20px;
  font-family: sans-serif;
}

.content_itemnews p {
  font-size: 15px;
}

.content_itemimgnews {
  float: left;
  width: 20%;
  padding: 20px;
  font-family: sans-serif;
  background-color: gold;
}

.content_itemimgnews p {
  font-size: 15px;
}

.border_bottom {
  border-bottom: 1.5px solid #675fd8;
}

.border_top {
  border-top: 1.5px solid #675fd8;
}

.border_left {
  border-left: 1.5px solid #675fd8;
}

.border_right {
  border-right: 1.5px solid #675fd8;
}

.title_color {
  color: #675fd8;
  font-family: sans-serif;
  text-align: center;
}

.borrad {
  border-radius: 0 1cm 0 0;
}

.button, .checkmark {
  background: whitesmoke;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #675fd8;
          box-shadow: 0 0 0 0 #675fd8;
  height: 30px;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
  position: relative;
  width: 30px;
}

.button:hover, .checkmark:hover {
  color: #ffb914;
}

.imgcontact {
  width: 80%;
}

.button:active, .checkmark:active {
  -webkit-box-shadow: 0 0 12px 2px #675fd8;
          box-shadow: 0 0 12px 2px #675fd8;
}

button {
  outline: none;
  border: none;
}

.autoplay-controls {
  cursor: pointer;
}

.autoplay-controls:active > .checkmark {
  content: '2';
  -webkit-box-shadow: 0 0 12px 2px #675fd8;
          box-shadow: 0 0 12px 2px #675fd8;
}

.slider_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 350px;
  width: 100%;
  border: 0;
  overflow: hidden;
}

.slide_counter {
  float: right;
  margin-top: 8px;
  font-size: 19px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px #000000;
}

.slides {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.navigation-buttons {
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_navigation {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: -32px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 120%;
  z-index: 2240;
}

.loader {
  background-color: white;
  background-image: url("https://editionsdelarose.com/wp-content/themes/edr/img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 300;
}

.autoplay-controls input {
  display: none;
}

input:checked ~ .checkmark:after {
  display: block;
}

input:checked ~ .checkmark {
  background-color: #675fd8;
}

.autoplay-sub {
  float: left;
  line-height: 30px;
  font-size: 0.7rem;
}

.checkmark {
  float: left;
  content: "";
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid whitesmoke;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-left:after, .button-right:after {
  border: solid #675fd8;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
}

.button-left:after {
  left: 11px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.button-right:after {
  left: 7px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.inright {
  -webkit-animation: goInL 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  animation: goInL 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  position: relative;
  z-index: 300 !important;
}

@-webkit-keyframes goInL {
  0% {
    left: -900px;
  }
  100% {
    left: 0;
  }
}

@keyframes goInL {
  0% {
    left: -900px;
  }
  100% {
    left: 0;
  }
}

.outright {
  -webkit-animation: goOutL 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  animation: goOutL 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  position: relative;
  z-index: 200;
}

@-webkit-keyframes goOutL {
  0% {
    left: 0;
  }
  100% {
    left: 900px;
  }
}

@keyframes goOutL {
  0% {
    left: 0;
  }
  100% {
    left: 900px;
  }
}

.inleft {
  -webkit-animation: goInR 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  animation: goInR 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  position: relative;
  z-index: 300 !important;
}

@-webkit-keyframes goInR {
  0% {
    left: 900px;
  }
  100% {
    left: 0;
  }
}

@keyframes goInR {
  0% {
    left: 900px;
  }
  100% {
    left: 0;
  }
}

.outleft {
  -webkit-animation: goOutR 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  animation: goOutR 0.5s cubic-bezier(1, 1.59, 0.61, 0.74);
  position: relative;
  z-index: 200;
}

@-webkit-keyframes goOutR {
  0% {
    left: 0;
  }
  100% {
    left: -900px;
  }
}

@keyframes goOutR {
  0% {
    left: 0;
  }
  100% {
    left: -900px;
  }
}

.pic {
  left: 0px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.pic:first-child {
  z-index: 1;
}

@media screen and (max-width: 900px) {
  * {
    font-size: 2vw;
  }
  .container {
    width: 97.5vw;
    margin-top: 2vw;
  }
  .contentbg {
    float: none;
    width: 100%;
    margin-top: 2.5vw;
  }
  .nav {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: 30%;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    border-radius: 0.3cm 0.3cm 0 0;
  }
  .nav .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 7px;
  }
  .nav .navigation .active {
    padding-left: 0;
    padding: 0 5px;
    border-left: 0;
    border-bottom: 1.5px solid #675fd8;
    border-top: 1.5px solid #675fd8;
    background-color: color;
    color: #675fd8;
    font-weight: bold;
  }
  .nav .navigation .active a {
    color: inherit;
    text-decoration: none;
  }
  .nav .navigation a:visited {
    color: inherit;
  }
  .nav .navigation li {
    list-style: none;
    margin: 0;
    border-left: 0;
    border-bottom: 1.5px solid #675fd8;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding: 0 1.5vw;
    -webkit-transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: border 0.2s ease-in-out, padding 0.2s ease-in-out;
  }
  .nav .navigation li:hover {
    font-weight: bold;
    border-left: 0;
    cursor: pointer;
  }
  .nav .navigation li:hover a {
    font-size: 2.4vw;
    color: #675fd8;
  }
  .nav .navigation li a {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.4vw;
    color: inherit;
    padding: 10px 0;
    padding-right: 100%;
  }
  .nav img {
    width: 100%;
  }
  .nav .nav_logo {
    display: none;
  }
  .nav .nav_logotel {
    display: initial;
  }
  .footer {
    display: none;
  }
  .footer3 {
    padding: 2vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
  }
  .footer3 .copyright {
    font-size: 2.3vw;
  }
  .content_child {
    border-radius: 0;
    margin: 2vw 0;
  }
  .content_child2 {
    border-radius: 0;
  }
  .imgcontact {
    width: 60%;
  }
  .products {
    height: none;
  }
  .content_item p, .content_itemnews p, .content_child2 p {
    font-size: 2.8vw;
  }
  .content_item li, .content_itemnews li, .content_child2 li {
    font-size: 2.8vw;
  }
  .content_item h4, .content_itemnews h4, .content_child2 h4 {
    font-size: 3vw;
  }
  .slider_container {
    min-height: 47vw;
  }
  .slides {
    height: 47vw;
  }
  .navigation-buttons {
    display: none;
  }
  .content_child2 {
    padding: 2vw;
  }
  .contentother2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contentother2 .galbox {
    width: 20rem;
    height: 12.5rem;
    margin: 1rem;
  }
  .contentother2 .galimg {
    height: 100%;
    width: 100%;
  }
  .contentbg .content_child2 .productsbg .products {
    width: 20rem;
    height: 12.5rem;
    margin: 1rem;
  }
  .contentbg .content_child2 .productsbg .products img {
    width: 20rem;
    height: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */