@import url("https://fonts.googleapis.com/css?family=Cinzel:300,400,600|Cinzel:700");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* 'herculanum_lt_stdroman' */
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

body {
  overflow: auto;
  min-height: 100%;
}

html {
  /* font-family: var(--base-font-family); */
  font-family: "Source Sans Pro";
  font-size: 100%;
  overflow: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: left;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.hr_line {
  border-radius: 1px solid #333;
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 10px;
  background: #aaa;
  /* border-radius: 50%; */
  position: relative;
  top: 2px;
  overflow: hidden;
}

#navbar {
  padding: 3.6% 0;
}

.navbar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}
#lang {
  display: flex;
  justify-content: flex-end;
  padding-left: 4%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: "Source Sans Pro";
}
#lang i:hover {
  cursor: pointer;
}
#lang span:hover {
  cursor: pointer;
}
#lang span:active {
  color: red;
}

/* #logo { */
/* text-align: center; */
/* font-size: 3rem;
  padding: 5px; */
/* } */

/* #logo img {
  width: 460px;
  height: 200px;
} */
/* #logo a {
  text-decoration: none;
} */

.right_part {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-right: 4%;
  padding-left: 0%;
  font-size: 1rem;
}
#user_img img {
  width: 28px;
  height: 28px;
}
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 40px;
}

.user span {
  font-size: 1.2rem;
  padding: 0 4px;
  text-align: center;
}

.user span:hover {
  color: rgb(87, 85, 85);
  cursor: pointer;
}
.user img {
  width: 28px;
  height: 28px;
}

#modal_trigger {
  text-decoration: none;
  color: #000;
}

.conect {
  border: none;
  background: transparent;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

.cancelbtn,
.signupbtn {
  float: left;
  width: 50%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: center;
}
.inp {
  border: none !important;
  border-bottom: 1px solid #353434 !important;
  font-family: "cinzel";
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.inp:focus {
  outline: none;
}
.container_log {
  padding: 9% 16px;
}
.container_log h1 {
  font-size: 42px;
  text-align: center;
  font-family: "cinzel";
  font-weight: 100 !important;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.container_log .parag {
  text-align: center;
  font-size: 1rem;
  text-align: center !important;
  font-family: "cinzel";
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 2.5;
  padding: 10px 0;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  padding-top: 0;
}

.smt {
  font-family: "Cinzel";
  width: 230px;
}

.txt {
  /* background-color: #747171; */
  font-family: "cinzel";
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 2.5;
  width: 145px;
  padding-top: 20px;
}

.btn-width {
  width: 300px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0.01% auto 1% auto;
  border: none;
  width: 100%;
  height: 100%;
}
.close {
  position: absolute;
  right: 70px;
  top: 50px;
  font-size: 38px;
  font-weight: bold;
  color: #333;
}

.close:hover,
.close:focus {
  cursor: pointer;
}
/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn,
  .signupbtn {
    width: 100%;
  }
}
.social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 10px 0 15px 0;
}
.social-login a {
  position: relative;
  float: left;
  width: calc(30% - 8px);
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 1% 3%;
  text-align: center;
}
.social-login a i {
  position: relative;
  float: left;
  width: 20px;
  top: 2px;
}
.social-login > div {
  margin: 10px 0;
}
.social-login a:first-child {
  background-color: #3b5998;
}
.social-login a:last-child {
  background-color: #4285f4;
}

.material-icons {
  padding: 10px;
  font-size: 40px;
  width: 45px;
  text-decoration: none;
  margin: 5px 8px;
}

.facebook-btn {
  width: 300px;
  height: 38px;
  background-color: #4080df;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "cinzel", serif;
  cursor: pointer;
}
.facebook-btn:hover {
  /* background-color: #3b5998; */
  opacity: 0.9;
}
.google-btn {
  width: 300px;
  height: 38px;
  background-color: #406399;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "cinzel", serif;
  cursor: pointer;
}
.google-btn:hover {
  background-color: #4285f4;
  opacity: 0.9;
}
.google-icon-wrapper {
  position: absolute;
  margin-top: 7px;
  margin-left: 11px;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-color: #fff;
}

.google-icon-face {
  position: absolute;
  margin-top: 7px;
  margin-left: 6px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  background-color: #fff;
}

.google-icon {
  position: absolute;
  margin-top: 4px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.facebook-icon {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
  width: 23px;
  height: 23px;
}

.btn-text {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  text-align: center !important;
  margin: 11px 11px 10px 30px;
  font-weight: 100;
}

.btn-text :hover {
  color: #fff;
}
.btn-text :active {
  background: #1669f2;
}

.style_hr {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #000 !important;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

/* .inp {
  border-bottom: 1px solid #353434 !important;
  border: none !important;
  width: 20%;
} */

.style_hr span {
  background: #fff;
  padding: 0 10px;
  font-size: 0.95rem;
  color: #555;
  font-weight: normal;
}

.email {
  justify-content: center;
}

.email-btn {
  width: 300px;
  height: 38px;
  background: transparent;
  border-radius: 2px;
  font-family: "cinzel", serif;
  border: 1px solid #555;
  cursor: pointer;
}

.btn-text-email {
  color: #555;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  text-align: center !important;
  margin: 11px 11px 0px 20px;
  font-weight: 100;
}
#parts-container {
  position: relative;
}

#part1,
#part2 {
  position: absolute;
  left: 0;
  top: 0;
}

/* error */

.error {
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  border-radius: 5px;
  text-align: left;
}

#Div2 {
  display: none;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:500);

/* end login */
