/*RO24 style sheet*/
/* RO24 FONTS */
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/muli.ext.woff") format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/muli.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
 */


body {
  font-family: Muli;
  background-color: #f9f9f8;
  color: #1d1d1d;
}
/*Hamburger menu*/
.panel-heading {
  padding: 0;
  border: 0;
}
.panel-title > a, .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #003a5a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
  font-size: 20px;
  font-weight: normal;
  color: #555;
  padding: 14px 12px;
  margin-top: -19px;
  margin-right: -15px;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #003a5b;
  padding: 14px 12px;
  margin-top: -19px;
  color: #fff;
  margin-right: -15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #003a5b;
}
.navbar-nk3 .panel {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.navbar-nk3 .panel-default > .panel-heading {
  color: #003a5a;
  background-color: #fff;
  border-color: #ddd;
}
/*End Hamburger menu*/
.container {
  background: #fff;
  padding-right: 0px;
  padding-left: 0px;
}
.nk-breadcrumb {
  color: #787878;
  border-bottom: 1px solid;
  border-color: #e9ecef;
}
.nk-breadcrumb ul {
  padding: 0px 15px;
  margin: 0px;
}
.nk-breadcrumb ul li {
  list-style: none;
  display: inline-block;
}
.nk-breadcrumb {
  color: #787878;
  margin-top: -20px;
}
a.parent {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #787878;
  text-transform: uppercase;
}
.nk-breadcrumb ul li h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #787878;
}
.news-title ul {
  padding: 0px 7px;
  margin: 0px;
}
.news-title ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
}
.news-title ul li a {
  text-decoration: none;
  font-size: 32px;
  line-height: 49px;
  letter-spacing: .5px;
  color: #1d1d1d;
  font-weight: bold;
  text-transform: uppercase;
}
.news-title {
  padding: 15px 0px;
  border-bottom: 1px solid;
  border-color: #e9ecef;
}
.news-title ul li a:hover {
  border-bottom: 3px solid #f18828;
}
.second-nav ul li.widget-bar-btn a:hover {
  color: #f18828;
}
.search-box .search-addon i.fa.fa-search {
  color: #f18828;
}
i.fa.fa-times {
  color: #f18828;
}
.second-nav li.widget-bar-btn {
  border-left: 2px solid #6c757d;
  padding: 5px;
}
.extension-nav.main-nav ul li a:hover {
  color: #f18828;
}
.active {
  border-bottom: 2px solid #f18828;
  height: 0px;
}
.page-item.disabled .page-link {
  color: #1d1d1d;
  border-color: #f18828;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1d1d1d;
  border: 1px solid #f18828;
  text-decoration: none;
  background-color: #fff;
}
.news-title ul li h5 {
  font-size: 12px;
  line-height: 14px;
  color: #1d1d1d;
  text-transform: uppercase;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #f18828;
  border-color: #f18828;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #f18828;
  border-color: #f18828;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #f18828;
  border-color: #f18828;
}
.extension-nav.main-nav ul li > ul {
  display: none;
  position: absolute;
  /*z-index: 999;
	set to 1001 for meteo*/
  z-index: 1001;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  max-width: 180px;
  height: auto;
  webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .5);
}
.extension-nav.main-nav ul li:hover > ul {
  display: block;
}
.extension-nav.main-nav ul li > ul li a {
  color: #1d1d1d;
  padding: 12px 8px;
}
.player {
  background: #003a5a;
  margin: 15px;
  margin-top: 30px;
  padding: 15px 0px;
}
.player ul {
  padding: 0px 7px;
  margin: 0px;
}
.player ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
}
.player ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.player ul li h5 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.player ul li a {
  border-bottom: 1px solid #f18828;
}
.player h4 {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
  padding-top: 10px;
  letter-spacing: normal;
  color: #fff;
  padding: 0px 15px;
}
.player img {
  width: 100px;
  height: 100px;
  float: right;
  margin-right: 15px;
}
i.fa.fa-stop-circle {
  color: #fff;
  font-size: 35px;
}
li.amaz a i {
  padding: 0px 0px;
}
li.amaz a {
  border: none !important;
}
li.amaz h5 {
  margin-top: -12px;
}
.player hr {
  height: 0px;
  opacity: 0.2;
  border: solid 1px #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
}
audio {
  background: transparent;
  width: 75%;
  padding: 15px;
}
.num h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  top: 64px;
  left: 0;
  width: 44px;
  color: #f18825;
  text-align: center;
  text-transform: uppercase;
}
.num h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #edece8;
  color: #1d1d1d;
  text-align: center;
  margin-top: -5px;
}
.num h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #edece8;
  color: #1d1d1d;
  text-align: center;
  margin-top: -5px;
}
.news ul li a {
  border-bottom: 1px solid #f18828;
}
.news ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #003a5a !important;
  font-weight: bold;
  text-transform: uppercase;
}
.news ul li h5 {
  font-size: 12px;
  color: #003a5a;
  text-transform: uppercase;
}
.news ul {
  padding: 0px 7px;
  margin: 0px;
}
.news ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
}
.news ul {
  padding: 0px 0px;
  margin: 0px -10px;
}
.news {
  padding-left: 15px;
  padding-top: 3px;
}
.row.news h3 {
  font-size: 13px;
  color: #1d1d1d;
  font-weight: bold;
  margin-top: 7px;
}
.cont ul {
  padding: 0px;
  margin: 12px 17px;
}
.cont ul li {
  list-style: square;
  display: list-item;
  padding: 8px 8px;
  font-size: 14px;
}
.news h2 {
  font-size: 17px;
  color: #1d1d1d;
  font-weight: bold;
  margin-top: 7px;
}
.news a:hover {
  text-decoration: none;
}
.meistgelesen a {
  text-decoration: none;
  font-size: 18px;
  line-height: 49px;
  letter-spacing: .5px;
  color: #1d1d1d !important;
  font-weight: bold;
  text-transform: uppercase;
}
.meistgelesen a:hover {
  border-bottom: 3px solid #f18828;
}
.meistgelesen {
  padding: 15px;
}
.meistgelesen h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
}
.perosn a img {
  padding: 0px 15px;
}
.img-responsive {
  width: 100%;
  display: block;
  height: auto;
}
.news.letter {
  margin-top: -12px;
}
.news.letter h2 {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: bold;
  margin-top: 7px;
}
.footer {
  background: #003a5a;
}
.footer ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 24px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer ul {
  padding: 0px;
  margin: 0px;
}
.footer ul li {
  display: inline-block;
  padding: 20px 0px;
}
.footer h1 a {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #f18828;
}
.footer h1 {
  padding-top: 15px;
}
.footer hr {
  height: 0px;
  opacity: 0.2;
  border: solid .5px #ffffff66;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
}
.col-sm-5.news.letter p {
  font-size: 14px;
  text-align: justify;
  padding-right: 15px;
}
.row.perosn {
  padding-bottom: 75px;
}
.newsticker {
  background: #edece8;
  padding-bottom: 40px;
}
.newsticker a {
  text-decoration: none;
}
.container.newsticker a h4 {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #1d1d1d;
}
span.date {
  display: inline-block;
  width: 50px;
  padding: 4px 0 2px;
  line-height: 14px;
}
span.title {
  text-transform: uppercase;
}
.hline {
  font-size: 15px;
  line-height: 20px;
  margin-left: 15px;
  padding: 3px 0 28px 37px;
  border-left: 1px solid #1d1d1d;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .sina-nav.navbar-fixed {
    position: fixed;
    left: 0px;
    width: 100%;
  }
  nav.sina-nav.mobile-sidebar.navbar-fixed.navbar-transparent .extension-nav ul li.widget-bar-btn {
    display: block;
  }
  .nk-fa {
    margin-right: 3px;
  }
  .sina-nav .extension-nav > ul > li > a .shop-badge {
    top: 12px;
    right: 58px;
  }
  .second-nav {
    display: none;
  }
  .nk-breadcrumb {
    margin-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .sina-nav.navbar-fixed {
    position: fixed;
    left: 0px;
    width: 100%;
  }
  nav.sina-nav.mobile-sidebar.navbar-fixed.navbar-transparent .extension-nav ul li.widget-bar-btn {
    display: block;
  }
  .nk-fa {
    margin-right: 3px;
  }
  .sina-nav .extension-nav > ul > li > a .shop-badge {
    top: 12px;
    right: 58px;
  }
  .nav-tabs > li > a {
    padding: 0px 12px !important;
  }
}
.widget-bar .active {
  border: 0;
  height: auto;
}
.nav-tabs {
  border-bottom: none;
  margin-top: 20px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #003a5a;
  cursor: default;
  border-bottom: 2px solid #f18828;
  border-bottom-color: #f18828;
  background-color: transparent;
}
.tab-content {
  margin-top: 100px;
}
.nav-tabs > li > a {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px;
  color: #003a5a;
}
.navbar-nk3 ul li a {
  padding: 6px 0px;
  color: #fff;
  font-size: 16px;
}
.navbar-nk3 ul li a:hover {
  color: #f18828;
}
.navbar-nk3.navi {
  margin-top: 100px;
}












/*          added              */



.nav-container {
  min-height: 120px;
}
.sina-nav {
  position: absolute;
}
.sina-nav.navbar-transparent {
  background: #003a5b;
}
.ro24_svg {
  display: inline-block;
  width: 76px;
  margin: 20px;
}
.ro24_svg svg {
  fill: #fff;
}
@media print {
  .ro24_svg svg {
    fill: #003a5a;
  }
  a[href]:after {
    content: none !important;
  }
}
@media screen and (min-width:56.875em) {
  .ro24_svg {
    width: 113px;
  }
}
.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 35px !important;
}

.adBanner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}




/*------------------  Contact ---------------------------*/
input {
  outline: none;
  border: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus, input:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
textarea:-moz-placeholder {
  color: #cccccc;
}
textarea::-moz-placeholder {
  color: #cccccc;
}
textarea:-ms-input-placeholder {
  color: #cccccc;
}
/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  /*background: transparent;*/
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}
.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}
.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #6FBFEC;
  background: -webkit-linear-gradient(bottom, #6FBFEC, #009BFF);
  background: -o-linear-gradient(bottom, #6FBFEC, #009BFF);
  background: -moz-linear-gradient(bottom, #6FBFEC, #009BFF);
  background: linear-gradient(bottom, #6FBFEC, #009BFF);
  opacity: 0.8;
}
/*==================================================================
[ Form ]*/
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login100-form-title {
  display: block;
  width: 100%;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 45px;
}
.label-input100 {
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  padding-left: 2px;
}
.input100 {
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  font-size: 22px;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #0028D5;
  background: -webkit-linear-gradient(180deg, #003a5b, #074c74);
  background: -o-linear-gradient(45deg, #003a5b, #074c74);
  background: -moz-linear-gradient(45deg, #003a5b, #074c74);
  background: linear-gradient(45deg, #003a5b, #074c74);
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}
/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox100 {
  display: none;
}
.label-checkbox100 {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
  color: #f18828;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wrap-login100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}
.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300%;
  background: #e8519e;
  background: -webkit-linear-gradient(top, #6FBFEC, #3488E5);
  background: -o-linear-gradient(top, #6FBFEC, #3488E5);
  background: -moz-linear-gradient(top, #6FBFEC, #3488E5);
  background: linear-gradient(top, #6FBFEC, #3488E5);
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
  bottom: 0;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.true-validate::after {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 22px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 5px;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ SWAL ]*/
.landing-top .swal-modal-example {
  transform: none;
  opacity: 1;
  height: 292px;
  width: 409px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 5px 22px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  margin-top: 59px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: height 0.3s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
@media all and (max-width: 1000px) {
  .landing-top .swal-modal-example {
    position: relative;
    display: block;
    margin: 20px auto;
  }
}
@media all and (max-width: 450px) {
  .landing-top .swal-modal-example {
    width: 100%;
  }
}
.landing-top .swal-modal-example[data-type="success"] {
  height: 292px;
}
.landing-top .swal-modal-example[data-type="warning"] {
  height: 325px;
}
.landing-top .swal-modal-example .swal-title {
  padding-top: 10px;
}
.landing-top .swal-modal-example .swal-text {
  color: rgba(0,0,0,0.48);
  margin-top: 6px;
}
.landing-top .modal-content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.landing-top .modal-content-overlay.show {
  opacity: 1;
}
.landing-top .example-content {
  display: none;
}
.landing-top .example-content.show {
  display: block;
}
.landing-top .desc {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-left: 50px;
  max-width: calc(100% - 409px - 112px);
  vertical-align: middle;
  margin-top: 61px;
  padding-left: 473px;
}

