@charset "UTF-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: "Open Sans", "sustem-ui", sans-serif, arial;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
}
#mainContainer {
  max-width: 900px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  border-left: 1px solid rgb(233 233 235);
  border-right: 1px solid rgb(233 233 235);
  flex-direction: column;
  border-radius: 10px;
}
#mainHeader {
  border-bottom: 1.4px solid rgb(219 219 219);
  display: flex;
  width: 100%;
  background-color: #e41b23;
  height: 130px;
  flex-direction: row;
  border-radius: 10px 20px 0 0;
  position: relative;
}
#logo {
  background-image: url(../gfx/ELEFON_logo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 130px;
  width: 500px;
  display: flex;
}
#mainContent {
  display: flex;
}
#nav {
  width: 160px;
}
#mobile_menu_icon { display: none; }
#label {
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #e9e9eb;
  width: -webkit-fill-available;
  flex-direction: row;
  border-radius: 0 10px 0 90px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}
#content {
  width: calc(100% - 40px);
  padding: 20px;
  min-height: calc(100vh - 350px);
}
#mainFooter {
  border-top: 1.4px solid rgb(219 219 219);
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 40px;
  background-image: url(../gfx/logo_transparent_footer.png), url(../gfx/footerBG.jpg);
  background-position: right bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: auto 90px, 290px auto;
  height: 200px;
  color: #fff;
  position: relative;
}
.logHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 20px;
}
.underlineURL {
  text-decoration: underline;
}
#mainHeader #label {
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #e9e9eb;
  width: -webkit-fill-available;
  flex-direction: row;
  border-radius: 0 10px 0 90px;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
  padding-right: 10px;
  overflow: hidden;
}
#mainHeader #label div {
  font-size: 18px;
  font-weight: 300;
  padding-top: 57px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.contactNova {
	width: 100%;
    max-width: 1150px;
    overflow: hidden;
    white-space: normal;
    display: block;
}
.contactLeft {
	float: left;
    width: 50%;
    clear: none;
    display: block;
    white-space: normal;
    overflow: hidden;
}
.contactLeftUpper {
	padding: 10px;
    margin-top: 15px;
    color: #333;
    font-size: 24px;
    margin-bottom: 18px;
}
.contactLeftMiddle { padding: 10px; }
.contactRight {
	float: left;
	width: 50%;
	clear: none;
	display: block;
	white-space: normal;
	overflow: hidden;
	padding-top: 0px;
}
.contactRightUpper {
	margin-top: -3px;
	color: #333;
	font-size: 12px;
	padding: 10px;
	padding-right: 0px;
}
.contactRightMiddle {
	padding: 10px;
	padding-right: 0px;
	margin-right: 00px;
}
.contactLabel {
	color: #333;
    font-size: 12px;
}
.contactInput {
	color: #333;
    font-size: 14px;
}
.postageInput {
  width: 88%;
  text-align: left !important;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #333;
}
.postageTextarea {
  width: 88%;
  resize: none;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  margin-right: 24px;
  height: auto;
}
.contact_field_error {
  border-color: #e51a23;
    background-color: #e51a230d;
}
.captcha {
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 4px;
}
.required {
  color: #e51a23;
} 
.contact_error_message {
  color: #e51a23;
  font-size: 12px;
}
#Seeker_Submit {
  height: 50px;
  line-height: 50px;
  float: right;
  margin-right: 24px;
}
.contactInfo {
  color: #e51a23;
    font-weight: 600;
    text-decoration: none;
}
.langBar {
  display: block;
  position: absolute;
  top: 10px; 
  right: 20px;
  color: #e51a23;
  font-weight: 400;
}
.langBar_mobile {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  color: #e51a23;
  font-weight: 400; 
}
.langBar a, .langBar_mobile a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
}
.langBar a:hover, .langBar_mobile a:hover {
  text-decoration: underline;
  color: inherit;
}
.UnipageTitler {
  color: #0b0b0b;
  font-weight: 500; 
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 5px;
  padding-left: 10px;
  border-left: 3px solid #e51a23;
  background-image: url("../gfx/GBG1.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain; 
  border-radius: 4px;
  height: 125px;
  background-color: #e9e9eb5c;
}
.madeWithLove {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  color: #c3c3c3;
  padding-left: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.madeWithLove:hover {
  color: #b27837;
}
.madeWithLove a {
  text-decoration: none;
  color: inherit;
}
.madeWithLove a span {
  color: inherit;
}
.madeWithLove img {
  height: 28px;
  width: auto;
  margin-left: 5px;
}
.titleImage {
  background-image: url("../gfx/pic 8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  width: 100%;
  border-radius: 4px;
}
.unipageText {
  text-align: justify;
  font-size: 17px;
  background: url("../gfx/pic 8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.unipageText:before {
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:-1;
  background-color: rgba(255, 255, 255, 0.6);
}
.serviceTitle {
  font-size: 20px;
  border-left: #e51a23 solid 3px;
  padding-bottom: 4px;
  padding-top: 4px;
  border-radius: 3px;
  padding-left: 10px;
  margin-left: 0px;
  text-align: left !important;
  display: block;
  font-weight: 600;
}

/*=======================| Hover Menu CSS |========================*/
.snip1189 {
  font-family: "Raleway", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  padding-inline-start: 0px;
  margin-top: 59px;
  text-align: right;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 3px;
  padding: 0;
  padding-top: 5px;
}
.snip1189 a {
  padding: 5px 10px;
  margin: 0.2px 0;
  display: block;
  color: rgb(0 0 0);
  color: #505050;
  position: relative;
  text-decoration: none;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #e51a23;
  border-top: 3px solid #e51a23;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #e51a23;
  border-bottom: 3px solid #e51a23;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #000;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
/*=======================|/Hover Menu CSS |========================*/
/*=======================| Security CSS |==========================*/
#LogCSS {
  width: 90vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#LogCSS input:-webkit-autofill,
#LogCSS input:-webkit-autofill:hover,
#LogCSS input:-webkit-autofill:focus,
#LogCSS input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

#LogCSS ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbbfbe;
  opacity: 1; /* Firefox */
}
#LogCSS :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cbbfbe;
}
#LogCSS ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cbbfbe;
}

/*Change text in autofill textbox*/
#LogCSS input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

#LogCSS #Content {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 21vh;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-left: solid rgb(219 219 219) 1px;
  border-right: solid rgb(219 219 219) 1px;
}

#LogCSS #LogMain {
  width: 100%;
  height: 100%;
  float: right;
  clear: none;
}

#LogCSS #Logo {
  width: 100%;
  height: 88px;
  background-image: url(../files/gfx/SummitLogo.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

#LogCSS #LogoTitle {
  width: 100%;
  color: #000;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: "Neucha", cursive;
  font-family: "Kaushan Script", cursive;
  font-family: "Waiting for the Sunrise", cursive;
  font-family: "Average Sans", sans-serif;
  font-family: "Actor", sans-serif;
  font-family: "Comfortaa", cursive;
  font-family: "Hind", sans-serif;
  font-family: "Nunito", sans-serif;
}

#LogCSS #LogoBody {
  width: 100%;
  height: 280px;
  text-align: center;
}

#LogCSS #MessageSpace {
  height: 30px;
  display: block;
  clear: both;
  margin-bottom: 0px;
  margin-top: 10px;
  opacity: 1;
  /* Add animation properties */
  animation: fadeIn 1s ease-in;
}
#LogCSS .redirector {
  background-color: #e4e4e4;
  height: 20px;
  display: block;
  margin-top: 160px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  background-image: url(../files/gfx/redirect_logo.gif);
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: calc(100% - 13px) center;
  font-weight: 300;
}

#LogCSS #LoginSuccess {
  background-color: #0c9d57;
  background-color: #208a57a6;
  font-weight: 600;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 37px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 127px;
  background-image: url(../files/gfx/infoSmallIcon.png),
    url(../files/gfx/success_login_logo.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 15px, auto 98px;
  background-position: calc(100% - 10px) calc(100% - 15px),
    center calc(100% - 50px);
}
#LogCSS #LoginForbitten {
  background-color: #f54335;
  background-color: #f54335ba;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
#LogCSS #LoginWrong {
  background-color: #ff5721;
  background-color: #dd3600cc;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
#LogCSS #LoginInsecure {
  background-color: #f54335;
  background-color: #f543356b;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../files/gfx/infoSmallIcon.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#LogCSS input[type="text"],
#LogCSS input[type="password"] {
  text-align: left;
  padding-left: 10px;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  background-color: #d0d0d0;
  background-color: rgb(76 76 76 / 20%) !important;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: calc(100% - 10px);
  color: #ffffff;
}

#Unm {
  background-image: url(../files/gfx/userSmallIcon.png);
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
#Ups {
  background-image: url(../files/gfx/keySmallIcon.png);
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

#LogCSS input[type="text"]:focus,
#LogCSS input[type="password"]:focus {
  background-color: rgb(76 76 76 / 40%) !important;
}

#LogCSS .logButton {
  margin-top: 30px;
  clear: both;
  display: block;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background-color: #e88e68;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}

#LogCSS .logButton:focus {
  background-color: #a1451d;
}

#LogCSS .logButton:active {
  background-color: #a1451d;
}

#LogCSS #LogFooter {
  text-align: center;
  font-size: 11px;
  color: #282828;
}

#LogCSS #LoadCounter {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  clear: both;
}

#LogCSS a {
  color: #000000;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}

#LogCSS a:hover {
  color: #3398db;
}

#LogCSS a:active,
#LogCSS a:focus {
  color: #3398db;
}

#LogCSS #MediumInfo {
  font-size: 12px;
}

#LogCSS #SmallInfo {
  margin-top: 20px;
  font-size: 10px;
  color: #666;
}
/*=======================|/Security CSS |==========================*/
/*=======================| MEDIA QUERIES |=========================*/
@media all and (max-width: 768px) {
  #mainHeader {
    display: block;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  #logo {
    width: calc(100% - 110px);
    display: inline-block;
  }
  #mobile_menu_icon {
    background-image: url(../gfx/mobile_menu_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 38px;
    background-color: white;
    border-radius: 39px 0px;
    height: 80px;
    width: 48px;
    margin-left: 30px;
    margin-top: 29px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .mobile_menu_icon_open {
    border-radius: 0px 39px !important;
  }
  #mainHeader #label {
    display: block;
    position: fixed;
    top: 130px;
    width: 220px;
    border-radius: 0px;
    height: calc(100vh - 130px);
    opacity: 0;
  }
  .snip1189 li {
    display: inline-block;
    list-style: outside none none;
    margin: 5px 10px;
    padding: 0;
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
  }
  .snip1189 a {
    padding: 9px 15px;
    margin: 3.2px 0;
}
.langBar {
  display: none;
}
.langBar_mobile {
  display: block;
  position: unset;
  font-weight: 400 !important;
}
.contactLeft {
  width: 100%;
}
.contactRight {
  width: 100%;
}
#mainFooter {
  background-position: center 160px, center;
  height: 300px;
}
.genInfoFooter {
  text-align: center;
  padding-right: 10px;
  font-size: 13px;
}
.madeWithLove {
  width: calc(100% - 12px);
  text-align: center;
  font-size: 12px;
}
}
@media all and (max-width: 630px) {
  .UnipageTitler {
    height: 70px;
}
  .snip1189 {
    padding-inline-start: 0px;
    margin-top: 24px;
  }
  #mainHeader #label {
    border-radius: 0;
  }
}
@media all and (max-width: 580px) {
  .snip1189 {
    margin-top: 20px;
  }
}
@media all and (max-width: 540px) {
  .snip1189 {
    margin-top: 20px;
  }
}
@media all and (max-width: 490px) {
  #mobile_menu_icon {
    border-radius: 29px 0px;
    height: 70px;
    margin-top: 35px;
  }
  .mobile_menu_icon_open {
    border-radius: 0px 29px !important;
  }
}
@media all and (max-width: 430px) {
  #mobile_menu_icon {
    border-radius: 15px 0px;
    height: 50px;
    margin-top: 43px;
    margin-left: 20px;
  }
  .mobile_menu_icon_open {
    border-radius: 0px 15px !important;
  }
}
/*=======================|/MEDIA QUERIES |=========================*/
