@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
body {
  background: #bababa;
}
html .wrapper {
  min-height: 100vh;
  overflow: hidden;
}
html .background {
  position: relative;
}
html .ng-app {
  position: relative;
  z-index: 2;
}
html .background::after, html .background::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 10px;
  width: 500px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
  z-index: 1;
}
html .background::after {
  transform: rotate(135deg);
}
html .wf-frontpage-header {
  padding: 0;
  margin: auto;
  background-color: #2b2b2b;
  z-index: 1;
}
html .wf-frontpage-content {
  margin: auto;
  width: 1200px;
}
html .wf-frontpage-content .slide_container {
  position: relative;
  width: 100%;
  background: #ffffff url("/pics/uniwise/DSC_0243.jpg");
  background-position: center center;
  display: table;
  box-sizing: border-box;
  padding: 0 72px;
}
html .wf-frontpage-content .slide_description {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: auto;
  padding: 16% 8%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  word-break: break-word;
}
html .wf-frontpage-content .slide_title {
  font-weight: bold !important;
  margin-top: 0;
  font-size: 46px;
}
html .wf-frontpage-content .slide_title h2 {
  color: #fff !important;
  line-height: 1em;
  padding-bottom: 10px;
}
html .wf-frontpage-content .slide_content p {
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
html .wf-frontpage-content .more_button {
  display: inline-block;
  padding: 0.3em 1em !important;
  color: #fff !important;
  background: #0c71c3;
  border-width: 0px !important;
  letter-spacing: 0px;
  font-size: 15px;
  border-radius: 4px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
html .wf-frontpage-content .title-section {
  border-top: 4px solid #777;
  margin: auto;
  box-sizing: border-box;
  background-color: #7ca510 !important;
  padding: 64px 72px;
  text-align: center;
}
html .wf-frontpage-content .title-section h1 {
  font-size: 60px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 300;
}
html .wf-frontpage-content .title-section h2 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 1em;
  font-size: 26px;
}
html .wf-frontpage-content img {
  max-width: 100%;
}
html .wf-frontpage-login-content {
  padding: 0;
  width: 1200px;
  margin: auto;
  background-color: #535353;
}
html .wf-frontpage-footer {
  padding: 0;
  line-height: 60px;
  width: 1200px;
  margin: auto;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
}
html .wf-frontpage-container {
  width: 1100px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 100%;
}
html .wf-frontpage-container .fs-row {
  height: 87px;
}
html .wf-frontpage-header {
  padding: 0;
  width: 1200px;
  margin: auto;
  background-color: #2b2b2b;
  z-index: 1;
}
html .wf-frontpage-header ul {
  padding: 0 10px;
}
html .wf-frontpage-header li {
  display: inline-block;
  padding: 35px 8px 25px;
}
html .wf-frontpage-header li:first-child, html .wf-frontpage-header li:hover {
  border-top: 4px solid #628010;
  padding-top: 31px;
}
html .wf-frontpage-header li a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
html .wf-frontpage-header li a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: white;
}
html .wf-frontpage-content .wf-headline-wrapper {
  padding-top: 200px;
}
html .wf-frontpage-content .wf-headline {
  border-left: 10px solid #628010;
  padding-left: 10px;
  color: white;
  height: 160px;
}
html .wf-frontpage-content .wf-headline h3 {
  color: #628010;
  text-transform: uppercase;
}
#shrinked-top-menu {
  display: none;
}
#top-menu {
  display: block;
}
#video-player {
  position: absolute;
  top: 135px;
  width: 550px;
  right: 50px;
}
#modal {
  width: 100%;
  margin: -1%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  height: 100%;
  z-index: 0;
}
/************/
html .wfButton {
  border: 0;
}
html .wfButton.transparent {
  background-image: none;
  background-color: #333;
}
html .hideable {
  display: none;
}
:focus {
  box-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 1100px) {
  html .wf-frontpage-container, html .wf-frontpage-content, html .wf-frontpage-footer, html .wf-frontpage-header {
    max-width: 900px;
    min-width: 550px;
    width: 98%;
  }
  html .wf-frontpage-header li {
    font-size: 12px;
  }
  #shrinked-top-menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
  #video-player {
    top: 200px;
    margin-left: -275px;
    left: 50%;
  }
  html .wf-frontpage-content .wf-headline-wrapper {
    padding-top: 20px;
  }
  html .wf-frontpage-content .slide_container {
    padding: 0 32px;
  }
  html .wf-frontpage-content .slide_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  html .wf-frontpage-container, html .wf-frontpage-content, html .wf-frontpage-footer, html .wf-frontpage-header {
    max-width: 600px;
    min-width: 350px;
    width: 98%;
  }
  html .wf-frontpage-content {
    min-height: 450px;
  }
  #video-player {
    top: 200px;
    margin-left: -180px;
    left: 50%;
    width: 360px;
  }
  #video-player iframe {
    width: 250px !important;
    height: 150px !important;
  }
  #video-player .fluid-width-video-wrapper {
    left: 57px !important;
    top: 14px !important;
  }
  html .wf-headline h1 {
    font-size: 22px;
  }
  svg.wf-small {
    width: 150px;
  }
  #loginSelect {
    width: 350px !important;
    margin-left: -175px !important;
  }
  input {
    font-size: 17px !important;
    width: 90% !important;
  }
  #loginContainer {
    top: 150px !important;
    width: 300px !important;
    margin-left: -150px !important;
  }
  html .wf-frontpage-content .wf-headline-wrapper {
    padding-top: 20px;
  }
  html .wf-frontpage-content .slide_container {
    padding: 0 0;
  }
  html .wf-frontpage-content .slide_description {
    text-align: center;
  }
  html .wf-frontpage-content .slide_title {
    font-size: 36px;
  }
}
