/*  layout  */
/*  colors  */
/*  typography  */
/*  lines  */
/*  layout  */
body {
  background-color: #fff; }

.wrapper::after {
  clear: both;
  content: "";
  display: block; }

a {
  color: black; }

.button {
  background-color: #eb7021;
  padding: 6px 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
  -moz-box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
  box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
  color: white;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 18px; }

.button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

a .button {
  text-decoration: none;
  color: white; }

.excerpt-read-more {
  font-weight: bold; }

.h_v_centering {
  display: flex;
  justify-content: center;
  align-items: center; }

.clear {
  clear: both; }

/*  image  */
.wp-caption {
  width: 100% !important; }

.wp-caption-text {
  font-size: 10px;
  margin: 0 0 36px; }

.edit_link {
  font-weight: bold;
  margin: 24px 0 12px; }

.widget {
  margin: 0 0 24px; }

select, textarea, input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 30px; }

button[type=submit], input[type=submit] {
  width: fit-content;
  padding: 18px 24px;
  cursor: pointer;
  margin: 12px 0; }

/*  typography  */
@font-face {
  font-family: "Suisse";
  src: url("../font/suisse/SuisseIntl-Regular.otf"), url("../font/suisse/SuisseIntl-Black.otf"), url("../font/suisse/SuisseIntl-RegularItalic"); }
body {
  font-family: "Suisse", "Verdana", arial;
  font-size: 18px;
  line-height: 140%; }

h1 {
  font-size: 29px;
  margin: 24px auto 12px;
  line-height: 120%;
  color: #eb7021; }

h2 {
  font-size: 26.4px;
  margin: 24px 0 12px;
  line-height: 120%;
  color: #eb7021; }

h3 {
  font-size: 21.6px;
  margin: 24px 0 3px;
  line-height: 120%;
  font-weight: 700; }

h4 {
  font-size: 18px;
  margin: 0;
  line-height: 120%;
  font-weight: 700; }

h5 {
  font-size: 14px;
  margin: 0;
  line-height: 120%;
  font-weight: 700; }

h6 {
  font-size: 10px;
  margin: 0 0 12px;
  line-height: 120%;
  font-weight: 700; }

p {
  line-height: 130%; }

hr {
  margin: 18px 0; }

.my_date {
  color: #eb7021;
  margin-bottom: 12px; }

blockquote {
  font-style: italic; }

ul, ol {
  margin-left: 24px; }

/*  hamburger menu  */
#hamburger_main_menu {
  float: right; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

/*  language menu  */
.upside_down {
  -webkit-transform: rotate(180deg) translate(0, -2px);
  transform: rotate(180deg) translate(0, -2px); }

/*  header  */
#header {
  width: 100%;
  /*  languages bar  */
  /*  menu bar  */ }
  #header #languages_bar {
    background-color: #000;
    height: 36px;
    text-align: right;
    font-size: 14px;
    color: white;
    padding: 6px 12px; }
    #header #languages_bar ul {
      padding: 6px; }
      #header #languages_bar ul li {
        display: inline-block;
        height: 24px;
        cursor: pointer;
        margin: 0 6px;
        text-align: center;
        padding-top: 2px; }
      #header #languages_bar ul li:hover {
        text-decoration: underline; }
      #header #languages_bar ul a {
        text-decoration: none;
        color: white; }
      #header #languages_bar ul .active {
        background-color: white; }
        #header #languages_bar ul .active a {
          color: black; }
    #header #languages_bar #language_icon {
      cursor: pointer;
      height: 35px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      display: none; }
  #header #sub_languages_bar {
    height: 84px;
    display: none;
    position: absolute;
    width: 98%;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 6px;
    -webkit-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
    box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5); }
    #header #sub_languages_bar ul {
      list-style: none;
      margin-right: 24px; }
      #header #sub_languages_bar ul li {
        float: left;
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        margin: 0 12px;
        text-align: center;
        padding-top: 3px;
        margin-top: 24px;
        background-color: white; }
        #header #sub_languages_bar ul li a {
          text-decoration: none;
          color: black; }
      #header #sub_languages_bar ul li:hover {
        background-color: #cccccc; }
      #header #sub_languages_bar ul .active {
        background-color: black; }
        #header #sub_languages_bar ul .active a {
          color: white; }
  #header #menu_bar, #header #sub_menu_bar {
    background-color: #fff;
    height: 84px;
    padding: 6px 12px;
    -webkit-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
    position: relative; }
    #header #menu_bar::after, #header #sub_menu_bar::after {
      clear: both;
      content: "";
      display: block; }
    #header #menu_bar #menu_icon, #header #sub_menu_bar #menu_icon {
      float: left;
      width: 245px;
      height: 83px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    #header #menu_bar header, #header #sub_menu_bar header {
      display: none; }
    #header #menu_bar #nav_menu, #header #sub_menu_bar #nav_menu {
      overflow: hidden;
      display: inline-block;
      margin: 38px 0 0;
      float: right;
      font-weight: regular; }
      #header #menu_bar #nav_menu .menu_icon, #header #sub_menu_bar #nav_menu .menu_icon {
        display: none; }
      #header #menu_bar #nav_menu #nav_menu_ul div, #header #sub_menu_bar #nav_menu #nav_menu_ul div {
        list-style: none; }
      #header #menu_bar #nav_menu #nav_menu_ul ul, #header #sub_menu_bar #nav_menu #nav_menu_ul ul {
        list-style: none; }
        #header #menu_bar #nav_menu #nav_menu_ul ul li, #header #sub_menu_bar #nav_menu #nav_menu_ul ul li {
          float: left;
          margin-left: 8px;
          font-size: 16.2px;
          letter-spacing: 1px;
          padding: 0 4.8px; }
          #header #menu_bar #nav_menu #nav_menu_ul ul li a, #header #sub_menu_bar #nav_menu #nav_menu_ul ul li a {
            text-decoration: none;
            color: black; }
        #header #menu_bar #nav_menu #nav_menu_ul ul li:first-child, #header #sub_menu_bar #nav_menu #nav_menu_ul ul li:first-child {
          margin-left: 0; }
        #header #menu_bar #nav_menu #nav_menu_ul ul .menu-item:hover, #header #sub_menu_bar #nav_menu #nav_menu_ul ul .menu-item:hover {
          border-bottom: 3px solid black; }
        #header #menu_bar #nav_menu #nav_menu_ul ul .current-menu-item, #header #menu_bar #nav_menu #nav_menu_ul ul .current-menu-item:hover, #header #sub_menu_bar #nav_menu #nav_menu_ul ul .current-menu-item, #header #sub_menu_bar #nav_menu #nav_menu_ul ul .current-menu-item:hover {
          border-bottom: 3px solid #eb7021; }
  #header #sub_menu_bar {
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 10;
    padding: 0; }
    #header #sub_menu_bar ul {
      list-style: none;
      margin-left: 0; }
      #header #sub_menu_bar ul li {
        padding: 12px 0;
        color: black;
        padding: 0; }
        #header #sub_menu_bar ul li a {
          text-decoration: none;
          color: black;
          width: auto;
          display: block;
          padding: 12px 0 12px 12px; }
      #header #sub_menu_bar ul li:hover {
        background-color: white; }
      #header #sub_menu_bar ul .active {
        font-weight: bold; }

/*  call to action - home  */
.bg_user {
  background-image: url("../images/mosquito_float.png"), url("../images/backround-home.jpg");
  background-position: right bottom, center center;
  background-size: 60vh auto, auto auto;
  background-repeat: no-repeat, repeat; }
  .bg_user .wrapper_user .call_home_user {
    text-align: left; }
    .bg_user .wrapper_user .call_home_user div {
      margin-left: 40px; }
    .bg_user .wrapper_user .call_home_user .button {
      float: left; }

.bg_admin {
  background-image: url("../images/backround-home.jpg");
  background-position: center center;
  background-size: auto auto;
  background-repeat: repeat; }

.wrapper_admin {
  height: 70vh; }
  .wrapper_admin .call_home_admin {
    text-align: center; }
    .wrapper_admin .call_home_admin .button {
      background-color: white;
      color: black;
      -webkit-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      clear: both; }

.call_home {
  height: 70vh;
  overflow: hidden;
  width: 100%; }
  .call_home .caption p {
    font-size: 48px;
    line-height: 140%;
    color: black; }
  .call_home .caption .button {
    margin: 0 auto;
    position: relative;
    top: 24px; }
  .call_home .caption_home {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
    margin-top: 48px; }
    .call_home .caption_home::after {
      clear: both;
      content: "";
      display: block; }
    .call_home .caption_home .button {
      background-color: white;
      color: black;
      -webkit-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
      line-height: 24px; }
    .call_home .caption_home .button:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .call_home #mosquito {
    width: 50vh;
    float: right;
    position: relative;
    top: 14.5vh; }

/*  news - home  */
#news_section {
  margin-bottom: 72px; }
  #news_section header {
    padding: 18px 0 24px;
    margin-bottom: 36px;
    height: 24px;
    font-weight: bold;
    -webkit-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
    box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5); }
    #news_section header .wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      #news_section header .wrapper::after {
        clear: both;
        content: "";
        display: block; }
  #news_section #news section {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }
    #news_section #news section::after {
      clear: both;
      content: "";
      display: block; }
    #news_section #news section h1 {
      font-size: 22px;
      margin-bottom: 6px; }
      #news_section #news section h1 a {
        text-decoration: none; }
    #news_section #news section p {
      margin-top: 24px;
      font-weight: normal; }

/* about  */
.intro {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-top: 60px;
  margin-bottom: 84px; }
  .intro::after {
    clear: both;
    content: "";
    display: block; }
  .intro p {
    font-size: 22px;
    line-height: 140%; }

.img {
  background-color: gray;
  width: 100%;
  height: 40vh;
  clear: both; }

.list {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin: 36px 20px 36px 20px; }
  .list::after {
    clear: both;
    content: "";
    display: block; }
  .list .item {
    border-top: 5px solid black;
    padding: 6px 0 36px; }
    .list .item::after {
      clear: both;
      content: "";
      display: block; }
  .list h1 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    font-size: 18px;
    margin-left: 0; }
  .list p {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 30px; }

/*  invasive mosquitos */
.mosquitos .mosquito {
  margin-bottom: 48px;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  border-bottom: 5px solid black; }
  .mosquitos .mosquito::after {
    clear: both;
    content: "";
    display: block; }
  .mosquitos .mosquito .img {
    background-color: gray;
    height: 40vh;
    margin-top: 36px;
    margin-bottom: 24px; }
  .mosquitos .mosquito .text {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0; }
    .mosquitos .mosquito .text p {
      margin: 0 0 24px; }
  .mosquitos .mosquito .sidebar_download {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }
    .mosquitos .mosquito .sidebar_download .download {
      display: inline-block;
      text-align: left;
      width: fit-content;
      margin-right: 12px; }
.mosquitos .mosquito:last-child {
  border-bottom: none; }

/*  report  */
.how_to_report {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-bottom: 72px;
  margin-top: 48px; }
  .how_to_report::after {
    clear: both;
    content: "";
    display: block; }
  .how_to_report h2 {
    margin-bottom: 24px; }
  .how_to_report ol {
    counter-reset: my-badass-counter; }
    .how_to_report ol li {
      display: inline-block;
      list-style: none;
      font-size: 22px;
      width: 28%;
      padding-bottom: 24px;
      position: relative;
      vertical-align: top;
      line-height: 140%;
      margin-left: 36px; }
    .how_to_report ol li:before {
      content: counter(my-badass-counter);
      counter-increment: my-badass-counter;
      font-size: 26px;
      font-weight: bold;
      color: #eb7021;
      position: absolute;
      top: 0;
      left: -36px; }

/*  report form */
.link_back {
  font-size: 22px;
  margin: 24px 0;
  display: block; }

.report_form {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-bottom: 36px;
  border-top: 3px solid black; }
  .report_form::after {
    clear: both;
    content: "";
    display: block; }
  .report_form form {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    padding-top: 36px; }
    .report_form form div {
      margin-bottom: 36px;
      border-bottom: 1px solid black; }
      .report_form form div label {
        display: block;
        padding: 0 24px 24px; }
      .report_form form div input {
        position: absolute;
        cursor: pointer;
        left: 18px; }

form p {
  margin: 24px 0; }
  form p select, form p textarea, form p input {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px; }
  form p input[type=submit] {
    height: auto;
    width: auto;
    border: none;
    background-color: #eb7021;
    padding: 18px 24px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
    box-shadow: 1px 5px 10px 1px rgba(191, 191, 191, 0.5);
    color: white;
    text-align: center;
    width: fit-content;
    font-size: 18px; }
form .note, form .wpcf7-not-valid-tip {
  font-size: 14px; }

/*  main_box */
#main_box {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-top: 48px;
  margin-bottom: 72px; }
  #main_box img {
    margin: 12px 0 24px; }

#main_box_sidebar {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-top: 48px;
  margin-bottom: 72px; }
  #main_box_sidebar #content {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }
    #main_box_sidebar #content article {
      border-bottom: 1px solid gray;
      margin-bottom: 36px;
      padding-bottom: 36px; }
  #main_box_sidebar #news {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }
    #main_box_sidebar #news article {
      border-bottom: 1px solid gray;
      margin-bottom: 36px;
      padding-bottom: 36px; }

.pagination ul {
  list-style: none;
  margin-left: 0; }
  .pagination ul li {
    display: inline-block;
    font-size: 22px;
    padding: 12px; }

/*  basic_page  */
#basic_page {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-top: 48px;
  margin-bottom: 72px; }
  #basic_page::after {
    clear: both;
    content: "";
    display: block; }
  #basic_page .page-title {
    margin-left: 0; }
  #basic_page .entry-content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    margin-left: 0; }
    #basic_page .entry-content h1, #basic_page .entry-content h2, #basic_page .entry-content h3, #basic_page .entry-content h4, #basic_page .entry-content h5, #basic_page .entry-content h6, #basic_page .entry-content h7, #basic_page .entry-content ul, #basic_page .entry-content ol {
      margin-top: 18px; }
    #basic_page .entry-content ol li, #basic_page .entry-content ul li {
      padding: 12px 0 0; }
    #basic_page .entry-content blockquote {
      margin: 12px 0; }
    #basic_page .entry-content p {
      margin-bottom: 18px; }

.entry-content p {
  margin-bottom: 18px; }

/*  single news  */
.date {
  margin-bottom: 24px; }

/*  full page  */
#full_page {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 48px; }
  #full_page::after {
    clear: both;
    content: "";
    display: block; }

/*  sidebar  */
#sidebarright, .sidebar_right, .sidebar_right {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-top: 69.6px;
  margin-bottom: 12px; }
  #sidebarright .widgettitle, .sidebar_right .widgettitle, .sidebar_right .widgettitle {
    font-weight: bold; }
  #sidebarright p, .sidebar_right p, .sidebar_right p {
    margin-bottom: 12px; }

#sidebar4 {
  margin-top: 0; }

#front_page {
  -webkit-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
  -moz-box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5);
  box-shadow: 1px 10px 10px 1px rgba(191, 191, 191, 0.5); }
  #front_page::after {
    clear: both;
    content: "";
    display: block; }
  #front_page #maintext {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative;
    margin-top: 60px;
    margin-bottom: 96px;
    font-size: 22px;
    line-height: 140%; }
    #front_page #maintext .widgettitle {
      display: none; }

.stickIt {
  position: fixed;
  top: 0px;
  left: 68%; }

/*  admin page  */
#admin_content {
  border-top: 3px solid black; }
  #admin_content::after {
    clear: both;
    content: "";
    display: block; }

#admin_menu {
  background-color: #eb7021;
  height: 42px;
  padding: 12px 12px 0;
  text-align: right;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2; }
  #admin_menu::after {
    clear: both;
    content: "";
    display: block; }
  #admin_menu a {
    text-decoration: none; }
  #admin_menu a:hover {
    border-bottom: 3px solid black; }
  #admin_menu ul {
    list-style: none; }

/*  special pages (404, search)  */
#searchsubmit {
  margin: 24px 0; }

/*  footer  */
#footer .main_wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  background-color: black;
  clear: both;
  color: white;
  font-size: 14px;
  line-height: 130%;
  padding-bottom: 60px;
  padding-top: 24px;
  width: 100%;
  margin-left: 0; }
  #footer .main_wrapper::after {
    clear: both;
    content: "";
    display: block; }
  #footer .main_wrapper section {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-bottom: 24px; }
    #footer .main_wrapper section::after {
      clear: both;
      content: "";
      display: block; }
    #footer .main_wrapper section header {
      border-bottom: 1px solid white;
      margin-bottom: 24px;
      margin-top: 18px;
      padding-bottom: 12px; }
    #footer .main_wrapper section .textwidget {
      background-color: auto; }
  #footer .main_wrapper .login {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border-top: 1px solid white;
    margin-top: 30px;
    padding-top: 12px; }
    #footer .main_wrapper .login::after {
      clear: both;
      content: "";
      display: block; }
    #footer .main_wrapper .login a {
      color: white;
      text-decoration: none;
      font-weight: bold; }

/*# sourceMappingURL=style.css.map */
