@font-face {
  font-family: 'heebo';
  src: url("../fonts/Heebo-Light.ttf"); }
@font-face {
  font-family: 'heebo';
  font-weight: 400;
  src: url("../fonts/Heebo-Regular.ttf"); }
@font-face {
  font-family: 'heebo';
  font-weight: 500;
  src: url("../fonts/Heebo-Medium.ttf"); }
@font-face {
  font-family: 'heebo';
  font-weight: 700;
  src: url("../fonts/Heebo-Bold.ttf"); }
@font-face {
  font-family: 'heebo';
  font-weight: 800;
  src: url("../fonts/Heebo-ExtraBold.ttf"); }
@font-face {
  font-family: 'heebo';
  font-weight: 900;
  src: url("../fonts/Heebo-Black.ttf"); }
@media only screen and (max-width: 1024px) {
  * {
    box-sizing: border-box; } }
html {
  font-size: 1vw;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: 'heebo';
  font-weight: 400;
  scroll-behavior: smooth; }

a {
  color: inherit;
  text-decoration: none; }

img {
  width: 100%; }

.not-scroll {
  overflow-y: hidden; }

.en {
  direction: ltr; }

/*************/
/* HOME PAGE */
/*************/
.shadow::after {
  content: '';
  background: linear-gradient(#000000C4, #00000022, #00000020);
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s; }

.shadow {
  position: relative;
  transition: 0.3s; }

.shadow-reg::after {
  content: '';
  background: linear-gradient(#000000C3, #00000012, #00000010);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 999; */
  transition: 0.3s; }

.shadow-reg {
  position: relative;
  transition: 0.3s; }

@media only screen and (max-width: 1024px) {
  .shadow-reg::after {
    content: '';
    background: linear-gradient(#000000C3, #00000012, #00000010);
    width: 100%;
    height: 44%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; } }
.nav-shadow::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  background: #00000061;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s; }

.nav-shadow {
  position: relative;
  transition: 0.3s; }

.stc {
  display: none; }

.sticky {
  background-color: #fff;
  position: sticky;
  top: 0;
  color: #2e2e2e !important;
  transition: 0.3s;
  box-shadow: 0px 1px 4px #2e2e2e;
  z-index: 5 !important;
  width: 100% !important; }
  .sticky .menu-btns {
    z-index: 3;
    display: flex;
    padding-top: 0.4rem;
    margin-right: -2rem; }
  .sticky .menu-top {
    z-index: 3;
    padding-top: 0rem; }
  .sticky .logo-menu {
    padding-top: 0rem;
    display: none; }
  .sticky .logo-menu.stc {
    display: inline-block;
    padding-top: 0.7rem;
    width: 12rem;
    margin-right: 4rem;
    margin-left: 1rem; }
  .sticky ul.menu > .menu-item-has-children > a::after {
    content: url(../img/home/arrow-down-nav-b.svg);
    padding-right: 6px; }
  .sticky .b {
    display: inline-block !important; }
  .sticky .logo-mob {
    display: none; }
  .sticky .logo-mob.stc {
    display: inline-block;
    margin-top: -2rem; }
  .sticky #nav-icon {
    margin-right: 3rem; }

.menu-top div ul li:hover {
  border-top: solid white 0.15rem;
  transition: 0.2s;
  padding-top: 0.15rem; }

.menu-top div ul li.btn-purple:hover, .menu-top div ul li.btn-blue:hover {
  border-top: none;
  padding-top: 0.3rem; }

.menu-top div ul.sub-menu li:hover {
  border-top: none;
  padding: 0.3rem; }

.bg {
  z-index: 1; }

.head-section {
  color: #ffffff; }

.nav {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  z-index: 3;
  margin-bottom: -6.1rem;
  color: #ffffff;
  font-weight: 400; }
  .nav .sub-menu {
    display: none; }

.nav-search {
  margin: auto;
  text-align: center;
  display: flex;
  z-index: 3;
  margin-bottom: -6.1rem;
  color: #ffffff;
  font-weight: 400;
  background-image: url("../img/home/main1.jpg");
  background-size: 100% auto; }
  .nav-search .logo-menu {
    width: 7.6041666667rem;
    z-index: 3;
    padding-top: 2.645833rem;
    padding-right: 10rem; }
  .nav-search .menu-top {
    margin-right: 1rem; }

.sub-menu {
  flex-direction: column;
  background-color: white;
  color: #7A4D68;
  padding-right: 0; }

.nav-shadow .menu-top a {
  text-shadow: -1px -1px 2px #00000066;
  text-shadow: black 1px 0 10px; }

.sub-menu {
  flex-direction: column;
  background-color: white;
  color: #7A4D68;
  display: none;
  position: absolute; }
  .sub-menu li:hover {
    font-weight: 500;
    transition: 0.25s; }

.black {
  color: #2E2E2E;
  margin-bottom: -3rem; }

.logo-menu {
  width: 7.6041666667rem;
  z-index: 3;
  padding-top: 2.645833rem;
  margin-right: 5rem;
  margin-left: 3rem; }
  .logo-menu img {
    width: 100%; }

.menu-top {
  z-index: 3;
  padding-top: 3.5rem; }
  .menu-top ul {
    list-style: none;
    display: flex; }
  .menu-top li {
    display: inline-block;
    margin-left: 1rem;
    text-align: right;
    padding: 0.3rem; }
  .menu-top li.line-hover:hover {
    border-top: solid white 0.15rem;
    transition: 0.2s;
    padding-top: 0.15rem; }

.black li.line-hover:hover {
  border-top: solid #1A939F 0.15rem;
  transition: 0.2s;
  padding-top: 0.15rem; }
.black ul.sub-menu {
  background-color: #f0f0f0;
  z-index: 4; }

.current-menu-item {
  border-top: solid #1A939F 2px;
  transition: 0.2s; }

.sub-menu .current-menu-item {
  border-top: none; }

.menu-btns {
  z-index: 3;
  display: flex;
  padding-top: 3.9rem;
  margin-right: -2rem; }
  .menu-btns ul {
    list-style: none;
    display: flex; }
  .menu-btns li {
    display: inline-block;
    margin-left: 1rem; }

.btn-blue {
  background-color: #1A939F; }

li.btn-blue {
  background-color: #1A939F;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 8rem;
  text-align: center;
  margin-left: 2rem;
  color: white; }

li.btn-purple {
  background-color: #7A4D68;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  width: 8rem;
  margin-right: 1rem;
  color: white; }

.btn-purple.current-menu-item {
  border-top: none;
  transition: 0.2s; }

.sub-menu .menu-item-has-children ul.sub-menu {
  display: none; }

.space {
  margin-right: 5rem; }

.nav-mob {
  display: none; }

.x-purple {
  display: none; }

.side-nav-mob {
  display: none; }

.home {
  margin-top: -10rem; }

li.search-ic-nav {
  margin-right: -0.5rem; }

ul.sub-menu {
  display: none;
  margin-left: -1rem;
  z-index: 4; }

ul.sub-menu .curren.current-menu-item {
  border-top: none; }

ul.menu > .menu-item-has-children > a::after {
  content: url(../img/home/arrow-down-nav.svg);
  padding-right: 6px; }

.black ul.menu > .menu-item-has-children > a::after {
  content: url(../img/home/arrow-down-nav-b.svg);
  padding-right: 6px; }

li#menu-item-462, li#menu-item-463 {
  display: none; }

@media only screen and (max-width: 1024px) {
  li.btn-blue {
    background-color: #1A939F;
    height: 12rem;
    line-height: 12rem;
    text-align: center;
    width: 98%;
    margin-right: 1rem;
    color: white; }
    li.btn-blue .widt-title {
      width: 35rem;
      font-size: 5rem; }

  li.btn-purple {
    background-color: #7A4D68;
    height: 12rem;
    line-height: 12rem;
    text-align: center;
    width: 98%;
    margin-right: 1rem;
    color: white; }
    li.btn-purple .widt-title {
      width: 35rem;
      font-size: 5rem; }

  ul.menu {
    margin-right: -11rem;
    margin-top: 0rem; }

  ul.menu > .menu-item-has-children > a::after {
    content: ""; }

  .black ul.menu > .menu-item-has-children > a::after {
    content: ""; }

  li.line-hover:hover {
    border-top: none; }

  .current-menu-item {
    border-top: none; }

  .nav {
    display: none;
    z-index: 0; }

  .nav-mob {
    display: flex;
    z-index: 3;
    width: 90.5333333333rem;
    margin: auto;
    padding-top: 5.3333333333rem; }
    .nav-mob div, .nav-mob a {
      z-index: 3; }
    .nav-mob .nav-icon {
      width: 7.3333333333rem; }
    .nav-mob .call-icon {
      width: 5.8226666667rem;
      margin-right: 3.3333333333rem; }
    .nav-mob .btn-nav-mob {
      display: inline-block;
      width: 23.4226666667rem;
      font-size: 3.3333333333rem;
      font-weight: 400;
      color: #1A939F;
      border: 0.2666666667rem solid #1A939F;
      backround-color: rgba(0, 0, 0, 0);
      text-align: center;
      margin-right: 3.3333333333rem;
      margin-bottom: 2.6666666667rem;
      padding: 0.5333333333rem; }
    .nav-mob .logo-mob {
      width: 34.2666666667rem;
      margin-right: 13.3333333333rem; }
    .nav-mob div .side-menu-item.sub-item {
      display: none; }

  #black-bg {
    width: 100vw;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0; }

  .x-purple {
    display: block;
    right: 80rem;
    position: fixed;
    width: 10rem;
    z-index: 3;
    display: none;
    cursor: pointer; }

  .x-open {
    -webkit-animation: slide-left .4s ease-out;
    -moz-animation: slide-left .4s ease-out;
    display: block;
    right: 80rem;
    position: fixed;
    width: 10rem;
    z-index: 3;
    cursor: pointer; }

  x-close {
    -webkit-animation: slide-right .4s ease-out;
    -moz-animation: slide-right .4s ease-out;
    display: none; }

  .side-nav-mob {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 5;
    background-color: #ffffff;
    width: 80%;
    padding: 4rem;
    overflow-y: scroll;
    display: none; }
    .side-nav-mob .side-menu-item {
      display: block;
      font-size: 3rem;
      z-index: 4;
      /* padding: 1rem; */
      padding-right: 5rem;
      background-color: rgba(222, 222, 222, 0.51);
      margin-top: 1rem; }
    .side-nav-mob .sub-item {
      display: none; }
      .side-nav-mob .sub-item .title {
        width: 65rem; }
    .side-nav-mob .li.menu-item.menu-item-type-post_type.menu-item-object-page.side-menu-item {
      margin-top: 0; }
    .side-nav-mob li#menu-item-462 {
      width: 100%; }
    .side-nav-mob .title {
      display: inline-block;
      width: 35rem;
      font-size: 5rem; }
    .side-nav-mob .widt-title {
      width: 67rem;
      font-size: 4rem; }
    .side-nav-mob .long-title {
      margin-top: 2rem; }
    .side-nav-mob .long-pic {
      margin-top: -9rem; }
    .side-nav-mob .ser {
      width: 36rem; }
    .side-nav-mob .text-line {
      background-color: transparent;
      color: #2e2e2e;
      outline: none;
      outline-style: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid #2e2e2e 1px;
      padding: 3px 1rem;
      font-size: 5rem;
      width: 150%;
      margin-bottom: 2.5rem; }
    .side-nav-mob .img {
      display: inline-block;
      width: 28rem;
      vertical-align: middle;
      margin-bottom: -1rem; }
    .side-nav-mob .search-icon-mob {
      width: 6rem;
      margin-top: 2rem;
      margin-right: 21rem; }
    .side-nav-mob .btn-sidenav {
      text-align: center;
      color: #ffffff;
      padding: 3rem;
      font-size: 5rem;
      margin-bottom: 1rem; }
    .side-nav-mob .purple {
      background-color: #7A4D68;
      margin-top: 8rem;
      padding-right: 0rem; }
    .side-nav-mob .blue {
      background-color: #1A939F;
      padding-right: 0rem; }
    .side-nav-mob .menu-bottom {
      padding-top: 2.6041666667rem;
      padding-bottom: 2.6041666667rem;
      display: block;
      /* width: 60vw; */
      width: 85%;
      margin: auto; }
    .side-nav-mob .menu-bottom .icons {
      display: flex;
      flex-direction: row;
      margin-top: 5rem;
      margin-left: 47rem; }
    .side-nav-mob li#menu-item-462, .side-nav-mob li#menu-item-463 {
      display: inline-block; }
    .side-nav-mob li.menu-item.menu-item-type-post_type.menu-item-object-page.side-menu-item.child {
      margin-top: 0rem; }
    .side-nav-mob li.appear {
      display: block;
      margin-top: 0rem; }

  ul.mini-ul {
    list-style: none;
    margin-right: -10rem; }

  li.mini-item {
    font-size: 4rem; }

  .sidenav-open {
    animation-direction: normal;
    -webkit-animation: slide-left .4s ease-out;
    -moz-animation: slide-left .4s ease-out;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 5;
    background-color: #ffffff;
    width: 80%;
    padding: 4rem;
    overflow-y: scroll; }

  .sidenav-close {
    animation-direction: reverse;
    -webkit-animation: slide-left .4s ease-out;
    -moz-animation: slide-left .4s ease-out;
    display: none; }

  @-webkit-keyframes slide-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(30%); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @-moz-keyframes slide-left {
    0% {
      opacity: 0;
      -moz-transform: translateX(30%); }
    100% {
      opacity: 1;
      -moz-transform: translateX(0); } }
  .nav-search {
    display: none; }

  .home {
    margin-top: -17rem; } }
.swiper-wrapper {
  background-image: linear-gradient(#000000C4, #00000042, #00000000); }

.swiper-slide {
  z-index: 2; }
  .swiper-slide picture {
    z-index: 1; }

.home-slide {
  height: 51rem; }

@media only screen and (max-width: 1024px) {
  .home picture img {
    width: 100%; }

  .home-slide {
    height: 160rem; } }
.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  left: 38rem;
  bottom: 3rem; }

.swiper-pagination-bullet-active {
  background-color: #ffffff; }

.header-content {
  z-index: 2;
  position: relative;
  top: 11rem;
  margin: auto;
  width: 85.4166666667rem; }
  .header-content h1 {
    font-weight: 400;
    font-size: 3.6458333333rem; }
  .header-content h3 {
    font-weight: 400;
    font-size: 1.5625rem;
    margin-top: -2.5rem; }

.header-slide {
  position: absolute;
  z-index: 999;
  top: 13vw;
  right: 11vw; }
  .header-slide h1 {
    font-weight: 400;
    font-size: 3.6458333333rem; }
  .header-slide h3 {
    font-weight: 400;
    font-size: 1.5625rem;
    margin-top: -2.5rem; }

@media only screen and (max-width: 1024px) {
  .header-content {
    z-index: 3;
    position: relative;
    margin: auto;
    width: 69.416667rem; }
    .header-content h1 {
      font-weight: 400;
      font-size: 9.3333333333rem;
      text-align: center;
      margin-bottom: 2rem; }
    .header-content h3 {
      font-weight: 300;
      font-size: 4.6666666667rem;
      text-align: right; }

  .header-slide {
    position: absolute;
    z-index: 999;
    top: 29vw;
    right: 11vw;
    width: 80vw; }
    .header-slide h1 {
      font-weight: 400;
      font-size: 10.645833rem;
      line-height: 1; }
    .header-slide h3 {
      font-weight: 400;
      font-size: 5.5625rem;
      margin-top: -7.5rem; } }
.icons {
  width: 2.2395833333rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 12vw; }
  .icons div {
    display: block;
    width: 2.2395833333rem; }

.read-more {
  position: relative;
  top: 26rem;
  width: 3rem;
  margin: 0 auto;
  font-weight: 300; }

@media only screen and (max-width: 1024px) {
  .icons, .read-more {
    display: none; } }
.arrow {
  width: 0.8161458333rem;
  text-align: center; }
  .arrow img {
    margin: auto;
    width: 1rem;
    margin-top: 0.7291666667rem;
    margin-right: 0.8333333333rem; }

.big-btn-mob {
  display: none; }

@media only screen and (max-width: 1024px) {
  .big-btn-mob {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #1A939F linear-gradient(180deg, #00000000 0%, #000000 200%) 0% 0% no-repeat padding-box;
    font-size: 4rem;
    color: #ffffff;
    font-weight: 400;
    padding: 3.7333333333rem;
    margin-top: -0.4rem; } }
.content-section-1 {
  display: flex; }
  .content-section-1 .text-area {
    width: 50%; }
    .content-section-1 .text-area h2 {
      margin-top: 7.8125rem; }
  .content-section-1 .pic-area {
    width: 50%;
    margin-top: 5.2083333333rem; }

@media only screen and (max-width: 1024px) {
  .content-section-1 {
    flex-direction: column; }
    .content-section-1 .text-area {
      width: 100%; }
    .content-section-1 .pic-area {
      width: 100%; } }
.h {
  font-weight: 400;
  font-size: 2.6041666667rem;
  margin-bottom: 0; }

.right-h {
  margin-right: -2px; }

.hr {
  border: #1A939F 0.0520833333rem solid;
  width: 12.5rem;
  display: inline-block;
  margin-top: 1.1vw; }

.container-area {
  width: 23.9583333333rem;
  margin: auto;
  color: #2E2E2E; }

.home-top2 {
  width: 9rem; }

.home-top2 {
  width: 9rem; }

.home-top3 {
  width: 9rem;
  margin-bottom: -0.1rem; }

@media only screen and (max-width: 1024px) {
  .h {
    font-weight: 400;
    font-size: 6.6666666667rem;
    margin-bottom: 0; }

  .hr {
    border: #1A939F 0.1333333333rem solid;
    width: 26.6666666667rem;
    display: inline-block; }

  .h-home3 {
    margin-top: 10rem; }

  .home-top {
    margin-top: 2.5rem; }

  .home-top1 {
    margin-top: 2rem; }

  .home-top2 {
    width: 16rem;
    margin-top: 3rem;
    margin-bottom: -2rem; }

  .home-top2 {
    width: 18rem; }

  .home-top3 {
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 19rem; }

  .container-area {
    width: 61.3333333333rem;
    margin: auto;
    color: #2E2E2E;
    text-align: center; }
    .container-area p {
      font-size: 4rem; } }
.arrow {
  display: contents;
  font-weight: 500; }

.content-section-2 {
  color: #2E2E2E;
  text-align: center; }

.container-squares {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5625rem; }

.square1, .square2 {
  width: 41%;
  color: #ffffff;
  font-weight: 400; }
  .square1 h3, .square2 h3 {
    margin-top: 33.3333333333rem;
    font-size: 2.6041666667rem;
    font-weight: 400;
    margin-bottom: 0px; }
  .square1 .ul, .square2 .ul {
    list-style: none;
    display: flex;
    margin-top: 0.3645833333rem;
    justify-content: space-between;
    width: 29rem; }
  .square1 li, .square2 li {
    text-decoration-line: underline;
    font-weight: 400;
    font-size: 0.9895833333rem; }
  .square1 a div, .square2 a div {
    width: 2.4479166667rem; }
  .square1 a img, .square2 a img {
    margin-top: -1.0416666667rem; }

.square1 {
  text-align: left;
  padding-right: 4.1666666667rem;
  padding-left: 4.1666666667rem; }
  .square1 .container-ul-sq1 {
    text-align: left; }
  .square1 .ul {
    flex-direction: row-reverse;
    margin-right: 9.5rem; }

.square2 {
  text-align: right;
  padding-right: 4.1666666667rem;
  padding-left: 4.1666666667rem; }
  .square2 .ul {
    margin-right: -1.9270833333rem;
    justify-content: space-between; }
  .square2 li img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.arr-left-mob {
  display: none; }

@media only screen and (max-width: 1024px) {
  .container-squares {
    flex-direction: column;
    margin-top: 5rem; }

  .square1 .ul {
    margin-right: -2rem;
    text-align: right; }

  .square1, .square2 {
    width: 100%;
    text-align: right; }
    .square1 h3, .square2 h3 {
      margin-top: 50rem;
      font-size: 6.6666666667rem;
      font-weight: 400;
      margin-bottom: 0px;
      margin-right: 7rem; }
    .square1 .ul, .square2 .ul {
      list-style: none;
      display: block;
      margin-top: 0.9333333333rem;
      margin-right: -4rem;
      width: 85%;
      padding-bottom: 4rem; }
    .square1 li, .square2 li {
      text-decoration-line: underline;
      font-weight: 400;
      font-size: 4rem;
      display: inline-block;
      margin-right: 2rem; }
    .square1 .arrow-pic-li, .square2 .arrow-pic-li {
      display: none; }
    .square1 a div, .square2 a div {
      width: 6rem; }

  .arr-left-mob {
    display: inline-block;
    width: 6.4rem; }
    .arr-left-mob img {
      margin-bottom: -1rem;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
.content-section-3 {
  text-align: center;
  padding-top: 2.6041666667rem; }

.content-text p {
  margin-bottom: -1rem; }

@media only screen and (max-width: 1024px) {
  .content-text p {
    display: none; } }
.icons-list {
  width: 50vw;
  display: flex;
  margin: auto;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 4rem; }

.icon-item {
  color: #2E2E2E; }
  .icon-item div {
    width: 3.6458333333rem;
    text-align: center; }
    .icon-item div img {
      display: block;
      margin: 0 auto;
      margin-right: 2.5rem; }
  .icon-item h4 {
    font-weight: 500;
    font-size: 0.9895833333rem; }
  .icon-item p {
    margin-top: -0.9375rem;
    font-size: 0.78125rem; }

@media only screen and (max-width: 1024px) {
  .icons-list {
    width: 56vw;
    margin-top: 7rem;
    flex-wrap: wrap;
    margin-bottom: -6rem; }

  .icon-item {
    color: #2E2E2E;
    margin-top: 2rem; }
    .icon-item div {
      width: 18rem;
      margin: auto;
      text-align: center; }
      .icon-item div img {
        display: block;
        margin: 0 auto;
        margin-right: 1rem; }
    .icon-item h4 {
      font-weight: 500;
      font-size: 3.2rem;
      margin-top: 2rem; }
    .icon-item p {
      display: none; } }
.squares-list {
  padding-top: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
  width: 65vw;
  margin: auto;
  text-align: center;
  justify-content: space-around; }
  .squares-list a {
    width: 27%;
    text-align: right;
    padding-top: 14.5833333333rem;
    padding-right: 1.3020833333rem;
    padding-left: 1.3020833333rem;
    padding-bottom: 1.3020833333rem;
    font-weight: 700;
    font-size: 1.5625rem;
    color: #ffffff;
    margin: 0.5rem;
    background-image: linear-gradient(#00000000, #00000000, #000000C4); }

@media only screen and (max-width: 1024px) {
  .squares-list {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    justify-content: space-between; }
    .squares-list a {
      width: 49%;
      margin-top: 2rem;
      padding-top: 40rem;
      font-size: 4rem;
      margin: 0rem;
      margin-top: 1.5rem; } }
.more-info {
  display: flex;
  width: 11vw;
  margin: auto;
  margin-top: 1.78125rem;
  padding-bottom: 4.6875rem; }
  .more-info .arr-pic img {
    margin-top: -0.5208333333rem;
    margin-right: 0.625rem;
    width: 2.4479166667rem; }

.right {
  margin-right: 1px; }

@media only screen and (max-width: 1024px) {
  .arrow {
    display: contents;
    font-weight: 500; }
    .arrow .more-info {
      text-align: center;
      margin: auto;
      font-size: 4rem;
      width: 26rem; }
      .arrow .more-info .arr-pic img {
        margin-right: 2rem;
        width: 8rem; }
    .arrow .widther {
      width: 46rem;
      margin-top: 5rem;
      font-size: 4rem; }
      .arrow .widther .arr-pic {
        margin-right: 1rem; } }
/*************/
/** FOOTER **/
/*************/
.form-area {
  background-color: #EDF7F8;
  color: #2E2E2E;
  padding-top: 3.3333333333rem;
  padding-bottom: 2.8645833333rem;
  text-align: center; }
  .form-area h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.5625rem; }

label {
  font-size: 0.8854166667rem;
  margin-top: 1.25rem; }

.container-inputs {
  width: 60vw;
  margin: auto; }
  @media (min-width: 1024px) {
    .container-inputs .roww {
      margin-top: 1rem; } }

.input-check {
  display: inline-block;
  margin-top: 1.25rem; }

.input {
  display: inline-block;
  height: 2.5520833333rem;
  width: 30%;
  margin-left: 1rem; }
  .input input {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 1.0416666667rem;
    background-color: #EDF7F8;
    color: #2E2E2E;
    border: solid 0.1041666667rem #1A939E; }
  .input ::placeholder {
    padding-right: 0.5208333333rem;
    color: #2E2E2E; }

@media (min-width: 1024px) {
  .input.subject {
    width: 62%; } }

.inp-ch {
  display: none; }

.send {
  height: 2.85625rem; }
  @media (min-width: 1024px) {
    .send {
      margin-left: 0.5rem;
      width: 31%; } }
  .send input {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9895833333rem;
    background-color: #1A939E;
    border: solid 0.2083333333rem #1A939E;
    cursor: pointer; }

@media only screen and (max-width: 1024px) {
  .form-area {
    padding-top: 8.5333333333rem;
    padding-bottom: 7.3333333333rem; }
    .form-area h3 {
      font-size: 4rem;
      width: 45vw;
      margin: auto; }

  .container-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70vw;
    margin: auto;
    margin-top: 3rem; }

  .input {
    display: inline-block;
    height: 7rem;
    width: 100%;
    margin-bottom: 1.0666666667rem; }
    .input input {
      width: 100%;
      height: 100%;
      font-weight: 400;
      font-size: 3rem;
      background-color: #FFFFFFA6;
      color: #2E2E2E;
      border: solid 0px #FFFFFFA6; }

  .send input {
    color: #1A939F;
    font-weight: 600;
    font-size: 3rem;
    background-color: #ffffff;
    border: solid 3px #ffffff;
    cursor: pointer; }

  .input-check, #label-check-desk {
    display: none; }

  .inp-ch {
    display: flex; }

  label {
    font-size: 2.9333333333rem;
    margin-top: 0;
    margin-bottom: 0.4166666667rem;
    text-align: right;
    margin-right: 0.6666666667rem; } }
.menu-bottom {
  padding-top: 2.6041666667rem;
  padding-bottom: 2.6041666667rem;
  display: flex;
  justify-content: space-between;
  width: 70vw;
  margin-right: 3.59375rem; }
  .menu-bottom ul {
    display: inline-block;
    list-style: none; }
  .menu-bottom .plus-icon {
    display: none; }
  .menu-bottom .icons {
    display: inline-block;
    margin-top: 5.0520833333rem;
    margin-left: 3.59375rem;
    top: unset; }
  .menu-bottom .rotate {
    transform: rotate(45deg);
    transition: 0.3s; }
  .menu-bottom .hr-menu-bottom {
    display: none; }

@media only screen and (max-width: 1024px) {
  .menu-bottom {
    padding-top: 2.6041666667rem;
    padding-bottom: 2.6041666667rem;
    display: block;
    width: 60vw;
    margin: auto; }
    .menu-bottom ul {
      display: inline-block;
      list-style: none;
      text-align: right;
      margin-right: -5.3333333333rem;
      margin-bottom: -2rem;
      margin-top: -0.8rem; }
      .menu-bottom ul .close {
        -webkit-animation: slide-up .4s ease-out;
        -moz-animation: slide-up .4s ease-out;
        display: none; }
      .menu-bottom ul .open {
        padding-bottom: 5rem;
        -webkit-animation: slide-down .4s ease-out;
        -moz-animation: slide-down .4s ease-out;
        display: block;
        margin-top: -2rem; }
  @-webkit-keyframes slide-down {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-30%); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @-moz-keyframes slide-down {
    0% {
      opacity: 0;
      -moz-transform: translateY(-30%); }
    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }
  @-webkit-keyframes slide-up {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-30%); } }
  @-moz-keyframes slide-up {
    0% {
      opacity: 1;
      -moz-transform: translateY(0); }
    100% {
      opacity: 0;
      -moz-transform: translateY(-30%); } }
      .menu-bottom ul li {
        font-size: 4rem;
        margin: auto; }
        .menu-bottom ul li h4 {
          margin-bottom: 1rem; }
      .menu-bottom ul li:nth-of-type(1) {
        display: block;
        font-weight: 400; }
        .menu-bottom ul li:nth-of-type(1) h4 {
          display: flex;
          width: 58rem;
          justify-content: space-between;
          margin-right: -4rem;
          margin-bottom: 1rem;
          margin-top: 3rem;
          font-weight: 500; }
    .menu-bottom .more-route {
      display: none; }
    .menu-bottom .plus-icon {
      display: inline-block;
      width: 2.6666666667rem;
      transition: 0.3s; }
    .menu-bottom .icons {
      display: flex;
      flex-direction: row;
      margin-top: 6rem;
      margin-left: 57rem; }
      .menu-bottom .icons div:nth-of-type(2) {
        margin-right: 2rem; }
      .menu-bottom .icons div {
        display: inline-block;
        width: 10rem; }
        .menu-bottom .icons div a {
          display: inline-block;
          width: 8rem; }
    .menu-bottom .hr-menu-bottom {
      display: block;
      opacity: 0.4; } }
.logo-footer {
  margin: auto;
  width: 9.0104166667rem; }

.light-hr {
  border-top: 0.0260416667rem rgba(112, 112, 112, 0.2) solid;
  width: 80vw; }

.details-footer {
  display: flex;
  justify-content: space-between;
  width: 54vw;
  margin-right: 9.5vw; }
  .details-footer div {
    display: inline-block; }
  .details-footer .elevate {
    width: 9.375rem; }

@media only screen and (max-width: 1024px) {
  .logo-footer {
    margin: auto;
    width: 23.0666666667rem;
    margin-top: 15rem;
    margin-bottom: 3rem; }

  .light-hr {
    border-top: 0.0260416667rem rgba(112, 112, 112, 0.1) solid;
    width: 60vw; }

  .details-footer {
    display: flex;
    flex-direction: column-reverse;
    width: 55vw;
    margin: auto;
    text-align: center; }
    .details-footer div {
      display: block;
      font-size: 3rem;
      margin-top: 1rem; }
      .details-footer div b {
        display: block; }
    .details-footer .elevate {
      display: block;
      width: 30rem;
      margin: auto;
      margin-top: 3rem; } }
/*****************/
/** SINGLE PAGE **/
/*****************/
.page-container {
  display: flex;
  width: 100%; }

.main-part {
  width: 70%;
  width: 85%;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 6rem; }

.nav-part {
  width: 30%;
  margin-top: 13.5rem; }

.aside-main-ul {
  list-style: none;
  margin-right: 10rem;
  border-right: 0.1041666667rem #1A939F solid; }

.title-sidenav {
  color: #1A939F; }

.links-bar {
  font-size: 0.8rem;
  color: #8B8B8B; }

.content-wp {
  width: 56vw;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 0rem;
  font-size: 0.9895833333rem; }
  .content-wp h2 {
    font-weight: 700;
    font-size: 1.5625rem; }
  .content-wp a {
    color: #1A939F;
    font-weight: 500; }
  .content-wp img {
    max-width: 100%;
    height: auto; }

.container-img {
  width: 56vw;
  padding-top: 2rem;
  padding-left: 2rem; }

.flex-cls {
  display: flex; }

.img-flex {
  width: 80%; }

.p-flex {
  width: 120%;
  padding-right: 4vw;
  padding-bottom: 1vw; }
  @media (min-width: 1024px) {
    .p-flex h3 {
      margin-top: 0; } }

.without-img {
  width: 0% !important; }

.full-text {
  width: 90% !important; }

@media (min-width: 1024px) {
  .single {
    margin: inherit;
    width: 56vw; } }
@media (min-width: 1024px) {
  .single.squares-list {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 1024px) {
  .single.squares-list a {
    width: 27%;
    margin: 0;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem; } }

.cent .sq {
  padding-top: 12.583333rem; }

.light {
  font-weight: 300;
  font-size: 1.25rem; }

.li-h {
  margin-top: -1.3rem;
  margin-bottom: 0.6rem; }

.img-flex {
  width: 100%; }

.img-post {
  display: block;
  margin: auto; }

.flex-post {
  display: flex; }
  .flex-post .img-flex {
    width: 40%; }
    @media (max-width: 1024px) {
      .flex-post .img-flex {
        width: 80%;
        margin: auto;
        margin-bottom: 5rem; } }
    .flex-post .img-flex img {
      width: 90%;
      height: auto;
      margin: unset; }
      @media (max-width: 1024px) {
        .flex-post .img-flex img {
          width: 100%; } }
  .flex-post .p-flex {
    width: 50%;
    padding-right: 1vw;
    padding-top: 0vw;
    padding-bottom: 1vw; }
    @media (max-width: 1024px) {
      .flex-post .p-flex {
        width: 90%;
        margin: auto; } }
    .flex-post .p-flex img {
      max-width: 100%; }

@media (min-width: 1024px) {
  .pupil-pic img {
    max-width: 70%; } }

@media only screen and (max-width: 1024px) {
  .container-img {
    width: 100%;
    padding-left: 0; }

  .main-part {
    width: 100%;
    font-size: 4rem;
    text-align: center; }

  .nav-part {
    display: none; }

  .links-bar {
    display: none; }

  .content-wp {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 6rem;
    padding-left: 0;
    text-align: right;
    font-size: 4rem; }
    .content-wp p {
      width: 90%;
      margin: auto;
      padding-bottom: 5rem; }
    .content-wp h2 {
      font-weight: 700;
      font-size: 4rem;
      padding-right: 5rem; }

  .light {
    font-weight: 300;
    font-size: 4.6666666667rem; }
    .light p, .light h1, .light h2, .light h3 {
      padding-right: 2vw;
      padding-left: 2vw; }

  .single {
    margin: auto;
    width: 100vw; }

  .cent .sq {
    padding-top: 39.583333rem; }

  .flex-cls {
    display: block; }

  .p-flex {
    width: 100%;
    padding-right: 4vw;
    padding-top: 4vw;
    padding-bottom: 1vw; }
    .p-flex h3 {
      width: 90%;
      padding-right: 4rem; } }
/*******************/
/** REGISTER PAGE **/
/*******************/
.container-register {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  margin-top: -14rem;
  padding-top: 18rem; }

.register-form {
  width: 22.6041666667rem;
  text-align: center;
  background-color: #EDF7F8;
  margin-bottom: 9.53125rem;
  margin-right: 7.2916666667rem; }
  .register-form h3 {
    width: 14.0625rem;
    margin: auto;
    padding-top: 1rem;
    font-size: 1.3020833333rem;
    font-weight: 500;
    color: #2E2E2E; }

.icons-media {
  width: 2.2395833333rem;
  margin-left: 7.2916666667rem;
  margin-top: 7.03125rem; }

.inp-reg {
  width: 13.8890625rem;
  height: 2.5520833333rem;
  margin: auto;
  margin-bottom: 0.7291666667rem; }
  .inp-reg input, .inp-reg select, .inp-reg option {
    color: #2E2E2E;
    width: 100%;
    height: 100%;
    font-size: 1.0416666667rem;
    font-weight: 400;
    background-color: #EDF7F8;
    border: solid 0.1041666667rem #1A939E; }
  .inp-reg select {
    width: 103%;
    height: 105%; }
  .inp-reg ::placeholder {
    color: #2E2E2E;
    padding-right: 0.7916666667rem;
    padding-left: 0.7916666667rem; }
  @media (min-width: 1024px) {
    .inp-reg {
      margin-bottom: 1.6rem; } }

.err-reg {
  margin-bottom: 1.5vw; }

.send-btn {
  padding-bottom: 2.34375rem; }
  .send-btn input {
    width: 103%;
    color: #FFFFFF;
    background-color: #1A939E;
    border: solid 0.2083333333rem #1A939E; }

@media only screen and (max-width: 1024px) {
  .container-register {
    display: flex;
    background-repeat: no-repeat;
    background-size: 148% auto;
    margin-top: -15rem;
    padding-top: 68rem; }

  .icons-media {
    display: none; }

  .register-form {
    width: 100vw;
    text-align: center;
    margin-right: 0;
    margin-top: 11rem;
    padding-bottom: 12rem; }
    .register-form form {
      width: 100%; }
    .register-form h3 {
      width: 53.3333333333rem;
      margin: auto;
      padding-top: 6.5333333333rem;
      padding-bottom: 4rem;
      font-size: 4.9333333333rem;
      font-weight: 500;
      color: #2E2E2E; }

  .inp-reg {
    width: 72.8rem;
    height: 9.7333333333rem;
    margin: auto;
    margin-bottom: 0.8333333333rem; }
    .inp-reg input, .inp-reg select, .inp-reg option {
      width: 100%;
      height: 100%;
      font-size: 4.9333333333rem;
      font-weight: 400; }
    .inp-reg ::placeholder {
      color: #2E2E2E;
      padding-right: 2.9333333333rem;
      padding-left: 2.9333333333rem; }

  .send-btn {
    padding-bottom: 0; } }
/********************/
/*** GALLERY PAGE ***/
/*******************/
.icons-purple {
  display: flex; }
  .icons-purple .icon-p {
    margin-left: 0.2rem; }

.gal-icons {
  margin-top: 1rem; }

.gallery-slider {
  width: 58.9583333333rem;
  height: 31.25rem;
  flex-direction: row;
  margin-top: 3rem;
  margin-right: 1.5rem; }

.numbers {
  position: relative;
  width: 4rem;
  padding-top: 1rem;
  display: inline-block; }

.next, .prev {
  width: 2rem;
  display: inline-block;
  cursor: pointer; }

.gallery-bar {
  text-align: center;
  width: 61rem;
  margin-top: 1rem; }

.fit {
  width: 6rem; }

.content-wp-gallery {
  width: 60vw;
  padding-bottom: 0rem;
  font-size: 0.9895833333rem;
  text-align: right; }

.content-wp-gallery a {
  color: #1A939F;
  font-weight: 500; }

@media only screen and (max-width: 1024px) {
  .icons-purple {
    margin: auto;
    margin-bottom: 5rem;
    width: fit-content; }
    .icons-purple .icon-p {
      margin-left: 0.5rem; }

  .gallery-slider {
    width: 100vw;
    height: 80rem;
    flex-direction: row;
    margin-top: 3rem;
    margin-right: 0; }

  .numbers {
    position: relative;
    width: 16rem;
    font-size: 4rem;
    font-weight: 500;
    padding-top: 1rem;
    display: inline-block; }

  .next, .prev {
    width: 8.9333333333rem;
    display: inline-block; }

  .gallery-bar {
    text-align: center;
    width: 100vw;
    margin-top: 3rem; }

  .fit {
    width: 10rem; }

  picture img {
    width: 100%;
    margin-right: 0rem; }

  .gal picture img {
    width: 100%;
    max-height: 100%;
    margin-right: 0rem; }

  .content-wp-gallery {
    width: 85vw;
    margin: auto;
    font-size: 3.9rem; } }
/******************/
/** SIMPLE PAGE **/
/*****************/
.container-simple {
  margin-right: 10.6770833333rem;
  margin-top: 4rem;
  padding-bottom: 4rem; }

.content-txt {
  font-size: 1.25rem;
  font-weight: 300;
  width: 80vw; }

.wp a {
  color: #1A939F;
  font-weight: 500; }
.wp img {
  width: auto; }

.container-simple {
  margin-right: 10.6770833333rem;
  margin-top: 4rem;
  padding-bottom: 4rem; }
  .container-simple.en {
    margin-left: 10.6770833333rem;
    margin-top: 6rem; }
    @media only screen and (max-width: 1024px) {
      .container-simple.en {
        margin-left: 0;
        padding-bottom: 83rem; } }

.en .content-txt {
  width: 75vw; }

@media only screen and (max-width: 1024px) {
  .container-simple {
    margin-right: 0;
    margin-top: 4rem;
    padding-bottom: 4rem;
    text-align: center; }

  .content-txt {
    font-size: 4rem;
    font-weight: 300;
    width: 85vw;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; } }
/******************/
/** CONTACT PAGE **/
/******************/
.page-template-page-contact {
  overflow-y: hidden; }

.back-btn {
  display: none; }

.container-contact {
  padding-top: 2rem;
  padding-right: 14.4791666667rem;
  padding-bottom: 10.4166666667rem;
  display: flex; }

.text-part {
  color: #2E2E2E;
  width: 35%; }

.map-part {
  width: 65%;
  margin-top: 5rem; }

.info p {
  margin-bottom: -0.8rem; }

.form-h {
  margin-top: 3rem;
  width: 16.6666666667rem;
  font-size: 0.9895833333rem; }

.inp-contact {
  width: 13.6458333333rem; }
  .inp-contact input {
    font-size: 1.25rem;
    font-weight: 400;
    background-color: transparent;
    color: #2E2E2E;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #1A939E 0.0520833333rem;
    padding: 0.2604166667rem 0.5208333333rem;
    width: 100%; }
  .inp-contact ::placeholder {
    font-size: 1.25rem;
    font-weight: 300;
    color: #2E2E2E; }

.subm {
  height: 2.85625rem;
  margin-top: 2.5520833333rem;
  width: 13.6458333333rem; }
  .subm input {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9895833333rem;
    background-color: #1A939E;
    border: solid 0.2083333333rem #1A939E;
    cursor: pointer;
    width: 107%; }

#map {
  height: 100%; }

.en .map-part {
  width: 80%;
  margin: auto;
  margin-top: 10rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 1024px) {
    .en .map-part {
      margin-top: -50rem;
      width: 100%;
      margin-left: 0;
      margin-bottom: 5rem;
      max-height: 60vw; } }
.en #map {
  padding-top: 26rem; }

@media only screen and (max-width: 1024px) {
  .back-btn {
    color: #8B8B8B;
    display: flex;
    font-weight: 300;
    font-size: 4rem;
    margin-top: 4rem;
    margin-right: 4rem; }
    .back-btn div {
      display: inline-block; }
    .back-btn .img-back {
      width: 3.7333333333rem;
      margin-left: 2rem; }

  .container-contact {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column; }

  .text-part {
    text-align: center;
    width: 100%; }

  .map-part {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 170rem !important;
    right: 0;
    height: 45%;
    left: 0 !important; }

  .info {
    margin-bottom: 12rem;
    padding-top: 3rem; }
    .info p {
      margin-bottom: -2.9333333333rem;
      font-size: 4rem; }

  .form-h {
    width: 49.8666666667rem;
    font-size: 4.9333333333rem;
    font-weight: 500;
    margin: auto;
    margin-bottom: 6rem; }

  .inp-contact {
    width: 80vw;
    margin: auto; }
    .inp-contact input {
      font-size: 6rem;
      font-weight: 400;
      background-color: transparent;
      color: #2E2E2E;
      outline: none;
      outline-style: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid #1A939E 0.0410833333rem;
      padding: 1rem 0.5208333333rem;
      padding-top: 2rem;
      width: 100%; }
    .inp-contact ::placeholder {
      font-size: 6rem;
      font-weight: 300;
      color: #2E2E2E; }

  .subm {
    height: 2.85625rem;
    margin-top: 10rem;
    margin-bottom: 100rem; }
    .subm input {
      color: #FFFFFF;
      font-weight: 600;
      font-size: 7rem;
      background-color: #1A939E;
      border: solid 0.5333333333rem #1A939E;
      cursor: pointer;
      width: 100%; } }
@media only screen and (max-width: 520px) {
  .map-part {
    height: 35%; } }
@media only screen and (max-width: 410px) {
  .map-part {
    height: 28%; } }
/******************/
/** ROUTES PAGE **/
/******************/
@media (min-width: 1024px) {
  .container-routes {
    max-width: 77%; } }

.routes-txt {
  color: #2E2E2E; }

.routes-squares {
  display: flex;
  justify-content: space-between;
  width: 44.4270833333rem;
  margin-top: 2.8645833333rem; }

.route-item {
  width: 48%;
  text-align: right; }

.route-square {
  padding-top: 0.3125rem;
  padding-right: 3.125rem;
  padding-left: 0.5208333333rem;
  color: #2E2E2E;
  min-height: 26.0416666667rem; }
  .route-square h4 {
    font-size: 1.5625rem;
    font-weight: 700; }
  .route-square ul {
    list-style-type: "-  ";
    margin-right: -1rem;
    margin-top: -1rem; }
    .route-square ul li {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 3rem; }

.blue-side .route-square {
  border: #1A939F 0.1041666667rem solid; }
.blue-side .arrow-left {
  width: 0;
  height: 0;
  border-top: 1.0416666667rem solid transparent;
  border-bottom: 1.0416666667rem solid transparent;
  border-right: 1.0416666667rem solid #1A939F;
  margin-right: 16.5rem;
  margin-top: -0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.blue-side h3 {
  color: #1A939F;
  font-size: 1.5625rem;
  font-weight: 700; }

.purple-side .route-square {
  border: #7A4D68 0.1041666667rem solid; }
.purple-side .arrow-left {
  width: 0;
  height: 0;
  border-top: 1.0416666667rem solid transparent;
  border-bottom: 1.0416666667rem solid transparent;
  border-right: 1.0416666667rem solid #7A4D68;
  margin-right: 16.6rem;
  margin-top: -0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.purple-side h3 {
  color: #7A4D68;
  font-size: 1.5625rem;
  font-weight: 700; }

.arr-route {
  display: none; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00; }

.header-txt {
  font-size: 1.5625rem;
  font-weight: 700; }

.question {
  font-size: 0.9895833333rem;
  font-weight: 700;
  margin-bottom: -0.8rem; }

.anwser {
  font-size: 0.9895833333rem;
  font-weight: 400; }

.summary {
  margin-top: 5rem; }

.fas, .fa-chevron-down {
  display: none !important; }

.more-route {
  display: none; }

@media only screen and (max-width: 1024px) {
  .routes-txt {
    padding-left: 0rem;
    width: 89vw;
    margin: auto; }
    .routes-txt .h {
      margin-top: 5rem; }

  .routes-squares {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin-top: 7.3333333333rem; }

  .header-txt {
    font-size: 5rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: -2rem; }

  .p-main {
    text-align: right;
    font-weight: 300; }

  .route-item {
    width: 100%; }

  .route-square {
    padding-top: 0.3125rem;
    padding-right: 7rem;
    padding-left: 0.5208333333rem;
    color: #2E2E2E;
    min-height: 26.0416666667rem; }
    .route-square h4 {
      font-size: 6rem;
      font-weight: 700;
      margin-top: 0rem; }
    .route-square ul {
      list-style-type: "-  ";
      margin-right: -1rem;
      margin-top: -6rem; }
      .route-square ul li {
        font-size: 4rem;
        font-weight: 400;
        line-height: 8rem; }

  .blue-side .route-square {
    border: #1A939F 0.1041666667rem solid; }
  .blue-side .arrow-left {
    margin-right: 76.7rem;
    margin-top: -2.5rem;
    border-top: 4.6666666667rem solid transparent;
    border-bottom: 4.6666666667rem solid transparent;
    border-right: 4.6666666667rem solid #1A939F; }
  .blue-side h3 {
    color: #1A939F;
    font-size: 4.5rem;
    font-weight: 700; }

  .purple-side {
    margin-top: 3rem; }
    .purple-side .route-square {
      border: #7A4D68 0.1041666667rem solid; }
    .purple-side .arrow-left {
      margin-right: 76.7rem;
      margin-top: -2.5rem;
      border-top: 4.6666666667rem solid transparent;
      border-bottom: 4.6666666667rem solid transparent;
      border-right: 4.6666666667rem solid #7A4D68; }
    .purple-side h3 {
      color: #7A4D68;
      font-size: 4.5rem;
      font-weight: 700; }

  .arr-route {
    display: inline-block;
    width: 5rem;
    margin-right: 2rem; }

  .question {
    font-size: 4rem;
    font-weight: 300;
    text-align: right;
    margin-bottom: -4rem;
    margin-top: 3.5rem; }

  .answer {
    font-weight: 300;
    text-align: right;
    margin-bottom: 6rem; }

  .summary {
    margin-top: 5rem;
    text-align: right; }

  .more-route {
    display: block; }

  .route-open {
    -webkit-animation: slide-op .4s ease-out;
    -moz-animation: slide-op .4s ease-out; }

  .route-close ul {
    display: none; }
  .route-close .more-route {
    display: none; }
  .route-close h4 {
    margin-top: 1rem; }

  @-webkit-keyframes slide-op {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @-moz-keyframes slide-op {
    0% {
      opacity: 0;
      -moz-transform: translateY(-10%); }
    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }
  .fas, .fa-chevron-down {
    display: inline-block !important;
    margin-right: 2rem;
    vertical-align: middle; }

  .down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }
/******************/
/**** 404 PAGE ****/
/******************/
.err {
  text-align: center;
  width: 33%;
  margin: auto;
  z-index: 3;
  margin-top: -28rem; }

.h-404 {
  font-size: 21.0416666667rem;
  font-weight: 400;
  color: #1A939F;
  margin-bottom: -7rem; }

.lit {
  width: 7rem; }

.pic-row {
  margin-top: 4rem;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 1024px) {
  .err {
    text-align: center;
    width: 100%;
    margin: auto;
    z-index: 3;
    margin-top: -28rem; }
    .err .h {
      font-weight: 400;
      font-size: 6.6666666667rem;
      margin-bottom: 0;
      margin-top: 16rem; }

  .h-404 {
    font-size: 26rem;
    font-weight: 400;
    color: #1A939F;
    margin-bottom: -7rem; }

  .arrow .more-info {
    text-align: center;
    margin: auto;
    font-size: 4rem;
    width: 24rem;
    margin-top: 4rem;
    margin-bottom: -6rem; }
  .arrow .widther {
    width: 43rem;
    margin-top: 5rem;
    font-size: 4rem;
    margin: auto; }
  .arrow .arr-wid {
    margin-top: 6rem; } }
/******************/
/** SEARCH PAGE **/
/******************/
.container-search {
  margin-top: 5rem; }

.inp-search {
  width: 55vw;
  margin: auto; }

.text-line {
  width: 100%;
  background-color: transparent;
  color: #2E2E2e;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #2E2E2E 0.0520833333rem;
  padding: 0.35625rem 0.5208333333rem;
  font-size: 1.5rem; }

.img.search-icon {
  width: 1.5rem;
  margin-bottom: -2rem;
  margin-right: 54rem; }

/******************/
/** ACTIVITY PAGE **/
/******************/
.container-activity {
  text-align: center;
  padding-top: 3rem; }

.act {
  margin-top: 0.7vw;
  width: 9rem; }

.tbl {
  background-color: rgba(200, 230, 232, 0.4);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  margin-top: 2rem; }
  .tbl table {
    width: 80%;
    margin-top: 2rem;
    margin-bottom: 5rem;
    margin: auto;
    text-align: center;
    border-spacing: 0.5208333333rem;
    empty-cells: hide;
    padding-bottom: 1rem; }
    .tbl table th {
      width: 12%;
      color: #1A939F;
      background-color: rgba(26, 147, 159, 0.2);
      font-size: 1.0416666667rem;
      font-weight: 400;
      border: 0.0520833333rem #1A939F solid;
      padding: 0.2604166667rem;
      text-align: center;
      border: 0rem solid black;
      font-weight: 500; }
    .tbl table td {
      width: 12%;
      padding: 0.2604166667rem;
      padding-top: 0;
      background-color: #ffffff; }
    .tbl table .text-top {
      color: #2E2E2E;
      opacity: 0.5;
      font-size: 16px;
      position: relative;
      /* left: 4rem; */
      right: 4px;
      bottom: 0.8rem;
      margin-bottom: 0rem;
      display: inline-block; }
    .tbl table .title-main {
      margin-top: 0rem;
      margin-bottom: 0rem; }
    .tbl table .title-mini {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      color: #2E2E2E;
      font-size: 16px; }
    .tbl table .curr-day {
      color: white;
      background-color: #1A939F;
      width: 12%;
      font-size: 1.0416666667rem;
      font-weight: 500;
      border: 0.0520833333rem rgba(26, 147, 159, 0.4) solid;
      padding: 0.2604166667rem;
      text-align: center; }
  .tbl table:nth-of-type(1) {
    border-bottom: 1px #1A939F solid; }
  .tbl table:nth-of-type(2) {
    margin-top: 1rem; }

.categories ul {
  display: flex;
  width: 16.1979166667rem;
  justify-content: space-between;
  margin: auto;
  margin-top: 1rem;
  list-style-type: none; }
  .categories ul li {
    font-weight: 500;
    font-size: 0.9895833333rem; }
  .categories ul .li-txt {
    display: inline-block;
    margin-right: 0.5rem; }
  .categories ul .li-pic {
    display: inline-block;
    vertical-align: sub; }

td .arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #1A939F;
  margin-right: 16.5rem;
  margin-top: -0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.triangle {
  width: 2rem;
  margin-left: -13rem;
  display: inline-block; }

.purple-td h4 {
  color: #7A4D68; }
.purple-td .triangle img:nth-of-type(1) {
  display: none; }
.purple-td .h-mob {
  color: #7A4D68; }

.blue-cat {
  color: #1A939F; }

.purple-cat {
  color: #7A4D68; }

.blue-td h4 {
  color: #1A939F; }
.blue-td .triangle img:nth-of-type(2) {
  display: none; }
.blue-td .h-mob {
  color: #1A939F; }

.tbl-mob {
  display: none; }

.mob {
  display: none; }

@media only screen and (max-width: 1024px) {
  .mob li {
    display: inline-block; }

  .container-activity .h {
    margin-top: 5rem; }

  .act {
    margin-top: 2rem;
    margin-bottom: -2rem;
    width: 16rem; }

  .desktop {
    display: none; }

  .tbl-mob {
    display: initial;
    font-size: 4rem; }

  .th-mob {
    display: flex;
    width: 100%;
    justify-content: space-evenly; }
    .th-mob .day-tab {
      background-color: rgba(26, 147, 159, 0.4);
      color: #1A939F;
      padding-right: 3.78rem;
      padding-left: 3.78rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      font-weight: 400;
      font-size: 3rem; }
    .th-mob .day-tab:hover {
      background-color: #1A939F;
      color: white;
      font-weight: 500;
      transition-duration: 0.3s; }
    .th-mob .choosen {
      background-color: #1A939F;
      color: white;
      font-weight: 500;
      transition-duration: 0.3s; }

  .list-of-rows {
    display: block;
    background-color: rgba(26, 147, 159, 0.4);
    padding-bottom: 0.1rem; }

  .day {
    display: none; }

  .row {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    margin-bottom: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .categories ul {
    display: flex;
    width: 57rem;
    justify-content: space-between;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 4rem;
    margin-right: 18rem; }
    .categories ul li {
      font-size: 3rem; }
    .categories ul .li-pic {
      width: 4rem; }

  .triangle {
    width: 7rem;
    margin-left: -12rem;
    margin-right: -13rem;
    margin-top: -5rem;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .clock-mob {
    font-size: 3rem;
    line-height: 6rem;
    color: #2E2E2E; }

  .h-mob {
    font-weight: 700;
    width: 30rem; }

  .name-mob {
    color: #2e2e2e;
    width: 30rem;
    margin-left: -14rem;
    margin-right: -10rem; }

  .mob {
    display: block; }

  .p-route {
    font-weight: 300;
    width: 90%;
    font-size: 4rem;
    padding-bottom: 1rem; } }
.tbl table .text-top {
  right: 6px; }

.triangle {
  margin-left: -10.9rem; }

.th-mob div {
  width: 15vw;
  background-color: rgba(26, 147, 159, 0.14);
  padding-top: 1vw;
  padding-bottom: 1vw; }

@media only screen and (max-width: 1024px) {
  .th-mob .choosen {
    font-weight: 500;
    transition-duration: 0.3s; }

  .list-of-rows {
    display: none; } }
.popup-overlay {
  display: none;
  position: fixed;
  top: 8rem;
  margin: auto;
  width: 100vw;
  z-index: 3;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll; }

.popup-content {
  display: none; }

.active {
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .4s ease-out;
  display: block; }

.x-search-b, .x-search-w {
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .4s ease-out;
  display: none; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
/**********************/
/*** CATEGORY PAGE ****/
/**********************/
.squares-list-cat {
  padding-top: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
  width: 58vw;
  margin: auto;
  text-align: center; }
  .squares-list-cat a {
    width: 16vw;
    height: 16vw;
    text-align: right;
    padding-right: 1.3020833333rem;
    padding-left: 1.3020833333rem;
    padding-bottom: 1.3020833333rem;
    font-weight: 700;
    font-size: 1.5625rem;
    color: #ffffff;
    margin: 0.25rem;
    position: relative; }
    .squares-list-cat a div {
      position: absolute;
      bottom: 0.5vw; }

.single {
  margin: inherit; }

@media only screen and (max-width: 1024px) {
  .squares-list-cat {
    padding-top: 1.5625rem;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    text-align: center;
    justify-content: space-between; }

  .squares-list-cat a {
    width: 49%;
    text-align: right;
    padding-top: 41rem;
    padding-right: 2rem;
    padding-left: 1.3020833333rem;
    padding-bottom: 1.3020833333rem;
    font-weight: 700;
    font-size: 4rem;
    color: #ffffff;
    margin: 0rem;
    margin-top: 2rem; }

  .single {
    margin: auto; } }
.show {
  transition: 0.3s;
  display: flex; }

.off {
  display: none !important;
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .4s ease-out; }

.on {
  display: block;
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .4s ease-out; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
.child-wp {
  margin-top: 0rem !important; }

li.mini-item {
  margin-right: -5rem;
  padding-right: 5rem; }

li.child-wp, li.mini-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(205, 205, 205, 0.4); }

.title.widther {
  width: 67.3rem; }

.wp-teach {
  padding-top: 0rem; }

@media only screen and (max-width: 1024px) {
  .wp-teach {
    margin-top: -7vw; }

  .flex-teach {
    padding-top: 1rem;
    margin-top: -6vw; }

  .std {
    margin-top: -5vw; }

  .less {
    margin-top: -8vw; } }
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  width: 50%; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  width: 50%; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  border: 0 none;
  font-size: 100%;
  line-height: 1.3;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  border-collapse: collapse;
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px; }

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  margin-top: 2px;
  min-height: 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  position: relative; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: 0.5em;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-accordion .ui-accordion-content {
  border-top: 0 none;
  overflow: auto;
  padding: 1em 2.2em; }

.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0; }

.ui-button {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin-right: 0.1em;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -1e+7px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em; }

.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 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;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  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: 49%; }

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%; }

.ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center; }

.ui-datepicker td {
  border: 0 none;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  margin: 0.7em 0 0;
  padding: 0 0.2em; }

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%; }

.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;
  font-size: 0;
  width: 100%; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px; }

.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-left-width: 1px;
  border-right-width: 0; }

.ui-dialog {
  left: 0;
  outline: 0 none;
  overflow: hidden;
  padding: 0.2em;
  position: absolute;
  top: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%; }

.ui-dialog .ui-dialog-titlebar-close {
  height: 20px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px; }

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative; }

.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0; }

.ui-dialog .ui-resizable-se {
  background-position: 16px 16px;
  bottom: -5px;
  height: 12px;
  right: -5px;
  width: 12px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  display: block;
  list-style: none outside none;
  margin: 0;
  outline: medium none;
  padding: 2px; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #2f2a2a30; }

.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px -2px; }

.ui-menu .ui-menu-item a {
  display: block;
  font-weight: normal;
  line-height: 1.5;
  min-height: 0;
  padding: 2px 0;
  text-decoration: none; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  line-height: 1.5;
  margin: 0.4em 0 0.2em; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  padding-left: 2em;
  position: relative; }

.ui-menu .ui-icon {
  left: 0.2em;
  position: absolute;
  top: 0.2em; }

.ui-menu .ui-menu-icon {
  float: right;
  position: static; }

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 100%;
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  display: block;
  font-size: 0.1px;
  position: absolute; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  left: 0;
  top: -5px;
  width: 100%; }

.ui-resizable-s {
  bottom: -5px;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%; }

.ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -5px;
  top: 0;
  width: 7px; }

.ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -5px;
  top: 0;
  width: 7px; }

.ui-resizable-se {
  bottom: 1px;
  cursor: se-resize;
  height: 12px;
  right: 1px;
  width: 12px; }

.ui-resizable-sw {
  bottom: -5px;
  cursor: sw-resize;
  height: 9px;
  left: -5px;
  width: 9px; }

.ui-resizable-nw {
  cursor: nw-resize;
  height: 9px;
  left: -5px;
  top: -5px;
  width: 9px; }

.ui-resizable-ne {
  cursor: ne-resize;
  height: 9px;
  right: -5px;
  top: -5px;
  width: 9px; }

.ui-selectable-helper {
  border: 1px dotted #000000;
  position: absolute;
  z-index: 100; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2; }

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em; }

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  height: 100px;
  width: 0.8em; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0; }

.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-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle; }

.ui-spinner-input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: inherit;
  margin: 0.2em 22px 0.2em 0.4em;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5em;
  height: 50%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 16px; }

.ui-spinner a.ui-spinner-button {
  border-bottom: medium none;
  border-right: medium none;
  border-top: medium none; }

.ui-spinner .ui-icon {
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  padding: 0.2em;
  position: relative; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  border-bottom-width: 0;
  float: left;
  list-style: none outside none;
  margin: 1px 0.2em 0 0;
  padding: 0;
  position: relative;
  top: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.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 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-width: 0;
  display: block;
  padding: 1em 1.4em; }

.ui-tooltip {
  box-shadow: 0 0 5px #AAAAAA;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
  border: 1px solid #AAAAAA;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
  border: 1px solid #D3D3D3;
  color: #555555;
  font-weight: normal; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  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 {
  background: url("images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #DADADA;
  border: 1px solid #999999;
  color: #212121;
  font-weight: normal; }

.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: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
  border: 1px solid #AAAAAA;
  color: #212121;
  font-weight: normal; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: url("images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #FBF9EE;
  border: 1px solid #FCEFA1;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
  border: 1px solid #CD0A0A;
  color: #CD0A0A; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #CD0A0A; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #CD0A0A; }

.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 {
  font-weight: normal;
  opacity: 0.7; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: 0.35; }

.ui-icon {
  height: 16px;
  width: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
  opacity: 0.3; }

.ui-widget-shadow {
  background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
  border-radius: 8px;
  margin: -8px 0 0 -8px;
  opacity: 0.3;
  padding: 8px; }

/*
.ui-state-active h4,
.ui-state-active h4:visited {
    color: #26004d ;
}

.ui-menu-item{
    height: 80px;
    border: 1px solid #ececf9;
    /*background-color: #fff;*/
.ui-widget-content .ui-state-active {
  background-color: white !important;
  border: none !important; }

.list_item_container {
  width: 100%;
  height: 150px;
  float: left;
  margin-left: 20px;
  float: none;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 1024px) {
    .list_item_container {
      background: #bbb1b10d;
      height: 15vw; } }

.ui-widget-content .ui-state-active .list_item_container {
  background-color: #f5f5f5; }

.image {
  width: 20%;
  float: left;
  padding: 10px; }
  @media (max-width: 1024px) {
    .image {
      width: 30%; } }

.image img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.ui-menu-item .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #2e2e2e;
  text-align: left;
  white-space: normal;
  vertical-align: baseline;
  border-radius: .25em;
  align-self: center; }
  @media (max-width: 1024px) {
    .ui-menu-item .label {
      font-size: 265%; } }

@media (max-width: 1023px) and (min-width: 992px) {
  .ui-menu .ui-menu-item,
  .list_item_container {
    height: 9vw; }

  .ui-widget.ui-widget-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 38vw;
    top: 16vw !important; } }
#tabs.ui-widget-content,
#tabs .ui-widget-header,
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default
#tabs .ui-widget-header {
  background: none;
  border: 0; }

html body .modula.modula-columns .modula-items .modula-item img.pic {
  object-fit: cover; }
