/* FROM CHACHE */
@font-face {
  font-family: 'RobotoCondensed';
  font-weight: bold;
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-style: italic;
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-Italic.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-display: swap;
  src: url('static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'), /* Modern Browsers */ url('static/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cambria';
  font-display: swap;
  src: url('static/fonts/Cambria/Cambria.woff2') format('woff2'), /* Modern Browsers */ url('static/fonts/Cambria/Cambria.woff') format('woff'), url('static/fonts/Cambria/Cambria.ttf') format('truetype');
}
@font-face {
  font-family: 'Cambria';
  font-weight: bold;
  font-display: swap;
  src: url('static/fonts/Cambria/Cambria-Bold.woff2') format('woff2'), /* Modern Browsers */ url('static/fonts/Cambria/cambriab.woff') format('woff'), url('static/fonts/Cambria/cambriab.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  src: url('static/fonts/Roboto/Roboto-Italic.woff2') format('woff2'), /* Modern Browsers */ url('static/fonts/Roboto/Roboto-Italic.woff') format('woff'), url('static/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('static/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), /* Modern Browsers */ url('static/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('static/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-weight: 300;
  src: url('static/fonts/Roboto/Roboto-Light.woff2') format('woff2'), /* Modern Browsers */ url('static/fonts/Roboto/Roboto-Light.woff') format('woff'), /* Modern Browsers */ url('static/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'tinymce';
  font-display: swap;
  src: url('static/fonts/tinymce/tinymce-small.woff') format('woff'), /* Modern Browsers */ url('static/fonts/tinymce/tinymce-small.ttf') format('truetype');
}
.mod_home .h_title {
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  padding: 1em 0;
  z-index: 5;
  padding: 30px 20px;
}
.mod_home .about {
  margin-top: 35px;
}
.mod_home .about .abt_pad {
  padding: 3% 20px;
}
.mod_home .about .green_line::before {
  content: '';
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  width: 30vw;
  height: 345px;
  background-color: #13a89e;
}
.mod_home .about .green_line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 345px;
  transform: skew(-45deg);
  background-color: #13a89e;
}
.mod_home .about .p_button {
  display: block;
  padding: 5px 15px;
  color: white;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.mod_home .about .p_button:hover,
.mod_home .about .active {
  color: black;
}
.mod_home .about #content {
  max-width: 780px;
  font-size: 22px;
  line-height: 25px;
}
.mod_home .news_t {
  color: #13a89e;
  padding: 0 0 5%;
}
.mod_home .news {
  padding: 2% 20px;
}
.mod_home .downl {
  padding: 3% 0 4%;
  background: url(images/back.png) no-repeat 80% top;
}
.mod_home .downl .file {
  display: inline-flex;
  justify-content: center;
  width: 62%;
  color: black;
  text-transform: uppercase;
  border-top: 1px solid #cccccc;
  padding: 25px 0;
  transition: color .2s ease;
}
.mod_home .downl .file > img {
  width: 31px;
  margin-right: 30px;
}
.mod_home .downl .file:hover {
  color: #13a89e;
}
.mod_home .downl .file:last-child {
  border-bottom: 1px solid #b0b5ba;
}
.mod_home #partners_grid {
  justify-content: center;
  padding: 3% 0 5%;
}
.mod_home #parnters_container {
  padding: 1% 20px;
}
.mod_home .partner {
  text-decoration: none;
}
.mod_home .partner .logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px;
  filter: grayscale(1);
  transition: all 0.2s ease;
}
.mod_home .partner .name,
.mod_home .partner .country {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #b0b5ba;
  text-align: center;
}
.mod_home .partner .country {
  font-weight: bold;
}
.mod_home .partner:hover .logo {
  filter: grayscale(0);
}
@media screen and (max-width: 1080px) {
  .mod_home .about .green_line::after {
    width: 52%;
  }
}
@media screen and (max-width: 789px) {
  .mod_home .green_line .h_title {
    background-color: #13a89e;
  }
  .mod_home .green_line::before,
  .mod_home .green_line::after {
    display: none;
  }
  .mod_home .about {
    margin: 0;
  }
  .mod_home .about .abt_pad {
    flex-wrap: wrap;
    padding: 3% 0;
  }
  .mod_home .about .left_side {
    display: flex;
  }
  .mod_home .about .p_button {
    flex: 1;
    color: #13a89e;
    margin-bottom: 15px;
  }
  .mod_home #news {
    flex-wrap: wrap;
    padding: 2% 0;
  }
  .mod_home .news_t {
    flex-basis: 100%;
    text-align: center;
  }
  .mod_home .downl .file {
    width: 90%;
  }
}
.mod_contact .contact_container .contact_input {
  width: 100%;
  border: 1px solid #363738;
  color: black;
  height: 45px;
  font-size: 18px;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.mod_contact .contact_container .contact_textarea {
  width: 100%;
  border: 1px solid #363738;
  color: black;
  height: 110px;
  font-size: 18px;
  padding: 4px 10px;
  margin-bottom: 15px;
}
.mod_contact .contact_container .contact_ellenorzo {
  width: 100%;
  max-width: 178px;
  border: 1px solid #363738;
  color: black;
  height: 45px;
  font-size: 18px;
  padding: 0px 10px;
  margin-top: 15px;
}
.mod_contact .contact_container .contact_submit {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #13a89e;
  font-family: 'Roboto', Arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ebeef0;
  border: 0px solid transparent;
  border-radius: 5px;
  padding: 13px 10px;
  margin: 35px 0px;
  transition: background .2s ease;
}
.mod_contact .contact_container .contact_submit:hover {
  background: #0b635d;
  cursor: pointer;
}
.mod_platform .platform_register_buttons {
  margin: 40px 0;
}
.mod_platform .platform_button {
  flex-basis: 300px;
  font-family: 'RobotoCondensed', Arial;
  background: #f8f8f8;
  color: #4b4b4b;
  border-radius: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 18px 10px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: color 0.3s ease;
}
.mod_platform .platform_button:hover {
  color: #13a89e;
}
.mod_platform .columns {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
}
.mod_platform .columns .outer_column {
  flex: 1;
  margin-right: -400px;
}
.mod_platform .columns .inner_column {
  flex-basis: 1220px;
  display: flex;
  padding: 0 20px;
}
.mod_platform .columns .left_column {
  background: #007f77 url(images/bg.jpg) no-repeat center top / 100% auto;
}
.mod_platform .columns .right_column {
  position: relative;
}
.mod_platform .columns .right_column::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 149px;
  background: #8b9196;
}
.mod_platform .columns .logo_link {
  display: block;
  max-width: 139px;
  margin: 50px auto 120px;
}
.mod_platform .columns .mobile_menu_opener {
  display: none;
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #fbed33;
  border: 1px solid #fbed33;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.mod_platform .columns .menu_wrap {
  flex-basis: 380px;
}
.mod_platform .columns .menu_wrap > ul {
  list-style-type: none;
}
.mod_platform .columns .platform_menu_link {
  display: block;
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #fbed33;
  text-align: right;
  text-decoration: none;
  padding: 15px 20px;
}
.mod_platform .columns .platform_menu_link_active,
.mod_platform .columns .platform_menu_link:hover:not(.platform_menu_link_active) {
  background: #ffffff;
  color: #007f77;
}
.mod_platform .columns .content_wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.mod_platform .columns .platform_wrap {
  flex-basis: 100%;
  padding-left: 20px;
}
.mod_platform .columns .top_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 70px;
}
.mod_platform .columns .top_row .item_2 {
  margin-left: 20px;
}
.mod_platform .columns .welcome_wrap {
  font-size: 18px;
}
.mod_platform .columns .welcome {
  font-weight: bold;
}
.mod_platform .columns .top_section_link {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #e1e1e1;
  border: none;
  padding: 10px 35px;
  transition: background-color 0.2s ease;
}
.mod_platform .columns .top_section_link:hover {
  cursor: pointer;
  background-color: #bbbbbb;
}
.mod_platform .columns #langselector_container {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-left: 20px;
}
.mod_platform .columns #langselector_container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background: #ffffff url('images/arrow_d.png') no-repeat center center / 10px 6px;
  pointer-events: none;
}
.mod_platform .columns #language_select {
  display: inline-block;
  color: #4b4b4b;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  text-transform: uppercase;
}
.mod_platform .columns .block_title {
  font-family: 'RobotoCondensed', Arial;
  color: #fbed33;
  transform: translateX(-60px);
}
.mod_platform .columns .platform_footer {
  align-self: flex-end;
  flex-basis: 100%;
  display: flex;
  align-items: flex-end;
  padding: 100px 0 20px;
}
.mod_platform .columns .footer_left {
  flex-basis: 520px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  text-align: left;
}
.mod_platform .columns .erasmus {
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
  color: #57585a;
  margin: 20px 0;
}
.mod_platform .columns .erasmus > br {
  line-height: 14px;
}
.mod_platform .columns .footer_right {
  flex: 1;
  height: 149px;
  background: #8b9196;
  transform: translate(20px, 20px);
}
.mod_platform .columns .footer_right::before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  height: 100%;
  width: 200px;
  background: #8b9196;
  transform: skew(-50deg);
}
.mod_platform .columns .dweb_link > img {
  display: block;
  width: 165px;
  margin: auto;
}
.mod_platform .platform_block .action_links {
  list-style-type: none;
  text-align: left;
  margin: 20px 0 40px;
}
.mod_platform .platform_block .action_links > li {
  display: inline-block;
}
.mod_platform .platform_block .action_links > li:first-child {
  margin-right: 20px;
}
.mod_platform .platform_block .action_link {
  font-size: 18px;
  color: #8b9196;
  text-decoration: none;
}
.mod_platform .platform_block .action_link.active_action_link {
  color: #fbed33;
}
.mod_platform .platform_block .action_link:hover:not(.active_action_link) {
  color: #fbed33;
}
.mod_platform .platform_block .educational_part {
  font-size: 18px;
  line-height: 29px;
  color: #4b4b4b;
  text-align: left;
}
.mod_platform .platform_block .educational_part table td {
  border: 1px solid #8b9196;
  padding: 10px;
}
.mod_platform .platform_block .start_btn {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 300px;
  font-family: 'RobotoCondensed', Arial;
  background: #f8f8f8;
  color: #4b4b4b;
  border-radius: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  padding: 18px 10px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: color 0.3s ease;
}
.mod_platform .platform_block .start_btn:hover {
  color: #13a89e;
  cursor: pointer;
}
.mod_platform .platform_block .platform_save_btn {
  background: #cffed4;
  margin-right: 10px;
}
.mod_platform .platform_block .platform_block_btns {
  display: flex;
  justify-content: space-between;
}
.mod_platform .platform_block .platform_input_row,
.mod_platform .platform_block .platform_textarea_row {
  display: flex;
  align-items: center;
  border: 1px dashed #8b9196;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.mod_platform .platform_block .platform_input_row.inactive,
.mod_platform .platform_block .platform_textarea_row.inactive {
  border: 1px solid #8b9196;
}
.mod_platform .platform_block .platform_input_row.active,
.mod_platform .platform_block .platform_textarea_row.active,
.mod_platform .platform_block .platform_input_row:hover,
.mod_platform .platform_block .platform_textarea_row:hover {
  border-color: #007f77;
  background: #dcf6f4;
}
.mod_platform .platform_block .platform_input_row .star,
.mod_platform .platform_block .platform_textarea_row .star {
  color: red;
  margin-left: 4px;
}
.mod_platform .platform_block .platform_input_row .platform_label,
.mod_platform .platform_block .platform_textarea_row .platform_label {
  white-space: nowrap;
}
.mod_platform .platform_block .platform_input_row .platform_label,
.mod_platform .platform_block .platform_textarea_row .platform_label,
.mod_platform .platform_block .platform_input_row .platform_input,
.mod_platform .platform_block .platform_textarea_row .platform_input {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
}
.mod_platform .platform_block .platform_input_row .platform_input,
.mod_platform .platform_block .platform_textarea_row .platform_input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: none;
  margin-left: 10px;
  margin-right: 20px;
  cursor: default;
}
.mod_platform .platform_block .platform_input_row .platform_input.active,
.mod_platform .platform_block .platform_textarea_row .platform_input.active {
  background: #fff;
  margin-left: 20px;
  border: none;
  padding: 0 20px;
  cursor: text;
}
.mod_platform .platform_block .platform_input_row .platform_edit_button,
.mod_platform .platform_block .platform_textarea_row .platform_edit_button {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: bold;
  color: #007f77;
  white-space: nowrap;
}
.mod_platform .platform_block .platform_input_row .platform_edit_button:hover,
.mod_platform .platform_block .platform_textarea_row .platform_edit_button:hover {
  text-decoration: underline;
}
.mod_platform .platform_block .platform_input_row .platform_edit_button.inactive,
.mod_platform .platform_block .platform_textarea_row .platform_edit_button.inactive {
  color: #8b9196;
}
.mod_platform .platform_block .platform_textarea_row {
  align-items: flex-start;
}
.mod_platform .platform_block .platform_textarea_row .platform_label,
.mod_platform .platform_block .platform_textarea_row .platform_edit_button {
  margin-top: 20px;
}
.mod_platform .platform_block .platform_textarea_row .platform_input {
  height: 300px;
  padding: 20px;
}
.mod_platform .platform_block .platform_textarea_row .platform_input.active {
  padding: 20px;
}
.mod_platform .platform_block .platform_checkbox_row {
  text-align: left;
}
.mod_platform .platform_block .platform_checkbox_row > label {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  cursor: pointer;
}
.mod_platform .platform_block .traits_wrap .trait {
  display: flex;
  border: 1px solid transparent;
}
.mod_platform .platform_block .traits_wrap .trait:nth-child(odd) {
  background: #dcf6f4;
}
.mod_platform .platform_block .traits_wrap .trait_description,
.mod_platform .platform_block .traits_wrap .trait_score {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  text-align: left;
  padding: 20px 10px;
}
.mod_platform .platform_block .traits_wrap .trait_description {
  flex: 1;
}
.mod_platform .platform_block .traits_wrap .trait_score {
  flex-basis: 200px;
}
.mod_platform .platform_block .traits_wrap .trait_score label {
  cursor: pointer;
  margin-right: 5px;
}
.mod_platform .platform_block .traits_wrap .traits_section {
  margin-bottom: 20px;
}
.mod_platform .platform_block .traits_wrap .traits_section .trait {
  background: transparent;
}
.mod_platform .platform_block .traits_wrap .traits_section_title {
  color: #4b4b4b;
  font-weight: bold;
  padding: 20px 0;
}
.mod_platform .platform_block .traits_wrap .trait_section_bg1 {
  background: #e2efd9;
}
.mod_platform .platform_block .traits_wrap .trait_section_bg2 {
  background: #fbe4d5;
}
.mod_platform .platform_block .traits_wrap .trait_section_bg3 {
  background: #d9e2f3;
}
.mod_platform .platform_block .traits_wrap .trait_section_bg4 {
  background: #fff2cc;
}
.mod_platform .platform_block .traits_wrap .trait_section_bg5 {
  background: #e7e6e6;
}
.mod_platform .platform_block .traits_wrap .paragraph_trait {
  flex-wrap: wrap;
}
.mod_platform .platform_block .traits_wrap .paragraph_trait > div {
  flex-basis: 100%;
}
.mod_platform .platform_block .traits_wrap .paragraph_trait .platform_textarea_row {
  margin: 0 10px 10px;
  padding-left: 0;
}
.mod_platform .platform_block .traits_wrap .paragraph_trait .platform_input.active {
  margin-left: 0;
}
.mod_platform .platform_block .my_skills .trait {
  border-bottom: 1px solid #fff;
}
.mod_platform .platform_block .my_values .traits_section_title {
  background: #13a89e;
  color: #fff;
}
.mod_platform .platform_block .my_values .trait {
  border-bottom: 1px solid silver;
}
.mod_platform .platform_block .fields_block {
  border: 1px solid #8b9196;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}
.mod_platform .platform_block .add_new_section {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 300px;
  font-family: 'RobotoCondensed', Arial;
  background: #007f77;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 10px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: background 0.3s ease;
}
.mod_platform .platform_block .add_new_section:hover {
  background: #13a89e;
  cursor: pointer;
}
.mod_platform .platform_block .delete_section,
.mod_platform .platform_block .delete_all {
  border: none;
  width: 100%;
  max-width: 200px;
  font-family: 'RobotoCondensed', Arial;
  background: #f8f8f8;
  color: #4b4b4b;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  padding: 10px 5px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: color 0.3s ease;
}
.mod_platform .platform_block .delete_section:hover,
.mod_platform .platform_block .delete_all:hover {
  color: #13a89e;
  cursor: pointer;
}
.mod_platform .platform_block .platform_label_file {
  display: block;
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  text-align: left;
  margin-bottom: 10px;
}
.mod_platform .platform_block .attachment_row {
  padding: 0;
}
.mod_platform .platform_block .attachment_row > input {
  width: 100%;
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  cursor: pointer;
}
.mod_platform .platform_block .attachment_link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mod_platform .platform_block .attachment_link {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  font-weight: 300;
}
.mod_platform .platform_block .delete_attachment {
  font-family: 'RobotoCondensed', Arial;
  font-size: 18px;
  border: none;
  background: #f8f8f8;
  color: #4b4b4b;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: color 0.3s ease;
}
.mod_platform .platform_block .delete_attachment:hover {
  color: #13a89e;
  cursor: pointer;
}
.mod_platform .platform_block .delete_section,
.mod_platform .platform_block .delete_attachment,
.mod_platform .platform_block .delete_all {
  background: #ffcccb;
}
.mod_platform .platform_block .delete_section:hover,
.mod_platform .platform_block .delete_attachment:hover,
.mod_platform .platform_block .delete_all:hover {
  color: #ff5252;
}
.mod_platform .platform_block .platform_label.platform_label_maw {
  max-width: 250px;
  white-space: normal;
  text-align: left;
}
@media all and (max-width: 1220px) {
  .mod_platform .columns .outer_column {
    display: none;
    margin-right: 0;
  }
  .mod_platform .columns .inner_column {
    padding-left: 0;
  }
  .mod_platform .columns .menu_wrap {
    background: #007f77 url(images/bg.jpg) no-repeat center top / 100% auto;
  }
  .mod_platform .platform_block .platform_textarea_row .platform_label {
    max-width: 250px;
    text-align: left;
    white-space: normal;
  }
  .mod_platform .platform_block .start_btn,
  .mod_platform .platform_block .platform_save_btn {
    max-width: 200px;
  }
}
@media all and (max-width: 979px) {
  .mod_platform .columns .inner_column {
    flex-wrap: wrap;
    padding: 0;
  }
  .mod_platform .columns .logo_link {
    margin: 40px auto;
  }
  .mod_platform .columns .mobile_menu_opener {
    display: inline-block;
  }
  .mod_platform .columns .menu_wrap {
    flex-basis: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .mod_platform .columns .menu_wrap > ul {
    display: none;
  }
  .mod_platform .columns .platform_menu_link {
    text-align: center;
  }
  .mod_platform .columns .block_title {
    transform: translateX(0);
  }
  .mod_platform .columns .platform_wrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .mod_platform .columns .top_row .item_1 {
    flex-basis: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .mod_platform .platform_block .platform_block_btns {
    flex-wrap: wrap;
  }
  .mod_platform .platform_block .platform_block_btns .platform_checkbox_row {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .mod_platform .platform_block .platform_block_btns .delete_section,
  .mod_platform .platform_block .platform_block_btns .delete_all {
    order: 2;
  }
  .mod_platform .platform_block .platform_input_row,
  .mod_platform .platform_block .platform_textarea_row {
    flex-wrap: wrap;
    padding: 20px;
  }
  .mod_platform .platform_block .platform_input_row .platform_input,
  .mod_platform .platform_block .platform_textarea_row .platform_input {
    margin: 10px 0;
    padding: 0;
  }
  .mod_platform .platform_block .platform_input_row .platform_input.active,
  .mod_platform .platform_block .platform_textarea_row .platform_input.active {
    margin-left: 0;
  }
  .mod_platform .platform_block .traits_wrap .trait {
    flex-wrap: wrap;
  }
  .mod_platform .platform_block .traits_wrap .trait_description,
  .mod_platform .platform_block .traits_wrap .trait_score {
    flex-basis: 100%;
  }
  .mod_platform .platform_block .traits_wrap .trait_score {
    padding-top: 10px;
  }
  .mod_platform .platform_block .traits_wrap .paragraph_trait .platform_textarea_row {
    padding: 20px;
  }
}
@media all and (max-width: 400px) {
  .mod_platform .platform_block .attachment_link_wrap {
    flex-wrap: wrap;
  }
  .mod_platform .platform_block .attachment_link {
    text-align: left;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.mod_articles .article_header {
  padding: 70px;
  margin-bottom: 20px;
  background: #f6f6f6;
}
.mod_articles .article_header .image_link {
  max-width: 456px;
  margin: auto;
}
.mod_articles .article_header .image {
  display: block;
  width: 100%;
}
.mod_articles .article_header .title_container {
  margin-bottom: 15px;
}
.mod_articles .article_header .a_title {
  display: inline-block;
  font-weight: normal;
  color: #13a89e;
  text-decoration: none;
}
.mod_articles .article_header .title:hover {
  color: black;
}
.mod_articles .article_header .date {
  font-family: 'Roboto', Arial;
  font-weight: 300;
  font-size: 22px;
  padding: 15px 0;
}
.mod_articles .article_header .heading {
  font-size: 22px;
  line-height: 25px;
}
.mod_articles .article_header .more_button_container {
  margin-top: 30px;
}
.mod_articles .article_header .more_button {
  display: inline-block;
  font-family: 'Roboto', Arial;
  font-weight: 300;
  font-size: 22px;
  color: #13a89e;
  text-decoration: none;
  text-transform: uppercase;
}
.mod_articles .article_header .more_button:hover {
  color: black;
}
.mod_articles .article_full {
  max-width: 780px;
  margin-left: auto;
}
.mod_articles .article_full .main_image_container {
  float: left;
  width: 100%;
  max-width: 400px;
  padding-right: 20px;
}
.mod_articles .article_full .image_link {
  display: block;
}
.mod_articles .article_full .image {
  width: 100%;
}
.mod_articles .article_full .gallery_container {
  padding-top: 10px;
}
.mod_articles .article_full .bottom_container {
  padding-top: 20px;
}
.mod_articles .article_full .bottom_column {
  width: 50%;
  float: left;
}
.mod_articles .article_full .back_button {
  font-family: 'Roboto', Arial;
  font-weight: 300;
  color: #13a89e;
  text-transform: uppercase;
}
.mod_articles .article_full .back_button:hover {
  color: black;
  cursor: pointer;
}
@media all and (max-width: 789px) {
  .mod_articles .article_header .title_container {
    margin-top: 15px;
  }
  .mod_articles .article_full .main_image_container {
    max-width: 250px;
  }
  .mod_articles .article_header {
    padding: 20px;
    margin: 0 -20px;
  }
}
.mod_gallery {
  /*.mansory-grid-item { width:23%;margin:1%; }*/
  /*@media screen and (max-width: 800px) {
    .mansory-grid-item { width:31.3%; }
}*/
}
.mod_gallery .flex-grid {
  overflow: hidden;
  margin: 0px -5px;
}
.mod_gallery .flex-grid .flex-item {
  float: left;
  margin: 5px;
  border: 1px solid #eee;
  box-sizing: content-box;
  overflow: visible;
  position: relative;
}
.mod_gallery .flex-grid .flex-item img {
  display: block;
  width: auto;
  height: 100%;
}
.mod_gallery .flex-grid .flex-itemc {
  margin: 0 5px 20px 5px;
  border: 0;
}
.mod_gallery .flex-grid .flex-itemc .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 2px;
  bottom: 20px;
}
.mod_gallery .flex-grid .flex-itemc .bottom {
  position: absolute;
  left: 2px;
  bottom: -20px;
  right: 2px;
  font-size: 13px;
  height: 18px;
}
.mod_gallery .mansory-grid {
  margin: 0px -1%;
}
.mod_gallery .mansory-grid-item {
  width: 31.3%;
  margin: 1%;
}
@media screen and (max-width: 600px) {
  .mod_gallery .mansory-grid-item {
    width: 48%;
  }
}
.mod_gallery .galeria .image_container {
  background: #13a89e;
  transition: all 0.2s ease;
}
.mod_gallery .galeria .image_container:hover {
  background: #0e7a73;
}
.mod_gallery .galeria .image_link {
  display: block;
  text-decoration: none;
}
.mod_gallery .galeria .image_wrapper {
  display: block;
}
.mod_gallery .galeria .image {
  background: #13a89e;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.mod_gallery .galeria .image_title {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
}
body {
  margin: 0px;
  padding: 0px;
  cursor: default;
  font-size: 22px;
  color: #000000;
  font-family: 'Cambria', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
* {
  line-height: 25px;
  outline: none;
}
*,
td,
p,
span,
storng,
div,
input,
textarea {
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
table,
td {
  empty-cells: show;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}
hr {
  /***hr***/
}
ul {
  list-style-type: disc;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ul ul,
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
h1 {
  font-size: 0 /***sh1***/;
  font-family: 0 /***fh1***/;
  padding: 0 /***ph1***/;
  color: 0 /***h1***/;
  border: 0 /***bh1***/;
  margin: 0 /***mh1***/;
}
h2 {
  font-size: 0 /***sh2***/;
  font-family: 0 /***fh2***/;
  padding: 0 /***ph2***/;
  color: 0 /***h2***/;
  border: 0 /***bh2***/;
  margin: 0 /***mh2***/;
}
h3 {
  font-size: 0 /***sh3***/;
  font-family: 0 /***fh3***/;
  padding: 0 /***ph3***/;
  color: 0 /***h3***/;
  border: 0 /***bh3***/;
  margin: 0 /***mh3***/;
}
h4 {
  font-size: 0 /***sh4***/;
  font-family: 0 /***fh4***/;
  padding: 0 /***ph4***/;
  color: 0 /***h4***/;
  border: 0 /***bh4***/;
  margin: 0 /***mh4***/;
}
h5 {
  font-size: 0 /***sh5***/;
  font-family: 0 /***fh5***/;
  padding: 0 /***ph5***/;
  color: 0 /***h5***/;
  border: 0 /***bh5***/;
  margin: 0 /***mh5***/;
}
h6 {
  font-size: 0 /***sh6***/;
  font-family: 0 /***fh6***/;
  padding: 0 /***ph6***/;
  color: 0 /***h6***/;
  border: 0 /***bh6***/;
  margin: 0 /***mh6***/;
}
.ctable td {
  padding: 3px 5px 3px 5px;
}
.ctableMin td {
  padding: 1px 2px 1px 2px;
}
.ctableBorder td {
  padding: 3px 5px 3px 5px;
  border: 0 /***contentTableBorder***/;
}
.ctableMinBorder td,
.ctableMinBorder th {
  padding: 1px 2px 1px 2px;
  border: 0 /***contentTableBorder***/;
}
a {
  color: #13a89e;
}
a:hover {
  color: black;
}
.imgBorder {
  padding: 2px;
  border: 0 /***contentTableBorder***/;
}
.nocss table,
.ctable,
.ctableMin,
.ctableBorder,
.ctableMinBorder {
  visibility: visible;
  margin: 4px 0px 4px 0px;
}
#tinymce .mceNonEditable {
  background: #ffff00;
}
.content_table_style,
.content_table_style_nagy,
.content_table_style_kicsi,
.content_table_style_keretes,
.content_table_style_fejleces,
.content_table_style_soros {
  border-collapse: collapse;
}
.content_table_style td,
.content_table_style_nagy td,
.content_table_style_kicsi td,
.content_table_style_keretes td,
.content_table_style_fejleces td,
.content_table_style_soros td {
  padding: 5px;
}
.content_table_style tr td:first-child,
.content_table_style_nagy tr td:first-child,
.content_table_style_kicsi tr td:first-child,
.content_table_style_keretes tr td:first-child,
.content_table_style_fejleces tr td:first-child,
.content_table_style_soros tr td:first-child {
  padding-left: 0px;
}
.content_table_style tr td:last-child,
.content_table_style_nagy tr td:last-child,
.content_table_style_kicsi tr td:last-child,
.content_table_style_keretes tr td:last-child,
.content_table_style_fejleces tr td:last-child,
.content_table_style_soros tr td:last-child {
  padding-right: 0px;
}
.content_table_style td,
.content_table_style_nagy td,
.content_table_style_kicsi td,
.content_table_style_keretes td,
.content_table_style_fejleces td,
.content_table_style_soros td {
  vertical-align: top;
  text-align: left;
}
.content_table_style_nagy td {
  padding: 10px;
}
.content_table_style_kicsi td {
  padding: 2px;
}
.content_table_style_keretes tr td:first-child {
  padding-left: 5px;
}
.content_table_style_keretes tr td:last-child {
  padding-right: 5px;
}
.content_table_style_keretes td {
  border: 1px solid #e0e0e0;
}
.content_table_style_fejleces tr td:first-child {
  padding-left: 5px;
}
.content_table_style_fejleces tr td:last-child {
  padding-right: 5px;
}
.content_table_style_fejleces td {
  border: 1px solid #e0e0e0;
}
.content_table_style_fejleces tr:first-child td {
  font-weight: bold;
  background: #ffffff;
}
.content_table_style_soros tr:nth-child(odd) td {
  background: #ffffff;
}
.content_table_style_soros tr:nth-child(even) td {
  background: #ffffff;
}
.content_table_style_soros tr td:first-child {
  padding-left: 5px;
}
.content_table_style_soros tr td:last-child {
  padding-right: 5px;
}
.content_table_style_soros td {
  border: 1px solid #ece5ec;
}
.content_table_style_soros tr:first-child td {
  font-weight: bold;
  background: #ffffff;
}
.j {
  text-align: justify;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.c {
  text-align: center;
}
img.l {
  float: left;
  margin: 0px 5px 3px 0px;
}
img.r {
  float: right;
  margin: 0px 0px 3px 5px;
}
ul {
  list-style-type: disc;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ul ul,
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.highlighted_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #bf4228;
  text-shadow: 2px 2px 0px #f7c5ba;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #000000;
  font-family: 'Cambria', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
*,
td,
p,
span,
strong,
div,
input,
textarea {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
img {
  display: inline-block;
  max-width: 100%;
}
textarea {
  resize: none;
}
iframe {
  background: transparent;
}
table,
td {
  empty-cells: show;
  border-collapse: collapse;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  border: 0;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
a {
  color: #13a89e;
}
a:hover {
  color: black;
}
a.disabled:hover {
  color: #13a89e;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  padding: 0px;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.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/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.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;
  font-size: 100%;
}
.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-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.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;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.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;
}
/* with multiple calendars */
.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;
}
/* RTL support */
.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;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  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-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: 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-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);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.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-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.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;
}
/* support: IE8 - See #6727 */
.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: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  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;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.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);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 is deprecated, use ui-icon-seek-start instead */
.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;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.fg-toolbar {
  height: auto !important;
}
.ui-dialog {
  padding: 0;
  border: 0 solid transparent;
  /*box-shadow: 0px 0px 20px #777;*/
}
#idepakoldmostaContextMenut {
  text-align: left;
}
#idepakoldmostaContextMenut ul {
  min-width: 175px;
}
#idepakoldmostaContextMenut a {
  text-decoration: none;
  display: block;
}
#idepakoldmostaContextMenut .ui-state-active ul a,
#idepakoldmostaContextMenut .ui-state-focus ul a {
  color: #13a89e;
}
#idepakoldmostaContextMenut .ui-state-active ul .ui-state-focus a {
  color: #13a89e;
}
#idepakoldmostaContextMenut .ezzelidepakoldmostaContextMenut,
#idepakoldmostaContextMenut a {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
}
.themeroller input,
.themeroller select {
  margin-bottom: 5px;
}
.js-ui textarea {
  width: 300px;
  height: 120px;
  color: #f2edf2;
}
.js-ui .inputtext {
  width: 150px;
  height: 20px;
  color: #f2edf2;
}
/*NotifIT*/
#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 2000;
}
#ui_notifIt:hover {
  opacity: 1 !important;
}
#ui_notifIt p {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#notifIt_close {
  position: absolute;
  color: #FFF;
  top: 0;
  padding: 0px 5px;
  right: 0;
}
#notifIt_close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
  background-color: yellowgreen;
  color: white;
}
#ui_notifIt.error {
  background-color: orangered;
  color: white;
}
#ui_notifIt.warning {
  background-color: orange;
  color: white;
}
#ui_notifIt.info {
  background-color: deepskyblue;
  color: white;
}
#ui_notifIt.default {
  background-color: #EEE;
  color: #444;
}
/* notifit confirm */
.notifit_confirm_bg,
.notifit_prompt_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.notifit_confirm *,
.notifit_prompt * {
  font-family: sans-serif;
}
.notifit_confirm,
.notifit_prompt {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 30px 0px 30px;
  background-color: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.notifit_confirm_accept,
.notifit_confirm_cancel,
.notifit_prompt_accept,
.notifit_prompt_cancel {
  padding: 10px 20px;
  color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #444;
  margin: 10px;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
}
.notifit_prompt_accept:hover,
.notifit_prompt_cancel:hover {
  background-color: #666;
}
.notifit_confirm_accept {
  background-color: #9ACD32;
}
.notifit_confirm_accept:hover {
  background-color: #ABDE43;
}
.notifit_confirm_cancel {
  background-color: #FF4500;
}
.notifit_confirm_cancel:hover {
  background-color: #FF5611;
}
.notifit_confirm_message {
  text-align: center;
  margin-bottom: 20px;
}
.notifit_prompt_message {
  color: #444;
  margin-top: 0;
  text-align: center;
}
.notifit_prompt_input {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #AAA;
  color: #444;
  border-radius: 5px;
}
.notifit_prompt {
  text-align: center;
}
/* Component containers
 ----------------------------------*/
.ui-widget {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
}
.ui-widget .ui-widget {
  font-size: 14px;
  line-height: 16px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
}
.ui-widget-content {
  border: 1px solid #13a89e;
  background: #f0f2f5;
  color: #000000;
}
.ui-widget-content a {
  color: #13a89e;
}
.ui-widget-header {
  border: 1px solid #13a89e;
  background: #13a89e;
  color: #f2edf2;
  font-weight: bold;
}
.ui-widget-header a {
  color: #f2edf2;
}
/* Interaction states
 ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #13a89e;
  background: #22e6d9 !important;
  font-weight: normal;
  color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #f2edf2;
  text-decoration: none;
}
.ui-state-active.ui-state-default a,
.ui-state-active.ui-state-default a:link,
.ui-state-active.ui-state-default a:visited {
  background: #f0f2f5;
  color: #13a89e;
  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 #13a89e;
  background: #13a89e;
  font-weight: normal;
  color: #f2edf2;
}
.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: #13a89e;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-button:hover {
  border: 1px solid #13a89e;
  background: #13a89e;
  font-weight: normal;
  color: #f2edf2;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #f2edf2;
  text-decoration: none;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #13a89e;
  background: #13a89e;
  color: #f2edf2;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #13a89e;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid red;
  background: red;
  color: white;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: white;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: white;
}
.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;
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}
/* Icons
 ----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-active ul a .ui-icon,
.ui-state-focus ul a .ui-icon {
  background-image: url(images/ui-icons_f2edf2_256x240.png);
}
.ui-state-active ul .ui-state-focus a .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
/* Misc visuals
 ----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: .2;
}
/* page Title on all pages  */
.h1container {
  /*    h1, h1 * { color:#990000; }*/
}
.h1container * {
  text-decoration: none;
}
/* article Title on articles list */
/*
.h2container { }

.h3container { }
*/
.streetListContainer * {
  text-decoration: none;
}
html {
  overflow-y: scroll;
  background: transparent;
}
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: transparent;
}
#dw-layout-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#center-container {
  flex: 1 1 100%;
}
#main-content {
  flex: 1;
}
#left {
  width: 0px;
}
#right {
  width: 0px;
}
#dw-layout-static {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}
#dw-layout-footer {
  background: transparent;
  padding: 0px;
}
#dw-layout-fader {
  z-index: 100;
  background: #f1f0eb;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
#dw-layout-fader-1 {
  z-index: 1001;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
#dw-layout-fader-2 {
  z-index: 1002;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.dw-layout-innerWrapper {
  background: transparent;
  width: 100%;
  margin: auto;
  text-align: left;
}
.item {
  margin-bottom: 1%;
  margin-top: 1%;
}
.grid1 .item {
  width: 100%;
  float: left;
  margin-right: 0% !important;
  clear: none;
}
.grid2 .item {
  width: 49%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid2 .item:nth-child(2n) {
  margin-right: 0%;
}
.grid2 .item:nth-child(2n+1) {
  clear: both;
}
.grid3 .item {
  width: 32%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid3 .item:nth-child(3n) {
  margin-right: 0%;
}
.grid3 .item:nth-child(3n+1) {
  clear: both;
}
.grid4 .item {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid4 .item:nth-child(4n) {
  margin-right: 0%;
}
.grid4 .item:nth-child(4n+1) {
  clear: both;
}
.grid6 .item {
  width: 15%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid6 .item:nth-child(6n) {
  margin-right: 0%;
}
.grid6 .item:nth-child(6n+1) {
  clear: both;
}
.grid4321:after,
.grid432:after,
.grid421:after,
.grid42:after,
.grid41:after,
.grid31:after,
.grid21:after,
.grid1:after,
.grid2:after,
.grid3:after,
.grid4:after,
.tgrid1:after,
.tgrid2:after,
.tgrid3:after,
.tgrid4:after,
.tmgrid1:after,
.tmgrid2:after,
.tmgrid3:after,
.tmgrid4:after,
.mgrid1:after,
.mgrid2:after,
.mgrid3:after,
.mgrid4:after,
.grid6:after {
  display: table;
  content: "";
  clear: both;
  height: 0;
}
.grid4321 .item,
.grid432 .item,
.grid421 .item,
.grid42 .item,
.grid41 .item {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid4321 .item:nth-child(4n),
.grid432 .item:nth-child(4n),
.grid421 .item:nth-child(4n),
.grid42 .item:nth-child(4n),
.grid41 .item:nth-child(4n) {
  margin-right: 0%;
}
.grid4321 .item:nth-child(4n+1),
.grid432 .item:nth-child(4n+1),
.grid421 .item:nth-child(4n+1),
.grid42 .item:nth-child(4n+1),
.grid41 .item:nth-child(4n+1) {
  clear: both;
}
.grid31 .item {
  width: 32%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid31 .item:nth-child(3n) {
  margin-right: 0%;
}
.grid31 .item:nth-child(3n+1) {
  clear: both;
}
.grid21 .item {
  width: 49%;
  float: left;
  margin-right: 2%;
  clear: none;
}
.grid21 .item:nth-child(2n) {
  margin-right: 0%;
}
.grid21 .item:nth-child(2n+1) {
  clear: both;
}
.m0 {
  font-size: 0px;
  line-height: 0px;
}
.m1 {
  font-size: 1px;
  line-height: 1px;
}
.m2 {
  font-size: 2px;
  line-height: 3px;
}
.m3 {
  font-size: 3px;
  line-height: 4px;
}
.m4 {
  font-size: 4px;
  line-height: 5px;
}
.m5 {
  font-size: 5px;
  line-height: 7px;
}
.m6 {
  font-size: 6px;
  line-height: 8px;
}
.m7 {
  font-size: 7px;
  line-height: 9px;
}
.m8 {
  font-size: 8px;
  line-height: 11px;
}
.m9 {
  font-size: 9px;
  line-height: 12px;
}
.m10 {
  font-size: 10px;
  line-height: 13px;
}
.m11 {
  font-size: 11px;
  line-height: 15px;
}
.m12 {
  font-size: 12px;
  line-height: 16px;
}
.m13 {
  font-size: 13px;
  line-height: 17px;
}
.m14 {
  font-size: 14px;
  line-height: 19px;
}
.m15 {
  font-size: 15px;
  line-height: 20px;
}
.m16 {
  font-size: 16px;
  line-height: 21px;
}
.m17 {
  font-size: 17px;
  line-height: 23px;
}
.m18 {
  font-size: 18px;
  line-height: 24px;
}
.m19 {
  font-size: 19px;
  line-height: 25px;
}
.m20 {
  font-size: 20px;
  line-height: 27px;
}
.m21 {
  font-size: 21px;
  line-height: 28px;
}
.m22 {
  font-size: 22px;
  line-height: 29px;
}
.m23 {
  font-size: 23px;
  line-height: 31px;
}
.m24 {
  font-size: 24px;
  line-height: 32px;
}
.m25 {
  font-size: 25px;
  line-height: 33px;
}
.m26 {
  font-size: 26px;
  line-height: 35px;
}
.m27 {
  font-size: 27px;
  line-height: 36px;
}
.m28 {
  font-size: 28px;
  line-height: 37px;
}
.m29 {
  font-size: 29px;
  line-height: 39px;
}
.m30 {
  font-size: 30px;
  line-height: 40px;
}
.m31 {
  font-size: 31px;
  line-height: 41px;
}
.m32 {
  font-size: 32px;
  line-height: 43px;
}
.m33 {
  font-size: 33px;
  line-height: 44px;
}
.m34 {
  font-size: 34px;
  line-height: 45px;
}
.m35 {
  font-size: 35px;
  line-height: 47px;
}
.m36 {
  font-size: 36px;
  line-height: 48px;
}
.m37 {
  font-size: 37px;
  line-height: 49px;
}
.m38 {
  font-size: 38px;
  line-height: 51px;
}
.m39 {
  font-size: 39px;
  line-height: 52px;
}
.m40 {
  font-size: 40px;
  line-height: 53px;
}
.m41 {
  font-size: 41px;
  line-height: 55px;
}
.m42 {
  font-size: 42px;
  line-height: 56px;
}
.m43 {
  font-size: 43px;
  line-height: 57px;
}
.m44 {
  font-size: 44px;
  line-height: 59px;
}
.m45 {
  font-size: 45px;
  line-height: 60px;
}
.m46 {
  font-size: 46px;
  line-height: 61px;
}
.m47 {
  font-size: 47px;
  line-height: 63px;
}
.m48 {
  font-size: 48px;
  line-height: 64px;
}
.m49 {
  font-size: 49px;
  line-height: 65px;
}
.m50 {
  font-size: 50px;
  line-height: 67px;
}
.m51 {
  font-size: 51px;
  line-height: 68px;
}
.m52 {
  font-size: 52px;
  line-height: 69px;
}
.m53 {
  font-size: 53px;
  line-height: 70px;
}
.m54 {
  font-size: 54px;
  line-height: 72px;
}
.m55 {
  font-size: 55px;
  line-height: 73px;
}
.m56 {
  font-size: 56px;
  line-height: 74px;
}
.m57 {
  font-size: 57px;
  line-height: 76px;
}
.m58 {
  font-size: 58px;
  line-height: 77px;
}
.m59 {
  font-size: 59px;
  line-height: 78px;
}
.m60 {
  font-size: 60px;
  line-height: 80px;
}
.m61 {
  font-size: 61px;
  line-height: 81px;
}
.m62 {
  font-size: 62px;
  line-height: 82px;
}
.m63 {
  font-size: 63px;
  line-height: 84px;
}
.m64 {
  font-size: 64px;
  line-height: 85px;
}
.m65 {
  font-size: 65px;
  line-height: 86px;
}
.m66 {
  font-size: 66px;
  line-height: 88px;
}
.m67 {
  font-size: 67px;
  line-height: 89px;
}
.m68 {
  font-size: 68px;
  line-height: 90px;
}
.m69 {
  font-size: 69px;
  line-height: 92px;
}
.m70 {
  font-size: 70px;
  line-height: 93px;
}
.m71 {
  font-size: 71px;
  line-height: 94px;
}
.m72 {
  font-size: 72px;
  line-height: 96px;
}
.m73 {
  font-size: 73px;
  line-height: 97px;
}
.m74 {
  font-size: 74px;
  line-height: 98px;
}
.m75 {
  font-size: 75px;
  line-height: 100px;
}
.m76 {
  font-size: 76px;
  line-height: 101px;
}
.m77 {
  font-size: 77px;
  line-height: 102px;
}
.m78 {
  font-size: 78px;
  line-height: 104px;
}
.m79 {
  font-size: 79px;
  line-height: 105px;
}
.m80 {
  font-size: 80px;
  line-height: 106px;
}
.m81 {
  font-size: 81px;
  line-height: 108px;
}
.m82 {
  font-size: 82px;
  line-height: 109px;
}
.m83 {
  font-size: 83px;
  line-height: 110px;
}
.m84 {
  font-size: 84px;
  line-height: 112px;
}
.m85 {
  font-size: 85px;
  line-height: 113px;
}
.m86 {
  font-size: 86px;
  line-height: 114px;
}
.m87 {
  font-size: 87px;
  line-height: 116px;
}
.m88 {
  font-size: 88px;
  line-height: 117px;
}
.m89 {
  font-size: 89px;
  line-height: 118px;
}
.m90 {
  font-size: 90px;
  line-height: 120px;
}
.m91 {
  font-size: 91px;
  line-height: 121px;
}
.m92 {
  font-size: 92px;
  line-height: 122px;
}
.m93 {
  font-size: 93px;
  line-height: 124px;
}
.m94 {
  font-size: 94px;
  line-height: 125px;
}
.m95 {
  font-size: 95px;
  line-height: 126px;
}
.m96 {
  font-size: 96px;
  line-height: 128px;
}
.m97 {
  font-size: 97px;
  line-height: 129px;
}
.m98 {
  font-size: 98px;
  line-height: 130px;
}
.m99 {
  font-size: 99px;
  line-height: 132px;
}
.m100 {
  font-size: 100px;
  line-height: 133px;
}
.m101 {
  font-size: 101px;
  line-height: 134px;
}
.m102 {
  font-size: 102px;
  line-height: 136px;
}
.m103 {
  font-size: 103px;
  line-height: 137px;
}
.m104 {
  font-size: 104px;
  line-height: 138px;
}
.m105 {
  font-size: 105px;
  line-height: 140px;
}
.m106 {
  font-size: 106px;
  line-height: 141px;
}
.m107 {
  font-size: 107px;
  line-height: 142px;
}
.m108 {
  font-size: 108px;
  line-height: 144px;
}
.m109 {
  font-size: 109px;
  line-height: 145px;
}
.m110 {
  font-size: 110px;
  line-height: 146px;
}
.m111 {
  font-size: 111px;
  line-height: 148px;
}
.m112 {
  font-size: 112px;
  line-height: 149px;
}
.m113 {
  font-size: 113px;
  line-height: 150px;
}
.m114 {
  font-size: 114px;
  line-height: 152px;
}
.m115 {
  font-size: 115px;
  line-height: 153px;
}
.m116 {
  font-size: 116px;
  line-height: 154px;
}
.m117 {
  font-size: 117px;
  line-height: 156px;
}
.m118 {
  font-size: 118px;
  line-height: 157px;
}
.m119 {
  font-size: 119px;
  line-height: 158px;
}
.m120 {
  font-size: 120px;
  line-height: 160px;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(js/colorpicker/images/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 25000;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(js/colorpicker/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(js/colorpicker/images/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(js/colorpicker/images/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(js/colorpicker/images/colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url(js/colorpicker/images/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url(js/colorpicker/images/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url(js/colorpicker/images/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url(js/colorpicker/images/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url(js/colorpicker/images/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url(js/colorpicker/images/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(js/colorpicker/images/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
.slider_wrap {
  position: relative;
  z-index: 0;
}
.swiper_text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #ffffff;
  padding: 30px;
}
.slide_img {
  width: 100%;
}
.swiper-slider {
  position: relative;
  /*padding-bottom: 45.08%;*/
  margin-bottom: 3px;
}
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.ctable td {
  padding: 3px 5px 3px 5px;
}
.ctableMin td {
  padding: 1px 2px 1px 2px;
}
.dataTable {
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Everything below this line is the same as demo_table.css. This file is
* required for 'cleanliness' of the markup
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables features
*/
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables display
*/
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables sorting
*/
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables row classes
*/
  /*
* Sorting classes for columns
*/
  /* For the standard odd/even */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Misc
*/
  /*
* Row highlighting example
*/
}
.dataTable .css_right {
  float: right;
}
.dataTable .paging_two_button .ui-button {
  float: left;
  cursor: pointer;
}
.dataTable .paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  color: #333 !important;
}
.dataTable .dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}
.dataTable .paging_full_numbers {
  width: 350px !important;
}
.dataTable .dataTables_wrapper .ui-toolbar {
  padding: 5px;
}
.dataTable .dataTables_paginate {
  width: auto;
}
.dataTable .dataTables_info {
  padding-top: 3px;
}
.dataTable table.display thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
}
.dataTable div.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}
.dataTable table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
}
.dataTable table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.dataTable .dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTable .dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  margin-left: -125px;
  border: 0px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 0px;
  padding: 2px 0;
  display: none !important;
}
.dataTable .dataTables_length {
  width: 40%;
  float: left;
}
.dataTable .dataTables_length > label > select {
  color: #000;
}
.dataTable .dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}
.dataTable .dataTables_filter > label > input {
  margin-left: 10px;
  color: #000;
}
.dataTable .dataTables_info {
  width: 50%;
  float: left;
}
.dataTable .dataTables_paginate {
  float: right;
  text-align: right;
}
.dataTable table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
}
.dataTable table.display tfoot th {
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-weight: normal;
}
.dataTable table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}
.dataTable table.display td {
  padding: 3px 10px;
}
.dataTable table.display td.center {
  text-align: center;
}
.dataTable .sorting_asc {
  background: url('../images/sort_asc.png') no-repeat center right;
}
.dataTable .sorting_desc {
  background: url('../images/sort_desc.png') no-repeat center right;
}
.dataTable .sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}
.dataTable .sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}
.dataTable .sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
.dataTable table.display tr.odd.grade1 {
  background-color: #c2cad6;
}
.dataTable table.display tr.even.grade1 {
  background-color: #bcc5d2;
}
.dataTable table.display tr.odd.grade2 {
  background-color: #d1d7e1;
}
.dataTable table.display tr.even.grade2 {
  background-color: #cbd2dd;
}
.dataTable table.display tr.odd.grade3 {
  background-color: #f0f2f5;
}
.dataTable table.display tr.even.grade3 {
  background-color: #eaedf1;
}
.dataTable tr.odd {
  /* background-color: #E9E5C2; */
}
.dataTable tr.even {
  /* background-color: white; */
}
.dataTable td {
  border: 1px solid  #13a89e;
}
.dataTable tr.grade1.odd td.sorting_1 {
  background-color: #bfc8d4;
}
.dataTable tr.grade1.odd td.sorting_2 {
  background-color: #bfc8d4;
}
.dataTable tr.grade1.odd td.sorting_3 {
  background-color: #bfc8d4;
}
.dataTable tr.grade1.even td.sorting_1 {
  background-color: #b9c2d0;
}
.dataTable tr.grade1.even td.sorting_2 {
  background-color: #b9c2d0;
}
.dataTable tr.grade1.even td.sorting_3 {
  background-color: #b9c2d0;
}
.dataTable tr.grade2.odd td.sorting_1 {
  background-color: #ced5df;
}
.dataTable tr.grade2.odd td.sorting_2 {
  background-color: #ced5df;
}
.dataTable tr.grade2.odd td.sorting_3 {
  background-color: #ced5df;
}
.dataTable tr.grade2.even td.sorting_1 {
  background-color: #c8d0da;
}
.dataTable tr.grade2.even td.sorting_2 {
  background-color: #c8d0da;
}
.dataTable tr.grade2.even td.sorting_3 {
  background-color: #c8d0da;
}
.dataTable tr.grade3.odd td.sorting_1 {
  background-color: #edeff3;
}
.dataTable tr.grade3.odd td.sorting_2 {
  background-color: #edeff3;
}
.dataTable tr.grade3.odd td.sorting_3 {
  background-color: #edeff3;
}
.dataTable tr.grade3.even td.sorting_1 {
  background-color: #e7eaef;
}
.dataTable tr.grade3.even td.sorting_2 {
  background-color: #e7eaef;
}
.dataTable tr.grade3.even td.sorting_3 {
  background-color: #e7eaef;
}
.dataTable .dataTables_scroll {
  clear: both;
}
.dataTable .dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTable .top {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}
.dataTable .bottom {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}
.dataTable .top .dataTables_info {
  float: none;
}
.dataTable .clear {
  clear: both;
}
.dataTable .dataTables_empty {
  text-align: center;
}
.dataTable tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}
.dataTable tfoot input.search_init {
  color: #999;
}
.dataTable td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}
.dataTable td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}
.dataTable .example_alt_pagination div.dataTables_info {
  width: 40%;
}
.dataTable .paging_full_numbers a.paginate_button,
.dataTable .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}
.dataTable .paging_full_numbers a.paginate_button {
  background-color: #ddd;
}
.dataTable .paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.dataTable .paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}
.dataTable table.display tr.even.row_selected td {
  background-color: #B0BED9;
}
.dataTable table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}
.dataTable .ex_highlight #example tbody tr.even:hover,
.dataTable #example tbody tr.even td.highlighted {
  background-color: #ECFFB3;
}
.dataTable .ex_highlight #example tbody tr.odd:hover,
.dataTable #example tbody tr.odd td.highlighted {
  background-color: #E6FF99;
}
/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../js/lightGallery/fonts/lg.woff") format("woff"), url("../js/lightGallery/fonts/lg.ttf?n1z373") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
.pagination_container {
  text-align: center;
  margin: 10px 0;
}
.pagination_container .pagination {
  /*font-family: 'roboto_condensed';*/
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 0px;
  text-decoration: none;
  transition: .3s;
}
.pagination_container .pagination:hover:not(.disabled),
.pagination_container .actual {
  color: #ffffff;
  background: #363738;
}
.streetListContainer,
.streetListContainer > * {
  font-size: 14px;
  color: #3d3d3d;
}
.page_street a:hover {
  color: #fbed33;
}
.title {
  text-align: center;
  color: #fff;
}
.page_title {
  color: #13a89e;
  text-align: left;
  text-transform: uppercase;
}
.page_title span {
  display: inline-block;
  padding: 30px 0;
}
.lg-sub-html {
  display: none;
}
.ui-dialog {
  padding: 0;
  border: 0 solid transparent;
  /*box-shadow: 0px 0px 20px #777;*/
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.full_page {
  width: 100%;
}
.normal_page {
  width: 100%;
  max-width: 1220px;
  padding: 0px 20px;
}
.dn {
  display: none;
}
.j {
  text-align: justify;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.c {
  text-align: center;
}
.cb {
  clear: both;
}
.full {
  display: block;
  width: 100%;
  height: 100%;
}
.nodec {
  text-decoration: none;
  border: 0px;
}
.nowrapp,
.nowrapp * {
  white-space: nowrap !important;
}
.df {
  display: flex;
}
.jcsb {
  justify-content: space-between;
}
.jcc {
  justify-content: center;
}
.fxww {
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.aifs {
  align-items: flex-start;
}
.fx1 {
  flex: 1;
}
.fx2 {
  flex: 2;
}
.pointer,
.outerClick {
  cursor: pointer !important;
}
.highlight {
  color: #13a89e !important;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.por {
  position: relative;
}
.rossz {
  border: 1px solid #ff0000 !important;
}
.middle_aligner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 20px;
}
.middle_aligner_full {
  background: #007fbe;
  margin: 0 auto;
}
.page_images_container {
  padding-top: 20px;
}
.page_images_container .image_link {
  display: block;
  text-decoration: none;
}
.page_images_container .image {
  display: block;
  width: 100%;
}
.page_files_container {
  padding-top: 20px;
}
.page_files_container .file_link_container {
  padding-bottom: 10px;
}
.page_files_container .file_link {
  display: inline-block;
  text-decoration: none;
}
.page_files_container .file_link:hover .file_title {
  color: #13a89e;
}
.page_files_container .file_title {
  display: inline-block;
  vertical-align: middle;
  color: black;
}
.page_files_container .file_image {
  margin-right: 10px;
  vertical-align: middle;
  max-width: 31px;
}
.page_back_button {
  font-size: 18px;
  font-weight: bold;
  color: #fbed33;
}
.page_back_button:hover {
  color: #13a89e;
  cursor: pointer;
}
.cook_wrapper {
  position: fixed;
  padding: 10px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(50, 50, 50, 0.6);
  z-index: 6;
  text-align: center;
}
.cook_wrapper > * {
  color: white;
}
.cook_wrapper > img {
  margin-right: 5px;
}
.cook_butt {
  padding: 8px 20px;
  margin: 0 10px;
  border: 1px solid #13a89e;
  border-radius: 6px;
  transition: background .2s ease;
}
.cook_butt:hover {
  background: #13a89e;
}
.upparrow_wrap {
  position: fixed;
  right: 30px;
  bottom: 25px;
  z-index: 1;
  cursor: pointer;
}
.u_arrow {
  font-family: "tinymce", Arial;
  font-size: 32px;
}
.upparrow {
  position: relative;
  height: 36px;
  width: 36px;
  padding: 6px 0px 0px 1px;
  border-radius: 30px;
  border: 1px solid white;
  background: #13a89e;
}
.upparrow span {
  color: #fff;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.fluidMediaContainer {
  margin: auto;
  max-width: 1500px;
  clear: both;
}
.fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fluidMedia iframe,
.fluidMedia video {
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget *,
.dd * {
  font-family: Arial;
  font-size: 14px;
  line-height: 17px;
}
.ui-widget * input,
.dd * input {
  height: auto !important;
}
.ui-menu * {
  font-size: 14px !important;
}
.fg-toolbar {
  height: auto !important;
}
#idepakoldmostaContextMenut {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 55;
}
.ezzelidepakoldmostaContextMenut {
  font-family: Arial;
  font-size: 16px;
  top: -2px;
}
@media all and (max-width: 789px) {
  .cook_wrapper {
    flex-wrap: wrap;
  }
  .cook_wrapper > span {
    padding: 20px 0;
  }
  .cook_wrapper > img {
    display: none;
  }
}
/* top menu */
#home_icon {
  transform: scale(0.6);
  width: 32px;
  background: url(images/home.png) no-repeat left center;
  font-size: 0px !important;
}
#home_icon:hover {
  background-position-x: right;
}
#ullimenudropdown {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-right: 20px;
}
#menu_ul {
  list-style: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu_li {
  position: relative;
  text-align: center;
  margin: 0;
  flex-grow: 1;
  list-style: none;
}
.menu_li:hover > #drop_ul {
  display: table-cell;
  animation: fadeIn 0.2s;
}
.menu_link {
  display: block;
  padding: 13px 0;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  transition: color 0.2s ease;
}
.menu_link:hover {
  color: #13a89e;
}
#drop_ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0px 0 0 0;
}
#drop_ul ul {
  padding: 0 0 0 5px;
  top: 0;
  left: 100%;
}
#drop_ul li {
  display: flex;
  min-width: 200px;
  background: #13a89e;
  transition: background-color 0.2s ease;
}
#drop_ul li:hover {
  background-color: #1b8a3c;
}
#drop_ul li a {
  line-height: 120% !important;
  padding: 13px 20px;
  text-align: left;
  white-space: nowrap;
}
/* left menu  */
.ullimenu {
  background: #ffffff;
  position: relative;
  z-index: 50;
}
.ullimenu ul {
  list-style: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.ullimenu ul a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 120% !important;
  padding: 10px 15px;
}
.ullimenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.ullimenu ul li:hover {
  background: #ffff00;
}
.ullimenu ul li:hover a {
  color: #ff0000;
}
.ullimenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
}
.ullimenu ul ul li {
  float: none;
  min-width: 200px;
  background: #fff;
}
.ullimenu ul ul a {
  line-height: 120% !important;
  padding: 10px 15px;
  text-align: left;
  white-space: nowrap;
}
.ullimenu ul li:hover > ul {
  display: table-cell;
  animation: fadeIn 0.4s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.iframeForm td {
  padding: 4px 6px 10px 6px;
}
.iframeForm .input-altalanos {
  background: #ffffff;
  width: 100%;
  padding: 2px 5px 2px 5px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #f2edf2;
  margin-bottom: 6px;
}
.iframeForm .input-textarea {
  background: #ffffff;
  width: 100%;
  padding: 2px 5px 2px 5px;
  height: 150px;
  border: 1px solid #ffffff;
  color: #f2edf2;
  margin-bottom: 6px;
}
.iframeForm .input-ellenorzo {
  background: #ffffff;
  width: 49%;
  max-width: 178px;
  padding: 2px 5px 2px 5px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #f2edf2;
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 15px;
}
.iframeForm .inputs-table td {
  padding: 2px 3px 2px 3px;
}
.iframeForm .input-button {
  width: 150px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.iframeForm .submit_button_container {
  text-align: center;
}
.iframeForm .submit_button_container .submit_button {
  min-width: 150px;
  border: 1px solid #ffffff;
}
.iframeForm .ellenorzo_container .ellenorzo_left {
  float: left;
  width: 49%;
  max-width: 178px;
  margin-right: 2%;
}
.iframeForm .ellenorzo_container .ellenorzo_right {
  float: left;
  width: 49%;
}
.iframeForm .ellenorzo_container .ellenorzo_left img {
  width: 100%;
  max-width: 178px;
}
.iframeForm .ellenorzo_container .ellenorzo_right img {
  cursor: pointer;
}
#header .headerbg {
  height: 816px;
  background: url(images/top_bg.png) no-repeat right center / 1160px 100%;
}
#header .headerbg::after {
  content: '';
  position: absolute;
  top: 0;
  left: -260px;
  height: 100%;
  width: 420px;
  background: #f0f2f5;
  transform: skew(24deg);
}
#header .smallBg {
  height: 250px;
  background: url(images/top_bg.png) no-repeat right bottom;
}
#header #h_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
#header #h_top .top_section_link {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #e1e1e1;
  border: none;
  padding: 10px 35px;
  transition: background-color 0.2s ease;
}
#header #h_top .top_section_link:hover {
  cursor: pointer;
  background-color: #bbbbbb;
}
#header #h_top .top_icons {
  height: 15px;
}
#header #h_top #settings_button {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#header #h_top #settings_button:hover {
  background: #d7d7d7;
}
#header #h_top #settings_button:hover #settings_submenu {
  display: block;
}
#header #h_top #settings_submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
#header #h_top #settings_icon_container {
  display: inline-block;
}
#header #h_top .settings_link {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  color: #000;
  text-decoration: none;
  padding: 5px 20px;
  border: none;
  background: #fff;
  transition: background .2s ease;
}
#header #h_top .settings_link:hover {
  background: #d7d7d7;
  cursor: pointer;
}
#header #h_top #langselector_container {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 0 25px;
}
#header #h_top #langselector_container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background: #ffffff url('images/arrow_d.png') no-repeat center center / 10px 6px;
  pointer-events: none;
}
#header #h_top #language_select {
  display: inline-block;
  color: #434343;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
}
#header #h_middle {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header #h_middle .logo_link {
  flex: 1;
  text-align: left;
  margin-left: 76px;
  z-index: 2;
}
#header #menu_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}
#header #menu_container #menu {
  flex: 1;
}
#header .h_title {
  max-width: 660px;
  font-weight: normal;
  color: white;
  padding: 1em 0;
  margin: 50px 140px 0 auto;
}
#header .registr_wrap {
  position: relative;
  z-index: 1;
}
#header .registr_wrap .register_title {
  font-weight: normal;
  color: white;
  padding: 25px 0;
}
#header .registr_wrap .platformB {
  display: inline-block;
  font-family: 'Roboto', Arial;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 8px;
  background: #fbed33;
  border-radius: 14px;
  border: none;
  padding: 30px 45px;
  box-shadow: 0px 3px 3px 1px #132b2b5e;
  transition: .2s ease;
  transition-property: transform, box-shadow, background-color;
}
#header .registr_wrap .platformB:hover {
  box-shadow: 0px 2px 3px 1px #132b2bbf;
  transform: translateY(2px);
  background-color: #ddce04;
}
#header #topmobil {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #13a89e;
  box-shadow: 0 2px 15px 2px #48484852;
  z-index: 6;
}
#header #topmobil > * {
  width: calc(100% / 3);
}
#header #topmobil #mobile_left {
  margin-left: 10px;
}
#header #topmobil #m_menu_open_icon {
  display: inline-block;
  font-family: 'tinymce';
  font-size: 31px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#header #topmobil #mlogo_link {
  display: flex;
  justify-content: center;
}
#header #topmobil #mobile_right {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
#header #topmobil #mlogo_img {
  width: 54px;
  align-items: center;
}
#header #topmobil #mlang_select_container {
  display: flex;
}
#header #topmobil .mob_spacer {
  position: fixed;
  top: 0;
  height: 70px;
}
#header #topmobil #m_src_link {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 0 1px 3px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  transition: all 0.6s ease;
}
#header #topmobil .src_inactive {
  background: url('images/src_m.svg');
  will-change: transform;
}
#header #topmobil .src_active {
  background: url('images/close.svg');
  transform: rotateX(180deg);
}
#header #topmobil #language_select {
  color: white;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
#header #topmobil .mobile_submenu_wrap {
  margin-right: 10px;
}
#header #topmobil .mobile_submenu_wrap .user_icon {
  max-width: 25px;
}
#header #topmobil .mobile_submenu_wrap .mobile_submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #13a89e;
}
#header #topmobil .mobile_submenu_wrap .mobile_submenu_link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  margin-bottom: 5px;
}
#header #topmobil .mobile_submenu_wrap .mobile_submenu_link:last-child {
  margin-bottom: 0;
}
#header #m_src_wrap {
  display: none;
  opacity: 0;
  transform: translateY(-50%);
  animation: mobileSearch 0.5s ease forwards;
  position: fixed;
  z-index: 10;
  top: 70px;
  left: 0;
  width: 100%;
  background: #13a89e;
  padding: 10px 20px;
}
#header #m_src_inp {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  background: #13a89e;
  border: none;
  padding: 0 30px 0 15px;
}
#header #m_src_inp::placeholder {
  color: #fff;
}
#header #m_src_butt {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 50px;
  height: 48px;
  background: #13a89e url(images/src_m.svg) no-repeat center center;
}
#header #m_menu_cont {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  background: rgba(31, 31, 31, 0.4);
  z-index: 10;
}
#header #m_menu {
  height: 100%;
  width: 50%;
  max-width: 300px;
  min-width: 300px;
  float: left;
  background: #fff;
  padding: 0px 20px;
  overflow-y: scroll;
}
#header .mobilmenua {
  display: block;
  text-decoration: none;
  padding: 15px 0px 15px 0px;
  color: #000;
  border-bottom: 1px solid #2a4968;
  text-transform: uppercase;
}
#header .level_1 {
  margin-left: 15px;
}
#header #m_menu_close_icon {
  display: inline-block;
  font-family: 'tinymce';
  font-size: 31px;
  width: 45px;
  height: 45px;
  line-height: 70px;
  color: #000;
  text-decoration: none;
}
@keyframes mobileSearch {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1080px) {
  #header .headerbg::after {
    display: none;
  }
  #ullimenudropdown {
    flex: 2;
  }
}
@media screen and (max-width: 789px) {
  #header .headerbg {
    background-size: cover;
    /*margin-right: -8px;*/
    height: 630px;
  }
  #header .h_title {
    margin: 0 auto;
    padding: 33% 20px 0;
  }
  #header .mobile_wide {
    padding: 0;
  }
  #header .registr_wrap .platformB {
    padding: 30px 25px;
  }
}
.footer {
  margin-top: 5%;
}
.footer .erasm_wrap {
  flex-basis: 800px;
}
.footer #erasm_cont {
  width: 100%;
  padding: 1%;
  text-align: center;
}
.footer .elogo_wrap {
  padding: 2px 0;
}
.footer #desc {
  max-width: 500px;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
  color: #57585a;
  margin: 10px auto;
}
.footer #desc br {
  line-height: 14px;
}
.footer .dweb_link {
  display: block;
  margin: 20px auto;
}
.footer .dweb_link > img {
  width: 167px;
}
.footer .left_side {
  background-color: #b0b5ba;
  height: 150px;
}
.footer .right_side {
  background-color: #13a89e;
  height: 150px;
}
.footer .left_side::after {
  content: '';
  position: absolute;
  top: 0;
  right: -90px;
  height: 100%;
  width: 200px;
  background: #b0b5ba;
  transform: skew(50deg);
}
.footer .right_side::before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  height: 100%;
  width: 200px;
  background: #13a89e;
  transform: skew(-50deg);
}
@media screen and (max-width: 789px) {
  .footer {
    background-color: #13a89e;
    padding: 8% 3%;
  }
  .footer .left_side,
  .footer .right_side {
    display: none;
  }
  .footer #desc {
    color: white;
  }
}
/**
 * Nestable
 */
#overlay {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.loginWindowWrap {
  width: 25%;
  margin: auto;
  background: #fff;
  position: relative;
  border-radius: 12px;
}
.loginWindow {
  padding: 3em;
  max-height: 80vh;
  overflow-y: auto;
}
.loginWindow #loginClose {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 25px;
  background: #fff;
  box-shadow: 0px 0px 4px 1px #767676;
  cursor: pointer;
  border: none;
  transition: all .3s ease;
}
.loginWindow #loginClose:hover {
  box-shadow: 0px 0px 4px 2px #767676;
  color: #363738;
}
.loginWindow .logInput {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  font-family: 'OpenSans';
  border: solid 1px #9c9c9c;
  border-radius: 2px;
  transition: border-color 0.3s ease;
}
.loginWindow .logInput:hover {
  border-color: #4e4e4e;
}
.loginWindow .loginLogo {
  display: block;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}
.loginWindow .loginLabel {
  padding: 13px 0 3px;
  width: 100%;
  text-align: left;
  font-family: 'OpenSans';
}
.loginWindow .logSubmit {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-family: 'OpenSans';
  border: none;
  border-radius: 2px;
  background-color: #363738;
  margin: 1em 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.loginWindow .logSubmit:hover {
  background-color: #5c5d5f;
}
.loginWindow .loginLink {
  color: #363738;
  font-family: 'OpenSans';
  border: none;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  transition: border-bottom-color 0.3s ease;
}
.loginWindow .loginLink:hover {
  border-bottom-color: #363738;
}
@media screen and (max-width: 1024px) {
  .loginWindowWrap {
    width: 65%;
  }
}
@media screen and (max-width: 789px) {
  .loginWindowWrap {
    width: 85%;
  }
}
.dataTable {
  font-size: 16px;
  line-height: 20px !important;
}
.adminForm * {
  font-size: 16px;
  line-height: 20px;
}
.adminForm .fejlec {
  color: #ebeef0;
  border-bottom: 1px solid #4febe1;
  border-left: 1px solid #16bfb4;
  background: #16bfb4;
  padding: 5px 5px 5px 5px;
}
.adminForm .fejlec * {
  color: #fff;
  text-decoration: none;
}
.adminForm .torzs {
  border-left: 1px solid #18d6c9;
  border-bottom: 1px solid #38e9dd;
  border-right: 1px solid #38e9dd;
  background: #f7f4f7;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
.adminForm input[type=text],
.adminForm input[type=password],
.adminForm textarea,
.adminForm select {
  color: #363738;
  background: #f2edf2;
  width: 350px;
  border: 1px solid #363738;
  line-height: 23px;
  padding: 4px 6px;
}
.adminForm textarea {
  height: 150px;
  line-height: 18px;
}
.adminForm input.rovid {
  width: 160px;
}
.adminForm select {
  line-height: 18px;
}
.adminForm option {
  line-height: 18px;
  padding-left: 10px;
}
.adminForm input[type=file],
.adminForm .csatoltfile {
  background: #fefefe;
  width: 250px;
  border: 1px solid #22e6d9;
  line-height: 23px;
  height: 23px;
  margin: 0px 5px 5px 0px;
}
.adminForm input[disabled=disabled] {
  opacity: 0.6;
}
.adminForm .cimke {
  font-weight: bold;
}
.adminForm .adat {
  padding: 0px 0px 4px 0px;
}
.adminForm .tabletextarea {
  line-height: 18px;
  background: url(images/static/stripe.png) repeat;
}
.adminFormCartd h3 {
  line-height: 17px;
  padding: 0px;
  margin: 0px;
}
.adminFormCartd .fejlec {
  color: #ebeef0;
  border-bottom: 1px solid #4febe1;
  border-left: 3px solid #16bfb4;
  background: #16bfb4;
  padding: 5px 5px 5px 5px;
}
.adminFormCartd .fejlec * {
  color: #ebeef0;
}
.adminFormCartd .torzs {
  border-bottom: 2px solid #f7f4f7;
  border-left: 3px solid #18d6c9;
  border-bottom: 1px solid #38e9dd;
  border-right: 1px solid #38e9dd;
  background: #f7f4f7;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
/**
 * Nestable
 */
.adminList {
  /**
     * Nestable Draggable Handles
     */
}
.adminList p {
  line-height: 1.5em;
}
.adminList .small {
  color: #666;
  font-size: 0.875em;
}
.adminList .large {
  font-size: 1.25em;
}
.adminList .adm_icon_wrap {
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}
.adminList .dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 800px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.adminList .dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.adminList .dd-list .dd-list {
  padding-left: 30px;
}
.adminList .dd-collapsed .dd-list {
  display: none;
}
.adminList .dd-item,
.adminList .dd-empty,
.adminList .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.adminList .dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #18d6c9;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #fbfafb;
  background: #f9f7f9;
  background: -webkit-linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  background: -moz-linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  background: linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adminList .dd-handle:hover {
  color: #f7f4f7;
  background: #13a89e;
}
.adminList .dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.adminList .dd-item > button:before {
  content: '+';
  font-size: 16px;
  display: block;
  position: absolute;
  top: 1px;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.adminList .dd-item > button[data-action="collapse"]:before {
  content: '-';
  font-size: 16px;
}
.adminList .dd-placeholder,
.adminList .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adminList .dd-empty {
  border: 1px dashed #ffffff;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.adminList .dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.adminList .dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.adminList .dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.adminList .dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #18d6c9;
  background: #f9f7f9;
  background: -webkit-linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  background: -moz-linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  background: linear-gradient(top, #f9f7f9 0%, #fbfafb 100%);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adminList .dd3-content:hover {
  color: #f7f4f7;
  background: #13a89e;
}
.adminList .dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.adminList .dd3-item > button {
  margin-left: 30px;
}
.adminList .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #18d6c9;
  background: #fdfdfd;
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background: linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.adminList .dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #18d6c9;
  font-size: 20px;
  font-weight: normal;
}
.adminList .dd3-handle:hover {
  background: #fdfdfd;
}
.adminList .dd-handle {
  text-indent: -500px;
}
.adminList .dd3-item button {
  text-indent: -500px;
}
.RegForm .opened {
  display: block;
}
.RegForm .hidden {
  display: none !important;
}
.RegForm .align_center {
  margin-top: 25px;
  text-align: center;
}
.RegForm .c {
  text-align: center;
}
.RegForm .red {
  color: #ff0000;
}
.RegForm .admin_container {
  border-top: 1px solid #b0b5ba;
  padding-top: 35px;
  margin-top: 35px;
}
.RegForm .form_reg {
  border: 1px solid #b0b5ba;
  margin-top: 20px;
  padding: 35px;
}
.RegForm .form_reg:first-child {
  margin-top: 0;
}
.RegForm .form_reg h3 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: left;
}
.RegForm .form_flex_container {
  display: flex;
  flex-wrap: wrap;
}
.RegForm .form_flex_container > div {
  display: flex;
  width: 50%;
  margin-bottom: 10px;
}
.RegForm .form_flex_container > div:nth-child(odd) {
  padding-right: 10px;
}
.RegForm .form_flex_container > div:nth-child(even) {
  padding-left: 10px;
}
.RegForm .form_flex_container > div label {
  flex-basis: 150px;
  flex-shrink: 0;
  align-self: center;
  padding-right: 10px;
  text-align: left;
}
.RegForm .form_flex_container > div input,
.RegForm .form_flex_container > div select {
  width: 100%;
  border: 1px solid #b0b5ba;
  background: #f7f4f7;
  height: 45px !important;
  padding: 0 10px;
  overflow: hidden;
}
.RegForm .form_flex_container > div select:hover {
  cursor: pointer;
}
.RegForm .captcha_container {
  margin-top: 20px;
}
.RegForm .captcha_container input {
  width: 100%;
  max-width: 250px;
  border: 1px solid #b0b5ba;
  background: #f7f4f7;
  height: 45px;
  padding: 0 10px;
  margin-top: 10px;
}
.RegForm .form_submit {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 300px;
  font-family: 'RobotoCondensed', Arial;
  background: #f8f8f8;
  color: #4b4b4b;
  border-radius: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  padding: 18px 10px;
  box-shadow: 2px 3px 0 #e5e5e5;
  transition: color 0.3s ease;
}
.RegForm .form_submit:hover {
  color: #13a89e;
  cursor: pointer;
}
@media all and (max-width: 979px) {
  .RegForm .form_flex_container > div {
    width: 100%;
    padding: 0 !important;
  }
}
@media all and (max-width: 789px) {
  .RegForm .form_reg {
    padding: 20px;
  }
  .RegForm .form2 .content2 .c {
    text-align: left;
  }
}
.login_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  margin: auto;
  padding: 0px;
}
.login_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.loginput {
  width: 70%;
  outline: 0;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 20px;
  border: solid 1px grey;
  background: #fff;
}
.login_label {
  font-size: 18px;
  white-space: nowrap;
}
.styledForm {
  /*.onerow { position:relative;padding-bottom:16px; &::after { position:absolute;bottom:8px;left:0px;width:100%; color:#63BC46;opacity:1;height:10px;line-height:10px;display:block;overflow:hidden;font-size:10px;letter-spacing:0px; content:'► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ ► ◄ '; }   }*/
}
.styledForm .cimke {
  padding: 0px 0px 8px 0px;
  font-weight: bold;
  display: inline-block;
}
.styledForm .cimke::after {
  content: ':';
}
.styledForm .noc .cimke::after {
  content: '';
}
.styledForm .req.requiredafter::after {
  content: '*';
  color: #cccccc;
}
.styledForm .inputText {
  width: 100%;
  border: 1px solid #c1bcb7;
  height: 32px;
  padding: 0px 15px;
  margin-bottom: 6px;
}
.styledForm .inputTextArea {
  width: 100%;
  border: 1px solid #c1bcb7;
  height: 160px;
  padding: 15px 15px;
  margin-bottom: 6px;
}
.styledForm .afterboxno.onlyonselected {
  display: none;
}
.styledForm .afterboxok.onlyonselected {
  display: block;
}
.styledForm .radiobox,
.styledForm .chbox {
  margin-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.styledForm .radiobox .box,
.styledForm .chbox .box {
  padding-top: 5px;
  margin-bottom: 6px;
  min-height: 20px;
}
.styledForm .radiobox .label,
.styledForm .chbox .label {
  cursor: pointer;
}
.styledForm .radiobox .radok,
.styledForm .chbox .radok,
.styledForm .radiobox .radno,
.styledForm .chbox .radno,
.styledForm .radiobox .chok,
.styledForm .chbox .chok,
.styledForm .radiobox .chno,
.styledForm .chbox .chno {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 10px -3px 15px;
  cursor: pointer;
  /*transition: all .1s ease-in-out;*/
}
.styledForm .radiobox .radok {
  position: relative;
}
.styledForm .radiobox .radok span::after {
  content: '';
  border: 4px solid #13a89e;
  border-radius: 100%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.styledForm .radiobox .radok {
  border: 2px solid #13a89e;
  border-radius: 100%;
}
.styledForm .radiobox .radno {
  border: 2px solid #999999;
  border-radius: 100%;
}
.styledForm .chbox .chok {
  background: #13a89e;
  background-size: 60% auto;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C!DOCTYPE%20svg%20%20PUBLIC%20%27-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%27%20%20%27http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22M21.652%2C3.211c-0.293-0.295-0.77-0.295-1.061%2C0L9.41%2C14.34%20%20c-0.293%2C0.297-0.771%2C0.297-1.062%2C0L3.449%2C9.351C3.304%2C9.203%2C3.114%2C9.13%2C2.923%2C9.129C2.73%2C9.128%2C2.534%2C9.201%2C2.387%2C9.351%20%20l-2.165%2C1.946C0.078%2C11.445%2C0%2C11.63%2C0%2C11.823c0%2C0.194%2C0.078%2C0.397%2C0.223%2C0.544l4.94%2C5.184c0.292%2C0.296%2C0.771%2C0.776%2C1.062%2C1.07%20%20l2.124%2C2.141c0.292%2C0.293%2C0.769%2C0.293%2C1.062%2C0l14.366-14.34c0.293-0.294%2C0.293-0.777%2C0-1.071L21.652%2C3.211z%22%20fill%3D'%23ffffff'%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.styledForm .chbox .chno {
  border: 2px solid #999999;
}
.styledForm .styledFormPulse {
  animation: styledFormPulse 0.3s ease-in-out;
}
.styledForm .selectboxExtended .onlytouch,
.styledForm .selectboxExtended .onlynotouch {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.83%2016.42l9.17%209.17%209.17-9.17%202.83%202.83-12%2012-12-12z%22%20fill%3D%22%2313a89e%22%20%2F%3E%3Cpath%20d%3D%22M0-.75h48v48h-48z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  margin-bottom: 6px;
}
.styledForm .inputKkerdes {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 15px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #c1bcb7;
}
.styledForm .inputKvalaszok {
  display: none;
  padding-top: 0px;
  min-width: 120px;
  position: absolute;
  z-index: 100;
}
.styledForm .inputKvalaszokScroll {
  overflow-y: auto;
  border: 1px solid #c1bcb7;
  margin-top: -1px;
}
.styledForm .inputKvalaszok .inputKvalasz {
  background: #ffffff;
  line-height: 28px;
  white-space: nowrap;
  padding: 0px 15px;
}
.styledForm .inputKvalaszok .inputKvalasz:hover {
  background: #13a89e;
  color: #ffffff;
}
.styledForm .inputKvalaszokSelect {
  width: 100%;
  border: 0px;
  background: transparent;
  line-height: 32px;
  padding: 0px;
  outline: none;
  text-shadow: 0 0 0 #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c1bcb7;
}
.styledForm .inputKvalaszokSelect,
.styledForm .inputKvalaszokSelect option {
  font-size: 16px;
  font-weight: normal;
  font-family: arial;
}
.styledForm .inputKvalaszokSelect {
  outline: none !important;
  color: #a0a0a0;
}
.styledForm .inputKvalaszokSelect option {
  border: 0px;
  background: #ffffff;
  height: 28px;
  line-height: 28px;
  padding: 8px 15px;
  outline: none;
}
.styledForm .fileUpload {
  position: relative;
  width: 100%;
  /*max-width:800px;*/
  height: 32px;
  overflow: hidden;
  margin-bottom: 6px;
}
.styledForm .fileUpload .fileUpload_holder {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0px 15px;
  width: 70%;
  float: left;
  border: 1px solid #c1bcb7;
}
.styledForm .fileUpload span {
  float: right;
  width: 30%;
  line-height: 32px;
  text-align: center;
  display: block;
  background: #13a89e;
  color: #ffffff;
}
.styledForm .fileUpload .file_upload_input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.styledForm .styledEfect {
  box-shadow: -1px 1px 3px #e0e0e0 inset, -1px 1px 3px #e0e0e0;
}
.styledForm .styledEfectO {
  box-shadow: -1px 1px 3px #e0e0e0;
}
@-webkit-keyframes styledFormPulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes styledFormPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}


