:root {
  --color-primary: #00a3c8;
  --color-secondary: #007aff;

  --font-family-base: "Roboto", sans-serif;

  --h1-size: 40px;
  --h1-weight: 700;

  --h2-size: 20px;
  --h2-weight: 400;

  --h3-size: 16px;
  --h3-weight: 700;

  --p-size: 16px;
  --p-weight: 400;
}

.idk_hero_link {
  display: flex;
  align-items: center;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--font-family-base);
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
}

h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
}

h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
}

h5 {
  font-weight: 700;
  font-weight: 16px;
  text-transform: uppercase;
  color: var(--color-primary);
}

p {
  font-size: var(--p-size);
  font-weight: var(--p-weight);
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

.white_hr {
  color: white;
}

/********************************************* utilities **************************************/
.idk_margin_top100 {
  margin-top: 100px;
}

.idk_margin_top150 {
  margin-top: 150px;
}

.idk_margin_top200 {
  margin-top: 200px;
}

.idk_margin_bottom100 {
  margin-bottom: 100px;
}

.idk_margin_bottom200 {
  margin-bottom: 200px;
}

.idk_colored_section {
  background-color: #007aff0a;
  padding: 150px 0;
}

.idk_img {
  border-radius: 10px;
}

.idk_gallery_img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/******************************************************** Header *********************************************************/
.idk_main_hero_section {
  position: relative;
  width: 100%;
  height: 850px;
  color: white;
}

.idk_hero_section {
  position: relative;
  width: 100%;
  height: 950px;
  color: white;
  justify-content: center;
  align-items: center;
}

.idk_hero_img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}

.idk_hero_section .idk_hero_img {
  padding-top: 90px;
}

.idk_hero_section .idk_hero_filter {
  padding-top: 90px;
}

.idk_hero_filter {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #034a975e;
  z-index: 1;
  pointer-events: none;
}

.idk_header_nav {
  position: relative;
  z-index: 2;
  background-color: #9ab1c0;
}

.idk_header_nav_content {
  justify-content: center;
  align-items: center;
  height: 90px;
  color: white;
}

.idk_header_nav_content a {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}

.idk_header_contact a {
  display: block;
  text-align: end;
  color: white;
}

.idk_header_contact img {
  width: 25px;
}

.idk_main_hero_content {
  position: relative;
  z-index: 1;
  top: 200px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.idk_hero_content {
  position: relative;
  top: 530px;
  z-index: 1;
}

.idk_hero_content a {
  width: 34px;
  height: auto;
}

.idk_hero_content h1 {
  font-size: 52px;
}

@media (min-width: 1299px) and (max-width: 1999px) {
  .idk_hero_section {
    height: 650px;
  }

  .idk_hero_content {
    top: 360px;
  }
}

/*********************************** info kartice *****************************************/
.idk_cards_section {
  position: relative;
  z-index: 1;
  margin-top: -170px;
}

.idk_info_card {
  height: 265px;
  background-color: #ffffff;
  padding: 30px 60px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.idk_info_card img {
  height: 30px;
  width: auto;
}

.idk_info_card_border {
  padding-bottom: 4px;
  border-bottom: 1px solid #00a3c840;
}

/******************************************* willkommen ***********************************/
.idk_willkommen_section {
  position: relative;
}

.idk_bg_rectangle {
  position: absolute;
  top: -40px;
  left: 20%;
  height: 580px;
  width: 60%;
  z-index: 0;
  background: #007aff1a;
  border-radius: 10px;
}

.idk_willkommen_section img {
  border-radius: 10px;
  object-fit: cover;
}

.idk_willkommen_desc_content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: start;
  justify-content: center;
  height: 100%;
}

.idk_willkommen_desc_content h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a3c8;
}

.idk_willkommen_desc_content h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a3c8;
}

.idk_willkommen_desc_content h1 {
  font-size: 40px;
  font-weight: 700;
}

.idk_willkommen_desc_content a {
  background-color: #ffffff;
  width: 155px;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  z-index: 1;
  color: #00a3c8;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.idk_willkommen_desc_content a:hover {
  background-color: #00a3c8;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 163, 200, 0.3);
}

.idk_willkommen_desc_content img {
  width: 160px;
  height: 40px;
}

/*********************************************** service cards ***************************************************/

.idk_service_card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 60px;
  min-height: 280px;
  border: 1px solid #cccccc40;
  border-radius: 10px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.idk_service_card .idk_service_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: 0;
}

.idk_service_card h3 {
  text-transform: uppercase;
  padding-top: 30px;
  z-index: 1;
  color: #fff;
  transition: transform 0.5s ease;
}

.idk_service_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 147, 238, 0.3);
  transition: background 0.5s ease;
  z-index: 1;
}

.idk_service_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(44, 162, 188, 0.264);
  border-color: #0584a0;
}

.idk_service_card:hover::before {
  background: rgba(13, 41, 101, 0.5);
}

.idk_service_card:hover h3 {
  transform: scale(1.1);
}

.idk_service_card * {
  position: relative;
  z-index: 1;
}

.idk_service_card a {
  text-decoration: none;
}

/**************************************************** unser team *******************************************************/
.idk_doctor_card {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.idk_doctor_card img {
  border-radius: 20px;
  object-fit: cover;
}

.idk_doctor_card h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
}

.idk_doctor_card p {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
}

/************************* kontakt ****************/

.idk_contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-primary);
  color: white;
  padding: 100px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 280px;
  z-index: 2;
  margin-bottom: -140px;
}

.idk_contact-box h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.idk_contact_button a {
  background-color: white;
  color: #00a4cc;
  font-weight: bold;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.idk_contact_button a:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 163, 200, 0.3);
}

.idk_contact_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: start;
  background-color: #00a3c81a;
  border-radius: 10px;
  padding: 40px 0px;
  height: 270px;
}

.idk_contact_card img:first-of-type {
  height: 30px;
  width: auto;
}

.contact_card img:not(:first-of-type) {
  height: 25px;
  width: auto;
}

.idk_contact_card h3 {
  text-transform: uppercase;
  color: #00a3c8;
}

.idk_working_hours {
  display: grid;
  grid-template-columns: 120px auto;
  row-gap: 6px;
  padding: 0 10px;
}

.idk_time {
  color: #333;
}

.idk_contact_card table {
  width: 100%;
  table-layout: fixed;
}

.idk_contact_card td {
  padding: 3px 0;
  word-wrap: break-word;
  vertical-align: top;
}

.idk_contact_card td:first-child {
  width: 35%;
}

/************************ accordion ***************/
.accordion {
  width: 100%;
  display: block;
}

/************************************* services - gallery ****************/

.idk_main_image_wrapper {
  width: 100%;
  overflow: hidden;
  height: 750px;
  border-radius: 10px;
  position: relative;
  padding: 0;
}

.idk_main_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idk_half_image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.idk_overlay_filter {
  background: linear-gradient(
    180deg,
    rgba(0, 163, 200, 0.01) 0%,
    rgba(0, 122, 255, 0.2) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 2;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.idk_service_content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
}

.idk_service_content .accordion-button {
  color: #fff;
  background-color: #9ab1c0;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.5 10.5l6-6 6 6'/%3e%3c/svg%3e");
}

.idk_service_content ul li b {
  color: #64a7e9;
}

.idk_service_content .accordion-body ul li {
  padding-top: 3px;
  font-weight: 700;
}

/****************************** kontakt *********************************/
.idk_contact_section h1 {
  font-size: 32px;
  padding-bottom: 15px;
}

.idk_contact_section p {
  line-height: 24px;
}

.idk_map {
  width: 100%;
  height: 400px;
  display: block;
}

/********************************* form ***************************/
.idk_form_input {
  border: 1px solid #00a3c840;
  border-radius: 10px;
  padding: 15px;
}

.idk_form_input:focus,
textarea:focus {
  border: 2px solid #00a3c8;
  outline: none;
}

.idk_submit_button {
  background-color: #9ab1c0;
  color: white;
  text-transform: uppercase;
  border: 1px #9ab1c0;
  border-radius: 10px;
  padding: 15px 0;
  margin-top: 40px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.idk_submit_button:hover {
  background-color: #00a3c8;
  box-shadow: 0 4px 12px rgba(0, 163, 200, 0.3);
}

/*********************************************** footer **************************************************/
.idk_footer {
  background-color: #9ab1c0;
  color: white;
}

.idk_footer a p {
  text-decoration: none;
  color: white;
}

.idk_footer_contact {
  justify-content: center;

  text-align: start;
  gap: 1.2rem;
}

.idk_footer_content {
  padding-bottom: 80px;
  justify-content: center;
}

.idk_footer_contact span {
  color: white;
}

.idk_footer_contact img {
  width: 32px;
  padding-right: 8px;
}

.idk_footer_contact a {
  transition: all 0.3s ease;
}

.idk_footer_contact a:hover {
  transform: scale(1.05);
}

/***************************************** slider ************************************/
.idk_slider {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.idk_slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

/* da nema teksta unutar buttona (brojevi) */
.idk_slider .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.idk_slider .slick-dots li button:before {
  content: "•";
  font-size: 40px;
  color: #00a3c840;
  opacity: 1;
  transition: color 0.3s ease;
}

.idk_slider .slick-dots li.slick-active button:before {
  color: #00a3c8;
}

.idk_termin_btn {
  display: flex;
  width: 50%;
  padding: 15px 15px;
  background-color: #9ab1c0;
  color: #ffffff !important;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px #9ab1c0;
  cursor: pointer;
}

.idk_termin_btn:hover {
  background-color: #00a3c8;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 122, 255, 0.4);
}

.idk_modal_btn {
  background-color: #9ab1c0;
  border: none;
  color: white;
}

/******************************************** media queries ***********************************************************/
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    font-weight: var(--h1-weight);
  }

  h2 {
    font-size: 18px;
  }

  .idk_main_hero_section {
    height: 620px;
  }

  .idk_hero_section {
    height: 550px;
  }

  .idk_hero_section .idk_hero_img {
    padding-top: 70px;
  }

  .idk_hero_section .idk_hero_filter {
    padding-top: 70px;
  }

  .idk_colored_section {
    padding: 100px 0;
  }

  .idk_willkommen_desc_content {
    padding-top: 30px;
  }

  .idk_willkommen_desc_content h1 {
    font-size: 30px;
    font-weight: 700;
  }

  .idk_margin_bottom100 {
    margin-bottom: 50px;
  }

  .idk_margin_bottom200 {
    margin-bottom: 100px;
  }
  .idk_margin_top200 {
    margin-top: 50px;
  }

  .idk_header_nav {
    position: relative;
    top: -15px;
    background-color: #9ab1c0;
    z-index: 3;
  }

  .idk_main_hero_content {
    top: 120px;
  }

  .idk_cards_section {
    margin-top: -150px;
  }

  .idk_main_hero_section .idk_mobile_logo {
    justify-content: center;
    position: absolute;
    top: 100px;
    z-index: -1;
    height: 45px;
  }

  .idk_hero_section .idk_mobile_logo {
    justify-content: center;
    position: absolute;
    top: 150px;
    z-index: -1;
    height: 45px;
  }

  .idk_info_card {
    min-height: 285px;
    padding: 30px 15px;
    border: 1px solid rgb(227, 238, 250);
  }

  .idk_icon {
    width: 25px !important;
  }

  .idk_contact_card {
    padding: 40px 15px;
  }

  .idk_willkommen_desc_content a {
    background-color: #007aff1a;
    width: 100%;
    margin: auto;
    background-color: #00a3c8;
    color: #ffffff;
  }

  .idk_service_content {
    padding-top: 60px;
  }

  .idk_contact-box {
    padding: 20px;
    justify-content: center;
  }

  .idk_footer_content {
    padding-bottom: 20px;
  }

  .idk_footer a p {
    text-decoration: none;
    color: white;
  }

  .idk_footer_contact {
    padding: 30px 0;
    align-items: center;
  }

  .idk_termin_btn {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  .sharethis-inline-share-buttons {
    margin: auto;
    padding-left: 40px;
    padding-bottom: 15px;
  }

  .idk_hero_content h1 {
    font-size: 30px;
  }

  .idk_hero_content {
    top: 300px;
  }
}

@media (min-width: 769px) and (max-width: 1444px) {
  .idk_info_card {
    padding: 30px 30px;
  }

  .idk_willkommen_desc_content a {
    color: #ffffff;
    background-color: #00a3c8;
  }

  .idk_main_hero_section .idk_mobile_logo {
    justify-content: center;
    position: absolute;
    top: 120px;
    z-index: -1;
    height: 45px;
  }

  .idk_hero_section .idk_mobile_logo {
    justify-content: center;
    position: absolute;
    top: 150px;
    z-index: -1;
    height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .idk_footer_contact {
    padding: 30px 0;
    align-items: center;
  }
}

/****************************************************** slick & menu *********************************************************/
/* the parent */
.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

#lightcase-nav a {
  color: #ffffff !important;
}

a.lightcase-icon-close {
  color: #ffffff !important;
}

/* IDK Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font-family-base);
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu a {
  cursor: pointer;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  padding: 20px 30px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

#cssmenu > ul > li:hover > a {
  color: #ffffff;
}

#cssmenu > ul > li:hover > a {
  transform: scale(1.1);
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  padding: 20px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  background: #9ab1c0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  transition: color 0.3s ease;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    background-color: #9ab1c0;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    padding: 20px 10px;
  }

  #cssmenu > ul > li > a {
    color: #dddddd;
  }

  #cssmenu > ul > li:hover > a {
    transform: none;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    padding: 8px 5px;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
    transition: color 0.3s ease;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 24px 18px;
    color: #dddddd;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 32px;
    right: 30px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 25px;
    right: 30px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: "";
  }

  #cssmenu #menu-button.menu-opened {
    top: 10px;
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 35px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 35px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 12px;
    top: 11px;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* IDK Menu End */

@media (max-width: 1200px) {
}
