/*
Theme Name: FungeraPower
Theme URI: https://sunbird.se
Author: sunbird
Author URI: https://sunbird.se
Description: Biodiversity Science Research Group WordPress theme.
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: simple
Text Domain: sunbird_fp_td
*/
@font-face {
  font-family: 'Hind Medium';
  src: url("fonts/Hind-Medium.woff2") format("woff2"), url("fonts/Hind-Medium.woff") format("woff"), url("fonts/Hind-Medium.ttf") format("truetype"), url("fonts/Hind-Medium.svg#Hind-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Semibold';
  src: url("fonts/Hind-Semibold.woff2") format("woff2"), url("fonts/Hind-Semibold.woff") format("woff"), url("fonts/Hind-Semibold.ttf") format("truetype"), url("fonts/Hind-Semibold.svg#Hind-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Light';
  src: url("fonts/Hind-Light.woff2") format("woff2"), url("fonts/Hind-Light.woff") format("woff"), url("fonts/Hind-Light.ttf") format("truetype"), url("fonts/Hind-Light.svg#Hind-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hind';
  src: url("fonts/Hind-Regular.woff2") format("woff2"), url("fonts/Hind-Regular.woff") format("woff"), url("fonts/Hind-Regular.ttf") format("truetype"), url("fonts/Hind-Regular.svg#Hind-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Bold';
  src: url("fonts/Hind-Bold.woff2") format("woff2"), url("fonts/Hind-Bold.woff") format("woff"), url("fonts/Hind-Bold.ttf") format("truetype"), url("fonts/Hind-Bold.svg#Hind-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli';
  src: url("fonts/Muli.woff2") format("woff2"), url("fonts/Muli.woff") format("woff"), url("fonts/Muli.ttf") format("truetype"), url("fonts/Muli.svg#Muli") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto BoldItalic';
  src: url("fonts/Roboto-BoldItalic.woff2") format("woff2"), url("fonts/Roboto-BoldItalic.woff") format("woff"), url("fonts/Roboto-BoldItalic.ttf") format("truetype"), url("fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.main-container {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 1100px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

svg.combined {
  display: none;
}

.box-justified {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .box-justified {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.box-centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.centered {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.container.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.Chevron {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 10px;
  top: 8px;
  right: -7px;
}

.Chevron:before,
.Chevron:after {
  position: absolute;
  display: block;
  content: "";
  border: 6px solid transparent;
}

.Chevron.down:before {
  top: 0;
  border-top-color: #808080;
}

.Chevron.down:after {
  top: -4px;
  border-top-color: #f2f3f3;
}

.Chevron.left:before {
  top: auto;
  border-top-color: transparent;
  right: 0px;
  border-right-color: #808083;
}

.Chevron.left:after {
  top: auto;
  right: -4px;
  border-top-color: transparent;
  border-right-color: #fff;
}

.Chevron.right:before {
  top: auto;
  left: 0px;
  border-top-color: transparent;
  border-left-color: #808083;
}

.Chevron.right:after {
  top: auto;
  left: -4px;
  border-top-color: transparent;
  border-left-color: #fff;
}

.chevron-open {
  position: relative;
}

.chevron-open::before {
  border-style: solid;
  border-width: 0.45em 0.45em 0 0;
  content: '';
  display: inline-block;
  height: 1.85em;
  left: 1.55em;
  position: relative;
  top: 1.55em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1.85em;
}

.chevron-open.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron-open.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron-open.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.chevron-open.smallc::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.25em;
  position: absolute;
  top: 0.4em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron-open.smallc.right:before {
  transform: rotate(45deg);
}

body {
  padding-top: 100px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}

.top-header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: white;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .top-header {
    padding: 20px 0;
  }
}
.top-header .desktop-list {
  display: none !important;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 1025px) {
  .top-header .desktop-list {
    display: flex !important;
  }
}
.top-header .container-fluid {
  max-width: 1500px;
}
.top-header .menus {
  width: 75%;
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .top-header {
    max-width: none;
  }
}
.top-header .logo {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .top-header .logo {
    padding-top: 4px;
  }
}
.top-header .logo img {
  max-height: 40px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .top-header .logo img {
    max-height: 30px;
  }
}
.top-header ul {
  list-style: none;
}
.top-header ul li {
  margin-right: 60px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .top-header ul li {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .top-header ul li {
    margin-right: 30px;
  }
}
.top-header ul li:last-child {
  margin-right: 0px;
}
.top-header ul li.menu-item-has-children {
  margin-right: 37px;
  padding-bottom: 15px;
  margin-bottom: -15px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  position: relative;
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .top-header ul li.menu-item-has-children {
    margin-right: 17px;
  }
}
@media only screen and (max-width: 1365px) {
  .top-header ul li.menu-item-has-children {
    margin-right: 17px;
  }
}
.top-header ul li.menu-item-has-children:last-child {
  margin-right: 0px;
}
.top-header ul li a {
  color: #000000;
  font-family: "Roboto Medium";
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.top-header ul li a:hover {
  text-decoration: none;
}
.top-header ul#menu-header2019-b > li a {
  position: relative;
  width: 100%;
  display: inline-block;
}
.top-header ul#menu-header2019-b > li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.top-header ul#menu-header2019-b > li a:hover::after, .top-header ul#menu-header2019-b > li a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.top-header ul li.button a:hover {
  text-decoration: none;
}
.top-header ul li svg {
  width: 10px;
  height: 9px;
  margin-left: 10px;
}
.top-header ul li svg.right-arrow {
  transform: rotate(-90deg);
}
.top-header .sub-menu {
  margin-top: 15px !important;
}
.top-header .sub-menu, .top-header .sub-menu:after {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  margin-top: -4px;
  z-index: 1;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.top-header .sub-menu li {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-right: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.top-header .sub-menu:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-color: #f9f9f9;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.top-header .sub-menu:before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #ff8001;
  top: -12px;
  left: 18px;
  z-index: -5;
  position: absolute;
}
.top-header .sub-menu li:first-child:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #f9f9f9;
  top: -26px;
  left: -1px;
  z-index: -5;
  position: absolute;
}
.top-header #menu-header2019-b > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  visibility: visible;
}
.top-header #menu-header2019-b > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  margin-right: 0px;
}
.top-header #menu-header2019-b > li > .sub-menu > li > .sub-menu > li:before {
  display: none;
}
.top-header .sub-menu:hover {
  display: block;
}
.top-header .sub-menu .sub-menu {
  position: absolute;
  display: none;
  visibility: hidden;
  left: 100%;
  top: -50%;
}
.top-header .sub-menu .sub-menu:before {
  display: none;
}
.top-header #menu-header2019-b > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  visibility: visible !important;
}
.top-header #menu-top-right-menu .full_color {
  padding: 8px 20px;
  width: 200px;
  height: 40px;
  line-height: 22px;
  text-align: center;
  border: 2px solid transparent;
}
.top-header #menu-top-right-menu .full_color a {
  color: white;
  font-family: "Hind Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.top-header #menu-top-right-menu .full_color:hover {
  background: white;
  border: 2px solid #ff8001;
}
.top-header #menu-top-right-menu .full_color:hover a {
  color: #ff8001;
}

#mobile_menu #menu-header2019-b-1 {
  max-height: 80%;
  overflow: scroll;
}

footer.footer {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer {
    padding-top: 40px;
  }
}
footer.footer .container {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .container {
    padding: 0px;
  }
}
footer.footer #heart_big_mobile {
  display: none;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer #heart_big_mobile {
    display: block;
    position: absolute;
    right: -140px;
    top: 70px;
  }
}
footer.footer #heart_big {
  position: absolute;
  righT: -350px;
  top: 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer #heart_big {
    display: none;
  }
}
footer.footer .heart-medium {
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 310px;
  height: 330px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .heart-medium {
    left: -160px;
    bottom: -50px;
  }
}
footer.footer .cities {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
footer.footer img {
  max-width: 100%;
}
footer.footer .kontakt_mobile {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .kontakt_mobile {
    position: relative;
  }
}
footer.footer .kontakt_image {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .kontakt_image {
    position: absolute;
    right: 0;
    left: auto;
    widtH: auto;
  }
}
footer.footer .title, footer.footer .menu-title {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .title, footer.footer .menu-title {
    margin-top: 40px;
  }
}
footer.footer .footer-header {
  font-family: "Hind Semibold";
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
  display: block;
  color: #ff8001;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  footer.footer .footer-header {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-header {
    font-size: 24px;
  }
}
footer.footer .footer-header > * {
  display: block;
  text-align: center;
  font-family: "Hind Semibold";
}
footer.footer .button {
  width: 333px;
  height: 60px;
  font-family: "Hind Medium";
  font-size: 24px;
  font-weight: 500;
  padding: 8px 30px;
  line-height: 45px;
  text-align: center;
  border: 2px solid transparent;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  footer.footer .button {
    margin-bottom: 40px;
    font-size: 21px;
    padding: 3px 10px;
    height: 50px;
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .button {
    width: 333px;
    margin-bottom: 40px;
    font-size: 21px;
    padding: 3px 20px;
    height: 50px;
  }
}
footer.footer .button:hover {
  background-color: #fff;
  color: #ff8001;
  border: 2px solid #ff8001;
  cursor: pointer;
}
footer.footer .modal-footer {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  footer.footer .modal-footer {
    text-align: center;
  }
}
footer.footer .title, footer.footer .menu-title, footer.footer .contact-title {
  color: #504C75;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
footer.footer p {
  color: #000;
  margin-top: 30px;
}
footer.footer p:first-child {
  margin-top: 0;
}
footer.footer a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
footer.footer ul {
  list-style: none;
}
footer.footer .copyright {
  color: #8a8a8a;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  /* Text style for "Copyright" */
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
footer.footer .contact-content > * {
  margin-top: 3px;
}
footer.footer .contact-content .title {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 0px;
}
footer.footer .contact-content .title:first-child {
  margin-top: 0;
}
footer.footer .contact-content img {
  width: 18px;
  margin-bottom: -1px;
  margin-right: 5px;
}
footer.footer .contact-content .content {
  display: block;
}

.parsley-errors-list {
  position: absolute;
  z-index: 99;
  font-size: 12px;
  list-style: none;
  bottom: -8px;
  left: 10px;
  color: red;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444;
}

.ui-widget-content a {
  color: #444;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #ddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444;
  font-weight: bold;
}

.ui-widget-header a {
  color: #444;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ddd;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #fff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #fff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px;
}

.ui-widget-overlay {
  background: #eee url("images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 0;
}

.button {
  -webkit-transition: all 120ms ease-in-out;
  -moz-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button.full_color {
  display: inline-block;
  height: 50px;
  padding: 8px 30px;
  padding-right: 55px;
  border-radius: 55px;
  position: relative;
  background-color: #ff8001;
  text-decoration: none;
  color: #ffffff;
  font-family: "Hind Semibold";
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
}
.button.full_color:hover {
  background-color: white;
  color: #ff8001;
  border: 2px solid #ff8001;
}
.button.full_color svg {
  width: 18px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.button.borded {
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: white;
  text-decoration: none;
}

* {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  font-family: 'Hind';
}

body {
  overflow-x: hidden;
  color: rgba(17, 17, 17, 0.99);
}

.section-header-with-video {
  margin: 0 auto;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .h-100 {
    padding: 0;
  }
}
.section-header-with-video h1 {
  width: 800px;
  z-index: 1;
  position: relative;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video h1 {
    width: 100%;
    left: 50%;
    -moz-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
.section-header-with-video .row {
  height: 520px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .row {
    min-height: 300px;
    height: auto;
  }
}
.section-header-with-video .video-img {
  position: relative;
  z-index: 1;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .video-img img {
    max-width: 100%;
  }
}
.section-header-with-video .left-column {
  z-index: 2;
  position: relative;
  margin-top: 80px;
}
.section-header-with-video .video-bg {
  background-color: #ff8001;
  position: absolute;
  left: 10px;
  right: -30px;
  top: 10px;
  bottom: -7px;
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .video-bg {
    display: none;
  }
}
.section-header-with-video .content {
  position: relative;
  z-index: 1;
  font-family: "Hind Semibold";
  font-size: 80px;
  font-weight: 600;
  line-height: 70px;
  white-space: nowrap;
}
.section-header-with-video .top-bg {
  background-color: #ff8001;
  top: -10px;
  right: -15px;
  left: -15px;
  bottom: -10px;
  position: absolute;
  z-index: -1;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .top-bg {
    top: 0px;
    bottom: 0px;
  }
}
.section-header-with-video .top-text, .section-header-with-video .bottom-text {
  position: relative;
  color: white;
  display: inline-block;
}
.section-header-with-video .top-text {
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  display: inline-block;
}
.section-header-with-video .top-text .content {
  padding-left: 5px;
}
.section-header-with-video .bottom-text {
  transform: rotate(0.5deg);
  padding-left: 5px;
  display: table;
  margin-top: 10px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .bottom-text {
    margin-top: -25px;
  }
}
.section-header-with-video .bottom-text .top-bg {
  left: -7px;
  top: -15px;
  bottom: -5px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .bottom-text .top-bg {
    top: 5px;
    bottom: 7px;
  }
}
.section-header-with-video .middle-text {
  color: #504C75;
  font-family: "Hind SemiBold";
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin: 20px 0;
  display: block;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .middle-text {
    padding: 0px 30px;
  }
}
.section-header-with-video .video-container {
  position: relative;
}
.section-header-with-video .icon-hover {
  display: none;
}
.section-header-with-video .button {
  background-color: #ff8001;
  margin-left: -10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid transparent;
  line-height: 33px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-with-video .button {
    margin-left: 0px;
    width: 90%;
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
}
.section-header-with-video .button:hover {
  border: 2px solid #ff8001;
  background-color: white;
  color: #ff8001;
}
.section-header-with-video .button:hover .icon-hover {
  display: block;
}
.section-header-with-video .button:hover .icon {
  display: none;
}
.section-header-with-video svg {
  fill: red;
}
.section-header-with-video .play {
  position: absolute;
  lefT: 50%;
  top: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform .2s;
  /* Safari */
  transition: transform .2s;
  cursor: pointer;
}
.section-header-with-video .play:hover {
  border: 2px solid white;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.section-header-with-video .mobile_only {
  margin-top: -100px;
}
.section-header-with-video .mobile_only .content {
  font-size: 40px;
}

.section-horizontal-logos {
  margin: 50px auto;
  margin-bottom: 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-horizontal-logos {
    display: none;
  }
}

.section-info-columns {
  margin-top: 50px;
}
.section-info-columns h2 {
  color: rgba(17, 17, 17, 0.99);
  font-family: "Hind Semibold";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-info-columns h2 {
    margin-top: 30px;
  }
}
.section-info-columns p, .section-info-columns span {
  color: rgba(17, 17, 17, 0.99);
  font-family: Hind;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.section-info-columns .find_section {
  margin-top: 20px;
  font-family: Hind;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.section-info-columns .find_section svg.icon-map {
  width: 30px;
  height: 31px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.section-info-columns .find_section > span.tooltip {
  line-height: 1.4em;
  font-size: 1.1em;
  color: #282828;
  position: absolute;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
  border-radius: 6px;
  padding: 20px;
  bottom: 40px;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  border: 4px solid #ff8001;
  background: #ebebeb;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.section-info-columns .find_section:hover > span.tooltip {
  visibility: visible;
  opacity: 1;
}
.section-info-columns .find_section > span:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  bottom: -22px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  z-index: 1;
  border-color: #ff8001 transparent transparent;
}
.section-info-columns .orange_dots {
  list-style: none;
  padding-left: 15px;
}
.section-info-columns .orange_dots li {
  color: rgba(17, 17, 17, 0.99);
  font-family: Hind;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.section-info-columns .orange_dots svg {
  margin-left: -15px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
}

.section-orange-skills {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb502+0,ff8001+100 */
  background: #ffb502;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffb502 0%, #ff8001 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffb502 0%, #ff8001 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffb502 0%, #ff8001 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb502', endColorstr='#ff8001',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 100px 0px;
  padding-bottom: 150px;
}
.section-orange-skills h2 {
  color: #ffffff;
  font-family: "Hind Semibold";
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  max-width: 430px;
  text-align: left;
  margin-bottom: 20px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-orange-skills h2 {
    text-align: center;
    font-size: 38px;
  }
}
.section-orange-skills .heart-image {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-orange-skills .heart-image {
    min-height: 100px;
  }
}
.section-orange-skills .skills {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-orange-skills .skills {
    padding: 0 20px;
  }
}
.section-orange-skills .skill {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
.section-orange-skills .skill .name {
  font-family: 'Hind SemiBold';
}
.section-orange-skills .skill .description {
  font-family: 'Hind';
}
.section-orange-skills .orange-button {
  text-align: center;
}
.section-orange-skills a.button {
  background-color: #f14561;
  padding: 8px 50px;
  height: 51px;
  line-height: 34px;
}
.section-orange-skills a.button:hover {
  background-color: #fff;
  color: #f14561;
}
.section-orange-skills img.tomas {
  max-width: 100%;
  height: 560px;
  position: absolute;
  bottom: -150px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-orange-skills img.tomas {
    display: none;
  }
}
.section-orange-skills .separator-container {
  position: absolute;
  left: 0;
  bottom: -45px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-orange-skills .separator-container {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section-orange-skills .separator-container .nsa_member {
  z-index: 1;
  position: relative;
}
.section-orange-skills .separator-container svg {
  width: 150px;
  top: 72%;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-demo-articles {
  background-color: #f6f6f6;
  padding: 40px;
  margin: 40px 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-demo-articles {
    padding: 15px;
  }
}
.section-demo-articles .orange-demo {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #ff8001;
  height: 100%;
  padding: 30px;
  position: relative;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .section-demo-articles .orange-demo {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-demo-articles .orange-demo {
    min-height: 350px;
    width: 100%;
  }
}
.section-demo-articles .orange-demo .title {
  color: white;
  text-align: center;
  height: calc(100% - 45px);
  box-sizing: border-box;
  position: relative;
}
.section-demo-articles .orange-demo .title span.text {
  font-family: "Hind Semibold";
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .section-demo-articles .orange-demo .title span.text {
    font-size: 40px;
  }
}
.section-demo-articles .orange-demo a.button {
  /* Style for "Rectangle" */
  width: 162px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
  font-family: "Hind Semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.section-demo-articles .orange-demo a.button:hover {
  background-color: white;
  color: #ff8001;
}
.section-demo-articles .orange-demo svg {
  max-width: 15px;
  max-height: 40px;
  float: right;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .section-demo-articles .orange-demo svg {
    display: none;
  }
}
.section-demo-articles .image-demo img {
  max-width: 100%;
}
.section-demo-articles .image-demo .title {
  color: #2c336f;
  font-family: "Hind Bold";
  font-size: 24px;
  margin-bottom: 5px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .section-demo-articles .image-demo .title {
    min-height: 76px;
  }
}
.section-demo-articles .image-demo .description {
  color: rgba(17, 17, 17, 0.99);
  color: rgba(17, 17, 17, 0.99);
  font-family: Hind;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.section-demo-articles .image-demo svg.button-arrow-right {
  max-width: 15px;
  max-height: 46px;
  float: right;
}
.section-demo-articles .image-demo svg.play {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  left: 0px;
}
.section-demo-articles .image-demo a {
  color: #ff8001;
  text-decoration: none;
  font-family: "Hind Bold";
  line-height: 40px;
  display: block;
  padding-left: 55px;
  position: relative;
}
.section-demo-articles .demo_button {
  margin-top: 20px;
  padding-bottom: 15px;
}

.section-testimonials-slider {
  min-height: 630px;
  position: relative;
  margin-top: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-testimonials-slider {
    min-height: 630px;
    padding-top: 180px;
  }
}
.section-testimonials-slider > .row {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-testimonials-slider > .row {
    position: relative;
    max-width: 100%;
  }
}
.section-testimonials-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.section-testimonials-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 20px 40px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-testimonials-slider .swiper-button-prev, .section-testimonials-slider .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: calc((100% - 1100px)/2/2);
  right: auto;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-testimonials-slider .swiper-button-prev, .section-testimonials-slider .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
}
.section-testimonials-slider .swiper-button-next, .section-testimonials-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: calc((100% - 1100px)/2/2);
  left: auto;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-testimonials-slider .swiper-button-next, .section-testimonials-slider .swiper-container-rtl .swiper-button-prev {
    right: -20px;
  }
}
.section-testimonials-slider .swiper-button-next svg, .section-testimonials-slider .swiper-container-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-testimonials-slider .nav svg {
  width: 24px;
  heighT: 44px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-testimonials-slider .nav svg {
    width: 15px;
    heighT: 27px;
  }
}
.section-testimonials-slider .tmonial {
  width: 340px;
  height: 380px;
  background-color: #ffffff;
}
.section-testimonials-slider .tmonial .details {
  color: #000000;
  font-family: Hind;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.section-testimonials-slider .tmonial .author {
  color: #000000;
  font-family: Hind;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.section-contact-form-simple {
  padding: 75px 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple {
    text-align: center;
    padding-bottom: 40px;
  }
}
.section-contact-form-simple .row {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .section-contact-form-simple .row > * {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .row {
    margin: 0;
  }
}
.section-contact-form-simple .contact-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.section-contact-form-simple .contact-description h2 {
  font-family: "Hind Semibold";
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #504C75;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .contact-description h2 {
    font-size: 38px;
  }
}
.section-contact-form-simple .contact-description .details p {
  font-family: Hind;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #504C75;
  margin: 20px 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .contact-description .details p {
    padding: 0 20px;
  }
}
.section-contact-form-simple .contact-description .cdetail {
  color: #504C75;
  font-size: 20px;
  line-height: 30px;
}
.section-contact-form-simple .contact-description .cdetail .title {
  font-family: "Hind Medium";
  font-weight: 500;
  margin-right: 10px;
}
.section-contact-form-simple .contact-description .cdetail .details {
  font-family: Hind;
  font-weight: 400;
}
.section-contact-form-simple .contact-description .cdetail .details a {
  color: #504C75;
  text-decoration: none;
}
.section-contact-form-simple .contact-description .cdetail .details a:hover {
  text-decoration: underline;
}
.section-contact-form-simple .wpcf7 {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 63px -12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 10px 10px 63px -12px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 10px 63px -12px rgba(0, 0, 0, 0.35);
  padding: 70px 90px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .wpcf7 {
    padding: 20px;
    margin-top: 30px;
  }
}
.section-contact-form-simple .wpcf7 span.form-title {
  color: #504C75;
  font-family: "Hind Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.section-contact-form-simple .wpcf7 input:not([type=submit]), .section-contact-form-simple .wpcf7 textarea {
  border-bottom: 4px solid #504C75;
  width: 100%;
  font-family: "Hind Medium";
  font-size: 20px;
  line-height: 30px;
}
.section-contact-form-simple .wpcf7 [type=submit] {
  padding: 9px 20px;
  width: 180px;
  font-family: "Hind Semibold";
  font-size: 20px;
  border: 2px solid transparent;
  line-height: 32px;
  display: block;
  margin: 0 auto;
}
.section-contact-form-simple .wpcf7 [type=submit]:hover {
  background-color: white;
  color: #ff8001;
  border: 2px solid #ff8001;
  cursor: pointer;
}
.section-contact-form-simple .wpcf7 .submit-container {
  text-align: center;
  padding-top: 35px;
}
.section-contact-form-simple .wpcf7 div {
  position: relative;
  margin-top: 30px;
}
.section-contact-form-simple .wpcf7 .screen-reader-response {
  margin-top: 0px;
}
.section-contact-form-simple .wpcf7 div label {
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "Hind Medium";
  font-size: 20px;
  line-height: 30px;
  transition: .5s;
  color: #504C75;
  pointer-events: none;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .wpcf7 div label {
    left: 10px;
    text-align: left;
    font-size: 17px;
  }
}
.section-contact-form-simple .wpcf7 input:focus ~ label,
.section-contact-form-simple .wpcf7 input:not(.empty) ~ label
.wpcf7 textarea {
  max-height: 100px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-contact-form-simple .wpcf7 input:focus ~ label,
  .section-contact-form-simple .wpcf7 input:not(.empty) ~ label
  .wpcf7 textarea {
    left: 10px;
    text-align: left;
  }
}
.section-contact-form-simple .wpcf7 textarea:focus ~ label, .section-contact-form-simple .wpcf7 input:focus ~ label,
.section-contact-form-simple .wpcf7 textarea:not(.empty) ~ label, .section-contact-form-simple .wpcf7 input:not(.empty) ~ label {
  top: -22px;
  left: 0px;
  color: #ff8001;
}
.section-contact-form-simple .wpcf7 input:focus,
.section-contact-form-simple .wpcf7 textarea:focus {
  border-bottom: 4px solid #ff8001;
}

.section-2columns-text {
  MARGIN-TOP: 30PX;
  margin-bottom: 50px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-2columns-text {
    padding: 0 35px;
  }
}
.section-2columns-text h2 {
  font-family: "Hind Semibold";
  font-size: 24px;
  color: #504C75;
  line-height: 50px;
  margin-top: 20px;
}
.section-2columns-text p {
  font-family: Hind;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-image-pointing-buttons .buttons {
  padding: 25px 0;
  padding-top: 50px;
  max-width: 640px;
  margin: 0 auto;
}
.section-image-pointing-buttons .buttons .box-justified {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.section-image-pointing-buttons .buttons .borded {
  border: 2px solid #ff8001;
  color: #ff8001;
  line-height: 20px;
}
.section-image-pointing-buttons .button {
  width: 200px;
  height: 40px;
  font-family: "Hind Medium";
  font-size: 16px;
  line-height: 25px;
  padding: 8px 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-image-pointing-buttons .button {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    font-family: "Hind";
    padding: 8px 20px;
  }
}
.section-image-pointing-buttons img {
  display: block;
  margin: 0 auto;
  max-width: 640px;
  margin-bottom: 10px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-image-pointing-buttons img {
    max-width: 100%;
  }
}

.section-lectures-examples h2 {
  font-family: "Roboto Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: -0.15px;
  text-align: center;
  margin-top: 60px;
  color: #000;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples h2 {
    font-size: 30px;
    color: #111;
    line-height: 40px;
    font-weight: 500;
  }
}
.section-lectures-examples .lectures {
  margin-top: 50px;
}
.section-lectures-examples .lectures h3 {
  font-family: "Hind Semibold";
  font-size: 30px;
  font-weight: 600;
  line-height: 54px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lectures h3 {
    margin-top: 30px;
    line-height: 44px;
  }
}
.section-lectures-examples .lecture {
  padding-bottom: 124px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture {
    padding-bottom: 34px;
  }
}
.section-lectures-examples .lecture img {
  max-width: 100%;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture img {
    max-width: 100%;
  }
}
.section-lectures-examples .lecture .img_col {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture .img_col {
    padding: 0;
  }
}
.section-lectures-examples .lecture .mobile_only {
  padding: 0;
}
.section-lectures-examples .lecture .mobile_only img {
  max-width: 100%;
}
.section-lectures-examples .lecture h4 {
  font-family: Hind;
  font-size: 24px;
  font-weight: 700;
  color: #504C75;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture h4 {
    margin-top: 30px;
    font-family: 'Hind Bold';
  }
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture h4 {
    padding: 0 20px;
  }
}
.section-lectures-examples .lecture p {
  font-family: Hind;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .lecture p {
    padding: 0 20px;
  }
}
.section-lectures-examples .grey-bg {
  background-color: #f6f6f6;
}
.section-lectures-examples .text-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.section-lectures-examples .buttons {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .section-lectures-examples .buttons {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
  }
  .section-lectures-examples .buttons .button {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .buttons {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
  }
}
.section-lectures-examples .button {
  width: 200px;
  height: 40px;
  font-family: "Hind Medium";
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
  line-height: 22px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.section-lectures-examples .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-lectures-examples .button {
    max-width: 47%;
    margin-left: 10px;
  }
}
.section-lectures-examples .button.borded {
  border: 2px solid #ff8001;
  color: #ff8001;
}

.section-success-stories .top-decoration {
  position: relative;
  margin: 00px 0;
  margin-bottom: 60px;
}
.section-success-stories .top-decoration img {
  max-width: 145px;
  margin: 0 auto;
  display: block;
}
.section-success-stories .top-decoration svg {
  position: absolute;
  width: 130px;
  left: 49%;
  top: 0%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-success-stories h1 {
  font-family: "Roboto BoldItalic";
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #504C75;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-success-stories h1 {
    font-size: 28px;
  }
}
.section-success-stories .top-text {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 45px;
  color: #000;
  text-align: center;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-success-stories .top-text {
    font-size: 18px;
  }
}
.section-success-stories .button-arrow-down-black {
  width: 25px;
  height: 15px;
  margin: 0px auto;
  margin-top: 50px;
  display: block;
}
.section-success-stories .stories {
  margin-top: 30px;
}
.section-success-stories .stories .story {
  padding: 85px;
  padding-top: 85px;
  margin-top: 35px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-success-stories .stories .story {
    padding: 25px;
  }
}
.section-success-stories .stories .story span {
  font-family: Muli;
  font-size: 48px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
  display: block;
  color: #000;
  opacity: 0.9;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-success-stories .stories .story span {
    font-size: 30px;
    font-weight: 600;
  }
}
.section-success-stories .stories .story p {
  font-family: "Hind Medium";
  font-size: 24px;
  font-weight: 500;
  color: #000;
  opacity: 0.9;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-success-stories .stories .story p {
    font-size: 20px;
  }
}

.section-rubrik {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-bottom: 70px;
}
.section-rubrik .container {
  margin-top: 100px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-rubrik .container {
    margin-top: 40px;
  }
}
.section-rubrik h2 {
  font-family: "Hind Semibold";
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #504C75;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-rubrik h2 {
    font-size: 38px;
  }
}
.section-rubrik p {
  font-family: Hind;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
}
.section-rubrik .rubrik {
  display: block;
  margin-top: 40px;
  margin-left: 30px;
  padding: 30px;
  padding-top: 30px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.section-rubrik .rubrik:first-child {
  margin-left: 0;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-rubrik .rubrik:first-child {
    margin-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-rubrik .rubrik {
    margin-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-rubrik .rubrik > span {
  color: #ffffff;
  font-family: "Hind Semibold";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
}
.section-rubrik .rubrik .arrow {
  margin: 0;
  text-align: right;
  margin-top: -33px;
  float: right;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-rubrik .rubrik .arrow {
    margin-right: -20px;
  }
}
.section-rubrik .rubrik p {
  color: rgba(255, 255, 255, 0.99);
  font-family: Hind;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.section-rubrik .rubrik svg {
  width: 13px;
  height: 26px;
}

.rubrikclass.section-rubrik .rubrik .arrow {
  margin-right: -20px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .rubrikclass.section-rubrik .rubrik .arrow {
    margin-right: -20px;
  }
}

.section-reviews {
  background-color: #f4f4f4;
  padding: 60px 0;
}
.section-reviews .row {
  overflow: hidden;
}
.section-reviews .data {
  transition: max-height .15s ease-out;
  -moz-transition: max-height .15s ease-out;
  -webkit-transition: max-height .15s ease-out;
  -o-transition: max-height .15s ease-out;
  -ms-transition: max-height .15s ease-out;
}
.section-reviews .review {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px;
}
.section-reviews .review img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.section-reviews .review p {
  font-family: "Hind Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-header-text-and-image {
  min-height: 530px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
  position: relative;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-text-and-image {
    min-height: 330px;
  }
}
.section-header-text-and-image img {
  width: 2200px;
  position: absolute;
  left: 50%;
  top: -20px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-text-and-image img {
    max-width: 430%;
  }
}
.section-header-text-and-image h1 {
  color: #ff8001;
  font-family: Hind;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-text-and-image h1 {
    font-size: 38px;
  }
}
.section-header-text-and-image p {
  color: #000000;
  font-family: Hind;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-header-text-and-image p {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-top: 70px;
  }
}
.section-header-text-and-image .bottom-text {
  display: block;
}
.section-header-text-and-image .row {
  overflow: hidden;
  margin-top: -40px;
}
.section-header-text-and-image .row .container {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .section-header-text-and-image .row .container {
    width: 100%;
    max-width: 100%;
  }
}

.section-heart-header {
  position: relative;
}
.section-heart-header .container {
  position: relative;
  min-height: 518px;
  width: 100%;
}
.section-heart-header .description {
  color: white;
  max-width: 370px;
  font-family: "Hind Medium";
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 36%;
  line-height: 36px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: CENTER;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-heart-header .description {
    top: 30%;
    max-width: none;
    width: 100%;
    padding: 0 30px;
    font-size: 25px;
  }
}
.section-heart-header #heart-about {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-heart-header #heart-about {
    bottom: auto;
  }
}
.section-heart-header .image_wrapper_cover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: -2;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-heart-header .image_wrapper_cover {
    display: none;
  }
}
.section-heart-header img.img_cover {
  position: absolute;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-people-list {
  padding: 80px 0px;
  font-family: 'Hind';
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-people-list {
    padding: 80px 25px;
  }
}
.section-people-list img {
  max-width: 340px;
  min-width: 340px;
  float: right;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-people-list img {
    max-width: 170px;
    min-width: 170px;
    display: inline-block;
    float: none !important;
    margin-top: 20px;
  }
}
.section-people-list .img-people {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-people-list .img-people {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
}
.section-people-list .grey-bg img {
  float: left;
}
.section-people-list .people {
  margin-top: 50px;
}
.section-people-list .people:first-child {
  margin-top: 10px;
}
.section-people-list .title {
  font-size: 24px;
  font-family: 'Hind SemiBold';
}
.section-people-list .details {
  font-size: 20px;
  font-family: 'Hind SemiBold';
  margin-top: 30px;
  line-height: 28px;
}
.section-people-list .button {
  font-size: 16px;
  height: 40px;
  width: 204px;
  line-height: 1.3;
  font-family: inherit;
  text-align: center;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 30px;
  border: 2px solid transparent;
}
.section-people-list .button:hover {
  background-color: white;
  color: #ff8001;
  border: 2px solid #ff8001;
}

.section-var-historia {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb502+0,ff8001+100 */
  background: #ffb502;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffb502 0%, #ff8001 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffb502 0%, #ff8001 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffb502 0%, #ff8001 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb502', endColorstr='#ff8001',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 100px 0px;
  padding-bottom: 150px;
  min-height: 720px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-var-historia {
    padding: 80px 20px;
  }
  .section-var-historia .offset-2 {
    margin: 0;
  }
}
.section-var-historia h2 {
  text-align: center;
  color: white;
  font-size: 36px;
  font-family: "Hind SemiBold";
}
.section-var-historia .big-description {
  color: white;
  font-family: "Hind Medium";
  font-size: 24px;
  margin-top: 30px;
}
.section-var-historia .small-description {
  color: white;
  font-family: "Hind Medium";
  font-size: 20px;
  margin-top: 20px;
}
.section-var-historia .icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: white;
  margin-top: 40px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-var-historia .icons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
.section-var-historia .icons .icon {
  display: inline-block;
  height: 40px;
  float: left;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.section-var-historia .icons .icon img {
  display: inline-block;
  height: 40px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-var-historia .icons .icon img {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-var-historia .icons .icon {
    margin-top: 10px;
  }
}
.section-var-historia .icons .description {
  font-family: "Hind";
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
  display: inline-block;
  float: left;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .section-var-historia .icons .description {
    margin-top: 10px;
  }
}

.iziModal {
  max-width: 1000px !important;
}

.section-contact-popup {
  padding: 0 0px;
  overflow: hidden;
}
.section-contact-popup .title {
  color: #FF8001;
  font-size: 36px;
  font-family: 'Hind Bold';
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 1150px) {
  .section-contact-popup .title {
    font-size: 30px;
  }
}
.section-contact-popup .details, .section-contact-popup .details p {
  font-size: 18px;
  font-family: 'Hind';
  color: #232B69;
}
.section-contact-popup .details p {
  margin-bottom: 15px;
}
.section-contact-popup .details a {
  text-decoration: none;
}
.section-contact-popup .details a:hover {
  color: #FF8001;
  text-decoration: underline;
}
.section-contact-popup div.wpcf7-response-output.wpcf7-mail-sent-ng, .section-contact-popup div.wpcf7-response-output.wpcf7-validation-errors, .section-contact-popup div.wpcf7-response-output.wpcf7-aborted {
  display: inline-block !important;
  clear: left;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 26px;
  line-height: 17px;
}

.row.extend-more {
  margin-top: 40px;
}

.extend-more button {
  padding: 20px;
  padding-right: 30px;
  border-radius: 30px;
  line-height: 5px;
  position: Relative;
  width: 150px;
  height: 30px;
  background-color: white;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  display: block;
  
  border: 1px solid transparent;
}
.extend-more button:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.extend-more .arrow {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 14px;
  righT: 10px;
}
.extend-more .arrow .icon {
  width: 15px;
  height: 15px;
}

.page-template-page-neutral {
  padding-top: 90px;
}
.page-template-page-neutral .flex.container {
  margin-top: -30px;
}
.page-template-page-neutral .flex.container > .content-area {
  padding-top: 80px;
}
.page-template-page-neutral .header-image {
  z-index: 2;
  overflow: hidden;
}
.page-template-page-neutral .header-image img {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}
.page-template-page-neutral iframe[src*="youtube"] {
  width: 100%;
  display: block;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 5px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .page-template-page-neutral iframe[src*="youtube"] {
    height: 150px;
  }
}
.page-template-page-neutral .content-area {
  padding: 90px;
  padding-right: 0px;
  font-family: "Hind Medium";
  font-weight: 500;
  line-height: 34px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 1365px) {
  .page-template-page-neutral .content-area {
    padding: 40px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .page-template-page-neutral .content-area {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-neutral .content-area {
    padding: 40px 10px;
  }
}
.page-template-page-neutral .content-area .section-rubrik {
  background-color: transparent;
  margin-top: 10px;
  padding-bottom: 30px;
}
.page-template-page-neutral .content-area .section-rubrik .rubrik {
  width: 30%;
  height: 130px;
  padding: 20px;
  position: relative;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.page-template-page-neutral .content-area .section-rubrik .rubrik:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .page-template-page-neutral .content-area .section-rubrik .rubrik {
    width: 100%;
    height: 80px;
    margin-top: 10px;
  }
}
.page-template-page-neutral .content-area .section-rubrik .rubrik p {
  font-family: "Hind Semibold";
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
}
.page-template-page-neutral .content-area .section-rubrik .rubrik a {
  position: absolute;
  left: 15px;
  font-family: "Hind Semibold";
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  text-decoration: none;
  top: 15px;
  bottom: 0;
  z-index: 3;
}
.page-template-page-neutral .content-area .section-rubrik .rubrik .arrow {
  bottom: 10px;
  position: absolute;
  right: 15px;
}
.page-template-page-neutral .content-area header h1 {
  font-size: 36px;
  margin-bottom: 25px;
}
.page-template-page-neutral .content-area header a {
  text-decoration: none;
  color: #504C75;
  margin-bottom: 20px;
  display: block;
  font-family: "Hind Semibold";
  font-size: 36px;
  font-weight: 600;
}
.page-template-page-neutral .content-area span, .page-template-page-neutral .content-area p, .page-template-page-neutral .content-area li {
  font-family: "Hind Medium";
  line-height: 1.3;
  font-size: 18px;
}
.page-template-page-neutral .content-area span br, .page-template-page-neutral .content-area p br, .page-template-page-neutral .content-area li br {
  margin-bottom: 10px;
}
.page-template-page-neutral .content-area p + p {
  margin-top: 20px;
}
.page-template-page-neutral .content-area ul {
  margin-top: 5px;
}
.page-template-page-neutral .content-area ul a {
  color: rgba(17, 17, 17, 0.99);
}
.page-template-page-neutral .content-area ul li {
  margin-top: 5px;
}
.page-template-page-neutral .content-area h2, .page-template-page-neutral .content-area h3, .page-template-page-neutral .content-area h4, .page-template-page-neutral .content-area h5, .page-template-page-neutral .content-area h6 {
  font-family: "Hind Semibold";
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 18px;
}
.page-template-page-neutral .content-area h3, .page-template-page-neutral .content-area h4, .page-template-page-neutral .content-area h5, .page-template-page-neutral .content-area h6 {
  font-family: "Hind Semibold";
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 18px;
  line-height: 31px;
}
.page-template-page-neutral .content-area h3 strong, .page-template-page-neutral .content-area h4 strong, .page-template-page-neutral .content-area h5 strong, .page-template-page-neutral .content-area h6 strong {
  font-family: "Hind";
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 18px;
}
.page-template-page-neutral .content-area .button {
  width: 200px;
  height: 40px;
  font-family: "Hind Medium";
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-neutral .content-area ul, .page-template-page-neutral .content-area ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
.page-template-page-neutral .inner-wrapper-sticky {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.flex .sidebar-container {
  background-color: #f4f4f4;
  position: relative;
  color: #000;
  min-width: 335px;
  max-width: 335px;
  margin-top: -15px;
  will-change: min-height;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 1365px) {
  .flex .sidebar-container {
    displaY: none;
  }
}
.flex .sidebar-container.is-affixed {
  height: auto !important;
}
.flex .sidebar-container .sidebar {
  padding-top: 170px;
}
.flex .sidebar-container svg {
  width: 150px;
  position: absolute;
  top: -140px;
  left: 40px;
}
.flex .sidebar-container img {
  margin-top: 10px;
}
.flex .sidebar-container .top-text {
  font-size: 32px;
  line-height: 36px;
  padding: 0 40px;
  font-family: "Hind Light";
  font-weight: 300;
  color: #504C75;
  position: relative;
}
.flex .sidebar-container .name {
  font-size: 32px;
  line-height: 36px;
  font-family: "Hind Semibold";
  font-weight: 600;
  padding: 0 40px;
  display: block;
  color: #504C75;
}
.flex .sidebar-container .description {
  padding: 20px 40px;
  font-family: "Hind Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.flex .sidebar-container .title-events {
  padding: 0 40px;
  font-family: "Hind Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.flex .sidebar-container .events {
  padding: 0 40px;
  font-family: "Hind Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.flex .sidebar-container .events ul {
  list-style: none;
}
.flex .sidebar-container .centered {
  padding: 0 40px;
}
.flex .sidebar-container .button {
  display: inline-block;
  margin: 30px auto;
  padding: 8px 20px;
  heighT: 40px;
  font-family: "Hind Medium";
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  line-height: 23px;
}

.iziModal-overlay.fadeInDown, .iziModal.fadeInDown {
  -webkit-animation: iziM-fadeInDown 0.4s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInDown 0.4s cubic-bezier(0.16, 0.81, 0.32, 1);
}

.iziModal {
  max-width: 1500px !important;
  transition: margin-top .2s ease,height .2s ease;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .iziModal {
    max-width: 1200px !important;
  }
}
@media only screen and (max-width: 1365px) {
  .iziModal {
    max-width: 1200px !important;
  }
}
@media only screen and (max-width: 1150px) {
  .iziModal {
    max-width: 1000px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal {
    max-width: 95% !important;
  }
}
.iziModal .column {
  width: 50%;
  float: left;
}
.iziModal .popup-form, .iziModal .contact-description {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .popup-form, .iziModal .contact-description {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .popup-form, .iziModal .contact-description {
    height: auto;
  }
}
@media only screen and (max-width: 425px) {
  .iziModal .popup-form, .iziModal .contact-description {
    height: auto;
  }
}
.iziModal .contact-description {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .contact-description {
    height: auto;
  }
}
@media only screen and (max-width: 425px) {
  .iziModal .contact-description {
    height: auto;
  }
}
.iziModal .popup-form {
  background-color: rgba(255, 128, 1, 0.5);
  padding: 0px 80px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .iziModal .popup-form {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 1365px) {
  .iziModal .popup-form {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 1150px) {
  .iziModal .popup-form {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .popup-form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .popup-form {
    width: 100%;
    padding-bottom: 25px;
  }
}
.iziModal .security {
  background-color: #F4F4F4;
}
.iziModal .contact-description {
  padding: 50px 140px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 1366px) and (max-width: 1450px) {
  .iziModal .contact-description {
    padding: 50px 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .iziModal .contact-description {
    padding: 50px 70px;
  }
}
@media only screen and (max-width: 1150px) {
  .iziModal .contact-description {
    width: 40%;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .contact-description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .contact-description {
    width: 100%;
  }
}
.iziModal .wpcf7-form {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form {
    padding: 0 5px;
  }
}
.iziModal .wpcf7-form .form-title {
  font-size: 24px;
  display: block;
  font-family: "Hind";
  width: 100%;
  color: #FFFFFF;
  text-align: left;
  margin-top: 50px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .form-title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .iziModal .wpcf7-form .form-title {
    font-size: 20px;
  }
}
.iziModal .wpcf7-form .input-group {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.iziModal .wpcf7-form .input-field {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.iziModal .wpcf7-form .input-field:last-child {
  padding-right: 0px;
}
.iziModal .wpcf7-form .input-field:first-child {
  padding-left: 0px;
}
@media only screen and (max-width: 425px) {
  .iziModal .wpcf7-form .input-field {
    width: 100%;
    padding: 0px;
  }
}
.iziModal .wpcf7-form .input-field.alone {
  width: 100%;
  padding: 0;
}
.iziModal .wpcf7-form .proportions .input-field:first-child {
  width: 70%;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.iziModal .wpcf7-form .proportions .input-field:first-child .menu-arrow-down {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .proportions .input-field:first-child {
    width: 100%;
    padding: 0px;
  }
  .iziModal .wpcf7-form .proportions .input-field:first-child .menu-arrow-down {
    right: 10px;
  }
}
.iziModal .wpcf7-form .proportions .input-field:last-child {
  width: 30%;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .proportions .input-field:last-child {
    width: 100%;
    padding: 0px;
  }
}
.iziModal .wpcf7-form input:not([type=submit]), .iziModal .wpcf7-form select, .iziModal .wpcf7-form textarea {
  background-color: white;
  height: 45px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 18px;
  padding-top: 20px;
  padding-left: 5px;
  font-family: 'Hind';
  font-size: 15px;
  line-height: normal;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form input:not([type=submit]), .iziModal .wpcf7-form select, .iziModal .wpcf7-form textarea {
    margin-bottom: 8px;
    line-height: normal;
    font-size: 14px;
  }
}
.iziModal .wpcf7-form select {
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
}
.iziModal .wpcf7-form .proportions select {
  background: url(img/menu-arrow-down-popup.png) 96%/4.5% no-repeat #fff;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .wpcf7-form .proportions select {
    background-size: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .proportions select {
    background-size: 3%;
  }
}
.iziModal .wpcf7-form .alone select {
  background: url(img/menu-arrow-down-popup.png) 96%/3.3% no-repeat #fff;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .wpcf7-form .alone select {
    background-size: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .alone select {
    background-size: 3%;
  }
}
.iziModal .wpcf7-form .date-picky input {
  background: url(img/menu-arrow-down-popup.png) 84%/12% no-repeat #fff;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .iziModal .wpcf7-form .date-picky input {
    background-size: 7%;
    background-position-x: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .date-picky input {
    background-size: 3%;
    background-position-x: 96%;
  }
}
.iziModal .wpcf7-form .menu-arrow-down {
  fill: #a3a3a3;
  width: 15px;
  height: 11px;
  top: 18px;
  right: 10px;
  position: absolute;
}
.iziModal .wpcf7-form .input-field label {
  position: absolute;
  top: 13px;
  left: 5px;
  font-family: 'Hind';
  font-size: 15px;
  text-transform: uppercase;
  transition: .5s;
  color: #504C75;
  pointer-events: none;
  line-height: 22px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
.iziModal .wpcf7-form .input-field label.error {
  color: red;
  position: relative;
  margin-top: -15px;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  left: 0px;
  top: 0px !important;
  transform: none !important;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .input-field label.error {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .input-field label {
    line-height: 23px;
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 425px) {
  .iziModal .wpcf7-form .input-field label {
    left: 5px !important;
  }
}
.iziModal .wpcf7-form .input-group .input-field:nth-child(2) label {
  left: 15px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .input-group .input-field:nth-child(2) label {
    left: 15px;
  }
}
.iziModal .wpcf7-form .input-group.proportions .input-field:nth-child(2) label {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  .iziModal .wpcf7-form .input-group.proportions .input-field:nth-child(2) label {
    left: 5px;
  }
}
.iziModal .wpcf7-form .input-field input:focus ~ label, .iziModal .wpcf7-form .input-field select:focus ~ label,
.iziModal .wpcf7-form .input-field input:not(.empty) ~ label, .iziModal .wpcf7-form .input-field select:not(.empty) ~ label {
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateZ(0) scale(0.88);
  -moz-transform: perspective(1px) scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: perspective(1px) scale(0.88);
  -webkit-backface-visibility: hidden;
  transform-origin: 0% 0%;
}
.iziModal .wpcf7-form .submit-container {
  clear: both;
  float: right;
  position: relative;
}
.iziModal .wpcf7-form .submit-container .button-arrow-down-white {
  position: absolute;
  width: 24px;
  height: 17px;
  right: 8px;
  top: 12px;
  transform: rotate(-90deg);
}
.iziModal .wpcf7-form input[type=submit] {
  width: 180px;
  height: 40px;
  background-color: #232B69;
  line-height: 25px;
  float: right;
  font-family: 'Hind Bold';
  text-align: center;
  padding-right: 30px;
  border: 2px solid transparent;
}
.iziModal .wpcf7-form input[type=submit]:hover {
  border: 2px solid white;
  color: white;
}
.iziModal .security {
  height: 60px;
  display: block;
  background-color: #F4F4F4;
  color: #111;
  font-size: 12px;
  text-align: center;
  font-family: 'Hind';
  padding: 18px 0;
}
.iziModal .security span {
  margin-left: 6px;
  top: -3px;
  display: inline-block;
  position: relative;
}
.iziModal .security span a {
  color: #111;
  text-decoration: none;
}
.iziModal .icon-close {
  position: absolute;
  font-size: 21px;
  font-weight: 800;
  right: 10px;
  top: 6px;
  z-index: 9999;
}

.mobile_only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }

  .mobile_hide {
    display: none;
  }
}
/*    @if $media == heightS {
        @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
    }*/
.init_hidden {
  display: none;
}

div.wpcf7 .ajax-loader {
  margin: 12px 5px 0 4px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}

nav.fullscreenmenu .topper {
  padding-top: 15px;
  background-color: white;
  width: 100%;
  height: 60px;
}
nav.fullscreenmenu .logo {
  float: left;
}
nav.fullscreenmenu .logo img {
  max-height: 35px;
  margin-left: 30px;
}
nav.fullscreenmenu .animateddrawer {
  margin-top: 12px;
}
nav.fullscreenmenu .navcontent {
  margin-top: 60px;
}
nav.fullscreenmenu .menu {
  display: block;
  margin-top: 30px;
  background-color: white;
  z-index: 999;
  position: relative;
}
nav.fullscreenmenu ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  text-align: left;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  nav.fullscreenmenu ul li {
    clear: both;
  }
}
nav.fullscreenmenu ul li a {
  display: block;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  color: #111111;
  font-family: 'Hind Medium';
  margin-bottom: 10px;
  display: inline-block;
  line-height: 27px;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  nav.fullscreenmenu ul li a {
    float: left;
  }
}
nav.fullscreenmenu ul.sub-menu li a {
  font-size: 14px;
}
nav.fullscreenmenu svg {
  width: 13px;
  height: 8px;
  margin-top: 9px;
  margin-left: 8px;
  float: right;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  nav.fullscreenmenu svg {
    float: left;
  }
}
nav.fullscreenmenu .menu-mobile-header > li.menu-item-has-children > a > svg {
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  nav.fullscreenmenu .menu-mobile-header > li.menu-item-has-children > a > svg {
    float: right;
  }
}
nav.fullscreenmenu .kontakt_mobile {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
}
nav.fullscreenmenu .kontakt_mobile .row {
  margin: 0;
}
nav.fullscreenmenu .kontakt_mobile img {
  display: inline;
  margin-top: -25px;
}
nav.fullscreenmenu .kontakt_mobile .column {
  width: 50%;
  text-align: center;
}
nav.fullscreenmenu .kontakt_mobile .contact-title {
  font-size: 18px;
  font-family: 'Hind Medium';
  color: #111111;
  text-align: left;
  padding-left: 40px;
  font-weight: 600;
}
nav.fullscreenmenu .kontakt_mobile .contact-content {
  font-size: 14px;
  font-family: 'Roboto';
  text-align: left;
  padding-left: 40px;
  margin-top: 10px;
  color: #252525;
}
nav.fullscreenmenu .kontakt_mobile .contact-content > * {
  line-height: 17px;
  color: #252525;
  margin-bottom: 5px;
}
nav.fullscreenmenu .kontakt_mobile .contact-content a {
  color: #252525;
  text-decoration: none;
}
nav.fullscreenmenu .kontakt_mobile .contact-content a:hover {
  text-decoration: underline;
}

#mobile_menu .sub-menu {
  transition: max-height 0.25s ease-out;
  /*    @if $media == heightS {
          @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
      }*/
}
@media only screen and (max-width: 767px) {
  #mobile_menu .sub-menu {
    max-height: 0;
    overflow: auto;
    clear: both;
  }
  #mobile_menu .sub-menu.open-sub {
    max-height: none;
  }
}

.animateddrawer span {
  margin-top: -1px;
}
.animateddrawer span:after {
  opacity: 0;
  transition: transform 0.3s ease-in 0.3s;
}

.animateddrawer.open span:after {
  opacity: 1;
}

#modal-contact {
  z-index: 99999 !important;
}

a.button.neutral-line {
  line-height: 10px;
  padding: 6px 20px !important;
  width: auto !important;
}

.buttons-alt {
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  #ui-datepicker-div {
    top: 50% !important;
    left: 50% !important;
    -moz-transform: translate(-50%, -50%) scale(0.8) !important;
    -o-transform: translate(-50%, -50%) scale(0.8) !important;
    -ms-transform: translate(-50%, -50%) scale(0.8) !important;
    -webkit-transform: translate(-50%, -50%) scale(0.8) !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
}
/*    @if $media == heightS {
        @media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
    }*/

/*# sourceMappingURL=style.css.map */
.row.lecture blockquote {
	font-style: italic;
	padding: 0 7px;
}
