@font-face {
  font-family: 'frutigerLTStd';
  src: url('../fonts/FrutigerLTStd-Roman.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'frutigerLTStd';
  src: url('../fonts/FrutigerLTStd-Light.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'frutigerLTStd';
  src: url('../fonts/FrutigerLTStd-Bold.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'frutigerLTStd';
  src: url('../fonts/FrutigerLTStd-Black.otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'frutigerLTStd';
  src: url('../fonts/FrutigerLTStd-LightItalic.otf');
  font-weight: 100;
  font-style: italic;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e5e5e5 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #e5e5e5 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5 !important;
}
body {
  font-family: 'frutigerLTStd';
  font-size: 15px;
  font-weight: normal;
  background: #f5f5f5;
}
body.details {
  background: #fff;
}
strong {
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.navbar {
  background: #f5f5f5;
}
.navbar .top-menu ul.nav .nav-item .nav-link {
  color: #929292;
  font-size: 0.8em;
  padding: 0 0.6rem;
  margin: 0.5rem 0;
}
.navbar .top-menu ul.nav .nav-item.active .nav-link {
  color: #141414;
}
.navbar .top-menu ul.nav .nav-item.first a.nav-link {
  border-right: 1px solid #929292;
  padding-left: 0;
}
.nav-header {
  background: #f5f5f5;
}
.nav-header .main-nav .nav-item {
  background-color: #f5f5f5;
  box-shadow: 0 -0.125rem 1.25rem rgba(0, 0, 0, 0.075);
  padding: 10px 0;
  height: 42px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
.nav-header .main-nav .nav-item.first {
  box-shadow: 0 0;
}
.nav-header .main-nav .nav-item:hover {
  height: 65px !important;
}
.nav-header .main-nav .nav-item .nav-text {
  font-size: 2.2em;
  font-weight: 900;
}
.nav-header .main-nav .nav-item .nav-text a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
.nav-header .main-nav .nav-item .nav-text a:hover {
  color: #0078bd;
}
@media only screen and (max-width: 767px) {
  .nav-header .main-nav .nav-item .nav-text {
    font-size: 1.5em;
  }
}
.nav-header .main-nav .nav-item .nav-meta {
  align-self: center;
  font-size: 0.8em;
}
.nav-header .main-nav .nav-item .nav-meta a {
  color: inherit;
  border: 1px solid #52585c;
  border-radius: 12px;
  text-decoration: none;
  padding: 1px 10px;
}
@media only screen and (max-width: 991px) {
  .nav-header .main-nav .nav-item {
    height: auto;
  }
}
.page-header-wrapper .page-header {
  background-color: #fff;
  box-shadow: 0 0rem 3.25rem rgba(0, 0, 0, 0.075);
}
.page-header-wrapper .page-header .page-title-container {
  padding: 15px 0;
}
.page-header-wrapper .page-header .page-title-container .page-title {
  font-size: 2.2em;
  font-weight: 900;
}
.page-header-wrapper .page-header .page-title-container .page-title a {
  color: inherit;
}
.page-header-wrapper .page-header .page-title-container .page-title a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .page-header-wrapper .page-header .page-title-container .page-title {
    font-size: 1.5em;
  }
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-filter {
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter {
    margin-bottom: 10px;
  }
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .show-filter,
.page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .reset-filter {
  font-size: 0.8em;
  display: block;
  padding-left: 29px;
  position: relative;
  letter-spacing: 0.7px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 1em;
}
@media only screen and (max-width: 991px) {
  .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .show-filter,
  .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .reset-filter {
    padding-left: 1.5em;
  }
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .show-filter {
  background: url(../Images/filter.png) left 10px top 3px no-repeat;
  background-size: 17px;
  color: #0078bd;
}
@media only screen and (max-width: 991px) {
  .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .show-filter {
    background-position: left 0 top 4px;
  }
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .reset-filter {
  background: url(../Images/filter-zuruck.png) left 13px top 3px no-repeat;
  background-size: 13px;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
@media only screen and (max-width: 991px) {
  .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .reset-filter {
    background-position: left 7px top 4px;
  }
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .list-view {
  background: url(../Images/loc_icon.png) left 0px top 4px no-repeat;
  background-size: 16px;
  display: block;
  font-size: 0.8em;
  font-weight: 100;
  padding-right: 1.5em;
  padding-left: 18px;
  text-decoration: underline;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 1em;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .list-view.map-view {
  background: url(../Images/map_view.jpg) left 0px top 1px no-repeat;
  background-size: 17px;
  padding-left: 19px;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .meta-info {
  border: 1px solid #52585c;
  border-radius: 12px;
  color: inherit;
  font-size: 0.9em;
  padding: 3px 10px;
  margin-left: 10px;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .meta-info a {
  color: inherit;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .meta-info a:hover {
  text-decoration: none;
}
.page-header-wrapper.top-fixed .page-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
.page-header-wrapper.top-fixed + #content {
  padding-top: 135px;
}
@media only screen and (max-width: 991px) {
  .page-header-wrapper.top-fixed + #content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header-wrapper.top-fixed + #content {
    padding-top: 172px;
  }
}
#searchForm {
  background-color: #fff;
}
#searchForm .search-box {
  border-top: 1px solid #dddddd;
}
#searchForm .search-box input.search-field {
  background-image: url(../Images/search-icon.png);
  background-position: 35% center;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 0;
  text-align: center;
  padding: 2px;
  height: auto;
  font-size: 4em;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #searchForm .search-box input.search-field {
    background-position-x: 35%;
  }
}
@media only screen and (max-width: 991px) {
  #searchForm .search-box input.search-field {
    background-position-x: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #searchForm .search-box input.search-field {
    background-position-x: 20%;
  }
}
@media only screen and (max-width: 575px) {
  #searchForm .search-box input.search-field {
    background-position-x: 5%;
  }
}
#searchForm .search-box input.search-field:not([value=""]),
#searchForm .search-box input.search-field:focus {
  background-position-x: 2%;
  box-shadow: 0 0;
}
#content .pagination {
  padding: 1.2em 0;
  background: #fff;
}
#content .pagination .pagination-wrapper {
  align-items: center;
}
@media only screen and (max-width: 575px) {
  #content .pagination .pagination-wrapper {
    text-align: center;
  }
}
#content .pagination .pagination-wrapper .pagi-info {
  font-size: 14px;
}
#content .pagination .pagination-wrapper .pagi-navi {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 0.8em;
  padding: 0.2em 3em;
  position: relative;
}
#content .pagination .pagination-wrapper .pagi-navi a {
  color: #000;
  font-size: 14px;
  padding: 0 3px;
}
#content .pagination .pagination-wrapper .pagi-navi a.prev {
  color: #0078bd;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2em;
  text-indent: -9999px;
  background: url(../Images/pagi-prev-next.png) no-repeat;
  transform: rotate(180deg);
  height: 13px;
  width: 7px;
}
#content .pagination .pagination-wrapper .pagi-navi a.prev.disabled {
  filter: grayscale(100);
  opacity: 0.3;
}
#content .pagination .pagination-wrapper .pagi-navi a.next {
  color: #0078bd;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2em;
  background: url(../Images/pagi-prev-next.png) no-repeat;
  text-indent: -9999px;
  height: 13px;
  width: 7px;
}
#content .pagination .pagination-wrapper .pagi-navi a.active {
  font-weight: 900;
}
@media only screen and (max-width: 575px) {
  #content .pagination .pagination-wrapper .pagi-navi {
    display: inline-block;
    margin-top: 10px;
  }
}
#content .pagination + .content-section {
  padding-top: 0;
}
#content .content-section {
  padding: 0 2.5em 4em;
}
#content .content-section .list-view {
  margin: 0 -5px;
  /*-webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex: 1 1 auto;
	        flex: 1 1 auto;*/
}
#content .content-section .list-view .list-item {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
#content .content-section .list-view .list-item a {
  color: #474747;
  text-decoration: none;
}
#content .content-section .list-view .list-item .logo {
  background: #fff;
  align-items: center;
  display: flex;
  height: 120px;
  padding: 15px;
}
#content .content-section .list-view .list-item .logo img {
  max-height: 65px;
  max-width: 100%;
}
#content .content-section .list-view .list-item:last-child {
  border-right: 0;
}
#content .content-section .list-view .list-item .lang-show {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 26px;
  width: auto;
  color: #0078bd;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 13px;
}
#content .content-section .list-view .list-item .lang-show .lang-code {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
}
#content .content-section .list-view.img-top .list-item .title {
  font-size: 0.8em;
  font-weight: 700;
  padding: 20px;
}
#content .content-section .list-view.img-top .list-item:hover {
  background: #0078bd;
}
#content .content-section .list-view.img-top .list-item:hover .title {
  color: #fff;
}
#content .content-section .list-view.no-img .list-item {
  padding: 20px 20px 50px;
}
#content .content-section .list-view.no-img .list-item h4.title {
  font-size: 1.1em;
  line-height: 1.1;
  text-transform: uppercase;
}
#content .content-section .list-view.no-img .list-item h4.title a {
  color: #fff;
}
#content .content-section .list-view.no-img .list-item h4.title a span {
  background: #0078bd;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
#content .content-section .list-view.no-img .list-item .inst-name,
#content .content-section .list-view.no-img .list-item .dept-name {
  font-size: 0.8em;
  margin: 15px 0;
}
#content .content-section .list-view.no-img .list-item .inst-name .name-title,
#content .content-section .list-view.no-img .list-item .dept-name .name-title {
  font-weight: 700;
}
#content .content-section .list-view.no-img .list-item:hover {
  border-color: #91d3f9;
}
#content .content-section .list-view.no-img .list-item:hover h4.title a span {
  background: #000;
}
#content .content-section .list-view.bg-img .list-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
  padding: 20px 20px 60px;
}
#content .content-section .list-view.bg-img .list-item:hover {
  box-shadow: inset 0 0 0 2000px rgba(0, 120, 189, 0.9);
}
#content .content-section .list-view.bg-img .list-item .dept .dept-title {
  color: #fff;
  display: block;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.2;
}
#content .content-section .list-view.bg-img .list-item .dept .dept-name {
  font-size: 0.85em;
  font-weight: 100;
}
#content .content-section .list-view.bg-img .list-item .projekt {
  margin: 2em 0 1em;
  color: #fff;
}
#content .content-section .list-view.bg-img .list-item .projekt a {
  color: #fff;
}
#content .content-section .list-view.bg-img .list-item .projekt .projekt-title {
  font-size: 1.2em;
  font-weight: 700;
}
#content .content-section .list-view.bg-img .list-item .projekt .projekt-name {
  font-size: 0.95em;
  font-weight: 100;
}
#content .content-section .list-view.bg-img .list-item .lang-show {
  color: #fff;
}
#content .content-section .list-view.bg-img .list-item .lang-show a {
  color: #fff;
}
#content .content-section .list-view.bg-img.bg-img-bottom-small .list-item {
  background-position: bottom 20px left 20px;
  background-size: auto 45px;
}
#content .content-section .main_content {
  padding-bottom: 3em;
}
#content .content-section .left-section .breadcrumb {
  background: transparent;
  font-size: 0.8em;
  padding: 0;
  margin:3em 0 2em;
}
#content .content-section .left-section .breadcrumb ul li {
  color: #000;
}
#content .content-section .left-section .breadcrumb ul li:before {
  color: #646464;
  content: "/";
  padding-right: 10px;
}
#content .content-section .left-section .breadcrumb ul li:first-child:before {
  display: none;
}
#content .content-section .left-section .breadcrumb ul li a {
  color: #646464;
  text-decoration: none;
}
#content .content-section .left-section .content-left {
  font-weight: 100;
}
#content .content-section .left-section .content-left .sub-head {
  font-size: 1.3em;
  font-weight: 700;
}
#content .content-section .left-section .content-left .main-head {
  font-size: 2.1em;
  font-weight: 900;
}
#content .content-section .left-section .content-left .content-featured-img {
  margin: 2em 0;
}
#content .content-section .left-section .content-left .content-featured-img img {
  max-width: 100px;
}
#content .content-section .left-section .content-left p {
  margin-bottom: 2em;
}
#content .content-section .left-section .content-left ul {
  padding-left: 1em;
}
#content .content-section .left-section .content-left ul li {
  padding-left: 1em;
  list-style-type: circle;
}
#content .content-section .left-section .content-left iframe {
  /* height: auto; */
  max-width: 100%;
}
#content .content-section .left-section .content-left .highlighted-content {
  background: #f5f5f5;
  font-size: 0.9em;
  padding: 1em;
}
#content .content-section .left-section .content-left .highlighted-content .highlighted-content-title {
  font-size: 1.2em;
  font-weight: bold;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item {
  position: relative;
  margin-bottom: -10px;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item .hierarchy-item-title {
  background: #f9f9f9;
  border: 1px solid #92d1f5;
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  padding: 15px;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item .hierarchy-item-sub {
  display: none;
  margin-left: 60px;
  position: relative;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item .hierarchy-item-sub:before {
  background: #92d1f5;
  content: "";
  position: absolute;
  top: 30px;
  left: -40px;
  width: 40px;
  height: 1px;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item .hierarchy-item-sub.open > .hierarchy-item-sub {
  display: block;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item .hierarchy-item-sub.open:after {
  background: #92d1f5;
  content: "";
  position: absolute;
  bottom: 30px;
  top: 60px;
  left: 20px;
  width: 1px;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item.open:before {
  background: #92d1f5;
  content: "";
  position: absolute;
  bottom: 30px;
  top: 60px;
  left: 20px;
  width: 1px;
}
#content .content-section .left-section .content-left .hierarchy-view .hierarchy-block .hierarchy-item.open > .hierarchy-item-sub {
  display: block;
}
#content .content-section .right-section {
  background: #f5f5f5;
  margin-top: 6em;
  padding: 1em 15px;
}
@media only screen and (max-width: 767px) {
  #content .content-section .right-section {
    margin-top: 2em;
  }
}
#content .content-section .right-section .sidebar-item {
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 2em;
}
#content .content-section .right-section .sidebar-item .sidebar-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#content .content-section .right-section .sidebar-item .sidebar-tags a {
  background: #e8e8e8;
  border-radius: 15px;
  color: #333;
  display: inline-block;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 3px 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
}
#content .content-section .right-section .sidebar-item .sidebar-tags a:hover {
  background: #0078bd;
  color: #fff;
}
#content .content-section .right-section .sidebar-item .sidebar-tags a.active {
  background: transparent;
  border: 1px solid #d0d0d0;
  color: #c2c2c2;
}
#content .content-section .right-section .sidebar-item .kontakt-addr strong {
  font-weight: 400;
}
#content .content-section .right-section .sidebar-item i {
  color: #999;
}
#content .content-section .right-section .sidebar-item i.fas.fa-phone {
  transform: rotateY(180deg);
}
#content .list-4-col .content-section{
    border-top: 2px solid #eee;
}
#content .list-4-col .content-section {
  padding-top: 0em;
}
#content .list-4-col .list-view-switcher {
  padding: 1.5em 0;
}
#content .list-4-col .list-view-switcher a {
  border: 1px solid #d0d0d0;
  border-radius: 2em;
  color: #c2c2c2;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0.5em 2em;
  text-decoration: none;
}
#content .list-4-col .list-view-switcher a.active {
  background: #fff;
  color: #000;
}
#content .list-4-col .list-view-switcher input[type="text"] {
  border-color: #676767;
  border-radius: 0;
  margin-right: 5px;
}
ul.f3-widget-paginator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: .8em;
  padding: .1em 2em;
  position: relative;
  display: inline-block;
  float: right;
}
ul.f3-widget-paginator li {
  display: inline-block;
  padding: 3px;
}
ul.f3-widget-paginator li.previous {
  position: absolute;
  left: 3px;
  top: 0;
}
ul.f3-widget-paginator li.next {
  position: absolute;
  right: 3px;
  top: 0;
}
#content {
  position: relative;
}
#mapSection {
  height: 66vh;
  width: 100%;
}
#mapSidebar {
  box-shadow: 0 0 3.25rem rgba(0, 0, 0, 0.075);
  background: #fefefe;
  position: absolute;
  font-size: 0.9em;
  height: 100%;
  width: 300px;
  left: 0;
  top: 0;
  padding: 25px 0 15px;
  overflow: hidden;
  overflow-y: auto;
  width: 0;
  transition: all 0.5s ease;
}
#mapSidebar.infowindowOpen {
  padding-left: 15px;
  padding-right: 15px;
  width: 350px;
}
#mapSidebar .sidebar-close {
  text-align: right;
}
#mapSidebar .sidebar-close a {
  color: #dadada;
}
#mapSidebar .infoLocation {
  background: url(../Images/map-icon.png) top left / 21px 25px no-repeat;
  margin-bottom: 2em;
  padding-left: 30px;
}
#mapSidebar .infoLocation .info-phone {
  color: #0078bd;
  padding: 0.5em 0;
}
#mapSidebar .infoDepts {
  background: url(../Images/map-icon.png) top left / 21px 25px no-repeat;
  margin-bottom: 1.5em;
  padding-left: 30px;
}
#mapSidebar .info-addr {
  min-height: 20px;
}
#mapSidebar a {
  color: inherit;
}
#mapSidebar a:hover {
  text-decoration: none;
}
.map-view-filter .filter-container {
  position: fixed;
  height: 100vh;
  right: 0;
  width: 300px;
  top: 0;
}
.map-filter-box {
  box-shadow: 0 0 3.25rem rgba(0, 0, 0, 0.075);
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 0;
  background: #f5f5f5;
  transition: all 0.5s ease;
  z-index: 9;
}
.map-filter-box.filter-active {
  padding: 1em 2em;
  width: 600px;
  max-width: 100%;
}
.map-filter-box .filter-close {
  margin-bottom: 0.5em;
}
.map-filter-box .filter-close a {
  color: #DADADA;
  font-size: 1.8em;
}
.map-filter-box .filter-tabs {
  border-bottom: 0;
  margin-bottom: 2em;
}
.map-filter-box .filter-tabs .nav-item {
  text-align: center;
  width: 33%;
}
.map-filter-box .filter-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  border-bottom-color: #dadada;
  color: #dadada;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.map-filter-box .filter-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-color: #dadada;
  border-bottom-color: transparent;
  color: #000;
}
.map-filter-box .filter-tab-title {
  color: #dadada;
  font-size: 1.1em;
  margin-top: 2em;
  text-transform: uppercase;
}
.map-filter-box .selected-filters .filter-tab-title {
  color: #0078bd;
  margin-top: 3em;
}
.map-filter-box .selected-filters ul#selected-filters-list {
  padding-left: 0;
}
.map-filter-box .selected-filters ul#selected-filters-list li.selected-filter-item {
  background: rgba(0, 120, 189, 0.1);
  border: 1px solid #89c0e0;
  border-radius: 18px;
  color: #0078bd;
  display: inline-block;
  font-weight: 100;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 15px 5px 25px;
}
.map-filter-box .selected-filters ul#selected-filters-list li.selected-filter-item i {
  cursor: pointer;
  padding-left: 10px;
}
.map-filter-box select option:disabled {
  background-color: #DADADA;
  border-bottom: 1px solid #293037;
  color: #293037;
}
/* Customize the label (the container) */
.checkbox-style-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 15px 5px 50px;
  border: 1px solid transparent;
  border-radius: 18px;
}
.checkbox-style-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-style-container input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-style-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkbox-style-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-style-container .checkmark {
  position: absolute;
  top: 7px;
  left: 15px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #dadada;
}
.checkbox-style-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: 1pxsolid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-style-container:hover {
  background: rgba(0, 120, 189, 0.1);
  border: 1px solid #89c0e0;
}
.checkbox-style-container:hover input ~ .checkmark {
  background-color: #2196F3;
}
.btn-satw {
  background: #0078bd;
  color: #fff;
  font-weight: 100;
  padding: 5px 20px;
  text-transform: uppercase;
}
.btn-satw.btn-rounded {
  border-radius: 2em;
}
.ui-widget-content.ui-autocomplete {
  margin: auto;
  text-align: center;
}
.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  background: transparent;
  display: inline-block;
  padding-left: 25px;
  line-height: 2;
}
.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:before {
  background: url(../Images/map-loc.png) left / 30px no-repeat;
  content: "";
  position: absolute;
  left: 0;
  height: 25px;
  width: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: 0;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover {
  background: #0078bd;
  color: #fff;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper:before {
  background-position: -15px center;
}
footer {
  background: #404040;
  color: #929292;
  padding: 3em 0 1em;
}
footer .footer-grid {
  border-bottom: 1px solid #929292;
  padding-bottom: 2em;
}
footer .footer-grid .footer-grid-item {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
footer .footer-grid .footer-grid-item h4 {
  color: #929292;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .footer-grid .footer-grid-item ul {
  padding-left: 0;
}
footer .footer-grid .footer-grid-item ul li {
  margin-bottom: 10px;
  display: block;
}
footer .footer-grid .footer-grid-item ul li a {
  color: #929292;
  font-size: 0.9em;
  font-weight: 100;
}
footer .footer-grid .footer-grid-item.satw-addr {
  font-weight: 100;
}
footer .footer-grid .footer-grid-item.satw-addr h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
footer .footer-grid .footer-grid-item.satw-addr .footer-img {
  margin-top: 2.5em;
}
footer .footer-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  padding-bottom: 1em;
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: block;
    text-align: center;
  }
}
footer .footer-bottom ul {
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom ul {
    margin: auto;
    margin-bottom: 15px;
  }
}
footer .footer-bottom ul li {
  display: inline-block;
  padding-right: 25px;
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: 0.5px;
}
footer .footer-bottom ul li a {
  color: inherit;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-bottom ul li {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-bottom ul li {
    padding-right: 15px;
  }
}
footer .footer-bottom .footer-copylinks {
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}
footer .footer-bottom .social-links ul li a {
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  color: #bdbdbd;
  display: block;
  height: 36px;
  width: 36px;
  padding-top: 8px;
  text-align: center;
}
#preloader {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}
#preloader p {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 40%;
}
.inline-data-search {
  display: none;
}
.error {
  color: #FF0000;
}
.register-top-content .frame-type-text{
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */