/*!
Theme Name: Noal theme
Theme URI:
Description: A custom WordPress website for Hanoar Haoved Vehalomed
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form {
  display: flex;
  flex-basis: 50%;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: column;
}
form * {
  flex: 1 50%;
}

input:not([type=sumbit]),
input:not([type=checkbox]),
select {
  background: white;
  border: 2px solid #000000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: #000000;
  padding: 5px 15px;
}
input:not([type=sumbit])::-webkit-input-placeholder,
input:not([type=checkbox])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
}
input:not([type=sumbit])::-moz-placeholder,
input:not([type=checkbox])::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
input:not([type=sumbit]):-ms-input-placeholder,
input:not([type=checkbox]):-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
}
input:not([type=sumbit]):-moz-placeholder,
input:not([type=checkbox]):-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}

input[type=checkbox] {
  display: inline-block;
  width: fit-content;
  border-radius: 0;
  margin-left: 5px;
  -webkit-appearance: checkbox;
  height: 15px;
}

input[type=checkbox] + label {
  display: inline-block;
  text-align: right;
  justify-content: start;
  width: calc(100% - 25px);
}

.dk-speakout-full {
  margin-top: 15px;
  width: 100%;
  height: 35px;
  flex: 1 100%;
}

.dk-speakout-half {
  margin-top: 15px;
  width: 50%;
  height: 35px;
  flex: 1 50%;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative;
}
body *:focus {
  outline: none !important;
}
body.focus-effects *:focus {
  outline: solid #C1272D !important;
  background: #0071BC !important;
  border: 2px solid #0071BC !important;
}

.overflow {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto !important;
}

.special-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.special-iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.container.russian {
  direction: ltr;
}

.section {
  position: relative;
}

.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay.dark {
  background: rgba(0, 0, 0, 0.75);
}

.overlay.light {
  background: rgba(0, 0, 0, 0.25);
}

.placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
}

.wrapper-center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}

.center-wrapper .center {
  display: table-cell;
  vertical-align: middle;
}

.ru {
  font-family: "PT Sans" !important;
}

.ar {
  font-family: "Changa", "Almoni-dl" !important;
}

.ta-c {
  text-align: center;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-200 {
  margin-top: 200px;
}

.t-i-50 {
  text-indent: 50px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-50-50 {
  padding: 50px;
}

.p-20-0 {
  padding: 20px 0;
}

.p-50 {
  padding: 0 50px;
}

.p-80 {
  padding: 0 80px;
}

.p-6-20 {
  padding: 6px 20px;
}

.clear {
  clear: both;
}

.c-white {
  color: white;
}

.c-red {
  color: #C1272D;
}

.c-blue {
  color: #0071BC;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.t-a-l {
  text-align: left;
}

.hover-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hover-circle:hover {
  background: white;
  color: black !important;
}
.hover-circle:hover .fa {
  color: black !important;
}
.hover-circle.relative {
  position: relative;
  left: 0;
  margin-left: auto;
  top: 0;
  margin-top: 20px;
  margin-right: auto;
}

::-webkit-input-placeholder {
  color: white !important;
  font-family: "Almoni-dl";
}

::-moz-placeholder {
  color: white !important;
  font-family: "Almoni-dl";
}

:-ms-input-placeholder {
  color: white !important;
  font-family: "Almoni-dl";
}

:-moz-placeholder {
  color: white !important;
  font-family: "Almoni-dl";
}

.bp::-webkit-input-placeholder {
  color: black !important;
  font-family: "Almoni-dl";
}

.bp::-moz-placeholder {
  color: black !important;
  font-family: "Almoni-dl";
}

.bp:-ms-input-placeholder {
  color: black !important;
  font-family: "Almoni-dl";
}

.bp:-moz-placeholder {
  color: black !important;
  font-family: "Almoni-dl";
}

.bpa::-webkit-input-placeholder {
  color: black !important;
  font-family: "Changa", "Almoni-dl";
}

.bpa::-moz-placeholder {
  color: black !important;
  font-family: "Changa", "Almoni-dl";
}

.bpa:-ms-input-placeholder {
  color: black !important;
  font-family: "Changa", "Almoni-dl";
}

.bpa:-moz-placeholder {
  color: white !important;
  font-family: "Changa", "Almoni-dl";
}

.bpr::-webkit-input-placeholder {
  color: white !important;
  font-family: "PT Sans";
}

.bpr::-moz-placeholder {
  color: white !important;
  font-family: "PT Sans";
}

.bpr:-ms-input-placeholder {
  color: white !important;
  font-family: "PT Sans";
}

.bpr:-moz-placeholder {
  color: white !important;
  font-family: "PT Sans";
}

/**** contact form 7 ********/
.wpcf7-form br {
  display: none;
}
.wpcf7-form .upload-media {
  position: relative;
  display: block;
  margin-top: 10px;
  cursor: pointer;
  text-align: right;
}
.wpcf7-form .upload-media:hover .fa-cloud-upload {
  background: #C1272D;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.wpcf7-form .upload-media .fa-cloud-upload {
  background: white;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 24px;
  line-height: 30px !important;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wpcf7-form .upload-media .fa-check {
  border: 2px solid white;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 24px;
  line-height: 26px !important;
  vertical-align: middle;
  text-align: center;
}
.wpcf7-form .upload-media span {
  margin-right: 6px;
}

input.wpcf7-form-control {
  border: 2px solid white;
  width: 100%;
  height: 40px;
  background: transparent;
  padding: 0 20px;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: white;
  margin-bottom: 10px;
  border-radius: 25px;
  outline: 0;
}
input.wpcf7-form-control.black {
  border-color: black;
  color: black;
}
input.wpcf7-form-control.wpcf7-submit {
  width: 178px;
  background: white;
  padding: 0;
  color: black;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #0071BC;
  color: white;
  border-color: #0071BC;
}
input.wpcf7-form-control.wpcf7-submit.h-red:hover {
  background: #C1272D;
  border-color: #C1272D;
}
input.wpcf7-form-control.wpcf7-submit.special {
  margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-file {
  position: absolute;
  visibility: hidden;
}

textarea.wpcf7-textarea {
  border: 2px solid white;
  width: 100%;
  height: 40px;
  background: transparent;
  padding-right: 20px;
  padding-top: 10px;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: white;
  margin-bottom: 10px;
  border-radius: 25px;
  outline: 0;
  resize: none;
}
textarea.wpcf7-textarea.black {
  border-color: black;
  color: black;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: -4px;
  left: 20px;
  width: 200px;
  text-align: left;
  color: white;
}

.wpcf7-response-output {
  border: 0 !important;
  margin: 20px auto 0 !important;
  padding: 0 !important;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

.wpcf7-spinner {
  margin-top: 20px;
  position: absolute;
}

.select-wrapper {
  position: relative;
  height: 50px;
  width: 340px;
  margin: auto;
}
.select-wrapper .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  vertical-align: middle;
  padding-right: 20px;
  cursor: pointer;
}
.select-wrapper .top .fa {
  position: absolute;
  left: 20px;
  height: 100%;
  top: 0;
  line-height: 50px;
  vertical-align: middle;
}
.select-wrapper .bottom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 150px;
  background: white;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.select-wrapper .bottom.show {
  visibility: visible;
  opacity: 1;
}
.select-wrapper .bottom .the-items {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: -50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.select-wrapper .bottom .the-items .item {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 50px;
  vertical-align: middle;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.select-wrapper .bottom .the-items .item:hover {
  background: #C1272D;
  color: white;
}
.select-wrapper .bottom .the-items .item.active {
  background: #C1272D;
  color: white;
}
.select-wrapper .bottom .the-items .cat-item {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 50px;
  vertical-align: middle;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.select-wrapper .bottom .the-items .cat-item:hover {
  background: #C1272D;
  color: white;
}
.select-wrapper .bottom .the-items .cat-item.active {
  background: #C1272D;
  color: white;
}

.bg-black-important {
  background: black !important;
  color: white !important;
}

.border-bottom-black-important {
  border-bottom-color: black !important;
}

.border-top-black-important {
  border-top-color: black !important;
}

.border-left-black-important {
  border-left-color: black !important;
}

.border-right-black-important {
  border-right-color: black !important;
}

.bg-white-important {
  background: white !important;
  color: black !important;
}
.bg-white-important .c-white {
  color: black;
}

.border-bottom-white-important {
  border-bottom-color: white !important;
}

.border-top-white-important {
  border-top-color: white !important;
}

.border-left-white-important {
  border-left-color: white !important;
}

.border-right-white-important {
  border-right-color: white !important;
}

.b-w {
  filter: gray !important;
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
}

.go-arial {
  font-family: "arial" !important;
}

@media screen and (min-height: 0px) and (max-height: 650px) {
  .cover .headline .section.opening .logo-tagline {
    bottom: calc( 50% - 80px ) !important;
  }
}
.calculator_button {
  color: #fff;
  text-align: center;
  padding: 13px 50px;
  background: #c1272d;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  display: none;
}
@media screen and (max-width: 767px) {
  .calculator_button {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    top: calc( 50% - 30px );
    position: relative;
  }
}

.calculator-open .calculator-section {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.wp-content-wrapper .calculator-section {
  text-align: right;
}

.calculator-section {
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  top: -15px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calculator-section {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    top: calc( 50% + 30px );
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.calculator-section.is-shortcode .calculator-section-inner {
  display: none;
  z-index: -1;
  visibility: hidden;
}
.calculator-section .calculator-section-inner {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 25px 20px;
  display: inline-block;
  text-align: right;
  border-radius: 10px;
}
.calculator-section .calculator-section-inner p,
.calculator-section .calculator-section-inner a {
  font-size: 17px;
}
.calculator-section .calculator-section-inner p {
  line-height: 22px;
  margin-bottom: 10px;
}
.calculator-section .calculator-section-inner p:last-child {
  margin-bottom: 0;
}
.calculator-section .calculator-section-inner a {
  display: inline-block;
}
.calculator-section .inline-input-wrapper {
  display: inline-block;
}
.calculator-section .inline-input-wrapper input,
.calculator-section .inline-input-wrapper select {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent;
  width: 44px !important;
  color: #000000 !important;
  font-family: "Almoni-dl";
  padding: 0 2px !important;
  font-size: 16px !important;
  height: 20px;
}
.calculator-section .inline-input-wrapper select {
  width: 80px !important;
}
.calculator-section .inline-input-wrapper input[type=text] {
  direction: ltr;
}
.calculator-section .inline-input-wrapper input[type=number]::-webkit-inner-spin-button,
.calculator-section .inline-input-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-section .inline-input-wrapper input[type=time] {
  margin-left: 5px;
  width: 70px !important;
  font-size: 16px !important;
}
.calculator-section .inline-input-wrapper input[data-toggle=datepicker] {
  width: 65px !important;
  margin-right: 5px;
  font-size: 16px !important;
}
.calculator-section .open-calc-popup {
  background: #C1272D;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  float: left;
}

.calculator-section.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
.calculator-section.sticky .calculator-section-inner {
  display: inline-block;
  border: 0;
  padding: 8px 10px;
  width: 100%;
}
.calculator-section.sticky .calculator-section-inner p {
  display: inline;
  margin: 0;
}
.calculator-section.sticky .calculator-section-inner p br {
  display: none;
}

body.tax-encyclopedia_cat .calculator-section {
  display: none;
}

.popup-calculator-inner {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .post-type-archive-encyclopedia .calculator_button {
    display: none;
  }

  .calculator-open .calculator-section {
    top: 0;
  }

  .calculator-section .inline-input-wrapper input[type=date] {
    width: 120px !important;
  }

  .calculator-section .calculator-section-inner p {
    line-height: 32px;
  }

  .calculator-section .calculator-section-inner {
    padding: 14px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
  .calculator_button {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.half.b-blue.full-width-blue {
  width: 100%;
}

.complaint_iframe_wrapper {
  max-height: 425px;
  overflow: hidden;
  overflow-y: scroll;
  max-width: 640px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.complaint_iframe_wrapper iframe {
  width: 100% !important;
}

.langs-icon .langs-panel {
  height: auto;
}

header .signup {
  width: 210px;
  background: #C1272D;
  color: #FFFFFF;
}
header .ask-question-btn-wrapper {
  position: absolute;
  left: 260px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
header .ask-question-btn-wrapper button {
  background: #C1272D;
  border: 0;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  font-family: Almoni-dl;
  font-size: 19px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

header.up .signup {
  background: #C1272D;
}

.absolute-price-table {
  position: absolute;
  left: 2rem;
  top: 6rem;
  color: #000000;
  z-index: 10;
  min-width: 340px;
}
.absolute-price-table .table-title {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  background: #C1272D;
  font-size: 18px;
  font-weight: bold;
}
.absolute-price-table .table-element {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 5px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-collapse: inherit;
}
.absolute-price-table .table-element tr:nth-child(even) {
  background-color: #ecf0f1;
}
.absolute-price-table .table-element thead {
  background-color: #ecf0f1;
}
.absolute-price-table .table-element thead tr td {
  padding: 6px 0;
}
.absolute-price-table .table-element thead,
.absolute-price-table .table-element tbody {
  font-size: 14px;
  text-align: center;
}
.absolute-price-table .table-element thead td,
.absolute-price-table .table-element tbody td {
  vertical-align: middle;
  padding: 0;
}
.absolute-price-table .table-element tfoot {
  text-align: left;
}
.absolute-price-table .table-element tfoot td {
  padding: 6px 8px 0 8px;
  font-size: 14px;
}
.absolute-price-table .table-element tbody tr td {
  padding: 8px 0;
  font-size: 15px;
}

footer .content .part {
  width: 33.333333%;
}

.content-wrapper.article .excerpt h2 {
  font-size: 30px;
  font-weight: 300;
}
.content-wrapper.article .excerpt h2 p {
  font-size: 30px;
  font-weight: 300;
}

.like-rate {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}
.like-rate .rate-stars {
  background: #C1272D;
  padding: 10px;
  position: absolute;
  top: 50px;
  width: 250px;
}
.like-rate a:hover i {
  background: #C1272D;
}

@media screen and (max-width: 767px) {
  #front-down {
    bottom: 80px;
  }
}

.related-faqs-item {
  display: inline-block;
  width: 32%;
  float: right;
  position: relative;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 15px;
}
.related-faqs-item:nth-child(3n+3) {
  margin-left: 0;
}
.related-faqs-item .item {
  position: relative;
}
.related-faqs-item .item .desc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.related-faqs-item .item .desc .desc-inner {
  padding: 5px;
}
.related-faqs-item .item .desc h5 {
  font-size: 28px;
}
.related-faqs-item .item .bg {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.related-faqs-item .item:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.related-faqs-bg {
  height: 230px;
}

.faqs-load-more {
  text-align: center;
  margin-top: 20px;
}
.faqs-load-more button {
  border: 0;
  background: #C1272D;
  color: #FFFFFF;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-family: "raanancondensed";
  font-size: 24px;
  letter-spacing: 1px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.faqs-load-more button:hover, .faqs-load-more button:focus {
  background: #0071BC;
}

.encyclopedia-categories-list {
  margin-bottom: 40px;
}
.encyclopedia-categories-list:before, .encyclopedia-categories-list:after {
  content: "";
  clear: both;
  display: block;
}

.section .inner-wrapper {
  padding: 100px;
}
.section .inner-wrapper .section-header {
  position: relative;
  height: 50px;
  background: #C1272D;
  width: calc( 100% - 10px );
  margin: 0 auto 5px;
  color: white;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.section .inner-wrapper .section-header h4 {
  font-size: 46px;
  font-family: "raanancondensed";
  font-weight: 300;
  line-height: 50px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.section .inner-wrapper .section-grid.grid-3 .item {
  position: relative;
  float: right;
  width: calc( (100% - 30px) / 3 );
  padding-bottom: calc( (100% - 30px) / 3 );
  cursor: pointer;
  overflow: hidden;
  margin: 5px;
}
.section .inner-wrapper .section-grid.grid-3 .item .image {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section .inner-wrapper .section-grid.grid-3 .item .desc {
  position: absolute;
  right: 50px;
  top: calc( 50% - 15px );
  width: calc( 100% - 100px );
  color: white;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section .inner-wrapper .section-grid.grid-3 .item:hover .image {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.section .inner-wrapper .section-grid.grid-3 .item:hover .desc {
  opacity: 1;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
}

.single-category-details {
  margin: 30px 5px 40px 5px;
}
.single-category-details:before, .single-category-details:after {
  content: "";
  clear: both;
  display: block;
}
.single-category-details .single-category-thumbnail {
  float: right;
  width: 40%;
}
.single-category-details .single-category-thumbnail img {
  max-width: 100%;
}
.single-category-details .single-category-content {
  float: left;
  width: 55%;
}
.single-category-details .single-category-content h2, .single-category-details .single-category-content h3 {
  margin-bottom: 20px;
}
.single-category-details .single-category-content p {
  margin-bottom: 10px;
}
.single-category-details .single-category-content p:last-child {
  margin-bottom: 0;
}
.single-category-details .single-category-content .single-category-content-inner {
  padding-left: 1rem;
}

.cover.is-category-page .center {
  vertical-align: top;
  padding-top: 25px;
}

.send-article, .the-socials, .demo-search-wrapper, .another-search-wrapper, .months {
  display: none;
}

.encyclopedia-single-category:before, .encyclopedia-single-category:after {
  content: "";
  clear: both;
  display: block;
}

.right-pad {
  text-align: right !important;
  padding-right: 20px;
}

.related-faqs-section .section-content {
  width: calc( 100% - 10px);
  margin: auto;
  margin-top: 20px;
}
.related-faqs-section .section-content:before, .related-faqs-section .section-content:after {
  content: "";
  clear: both;
  display: block;
}
.related-faqs-section .section-content article {
  float: right;
  width: 32.26%;
  margin: 1% 0 1% 1.6%;
}
.related-faqs-section .section-content article:nth-child(3n) {
  margin-left: 0;
}
.related-faqs-section .section-content article img {
  max-width: 100%;
  height: auto;
}
.related-faqs-section .section-content article h3 {
  font-size: 50px;
  margin-bottom: 10px;
}
.related-faqs-section .section-content article .post-date {
  color: #777676;
  margin-bottom: 10px;
}
.related-faqs-section .section-content .thumbnail {
  width: 40%;
  float: right;
  position: relative;
}
.related-faqs-section .section-content .description {
  width: 55%;
  float: left;
}

.wickedpicker__controls {
  direction: ltr;
}

footer .content {
  max-width: 1150px;
  width: 100%;
}

footer .rights {
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin: auto;
}
footer .rights:before, footer .rights:after {
  clear: both;
  content: "";
  display: block;
}
footer .rights .rights-inner {
  float: right;
  width: 50%;
}
footer .rights .rights-logos {
  width: 45%;
  float: left;
  text-align: left;
}
footer .rights .rights-logos:before, footer .rights .rights-logos:after {
  clear: both;
  content: "";
  display: block;
}
footer .rights .rights-logos .rights-logo-item {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
footer .rights .rights-logos .rights-logo-item img {
  max-width: 100%;
}

.simple-page-inner {
  position: relative;
  height: calc( 100vh - 40px );
  margin-top: 40px;
}
.simple-page-inner:before, .simple-page-inner:after {
  content: "";
  clear: both;
  display: block;
}
.simple-page-inner .absolute-price-table {
  left: auto;
  right: 2rem;
  top: 1rem;
}
.simple-page-inner .simple-page-title {
  color: #FFFFFF;
}
.simple-page-inner .white-site-logo img {
  max-width: 150px;
}
.simple-page-inner .dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-page-inner .centered-content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 10;
}
.simple-page-inner .simple-page-content-inner {
  padding: 30px 25px;
  height: calc( 100vh - 40px);
  overflow-x: scroll;
}
.simple-page-inner .content-wp p {
  margin-bottom: 2rem;
}
.simple-page-inner .content-header {
  background: #C1272D;
  color: #FFFFFF;
  padding: 10px;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "raanancondensed";
  margin-bottom: 30px;
}
.simple-page-inner .simple-page-thumb {
  width: 50%;
  height: calc( 100vh - 40px);
  float: right;
}
.simple-page-inner .simple-page-thumb .simple-page-thumb-bg {
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
.simple-page-inner .simple-page-content {
  width: 50%;
  float: right;
}

.home-top-banner .inner-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
.home-top-banner .home-top-banner-bg {
  height: 450px;
  position: relative;
  display: table;
  width: 100%;
  background-position: top center;
}
.home-top-banner .home-top-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-top-banner .home-top-banner-inner-content {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 5;
}
.home-top-banner .home-top-banner-title {
  font-size: 65px;
  font-family: "raanancondensed";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
}
.home-top-banner .home-top-banner-description {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-top-banner .home-top-banner-link {
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 80px;
  font-size: 26px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.home-top-banner .home-top-banner-link:hover, .home-top-banner .home-top-banner-link:focus {
  background: #C1272D;
  border: 2px solid #C1272D;
}

.align-section-title {
  text-align: right;
  padding-right: 20px;
}

.cats-masonry-grid:after {
  content: "";
  display: block;
  clear: both;
}
.cats-masonry-grid .grid-gutter {
  width: 1.3%;
}
.cats-masonry-grid .grid-item {
  float: right;
  width: 24%;
  height: 200px;
  background: #0071BC;
  border: 0;
  counter-increment: item;
  margin-bottom: 20px;
}
.cats-masonry-grid .grid-item--height2 {
  height: 420px;
}

#facebook .inner-wrapper {
  padding-top: 20px;
}

.categories-section .inner-wrapper {
  padding: 60px 100px 20px 100px !important;
}
.categories-section .section-content-wrapper {
  margin: 20px auto;
  width: calc( 100% - 10px );
}
.categories-section .grid-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.categories-section .grid-item-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
}
.categories-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.categories-section .grid-item-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  position: relative;
  padding: 0 20px;
  font-weight: 500;
  font-size: 24px;
}
.categories-section .grid-item-title-inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.categories-section .grid-item-inner:hover .grid-item-title-inner {
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.breadcrumbs-wrapper {
  margin-bottom: 20px;
}
.breadcrumbs-wrapper ul:before, .breadcrumbs-wrapper ul:after {
  clear: both;
  display: block;
  content: "";
}
.breadcrumbs-wrapper ul li {
  float: right;
  margin-left: 10px;
}
.breadcrumbs-wrapper ul li a {
  display: inline-block;
  color: #FFFFFF;
  background: #C1272D;
  padding: 3px 6px;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.breadcrumbs-wrapper ul li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  display: inline-block;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #C1272D transparent transparent;
  position: absolute;
  left: -6px;
  top: 5px;
}
.breadcrumbs-wrapper ul li a.current {
  background: #0071BC;
}
.breadcrumbs-wrapper ul li a.current:after {
  display: none;
}

.post-type-archive-encyclopedia .section.opening {
  height: 60vh;
}
.post-type-archive-encyclopedia .section.opening .logo-tagline {
  bottom: calc( 38% - 30px );
}

#complaint-form {
  width: 100%;
  margin: 0;
  font-family: "Almoni-dl";
}
#complaint-form .form-group.row {
  margin-bottom: 10px;
}
#complaint-form .form-group.row:before, #complaint-form .form-group.row:after {
  clear: both;
  content: "";
  display: block;
}
#complaint-form .form-group.row .col-form-label {
  float: right;
  width: 40%;
  text-align: right;
}
#complaint-form .form-group.row .col-sm-4 {
  float: right;
  width: 58%;
}
#complaint-form .form-group.row .col-sm-4 input,
#complaint-form .form-group.row .col-sm-4 select,
#complaint-form .form-group.row .col-sm-4 textarea {
  width: 100%;
  font-family: "Almoni-dl";
}
#complaint-form .form-group.row .col-sm-4 input,
#complaint-form .form-group.row .col-sm-4 select {
  height: 32px;
}
#complaint-form .form-group.row .col-sm-4 textarea {
  height: 80px;
}
#complaint-form .form-group.row .btn-primary {
  height: 32px;
  color: #FFFFFF;
  background: #C1272D;
  width: auto;
  float: right;
  border: 0;
  font-size: 20px;
  padding: 0 20px;
  font-family: "Almoni-dl";
  margin: 10px 0;
}

#popup-complaint .ajax-response {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 20px;
  display: none;
}

/************************************
RESPONSIVE
************************************/
@media screen and (max-width: 1326px) {
  .the-socials {
    bottom: 220px;
  }
}
@media screen and (max-width: 960px) {
  span.inline-input-wrapper.age {
    clear: both;
  }

  .related-faqs-item {
    width: 100%;
  }

  div#open-complaint {
    width: 150px;
    height: auto;
    line-height: 1;
    padding: 5px;
  }

  .cats-masonry-grid .grid-item {
    width: 49%;
  }

  .related-faqs-section .section-content article {
    width: 100%;
    margin-left: 0;
  }

  .related-faqs-section .section-content article img {
    width: 100%;
  }

  .section .inner-wrapper .section-grid.grid-3 .item {
    width: 48%;
    margin: 1%;
  }

  .section .inner-wrapper {
    padding: 40px;
  }

  .home .section.opening {
    height: 100vh;
  }
  .home .absolute-price-table {
    top: 6rem;
  }

  .section.opening {
    height: 160vh;
  }

  .absolute-price-table {
    top: 5rem;
  }

  .section.opening .logo-tagline {
    bottom: calc( 50% - 60px ) !important;
  }

  .front-down {
    bottom: 20px;
  }

  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .content .part {
    width: 100%;
  }

  .the-socials {
    bottom: 153px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-encyclopedia #container .absolute-price-table {
    display: none;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline {
    bottom: auto !important;
    top: 55px;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline img {
    max-width: 80px;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline h2.special {
    font-size: 30px;
    margin-top: 15px;
  }

  .single-category-details .single-category-thumbnail,
.single-category-details .single-category-content {
    width: 100%;
  }

  div#open-complaint {
    position: absolute;
    top: 0;
    left: 100px;
    width: calc( 100% - 150px );
    height: 50px;
    color: #fff;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .related-questions-section .wrapper.is-related a .item .image {
    height: 130px !important;
  }

  .like-rate .rate-stars {
    left: 0;
    top: 40px;
    width: 195px;
    padding: 5px;
  }

  .ask-question-btn-wrapper {
    position: relative;
    top: calc( 50% - 50px );
  }
  .ask-question-btn-wrapper .ask-question-btn {
    width: auto;
    border: 0;
    margin: auto;
    display: block;
    height: 30px;
    font-size: 15px;
    color: #fff;
    font-family: "Almoni-dl";
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    background: #C1272D;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive-encyclopedia .section.opening .logo-tagline {
    top: 100px;
  }
  .post-type-archive-encyclopedia #front-down {
    bottom: 90px;
    display: none;
  }

  #popup-price-table.popup .inner-big {
    height: auto !important;
  }

  .the-circle .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: max-content;
  }

  #popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
    font-size: 16px !important;
  }

  #open-price-table .is-icon {
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
  }

  .simple-page-inner .simple-page-thumb,
.simple-page-inner .simple-page-content {
    width: 100%;
  }

  .simple-page-inner .absolute-price-table {
    display: none;
  }

  .simple-page-inner .simple-page-title {
    font-size: 18px;
  }

  .cats-masonry-grid .grid-item {
    width: 100%;
  }

  .categories-section .inner-wrapper {
    padding: 20px;
  }

  .section .inner-wrapper .section-header h4 {
    font-size: 34px;
  }

  .align-section-title {
    text-align: center;
  }

  .section .inner-wrapper .section-grid.grid-3 .item {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .section .inner-wrapper {
    padding: 20px;
  }

  .related-faqs-section .section-content article h3 {
    font-size: 36px;
  }

  footer .rights .rights-inner,
footer .rights .rights-logos {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 20px;
  }

  .wickedpicker {
    right: 8px !important;
  }

  .section.opening .logo-tagline {
    bottom: calc( 50% - -5px) !important;
  }

  .popup .half.b-blue {
    height: 100%;
  }

  .complaint_iframe_wrapper iframe {
    height: 220px !important;
  }

  #popup-complaint .inner {
    height: calc(100% - 40px);
  }

  .home .section.opening .logo-tagline {
    bottom: auto !important;
    top: 65px;
  }
  .home .absolute-price-table {
    display: none;
  }
  .home .section.opening .logo-tagline .logo {
    width: 95px;
  }

  #popup-price-table .table-title {
    font-size: 19px !important;
    font-weight: bold;
  }

  #popup-price-table .table-element thead tr td {
    font-weight: bold;
  }

  .cover.is-category-page .absolute-price-table {
    display: none !important;
  }
}
.absolute-price-table .table-element thead tr td {
  font-weight: bold;
}

.related-faqs-carousel .slick-arrow {
  position: absolute;
}

.related-questions-section .wrapper.is-related {
  width: 100% !important;
  margin: 0 !important;
}
.related-questions-section .wrapper.is-related .slick-slide {
  margin: 0 10px;
}
.related-questions-section .wrapper.is-related a .item {
  width: 100% !important;
  margin: 0 !important;
}
.related-questions-section .wrapper.is-related a .item .image {
  height: 200px;
  padding-bottom: 0 !important;
}

#popup-price-table.popup .inner-big {
  height: calc( 100% - 140px );
}

#popup-price-table .table-title {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  background: #C1272D;
  font-size: 17px;
}
#popup-price-table .table-element {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 5px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-collapse: inherit;
}
#popup-price-table .table-element tr:nth-child(even) {
  background-color: #ecf0f1;
}
#popup-price-table .table-element thead {
  background-color: #ecf0f1;
}
#popup-price-table .table-element thead tr td {
  padding: 6px 0;
}
#popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
  font-size: 14px;
  text-align: center;
}
#popup-price-table .table-element thead td,
#popup-price-table .table-element tbody td {
  vertical-align: middle;
  padding: 0;
}
#popup-price-table .table-element tfoot {
  text-align: left;
}
#popup-price-table .table-element tfoot td {
  padding: 6px 8px 0 8px;
  font-size: 14px;
}
#popup-price-table .table-element tbody tr td {
  padding: 6px 0;
}

.mobile-calc-trigger {
  background: #C1272D;
  color: white;
  height: 30px;
  padding: 4px 10px;
}

.popup .inner.search {
  top: 25%;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
  .home #container {
    padding-top: 10px;
  }

  .categories-section .inner-wrapper {
    padding: 20px 30px;
  }

  .front-down {
    width: 30px;
    height: 30px;
    line-height: 26px !important;
  }

  .section.opening .logo-tagline {
    bottom: calc( 62% - 60px) !important;
  }
  .section.opening .logo-tagline h2 br {
    display: none;
  }

  .section.opening .logo-tagline .logo {
    width: 80px;
  }

  .simple-page-inner .absolute-price-table {
    display: none;
  }

  .home .absolute-price-table {
    display: none;
  }

  h2.special {
    font-size: 30px;
    margin-top: 10px;
  }

  #front-down {
    bottom: 10px;
  }

  .section .inner-wrapper .section-header h4 {
    font-size: 36px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  #popup-price-table.popup .inner-big {
    height: auto !important;
  }

  .the-circle .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 100px;
  }

  #popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
    font-size: 16px !important;
  }

  #open-price-table .is-icon {
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
  }
}
.suggestion-post-publish-date {
  font-size: 13px;
  color: silver;
  font-family: "Almoni-dl";
}

.awesomplete {
  width: 100%;
}

.xdsoft_noselect {
  z-index: 9999999 !important;
}

/*******************/
body {
  font-family: "Almoni-dl";
  font-size: 19px;
  color: black;
  background: whitesmoke;
  direction: rtl;
}

h1 {
  font-size: 100px;
  letter-spacing: 0.03em;
  font-family: "raanancondensed";
}
h1.russian {
  font-family: "PT Sans";
  font-weight: 600;
}
h1.ar {
  font-size: 80px;
  font-weight: 600;
}
h1.english {
  font-family: "Almoni-dl";
  font-size: 60px;
}

h2 {
  font-size: 75px;
  letter-spacing: 0.03em;
  font-family: "raanancondensed";
}
h2.medium {
  font-size: 46px;
  font-weight: 300;
}
h2.small {
  font-size: 30px;
  font-weight: 300;
}
h2.special {
  font-size: 50px;
  line-height: 0.8;
  font-weight: 300;
}

h3 {
  font-size: 70px;
  font-family: "raanancondensed";
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 0.8;
}
h3.like-p {
  font-family: "Almoni-dl";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-size: 46px;
  font-family: "raanancondensed";
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.03em;
}

h5 {
  font-size: 36px;
  font-family: "raanancondensed";
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 0.8;
}
h5.small {
  font-size: 30px;
}

p {
  font-size: 17px;
  line-height: 1.5;
}
p.small {
  font-size: 14px;
}

.b-red {
  background: #C1272D;
}

.b-blue {
  background: #0071BC;
}

.b-white {
  background: white;
}

.grey {
  color: #828a8a;
}

.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}

/****** breadcrumbs ******/
.breadcrumbs {
  position: relative;
  margin-bottom: 40px;
  margin-top: -50px;
}
.breadcrumbs li {
  position: relative;
  float: right;
  margin-left: 8px;
  font-size: 17px;
  padding: 3px 9px;
  background: #C1272D;
  color: white;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.breadcrumbs li:after {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -5px;
  content: "";
  height: 0;
  width: 0;
  border-right: 5px solid #C1272D;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.breadcrumbs li:hover {
  background: #0071BC;
}
.breadcrumbs li:hover:after {
  border-right: 5px solid #0071BC;
}
.breadcrumbs li.current {
  background: #0071BC;
  cursor: default;
}
.breadcrumbs li.current:after {
  display: none;
}
.breadcrumbs li a {
  display: block;
}

/****** buttons ******/
.button {
  position: relative;
  height: 40px;
  width: 178px;
  line-height: 36px;
  vertical-align: middle;
  background: white;
  border: 2px solid white;
  text-align: center;
  border-radius: 25px;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-left: auto;
  margin-right: auto;
}
.button.trans {
  background: transparent;
  color: white;
}
.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: white;
  background: #0071BC;
  border-color: #0071BC;
}
.button.h-red:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.button.red {
  background: #C1272D;
  border-color: #C1272D;
  color: white;
}
.button.red:hover {
  background: #0071BC;
  border-color: #0071BC;
}
.button.right {
  margin-right: 0;
}
.button.hide {
  display: none;
}

.row-button {
  position: relative;
  width: calc( 100% - 10px );
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: white;
  margin: 5px 5px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.row-button.red {
  background: #C1272D;
}
.row-button.red:hover {
  background: #0071BC;
}
.row-button h5 {
  line-height: 50px;
}

.uploads {
  position: relative;
  text-align: center;
}
.uploads span {
  margin-left: 8px;
}
.uploads .upload-button {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  width: 60px;
  border-radius: 25px;
  height: 30px;
  line-height: 30px;
  background: white;
  color: black;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.uploads .upload-button:hover {
  background: #C1272D;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/****** socials ******/
.the-socials {
  position: fixed;
  left: 30px;
  bottom: 40px;
  z-index: 10000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.the-socials .fa {
  position: relative;
  bottom: 0;
  margin-right: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  line-height: 36px !important;
  vertical-align: middle !important;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: box-shadow 0.4s ease-out, background 0.4s ease-out;
  -webkit-transition: box-shadow 0.4s ease-out, background 0.4s ease-out;
}
.the-socials .fa:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.the-socials .fa.fa-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.the-socials .fa.fa-instagram:hover {
  background: #5a57ca;
  border-color: #5a57ca;
}
.the-socials .fa.fa-twitter:hover {
  background: #4099ff;
  border-color: #4099ff;
}
.the-socials .fa.fa-youtube:hover {
  background: #cd201f;
  border-color: #cd201f;
}
.the-socials.up .fa {
  transition: left 0.4s ease-out, bottom 0.4s ease-out 0.4s, box-shadow 0.4s ease-out, background 0.4s ease-out;
  -webkit-transition: left 0.4s ease-out, bottom 0.4s ease-out 0.4s, box-shadow 0.4s ease-out, background 0.4s ease-out;
}
.the-socials.down .fa {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: bottom 0.4s ease-out, left 0.4s ease-out 0.4s, box-shadow 0.4s ease-out, background 0.4s ease-out;
  -webkit-transition: bottom 0.4s ease-out, left 0.4s ease-out 0.4s, box-shadow 0.4s ease-out, background 0.4s ease-out;
}
.the-socials.down .fa:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.the-socials.down .fa.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.the-socials.down .fa.fa-instagram {
  background: #5a57ca;
  border-color: #5a57ca;
}
.the-socials.down .fa.fa-twitter {
  background: #4099ff;
  border-color: #4099ff;
}
.the-socials.down .fa.fa-youtube {
  background: #cd201f;
  border-color: #cd201f;
}
.the-socials.standing {
  width: 40px;
}
.the-socials.standing .fa {
  margin-right: 0;
  margin-top: 6px;
  left: 0;
  /* &.fa-facebook {
    bottom: 138px;
  }
  &.fa-instagram {
    bottom: 92px;
  }
  &.fa-twitter {
    bottom: 46px;
  }
  &.fa-youtube {
    bottom: 0;
  } */
}

/******* circles ********/
.the-circle {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: #C1272D;
  border-radius: 50%;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.the-circle:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.the-circle:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.the-circle img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc( 100% - 8px );
  height: auto;
  z-index: 4;
}
.the-circle .tooltip {
  position: absolute;
  right: calc( 100% + 10px );
  background: #C1272D;
  color: white;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  top: 50%;
  margin-top: -12px;
  padding: 0 10px;
  font-size: 17px;
  width: 130px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.the-circle .tooltip:after {
  position: absolute;
  left: 100%;
  top: 8px;
  content: "";
  border-left: 6px solid #C1272D;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/******** accessibility ***********/
/* .accessibility-button {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 30px;
  background: black;
  text-align: center;
  color: white;
  line-height: 30px;
  vertical-align: middle;
  z-index: 99999;
  cursor: pointer;
  @include base-transition(.4s);
  @include box-shadow(1);
  &:hover {
    @include box-shadow(3);
    .tooltip {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
    }
  }
  .fa {
    line-height: 30px !important;
    margin-right: 3px;
  }
  .tooltip {
    position: absolute;
    right: calc( 100% + 10px );
    background: $red;
    color: white;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    top: 50%;
    margin-top: -12px;
    padding: 0 10px;
    font-size: 17px;
    width: 130px;
    @include box-shadow(3);
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    @include base-transition(.4s);
    z-index: 2;
    &:after {
      position: absolute;
      left: 100%;
      top: 8px;
      content: '';
      border-left: 6px solid $red;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
    }
  }
} */
/******* header ********/
header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 1000;
  color: white;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header.up {
  height: 40px;
  background: black;
}
header.up .menu-header-container {
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
}
header.up .menu-header-container .menu li {
  border-left: 0;
}
header.up .menu-header-container .menu li a {
  display: block;
}
header.up .signup {
  height: 40px;
  top: 0;
  margin-top: 0;
  line-height: 40px;
  background: transparent;
  color: white;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
header.up .signup:hover {
  color: white;
  background: #0071BC;
  border-color: #0071BC;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
header.up .send-article-2 {
  top: calc( 100% + 20px );
  width: 40px;
}
header.up .send-article-2:hover {
  background: #C1272D;
}
header.up .send-article-2 .text {
  visibility: hidden;
  opacity: 0;
}
header.up .send-article-2 i {
  visibility: visible;
  opacity: 1;
}
header.up .send-article-2 .tooltip {
  display: block;
}
header.up .features .accessibility-icon {
  border-radius: 0;
}
header.up .features .langs-icon {
  border-radius: 0;
}
header .menu-header-container {
  position: absolute;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  right: 200px;
  left: 200px;
  top: 50%;
  margin-top: -15px;
}
header .menu-header-container .menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .menu-header-container .menu li {
  display: inline-block;
  padding: 0 12px;
  margin-right: -5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 19px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .menu-header-container .menu li:last-of-type {
  border-left: 0;
}
header .menu-header-container .menu li:hover {
  color: #0071BC;
  background: transparent;
}
header .features {
  position: absolute;
  right: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  vertical-align: middle;
}
header .features .search-icon {
  height: 30px;
  line-height: 28px;
  display: block;
  float: right;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .features .search-icon:hover {
  color: #0071BC;
}
header .features .langs {
  display: inline-block;
  height: 100%;
}
header .features .langs li {
  display: inline-block;
  padding: 0 6px;
  margin-right: -5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .features .langs li:last-of-type {
  border-left: 0;
}
header .features .langs li:hover {
  color: #0071BC;
}
header .features .langs li.active {
  color: #0071BC;
}
header .signup {
  position: absolute;
  left: 30px;
  height: 40px;
  width: 178px;
  line-height: 40px;
  vertical-align: middle;
  background: white;
  text-align: center;
  border-radius: 25px;
  top: 50%;
  margin-top: -20px;
  color: black;
  cursor: pointer;
  font-size: 19px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .signup:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: white;
  background: #0071BC;
  border-color: #0071BC;
}
header .send-article-2 {
  position: absolute;
  left: 30px;
  height: 40px;
  width: 134px;
  text-align: center;
  border-radius: 25px;
  top: calc( 100% - 20px );
  color: white;
  background: #C1272D;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .send-article-2:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: white;
  background: #0071BC;
  border-color: #0071BC;
}
header .send-article-2:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
header .send-article-2 .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 19px;
  line-height: 40px;
  vertical-align: middle;
}
header .send-article-2 i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
}
header .send-article-2 .tooltip {
  position: absolute;
  left: calc( 100% + 10px );
  background: #C1272D;
  color: white;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  top: 50%;
  margin-top: -12px;
  padding: 0 10px;
  font-size: 17px;
  width: 110px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
  display: none;
}
header .send-article-2 .tooltip:after {
  position: absolute;
  right: 100%;
  top: 8px;
  content: "";
  border-right: 6px solid #C1272D;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*********** header languages *****************/
.langs-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #0071BC;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.langs-icon:hover .langs-panel {
  opacity: 1;
  visibility: visible;
}
.langs-icon.go-reg {
  width: auto;
  padding: 0 15px;
  border-radius: 15px;
}
.langs-icon .fa {
  font-size: 17px;
  line-height: 30px !important;
}
.langs-icon .langs-panel {
  position: absolute;
  top: calc( 100% + 14px );
  height: 160px;
  width: 40px;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.langs-icon .langs-panel.show {
  opacity: 1;
  visibility: visible;
}
.langs-icon .langs-panel .item {
  position: relative;
  height: 40px;
  text-align: center;
  font-size: 17px;
  color: black;
}
.langs-icon .langs-panel .item:hover .inner {
  background: #dbd6d6;
}
.langs-icon .langs-panel .item.active .inner {
  background: #0071BC;
  color: white;
}
.langs-icon .langs-panel .item .inner {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.langs-icon .langs-panel .item .inner .ru {
  font-size: 16px;
}
.langs-icon .langs-panel .item .inner .ar {
  font-size: 16px;
}
.langs-icon .langs-panel .triangle {
  position: absolute;
  bottom: 100%;
  right: 8px;
  border-bottom: 3px solid white;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

/*********** accessibility *****************/
.accessibility-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #C1272D;
  text-align: center;
  display: block;
  float: right;
  margin-left: 6px;
  padding-right: 1px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.accessibility-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.accessibility-icon .fa {
  font-size: 17px;
  line-height: 30px !important;
}
.accessibility-icon .tooltip {
  position: absolute;
  top: calc( 100% + 14px );
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  color: black;
  padding: 0 10px;
  font-size: 17px;
  white-space: nowrap;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.accessibility-icon .tooltip .triangle {
  position: absolute;
  bottom: 100%;
  right: 12px;
  border-bottom: 3px solid white;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.accessibility-icon .tooltip.show {
  visibility: visible;
  opacity: 1;
}
.accessibility-icon .accessibility-panel {
  position: absolute;
  top: calc( 100% + 14px );
  height: 320px;
  width: 270px;
  background: white;
  visibility: hidden;
  opacity: 0;
  color: black;
  text-align: right;
  cursor: default;
  display: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.accessibility-icon .accessibility-panel .triangle {
  position: absolute;
  bottom: 100%;
  right: 12px;
  border-bottom: 3px solid #C1272D;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.accessibility-icon .accessibility-panel.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.accessibility-icon .accessibility-panel .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accessibility-icon .accessibility-panel .lines li {
  position: relative;
  height: 40px;
  padding-right: 20px;
  line-height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #dbd6d6;
  font-size: 17px;
}
.accessibility-icon .accessibility-panel .lines li.first {
  background: #C1272D;
  color: white;
  border-bottom: 0;
  padding-right: 60px;
}
.accessibility-icon .accessibility-panel .lines li.first:hover {
  background: #C1272D;
}
.accessibility-icon .accessibility-panel .lines li .square {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-right: 1px solid #dbd6d6;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.accessibility-icon .accessibility-panel .lines li .square:hover {
  background: #dbd6d6;
}
.accessibility-icon .accessibility-panel .lines li .square.active {
  background: #dbd6d6;
}
.accessibility-icon .accessibility-panel .lines li .square.two {
  left: 40px;
}
.accessibility-icon .accessibility-panel .lines li .square.three {
  left: 80px;
}
.accessibility-icon .accessibility-panel .lines li .square.right {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid white;
}
.accessibility-icon .accessibility-panel .lines li .square.right:hover {
  background: #d94248;
}
.accessibility-icon .accessibility-panel .lines li .square .fa {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 40px !important;
  font-size: 13px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accessibility-icon .accessibility-panel .lines li .square .fa.active {
  opacity: 1;
  visibility: visible;
}

/*********** project page *****************/
.container.project-page .content-wrapper > :first-child {
  margin-top: 0 !important;
}
.container.project-page .videos {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.container.project-page .videos .item {
  position: relative;
  width: calc( (100% - 60px) / 3 );
  margin: 20px 10px 0;
  float: right;
}
.container.project-page .videos .item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.container.project-page .videos .item .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.project-page .full-image {
  position: relative;
  margin-right: calc( ((100vw - 100%) / 2) * -1 );
  width: 100vw !important;
  margin: 100px calc( ((100vw - 100%) / 2) * -1 ) 100px calc( ((100vw - 100%) / 2) * -1 );
}
.container.project-page .full-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.project-page .full-image .the-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.container.project-page .full-image .the-caption .center-wrapper {
  margin-top: -100px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  width: 600px;
  color: white;
}
.container.project-page .text-and-images {
  position: relative;
}
.container.project-page .text-and-images .text-wrapper {
  position: relative;
  float: right;
  width: calc( 50% - 20px );
  margin-left: 20px;
}
.container.project-page .text-and-images .text-wrapper.wide {
  width: 100%;
  margin-left: 0;
  float: none;
}
.container.project-page .text-and-images .text-wrapper p {
  margin-top: 30px;
  text-align: justify;
}
.container.project-page .text-and-images .images-wrapper {
  position: relative;
  float: right;
  width: calc( 50% - 20px );
  margin-right: 20px;
}
.container.project-page .text-and-images .images-wrapper img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.container.project-page .section.front-banners {
  width: 100vw !important;
  margin: 100px calc( ((100vw - 100%) / 2) * -1 ) 100px calc( ((100vw - 100%) / 2) * -1 );
}
.container.project-page .contacts-wrapper {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.project-page .contacts-wrapper .row {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.container.project-page .contacts-wrapper .row .right {
  position: absolute;
  top: 15px;
  right: 0;
}
.container.project-page .contacts-wrapper .row .left {
  position: relative;
  padding-right: 150px;
}
.container.project-page .contacts-wrapper .row .left.clickable {
  cursor: pointer;
}
.container.project-page .contacts-wrapper .row .left.clickable:hover {
  color: #C1272D;
}
.container.project-page .contacts-wrapper .row .left.clickable p {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.project-page .contacts-wrapper .row .title {
  position: relative;
  padding-right: 240px;
}
.container.project-page .contacts-wrapper .row .phone {
  position: relative;
  padding-right: 150px;
}
.container.project-page .contacts-wrapper .row .phone-2 {
  position: absolute;
  top: 15px;
  right: 480px;
}
.container.project-page .contacts-wrapper .row .email {
  position: absolute;
  top: 15px;
  right: 340px;
}
.container.project-page .contacts-wrapper .row .email-2 {
  position: absolute;
  top: 15px;
  right: 720px;
}
.container.project-page .contacts-wrapper .row p {
  line-height: 1.2;
}
.container.project-page .contacts-wrapper .row a {
  display: block;
  line-height: 1.2;
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.project-page .contacts-wrapper .row a:hover {
  color: #C1272D;
}
.container.project-page .contacts-wrapper .row i {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.project-page .front-content-wrapper {
  width: calc( 100% + 10px );
  margin-right: -5px;
}
.container.project-page .front-content-wrapper .inner-wrapper {
  padding: 0;
}

/*********** popups *****************/
.popup {
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: none;
}
.popup.show {
  visibility: visible;
  opacity: 1;
}
.popup.dark {
  background: rgba(0, 0, 0, 0.8);
}
.popup .popup-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup .inner {
  position: absolute;
  width: 1050px;
  height: 562.5px;
  left: 50%;
  margin-left: -525px;
  top: 50%;
  margin-top: -281.25px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  padding: 10px;
  background: white;
  z-index: 2;
}
.popup .inner.select {
  position: absolute;
  width: 340px;
  height: 50px;
  left: 50%;
  margin-left: -170px;
  top: 50%;
  margin-top: -25px;
  padding: 0;
}
.popup .inner.small {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -250px;
}
.popup .inner.square {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
}
.popup .inner.about-topics {
  position: absolute;
  width: 270px;
  height: 444px;
  left: 50%;
  margin-left: -135px;
  top: 50%;
  margin-top: -222px;
}
.popup .inner.about-topics ul {
  padding: 20px;
  background: #C1272D;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.popup .inner.about-topics ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: white;
  cursor: pointer;
}
.popup .inner.about-topics ul li:last-of-type {
  border-bottom: 0;
}
.popup .inner.about-topics ul li:hover {
  color: #0071BC;
}
.popup .inner.search {
  position: absolute;
  width: 600px;
  height: 50px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  overflow: hidden;
  padding: 0;
  background: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popup .inner.search.opened {
  position: absolute;
  width: 600px;
  height: 370px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -185px;
}
.popup .inner.search.opened .search-results-wrapper {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.popup .inner.search .search-wrapper {
  position: relative;
  height: 50px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.popup .inner.search .search-wrapper form {
  position: absolute;
  width: 600px;
  height: 50px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -25px;
}
.popup .inner.search .search-wrapper form input {
  background: white;
  border: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: black;
  padding-right: 50px;
}
.popup .inner.search .search-wrapper .fa-search {
  position: absolute;
  right: 20px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: black;
}
.popup .inner.search .search-wrapper .fa-circle-o-notch {
  position: absolute;
  left: 20px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popup .inner.search .search-wrapper .fa-circle-o-notch.show {
  opacity: 1;
  visibility: visible;
}
.popup .inner.search .search-wrapper .fa-times-circle {
  position: absolute;
  left: 20px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popup .inner.search .search-wrapper .fa-times-circle.show {
  opacity: 1;
  visibility: visible;
}
.popup .inner.search .search-results-wrapper {
  overflow: auto;
  position: absolute;
  height: 300px;
  background: white;
  border-radius: 12px;
  bottom: 0;
  left: 50%;
  margin-left: -285px;
  width: 570px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popup .inner.search .search-results {
  position: relative;
  padding: 10px 30px 30px;
}
.popup .inner.search .search-results li {
  height: auto;
  line-height: 1;
  padding: 20px 10px 20px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.popup .inner.search .search-results li .type {
  position: absolute;
  top: 16px;
  left: 5px;
  border-radius: 30px;
  height: 24px;
  width: 80px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 14px;
}
.popup .inner.search .search-results li .type.is_faq {
  background: #C1272D;
}
.popup .inner.search .search-results li .type.ken {
  background: #0071BC;
}
.popup .inner.search .search-results li .type.mifal {
  background: #2ecc71;
}
.popup .inner.search .search-results li .type.kesher {
  background: #5a57ca;
}
.popup .inner.search .search-results li .type.amud {
  background: #d35400;
}
.popup .inner.search .search-results li .details {
  position: relative;
  margin-top: 10px;
}
.popup .inner.search .search-results li p.grey {
  max-width: 350px;
  margin-top: 2px;
  line-height: 1.2;
}
.popup .inner.search .search-results li p.small {
  line-height: 1.2;
}
.popup .inner.search .search-results li p.small.m-t-5 {
  margin-top: 2px;
}
.popup .inner.search .search-results li .fa-external-link-square {
  width: auto;
  font-size: 14px;
  background: transparent;
  color: #C1272D;
}
.popup .inner.relative {
  position: relative;
  max-width: 600px;
  height: auto;
  padding: 10px;
  left: 0;
  top: 0;
  margin: 0 auto !important;
}
.popup .inner.russian {
  font-family: "PT Sans" !important;
  direction: ltr !important;
}
.popup .inner.russian h4 {
  font-family: "PT Sans" !important;
}
.popup .inner.russian p {
  font-family: "PT Sans" !important;
}
.popup .inner.russian input {
  font-family: "PT Sans" !important;
}
.popup .inner .map {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.popup .inner .popup-content {
  height: 100%;
  position: relative;
}
.popup .inner .popup-content .center-wrapper {
  width: 600px;
  left: 50%;
  margin-left: -300px;
}
.popup .inner .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .inner .video-wrapper {
  position: relative;
  width: 400px;
  padding-bottom: calc( 400px * 0.5625 );
  margin-left: auto;
  margin-right: auto;
}
.popup .inner .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100% !important;
}
.popup .inner .form-wrapper.russian {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  direction: ltr !important;
}
.popup .inner .form-wrapper.russian form {
  width: 100% !important;
}
.popup .inner .form-wrapper.russian p {
  display: inline-block;
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control {
  text-align: left;
  margin: 0 2px 15px;
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control[type=submit] {
  text-align: center;
  margin: auto !important;
  background: #0071BC !important;
  border-color: #0071BC !important;
  color: white !important;
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control[type=submit]:hover {
  background: white !important;
  border-color: white !important;
  color: #0071BC !important;
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control::-webkit-input-placeholder {
  color: white !important;
  font-family: "PT Sans";
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control::-moz-placeholder {
  color: white !important;
  font-family: "PT Sans";
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control:-ms-input-placeholder {
  color: white !important;
  font-family: "PT Sans";
}
.popup .inner .form-wrapper.russian input.wpcf7-form-control:-moz-placeholder {
  color: white !important;
  font-family: "PT Sans";
}
.popup .inner .form-wrapper.russian .wpcf7-validation-errors {
  display: none !important;
}
.popup .inner .form-wrapper.russian .ajax-loader {
  display: none !important;
}
.popup .inner .form-wrapper.russian .fa-spin {
  position: absolute;
  bottom: 0;
  left: calc( 50% + 150px );
}
.popup .inner .form-wrapper.russian span.wpcf7-not-valid-tip {
  top: 0 !important;
  right: 15px !important;
  text-align: right !important;
  width: 200px !important;
  font-size: 12px !important;
}
.popup .inner .form-wrapper.russian .wpcf7-response-output {
  margin: 10px auto 0 !important;
}
.popup .inner-big {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc( 100% - 40px );
  height: calc( 100% - 40px );
  max-width: 1200px;
  max-height: 700px;
  padding: 10px;
  background: white;
  z-index: 2;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.popup .inner-big .change-icon {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: auto;
  height: 200px;
  opacity: 1;
}
.popup .inner-small {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 60px;
  max-width: 600px;
  background: white;
  z-index: 2;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.popup .inner-small .update-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc( 100% - 20px );
  height: calc( 100% - 20px );
  background: #0071BC;
  z-index: -1;
}
.popup .half {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}
.popup .full {
  position: relative;
  height: 100%;
}
.popup form {
  position: relative;
  width: 340px;
  margin: 20px auto 0;
}
.popup .quarters {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.popup .quarters h4 {
  width: calc( 100% - 50px );
  margin-left: auto;
  margin-right: auto;
}
.popup .quarters .quarter {
  position: relative;
  float: right;
  width: 25%;
  padding: 0 25px;
}
.popup .quarters .quarter h5 {
  border-bottom: 6px solid white;
  padding-bottom: 20px;
}
.popup .stripes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .stripes .stripe {
  height: 100%;
  float: right;
  position: relative;
}
.popup .stripes .stripe:hover .overlay {
  background: rgba(0, 0, 0, 0.25);
}
.popup .stripes .stripe .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .stripes .stripe .center-wrapper {
  text-align: center;
  color: white;
}
.popup .x-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}
.popup .x-icon:hover .line {
  background: #C1272D;
}
.popup .x-icon .line {
  position: absolute;
  width: 16px;
  height: 3px;
  top: 12px;
  right: 50%;
  margin-right: -8px;
  background: black;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup .x-icon .line.opp {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/***********************/
div.wpcf7 .ajax-loader {
  display: none !important;
}

/*********** front page ************/
.section.opening {
  height: 100vh;
  overflow: hidden;
}
.section.opening .images-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section.opening .images-wrapper li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.section.opening .images-wrapper li.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.section.opening .logo-tagline {
  position: absolute;
  bottom: calc( 50% - 30px );
  left: 50%;
  margin-left: -260px;
  width: 520px;
  color: white;
  text-align: center;
}
.section.opening .logo-tagline .logo {
  display: block;
  width: 160px;
  height: auto;
  margin: auto;
}

.front-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 40px;
  cursor: pointer;
  color: white;
  font-size: 24px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  line-height: 36px !important;
  vertical-align: middle !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.front-down:hover {
  background: white;
  color: black;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.red-header {
  position: relative;
  height: 40px;
  z-index: 9999;
}
.red-header .inner {
  position: absolute;
  width: 100%;
  height: 40px;
  background: #C1272D;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: white;
  top: 0;
  left: 0;
}
.red-header .inner.fixed {
  position: fixed;
  top: 40px;
}
.red-header .upload {
  position: absolute;
  width: 178px;
  left: 30px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.red-header .upload:hover {
  background: #0071BC;
  border-color: #0071BC;
}
.red-header .upload.all {
  left: 190px;
}

.section.front-banners {
  height: 50vh;
  min-height: 600px;
  overflow: hidden;
  color: white;
}
.section.front-banners .the-front-banners {
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.section.front-banners .the-front-banners.transition {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section.front-banners .the-front-banners .banner {
  position: relative;
  width: calc( 100% / 3 );
  float: left;
  height: 100%;
}
.section.front-banners .the-front-banners .banner.transition {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section.front-banners .the-front-banners .banner .center-wrapper {
  width: 600px;
  left: 50%;
  margin-left: -300px;
}
.section.front-banners .front-banners-arrow {
  position: absolute;
  width: 40px;
  border: 2px solid white;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section.front-banners .front-banners-arrow.left {
  right: calc( 50% + 400px );
}
.section.front-banners .front-banners-arrow.right {
  left: calc( 50% + 400px );
}
.section.front-banners .front-banners-arrow:hover {
  background: white;
  color: black;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.section.front-banners .front-banners-arrow i {
  font-size: 15px;
}

.section.front-content-wrapper .inner-wrapper {
  padding: 100px;
}
.section.front-content-wrapper .inner-wrapper .section-header {
  position: relative;
  height: 50px;
  background: #C1272D;
  width: calc( 100% - 10px );
  margin: 0 auto 5px;
  color: white;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.section.front-content-wrapper .inner-wrapper .section-header h4 {
  line-height: 50px;
  vertical-align: middle;
}
.section.front-content-wrapper .inner-wrapper .section-header .button {
  position: absolute;
  left: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  top: 0;
  margin-top: 0;
  height: 100%;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.section.front-content-wrapper .inner-wrapper .front-ad {
  position: relative;
  width: calc( 100% - 10px );
  margin: auto;
  padding-bottom: calc( (100% - 30px) / 3 );
  color: white;
}
.section.front-content-wrapper .inner-wrapper .front-ad .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section.front-content-wrapper .inner-wrapper .front-ad .image .center-wrapper {
  width: 600px;
  left: 50%;
  margin-left: -300px;
}
.section.front-content-wrapper .inner-wrapper .item {
  position: relative;
  float: right;
  width: calc( (100% - 30px) / 3 );
  padding-bottom: calc( (100% - 30px) / 3 );
  cursor: pointer;
  overflow: hidden;
  margin: 5px;
}
.section.front-content-wrapper .inner-wrapper .item:hover .image {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.section.front-content-wrapper .inner-wrapper .item:hover .overlay {
  background: rgba(0, 0, 0, 0.85);
}
.section.front-content-wrapper .inner-wrapper .item:hover .desc {
  opacity: 1;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
}
.section.front-content-wrapper .inner-wrapper .item:hover .desc p {
  opacity: 1;
}
.section.front-content-wrapper .inner-wrapper .item .image {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section.front-content-wrapper .inner-wrapper .item .overlay {
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section.front-content-wrapper .inner-wrapper .item .desc {
  position: absolute;
  right: 50px;
  top: calc( 50% - 15px );
  width: calc( 100% - 100px );
  color: white;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section.front-content-wrapper .inner-wrapper .item .desc h5 {
  max-width: 200px;
  margin: auto;
}
.section.front-content-wrapper .inner-wrapper .item .desc p {
  opacity: 0;
  max-width: 340px;
  margin: 5px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section.front-content-wrapper .inner-wrapper .item .desc p.special {
  margin-top: 10px;
}

.section.front-content-wrapper .inner-wrapper .like-us {
  position: relative;
  margin: 5px 5px 0;
  width: calc( 100% - 10px );
  height: 40px;
  background: #0071BC;
  color: white;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.section.front-content-wrapper .inner-wrapper .like-us i {
  margin-right: 2px;
  font-size: 15px;
}

.section.front-content-wrapper .inner-wrapper .like-us:hover {
  background: #C1272D;
}

/******* cover *******/
.cover {
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
}
.cover.tall {
  height: 100vh;
  min-height: 100vh;
}
.cover.tall .center-wrapper {
  color: white;
  text-align: center;
  height: calc( 100% - 100px );
}
.cover.tall .center-wrapper h1 {
  font-weight: 300;
}
.cover .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}
.cover .image.hide {
  display: none;
}
.cover .logo {
  display: inline-block;
  width: 130px;
  height: auto;
  margin: auto;
}
.cover .headline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc( 100% - 80px );
  text-align: center;
  color: white;
}
.cover .headline h1 {
  max-width: calc( 100% - 200px );
  margin: 20px auto 0;
  line-height: 0.8;
  font-size: 75px;
}
.cover .headline h1.russian {
  font-size: 44px;
}
.cover .headline h1.ar {
  font-size: 50px;
}
.cover .share {
  position: relative;
}
.cover .share span {
  margin-left: 8px;
}
.cover .share i {
  margin-right: 2px;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px !important;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cover .share i:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.cover .share i:hover.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.cover .share i:hover.fa-twitter {
  background: #4099ff;
  border-color: #4099ff;
}
.cover .share i:hover.fa-envelope {
  background: #C1272D;
  border-color: #C1272D;
}
.cover .arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.cover .arrow:hover .fa {
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: black;
}
.cover .arrow:hover .image-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.cover .arrow.left {
  left: 30px;
}
.cover .arrow.left .image-title {
  left: calc( 100% + 20px );
}
.cover .arrow.right {
  right: 30px;
}
.cover .arrow.right .image-title {
  right: calc( 100% + 20px );
}
.cover .arrow .fa {
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px !important;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cover .arrow .image-title {
  position: absolute;
  top: 0;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cover .arrow .image-title .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.cover .arrow .image-title p {
  line-height: 1;
  color: white;
  text-align: center;
}
.cover .tabs {
  position: relative;
  text-align: center;
  height: 40px;
}
.cover .tabs.russian {
  font-family: "PT Sans";
  direction: ltr;
}
.cover .tabs.arabic {
  font-family: "Changa", "Almoni-dl";
}
.cover .tabs.arabic .tab {
  font-size: 15px;
}
.cover .tabs.english {
  font-family: "Almoni-dl";
  direction: ltr;
}
.cover .tabs .tab {
  display: inline-block;
  height: 100%;
  width: 135px;
  border-radius: 30px;
  border: 2px solid white;
  line-height: 36px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.cover .tabs .tab:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.cover .tabs .tab.active {
  background: #C1272D;
  border-color: #C1272D;
}

/******* side cover *******/
.side-cover {
  position: fixed;
  width: 40%;
  bottom: 0;
  right: 0;
  height: calc( 100vh - 40px );
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-cover.wide {
  width: 50%;
}
.side-cover.absolute {
  position: absolute;
}
.side-cover .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.side-cover .center-wrapper {
  width: calc( 100% - 100px );
  left: 50px;
  right: 50px;
}
.side-cover .center-wrapper .center .logo {
  display: block;
  width: 130px;
  height: auto;
  margin: auto;
}
.side-cover .center-wrapper .center .logo.small {
  width: 80px;
}
.side-cover .center-wrapper .center .logo.side-by-side {
  width: auto;
  height: 120px;
  display: inline-block;
  margin: 0 10px;
}
.side-cover .center-wrapper .center h1 {
  font-size: 75px;
  line-height: 0.8;
}
.side-cover .center-wrapper .center h1 span.ar {
  font-size: 50px;
  display: block;
  line-height: 1;
}
.side-cover .center-wrapper .center .details {
  margin: 10px auto 0;
  font-size: 19px;
}
.side-cover .center-wrapper .center .socials {
  margin: 20px auto 0;
}
.side-cover .center-wrapper .center .socials h5 {
  display: inline-block;
  margin-left: 8px;
  line-height: 40px;
  vertical-align: middle;
}
.side-cover .center-wrapper .center .socials i {
  margin-right: 2px;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px !important;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.side-cover .center-wrapper .center .socials i:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.side-cover .center-wrapper .center .socials i.fa-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.side-cover .center-wrapper .center .socials i.fa-instagram:hover {
  background: #5a57ca;
  border-color: #5a57ca;
}
.side-cover .center-wrapper .center .socials i.fa-twitter:hover {
  background: #4099ff;
  border-color: #4099ff;
}
.side-cover .center-wrapper .center .newsletter-wrapper {
  margin: 20px auto 0;
  position: relative;
  max-width: 420px;
  background: transparent;
  padding: 0;
}
.side-cover .center-wrapper .center .newsletter-wrapper .newsletter-submit {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 90px;
}
.side-cover .center-wrapper .center .newsletter-wrapper .wpcf7-not-valid-tip {
  display: none !important;
}
.side-cover .center-wrapper .center .newsletter-wrapper .wpcf7-response-output {
  margin: 0 auto !important;
}
.side-cover .center-wrapper .center .newsletter-wrapper #branch-email {
  visibility: hidden;
  position: absolute;
}

/******* side content wrapper *******/
.side-content-wrapper {
  position: relative;
  width: 60%;
  min-height: calc( 100vh - 40px );
  padding: 1px 60px 60px 100px;
  margin: 40px 40% 0 0;
}
.side-content-wrapper.narrow {
  width: 50%;
  margin: 40px 50% 0 0;
}
.side-content-wrapper .updates {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.side-content-wrapper .updates .row {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.side-content-wrapper .updates .row p {
  max-width: 700px;
}
.side-content-wrapper .video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
}
.side-content-wrapper .video-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
}
.side-content-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-content-wrapper .mifal-images-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.side-content-wrapper .mifal-images-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.side-content-wrapper .mifal-images-wrapper .image.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.side-content-wrapper .section-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: #C1272D;
  color: white;
  padding-right: 20px;
}
.side-content-wrapper .section-header.blue {
  background: #0071BC;
}
.side-content-wrapper .section-header h5 {
  line-height: 40px;
  vertical-align: middle;
}
.side-content-wrapper .section-header .button {
  position: absolute;
  left: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  top: 0;
  margin-top: 0;
  height: 100%;
  line-height: 40px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.side-content-wrapper .section-header .button.right {
  left: 178px;
}
.side-content-wrapper .desc {
  position: relative;
  max-width: 700px;
}
.side-content-wrapper .details {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.side-content-wrapper .details .row {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.side-content-wrapper .details .row .right {
  position: absolute;
  top: 15px;
  right: 0;
}
.side-content-wrapper .details .row .left {
  position: relative;
  padding-right: 150px;
}
.side-content-wrapper .details .row .left.clickable {
  cursor: pointer;
}
.side-content-wrapper .details .row .left.clickable:hover {
  color: #C1272D;
}
.side-content-wrapper .details .row .left.clickable p {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-content-wrapper .details .row .title {
  position: relative;
  padding-right: 130px;
}
.side-content-wrapper .details .row .phone {
  position: relative;
  padding-right: 150px;
}
.side-content-wrapper .details .row .phone-2 {
  position: absolute;
  top: 15px;
  right: 280px;
}
.side-content-wrapper .details .row .email {
  position: absolute;
  top: 15px;
  right: 340px;
}
.side-content-wrapper .details .row .email-2 {
  position: absolute;
  top: 15px;
  right: 440px;
}
.side-content-wrapper .details .row p {
  line-height: 1.2;
}
.side-content-wrapper .details .row a {
  display: block;
  line-height: 1.2;
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-content-wrapper .details .row a:hover {
  color: #C1272D;
}
.side-content-wrapper .details .row i {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-content-wrapper .fb-posts {
  position: relative;
  width: calc( 100% + 20px );
  margin-right: -10px;
}
.side-content-wrapper .fb-posts .item {
  position: relative;
  float: right;
  margin: 0 10px;
  width: calc( (100% - 60px) / 3 );
}
.side-content-wrapper .fb-posts .item:hover p {
  color: #C1272D;
}
.side-content-wrapper .fb-posts .item .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.side-content-wrapper .fb-posts .item .overlay {
  display: none;
}
.side-content-wrapper .fb-posts .item .desc {
  position: relative;
  margin-top: 20px;
}
.side-content-wrapper .fb-posts .item .desc h5 {
  font-size: 17px;
  font-weight: 400;
  font-family: "Almoni-dl";
  margin-top: 10px;
  color: #828a8a;
}
.side-content-wrapper .fb-posts .item .desc p {
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-content-wrapper .article {
  position: relative;
  min-height: 100px;
  padding-right: 120px;
  max-width: 500px;
}
.side-content-wrapper .article:hover h5 {
  color: #C1272D;
}
.side-content-wrapper .article .image {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
}
.side-content-wrapper .article h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.side-content-wrapper .trip {
  position: relative;
  min-height: 100px;
  padding-right: 120px;
  max-width: 500px;
}
.side-content-wrapper .trip:hover h5 {
  color: #C1272D;
}
.side-content-wrapper .trip.small {
  padding: 15px 0 !important;
  margin-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 0 !important;
}
.side-content-wrapper .trip.small:hover h5 {
  color: black;
}
.side-content-wrapper .trip.small.first {
  margin-top: 30px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.side-content-wrapper .trip .image {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
}
.side-content-wrapper .trip h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.updated {
  float: left;
  font-size: 14px;
  color: #C1272D;
}

/******* content wrapper *******/
.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 100px 105px;
  min-height: 100vh;
  /* .map {
    position: relative;
    display: block;
    width: 150%;
    margin-left: -5%;
  } */
}
.content-wrapper.contact {
  min-height: 50vh;
}
.content-wrapper.article {
  max-width: 910px;
  text-align: justify;
}
.content-wrapper.article.arabic {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .excerpt h2 {
  font-family: "Changa", "raanancondensed" !important;
  font-size: 24px;
}
.content-wrapper.article.arabic .content {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content p {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content li {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h1 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h2 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h3 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h4 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h5 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content h6 {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content span {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.arabic .content .caption {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.article.english {
  font-family: "Almoni-dl" !important;
  direction: ltr;
}
.content-wrapper.article.english .details h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  padding-right: 0;
  padding-left: 20px;
  font-size: 21px;
}
.content-wrapper.article.english .excerpt h2 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  font-size: 24px;
}
.content-wrapper.article.english .content {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content p {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content li {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h1 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h2 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h3 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h4 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h5 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content h6 {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content span {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .content .caption {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article.english .related-headline h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  padding-right: 0;
  padding-left: 20px;
  font-size: 21px;
}
.content-wrapper.article.english .related {
  direction: rtl;
}
.content-wrapper.article.english .related .inner-wrapper .item .desc {
  direction: ltr;
  text-align: left !important;
}
.content-wrapper.article.english .related h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  text-transform: capitalize;
}
.content-wrapper.article .details {
  position: relative;
  background: #C1272D;
  color: white;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-right: 20px;
}
.content-wrapper.article .details h5 {
  line-height: 40px;
  vertical-align: middle;
}
.content-wrapper.article .excerpt {
  position: relative;
  margin-top: 30px;
}
.content-wrapper.article .excerpt h2 {
  font-size: 30px;
  font-weight: 300;
}
.content-wrapper.article .content p {
  margin-top: 30px;
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article .content h4 {
  margin-top: 30px;
}
.content-wrapper.article .content h5 {
  margin-top: 30px;
}
.content-wrapper.article .content table {
  margin-top: 30px;
  line-height: 1.4;
  font-size: 17px !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100% !important;
}
.content-wrapper.article .content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.content-wrapper.article .content table td {
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.content-wrapper.article .content span {
  line-height: 1.4;
  font-size: 17px !important;
  font-family: "Almoni-dl" !important;
}
.content-wrapper.article .content a {
  color: #C1272D;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.article .content a:hover {
  border-bottom: 1px solid #C1272D;
}
.content-wrapper.article .content ul {
  padding-right: 20px;
  list-style-type: disc;
  margin-top: 10px;
}
.content-wrapper.article .content ul li {
  line-height: 1.4;
  font-size: 17px !important;
}
.content-wrapper.article .content ol {
  padding-right: 20px;
  list-style-type: decimal;
  margin-top: 10px;
}
.content-wrapper.article .content ol li {
  line-height: 1.4;
  font-size: 17px !important;
}
.content-wrapper.article .content img {
  max-width: 100% !important;
}
.content-wrapper.article .content img:not([align=left]):not([align=right]):not(.alignright):not(.alignleft):not(.fullpage) {
  width: 100% !important;
  height: auto !important;
}
.content-wrapper.article .content img[align=left] {
  margin: 30px 30px 30px 0;
}
.content-wrapper.article .content img[align=right] {
  margin: 30px 0 30px 30px;
}
.content-wrapper.article .content img.alignright {
  margin: 30px 0 30px 30px;
  width: auto !important;
  height: auto !important;
  float: right;
}
.content-wrapper.article .content img.alignleft {
  margin: 30px 30px 30px 0;
  width: auto !important;
  height: auto !important;
  float: left;
}
.content-wrapper.article .content .wp-caption {
  max-width: 100% !important;
  position: relative;
}
.content-wrapper.article .content .wp-caption:not([align=left]):not([align=right]):not(.alignright):not(.alignleft):not(.fullpage) {
  width: 100% !important;
  height: auto !important;
}
.content-wrapper.article .content .wp-caption[align=left] {
  margin: 30px 30px 30px 0;
}
.content-wrapper.article .content .wp-caption[align=right] {
  margin: 30px 0 30px 30px;
}
.content-wrapper.article .content .wp-caption.alignright {
  margin: 30px 0 30px 30px;
  width: auto !important;
  height: auto !important;
  float: right;
}
.content-wrapper.article .content .wp-caption.alignleft {
  margin: 30px 30px 30px 0;
  width: auto !important;
  height: auto !important;
  float: left;
}
.content-wrapper.article .content .wp-caption .wp-caption-text {
  position: absolute;
  right: 8px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  font-size: 14px;
}
.content-wrapper.article .content .full-image {
  position: relative;
  margin-right: calc( ((100vw - 100%) / 2) * -1 );
  width: 100vw !important;
  margin: 100px calc( ((100vw - 100%) / 2) * -1 ) 100px calc( ((100vw - 100%) / 2) * -1 );
}
.content-wrapper.article .content .full-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-wrapper.article .content .full-image .the-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper.article .content .full-image .the-caption .center-wrapper {
  margin-top: -100px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  width: 600px;
  color: white;
}
.content-wrapper.article .content iframe {
  display: block;
  width: 100%;
  height: calc( 700px * 0.5625 );
}
.content-wrapper.article .content embed {
  display: block;
  width: 100%;
  height: calc( 700px * 0.5625 );
}
.content-wrapper.article .share {
  position: relative;
  text-align: center;
}
.content-wrapper.article .share span {
  margin-left: 8px;
}
.content-wrapper.article .share i {
  margin-right: 2px;
  border: 2px solid black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px !important;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
}
.content-wrapper.article .share i.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.content-wrapper.article .share i.fa-twitter {
  background: #4099ff;
  border-color: #4099ff;
}
.content-wrapper.article .share i.fa-envelope {
  background: #C1272D;
  border-color: #C1272D;
}
.content-wrapper.article .share i.fa-whatsapp {
  background: #25d366;
  border-color: #25d366;
  font-size: 21px !important;
}
.content-wrapper.article .share i:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.content-wrapper.article .related-headline {
  position: relative;
  background: #C1272D;
  color: white;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-right: 20px;
}
.content-wrapper.article .related-headline h5 {
  line-height: 40px;
  vertical-align: middle;
}
.content-wrapper.article .related {
  position: relative;
}
.content-wrapper.article .related .fa {
  position: absolute;
  width: 28px;
  height: 28px;
  left: calc( 100% + 30px );
  top: 90px;
  border-radius: 50%;
  border: 2px solid black;
  line-height: 24px !important;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.content-wrapper.article .related .fa:hover {
  background: #0071BC;
  border-color: #0071BC;
  color: white;
}
.content-wrapper.article .related .fa.fa-long-arrow-left {
  right: calc( 100% + 30px );
}
.content-wrapper.article .related .fa.disabled {
  opacity: 0.25;
  cursor: default;
}
.content-wrapper.article .related .fa.disabled:hover {
  background: transparent;
  border-color: black;
  color: black;
}
.content-wrapper.article .related .inner-wrapper {
  position: relative;
  overflow: hidden;
}
.content-wrapper.article .related .inner-wrapper .wrapper {
  position: relative;
  width: calc( 200% + 40px );
  margin-right: -10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item {
  position: relative;
  float: right;
  width: calc( (100% - 120px) / 6 );
  margin: 0 10px;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item:hover h5 {
  color: #C1272D !important;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item:hover p {
  color: black;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item .desc {
  position: relative;
  text-align: right;
  @inlude word-wrap;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: black;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item .desc p {
  margin-top: 0;
  color: black;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-wrapper.article .related .inner-wrapper .wrapper .item .desc p.grey {
  color: #828a8a;
}
.content-wrapper.parents-info .useful {
  position: relative;
  width: calc( 100% + 20px );
  margin-right: -10px;
}
.content-wrapper.parents-info .useful .item {
  position: relative;
  background: #0071BC;
  width: calc( (100% - 60px) / 3 );
  padding-bottom: calc( (100% - 60px) / 3 * 0.6 );
  margin: 0 10px;
  float: right;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .useful .item.wide {
  width: calc( (100% - 60px) / 3 * 2 );
}
.content-wrapper.parents-info .useful .item.big {
  width: 100%;
  padding-bottom: 40%;
  float: none;
}
.content-wrapper.parents-info .useful .item:hover {
  background: #C1272D;
}
.content-wrapper.parents-info .useful .item .center {
  padding: 0 50px;
}
.content-wrapper.parents-info .useful .item .triangle {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: whitesmoke;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.content-wrapper.parents-info .useful .item i {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #C1272D;
}
.content-wrapper.parents-info .useful .item i.small {
  font-size: 14px;
}
.content-wrapper.parents-info .useful .big-item-and-links {
  position: relative;
  float: right;
  margin-top: 40px;
  width: calc( 100% - 540px );
}
.content-wrapper.parents-info .useful .big-item-and-links .reg-link {
  display: block;
  margin: 20px 10px 0 0;
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .useful .big-item-and-links .reg-link:hover {
  color: #C1272D;
}
.content-wrapper.parents-info .useful .big-item-and-links .reg-link:hover i {
  color: white;
}
.content-wrapper.parents-info .useful .big-item-and-links .reg-link.first {
  margin-top: 40px;
}
.content-wrapper.parents-info .useful .big-item-and-links .reg-link i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  margin-left: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.content-wrapper.parents-info .useful .downloadables {
  position: relative;
  float: left;
  margin-top: 40px;
  margin-left: 10px;
  width: 480px;
  font-size: 17px;
}
.content-wrapper.parents-info .useful .downloadables ul {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.content-wrapper.parents-info .useful .downloadables ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-wrapper.parents-info .useful .downloadables ul li .right {
  position: absolute;
  top: 15px;
  right: 0;
}
.content-wrapper.parents-info .useful .downloadables ul li .left {
  position: relative;
  padding-right: 400px;
}
.content-wrapper.parents-info .useful .downloadables ul li .left a {
  display: block;
  line-height: 1.2;
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .useful .downloadables ul li .left a:hover {
  color: #C1272D;
}
.content-wrapper.parents-info .useful .downloadables ul li .left a:hover i {
  color: white;
}
.content-wrapper.parents-info .useful .downloadables ul li .left i {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .videos {
  position: relative;
  width: calc( 100% + 20px );
  margin-right: -10px;
}
.content-wrapper.parents-info .videos.m-t-40 {
  margin-top: 30px;
}
.content-wrapper.parents-info .videos .item {
  position: relative;
  width: calc( (100% - 60px) / 3 );
  margin: 10px;
  float: right;
}
.content-wrapper.parents-info .videos .item:hover h5 {
  color: #C1272D;
}
.content-wrapper.parents-info .videos .item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.content-wrapper.parents-info .videos .item .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.content-wrapper.parents-info .videos .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .articles {
  position: relative;
  width: calc( 100% + 20px );
  margin-right: -10px;
}
.content-wrapper.parents-info .articles .item {
  position: relative;
  width: calc( (100% - 80px) / 4 );
  margin: 10px 10px;
  float: right;
}
.content-wrapper.parents-info .articles .item:hover h5 {
  color: #C1272D;
}
.content-wrapper.parents-info .articles .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.parents-info .articles .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.parents-info .socials {
  position: relative;
  margin-top: 40px;
}
.content-wrapper.parents-info .socials span {
  margin-left: 10px;
  font-family: "raanancondensed";
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.parents-info .socials .fa {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  line-height: 46px !important;
  vertical-align: middle !important;
  background: transparent;
  color: white;
  cursor: pointer;
  margin-left: 20px;
  font-size: 24px !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.content-wrapper.parents-info .socials .fa:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.content-wrapper.parents-info .socials .fa.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.content-wrapper.parents-info .socials .fa.fa-instagram {
  background: #5a57ca;
  border-color: #5a57ca;
}
.content-wrapper.parents-info .socials .fa.fa-twitter {
  background: #4099ff;
  border-color: #4099ff;
}
.content-wrapper.parents-info .socials .fa.fa-youtube {
  background: #cd201f;
  border-color: #cd201f;
}
.content-wrapper.russian {
  direction: ltr;
  font-family: "PT Sans" !important;
}
.content-wrapper.russian h1 {
  font-size: 60px !important;
}
.content-wrapper.russian h4 {
  font-family: "PT Sans" !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.content-wrapper.russian h5 {
  font-family: "PT Sans" !important;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
}
.content-wrapper.russian p {
  font-family: "PT Sans" !important;
  font-size: 14px;
}
.content-wrapper.russian li {
  font-family: "PT Sans" !important;
  font-size: 14px;
  line-height: 1.5;
}
.content-wrapper.russian .tabs {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.content-wrapper.russian .tabs .tab {
  position: relative;
  float: left;
  width: calc( (100% - 100px) / 5 );
  margin: 0 10px;
  height: 50px;
  background: #C1272D;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.russian .tabs .tab:hover {
  background: #0071BC;
}
.content-wrapper.russian .tabs .tab.active {
  background: #0071BC;
}
.content-wrapper.russian .tabs .tab h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.content-wrapper.russian .section-header {
  padding-left: 20px;
}
.content-wrapper.russian .tabs-content {
  position: relative;
}
.content-wrapper.russian .tabs-content .tab-content {
  display: none;
  position: relative;
}
.content-wrapper.russian .tabs-content .tab-content .content-narrow {
  position: relative;
  width: calc( 100% - 350px );
  float: left;
}
.content-wrapper.russian .tabs-content .tab-content .images {
  position: relative;
  float: left;
  width: calc( 50% - 20px );
  margin-right: 20px;
}
.content-wrapper.russian .tabs-content .tab-content .images .history-image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper {
  position: relative;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper.half {
  float: left;
  width: calc( 50% - 20px );
  margin-left: 20px;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper.right {
  float: right;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper h4 {
  margin-bottom: 30px;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper h4:first-of-type {
  margin-top: 0;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper p {
  margin-bottom: 30px;
  text-align: justify;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper ul {
  margin-bottom: 30px;
  list-style-type: disc;
  padding-left: 20px;
  text-align: justify;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.content-wrapper.russian .tabs-content .tab-content .text-wrapper iframe {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.content-wrapper.russian .tabs-content .tab-content .video-wrapper {
  position: relative;
  float: left;
  width: calc( 50% - 25px );
  margin-left: 50px;
  padding-bottom: calc( (50% - 25px) * 0.5625 );
}
.content-wrapper.russian .tabs-content .tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper.russian .tabs-content .tab-content .media-items {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.content-wrapper.russian .tabs-content .tab-content .media-items .item {
  position: relative;
  float: left;
  width: calc( (100% - 80px) / 4 );
  margin: 0 10px 40px;
}
.content-wrapper.russian .tabs-content .tab-content .media-items .item:hover h5 {
  color: #C1272D;
}
.content-wrapper.russian .tabs-content .tab-content .media-items .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.russian .tabs-content .tab-content .media-items .item .desc {
  margin-top: 20px;
}
.content-wrapper.russian .tabs-content .tab-content .media-items .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.russian .tabs-content .tab-content .contacts {
  position: relative;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row p {
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row .phone {
  position: absolute;
  left: 400px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row .fax {
  position: absolute;
  left: 650px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row .email {
  position: absolute;
  left: 900px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-family: "PT Sans" !important;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row .email:hover {
  color: #C1272D;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row .email:hover i {
  color: white;
}
.content-wrapper.russian .tabs-content .tab-content .contacts .row i {
  margin-right: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper {
  position: relative;
  width: 450px;
  direction: ltr !important;
  text-align: left !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper input.wpcf7-form-control {
  direction: ltr !important;
  text-align: left !important;
  padding-right: 0;
  padding-left: 20px;
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper textarea.wpcf7-textarea {
  direction: ltr !important;
  text-align: left !important;
  padding-right: 0;
  padding-left: 20px;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit {
  text-align: center !important;
  padding-left: 0;
  margin-top: 0;
  background: #0071BC;
  border-color: #0071BC;
  color: white;
  font-size: 16px !important;
  width: 100%;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper span.wpcf7-not-valid-tip {
  right: 20px;
  left: auto;
  text-align: right;
  color: black;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper div.wpcf7-validation-errors {
  font-family: "PT Sans";
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper .bp::-webkit-input-placeholder {
  font-family: "PT Sans" !important;
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper .bp::-moz-placeholder {
  font-family: "PT Sans" !important;
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper .bp:-ms-input-placeholder {
  font-family: "PT Sans" !important;
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content .form-wrapper .bp:-moz-placeholder {
  font-family: "PT Sans" !important;
  font-size: 16px !important;
}
.content-wrapper.russian .tabs-content .tab-content.active {
  display: block;
}
.content-wrapper.russian .fb-wrapper {
  position: relative;
  float: left;
  width: 310px;
  margin-left: 40px;
}
.content-wrapper.russian .fb-wrapper .fb-posts {
  position: relative;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item {
  position: relative;
  margin-bottom: 30px;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item:hover p {
  color: #C1272D;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item .overlay {
  display: none;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item .desc {
  margin-top: 20px;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item .desc h5 {
  font-size: 14px;
  color: #828a8a;
}
.content-wrapper.russian .fb-wrapper .fb-posts .item .desc p {
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic {
  font-family: "Changa", "Almoni-dl" !important;
}
.content-wrapper.arabic h4 {
  font-family: "Changa", "Almoni-dl" !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}
.content-wrapper.arabic h5 {
  font-family: "Changa", "Almoni-dl" !important;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
}
.content-wrapper.arabic p {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 14px;
}
.content-wrapper.arabic li {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 14px;
  line-height: 1.5;
}
.content-wrapper.arabic .tabs {
  position: relative;
}
.content-wrapper.arabic .tabs .tab {
  position: relative;
  float: right;
  width: calc( 100% / 6 );
  height: 50px;
  background: #C1272D;
  color: white;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic .tabs .tab:hover {
  background: #d52d33;
}
.content-wrapper.arabic .tabs .tab.active {
  background: #0071BC;
}
.content-wrapper.arabic .tabs .tab h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.content-wrapper.arabic .section-header {
  padding-left: 20px;
}
.content-wrapper.arabic .tabs-content {
  position: relative;
}
.content-wrapper.arabic .tabs-content .tab-content {
  display: none;
  position: relative;
}
.content-wrapper.arabic .tabs-content .tab-content .content-narrow {
  position: relative;
  width: calc( 100% - 350px );
  float: right;
}
.content-wrapper.arabic .tabs-content .tab-content .content-narrow.special {
  width: calc( 100% - 500px );
}
.content-wrapper.arabic .tabs-content .tab-content .images {
  position: relative;
  float: right;
  width: calc( 50% - 20px );
  margin-left: 20px;
}
.content-wrapper.arabic .tabs-content .tab-content .images.special {
  width: 460px;
  margin-left: 40px;
}
.content-wrapper.arabic .tabs-content .tab-content .images .history-image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper {
  position: relative;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper.half {
  float: right;
  width: calc( 50% - 20px );
  margin-right: 20px;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper.right {
  float: left;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper ol {
  list-style-type: decimal;
  padding-right: 10px;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper h4 {
  margin-bottom: 30px;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper h4:first-of-type {
  margin-top: 0;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper p {
  margin-bottom: 30px;
  text-align: justify;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper ul {
  margin-bottom: 30px;
  list-style-type: disc;
  padding-left: 20px;
  text-align: justify;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.content-wrapper.arabic .tabs-content .tab-content .text-wrapper iframe {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.content-wrapper.arabic .tabs-content .tab-content .video-wrapper {
  position: relative;
  float: left;
  width: calc( 50% - 25px );
  margin-left: 50px;
  padding-bottom: calc( (50% - 25px) * 0.5625 );
}
.content-wrapper.arabic .tabs-content .tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items .item {
  position: relative;
  float: left;
  width: calc( (100% - 80px) / 4 );
  margin: 0 10px 40px;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items .item:hover h5 {
  color: #C1272D;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items .item .desc {
  margin-top: 20px;
}
.content-wrapper.arabic .tabs-content .tab-content .media-items .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts {
  position: relative;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row p {
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row .phone {
  position: absolute;
  right: 400px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row .fax {
  position: absolute;
  right: 650px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row .email {
  position: absolute;
  right: 900px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-family: "PT Sans" !important;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row .email:hover {
  color: #C1272D;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row .email:hover i {
  color: white;
}
.content-wrapper.arabic .tabs-content .tab-content .contacts .row i {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper {
  position: relative;
  width: 450px;
  direction: rtl !important;
  text-align: right !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper input.wpcf7-form-control {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 20px;
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper textarea.wpcf7-textarea {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 20px;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit {
  text-align: center !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  background: #0071BC;
  border-color: #0071BC;
  color: white;
  font-size: 16px !important;
  width: 100%;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper span.wpcf7-not-valid-tip {
  left: 20px;
  right: auto;
  text-align: left;
  color: black;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper div.wpcf7-validation-errors {
  font-family: "Changa", "Almoni-dl";
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper .bp::-webkit-input-placeholder {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper .bp::-moz-placeholder {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper .bp:-ms-input-placeholder {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content .form-wrapper .bp:-moz-placeholder {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.arabic .tabs-content .tab-content.active {
  display: block;
}
.content-wrapper.arabic .four-items.branches .item {
  margin: 10px;
}
.content-wrapper.arabic .four-items.branches .item p {
  margin-top: 5px;
}
.content-wrapper.arabic .four-items.branches .item p i {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
}
.content-wrapper.arabic .fb-wrapper {
  position: relative;
  float: right;
  width: 210px;
  margin-right: 40px;
}
.content-wrapper.arabic .fb-wrapper .fb-posts {
  position: relative;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item {
  position: relative;
  margin-bottom: 30px;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item:hover p {
  color: #C1272D;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item .overlay {
  display: none;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item .desc {
  margin-top: 20px;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item .desc h5 {
  font-size: 14px;
  color: #828a8a;
}
.content-wrapper.arabic .fb-wrapper .fb-posts .item .desc p {
  margin-top: 10px;
  word-break: break-word;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic .search-wrapper {
  position: relative;
  width: 1000px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper.arabic .search-wrapper form {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-wrapper.arabic .search-wrapper input {
  background: transparent;
  border: 2px solid black;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  font-family: "Changa", "Almoni-dl";
  font-weight: 400;
  font-size: 14px !important;
  font-style: normal;
  color: black;
  padding-right: 50px;
}
.content-wrapper.arabic .search-wrapper .fa-search {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: black;
}
.content-wrapper.arabic .search-wrapper .fa-circle-o-notch {
  position: absolute;
  left: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.arabic .search-wrapper .fa-circle-o-notch.show {
  opacity: 1;
  visibility: visible;
}
.content-wrapper.arabic .filters {
  font-size: 14px;
}
.content-wrapper.arabic .search-results {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.content-wrapper.arabic .search-results li {
  line-height: 50px !important;
  margin-bottom: 0 !important;
}
.content-wrapper.arabic .search-results li.square-item {
  width: calc( 25% - 20px );
  float: right;
  height: auto;
  margin: 20px 10px;
  border-bottom: 0;
}
.content-wrapper.arabic .search-results li.square-item:nth-of-type(4n) {
  clear: both;
}
.content-wrapper.arabic .search-results li.square-item .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.content-wrapper.arabic .search-results li.square-item .caption {
  margin-top: 5px;
}
.content-wrapper.arabic .search-results li.square-item .caption h5 {
  font-size: 14px;
}
.content-wrapper.arabic .search-results li.square-item .caption p {
  position: relative !important;
  right: 0 !important;
  height: auto !important;
  line-height: 1.4 !important;
  margin-top: 10px !important;
}
.content-wrapper.english {
  direction: ltr;
  font-family: "Almoni-dl" !important;
}
.content-wrapper.english h1 {
  font-size: 60px !important;
}
.content-wrapper.english h4 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.content-wrapper.english h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
}
.content-wrapper.english p {
  font-family: "Almoni-dl" !important;
}
.content-wrapper.english li {
  font-family: "Almoni-dl" !important;
  font-size: 14px;
  line-height: 1.5;
}
.content-wrapper.english .tabs {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.content-wrapper.english .tabs .tab {
  position: relative;
  float: left;
  width: calc( (100% - 100px) / 5 );
  margin: 0 10px;
  height: 50px;
  background: #C1272D;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.english .tabs .tab:hover {
  background: #0071BC;
}
.content-wrapper.english .tabs .tab.active {
  background: #0071BC;
}
.content-wrapper.english .tabs .tab h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.content-wrapper.english .section-header {
  padding-left: 20px;
}
.content-wrapper.english .tabs-content {
  position: relative;
}
.content-wrapper.english .tabs-content .tab-content {
  display: none;
  position: relative;
}
.content-wrapper.english .tabs-content .tab-content .content-narrow {
  position: relative;
  width: calc( 100% - 350px );
  float: left;
}
.content-wrapper.english .tabs-content .tab-content .content-narrow.half {
  width: calc( 50% - 20px );
}
.content-wrapper.english .tabs-content .tab-content .content-narrow.half.left {
  margin-right: 20px;
}
.content-wrapper.english .tabs-content .tab-content .content-narrow.half.right {
  margin-left: 20px;
}
.content-wrapper.english .tabs-content .tab-content .images {
  position: relative;
  float: left;
  width: calc( 50% - 20px );
  margin-right: 20px;
}
.content-wrapper.english .tabs-content .tab-content .images .history-image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper {
  position: relative;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper.half {
  float: left;
  width: calc( 50% - 20px );
  margin-left: 20px;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper.right {
  float: right;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper h4 {
  margin-bottom: 30px;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper h4:first-of-type {
  margin-top: 0;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper p {
  margin-bottom: 30px;
  text-align: justify;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper ul {
  margin-bottom: 30px;
  list-style-type: disc;
  padding-left: 20px;
  text-align: justify;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.content-wrapper.english .tabs-content .tab-content .text-wrapper iframe {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.content-wrapper.english .tabs-content .tab-content .video-wrapper {
  position: relative;
  float: left;
  width: calc( 50% - 25px );
  margin-left: 50px;
  padding-bottom: calc( (50% - 25px) * 0.5625 );
}
.content-wrapper.english .tabs-content .tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper.english .tabs-content .tab-content .media-items {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.content-wrapper.english .tabs-content .tab-content .media-items .item {
  position: relative;
  float: left;
  width: calc( (100% - 80px) / 4 );
  margin: 0 10px 40px;
}
.content-wrapper.english .tabs-content .tab-content .media-items .item:hover h5 {
  color: #C1272D;
}
.content-wrapper.english .tabs-content .tab-content .media-items .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.english .tabs-content .tab-content .media-items .item .desc {
  margin-top: 20px;
}
.content-wrapper.english .tabs-content .tab-content .media-items .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.english .tabs-content .tab-content .contacts {
  position: relative;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-wrapper.english .tabs-content .tab-content .contacts .row p {
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row .phone {
  position: absolute;
  left: 400px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row .fax {
  position: absolute;
  left: 650px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row .email {
  position: absolute;
  left: 900px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-family: "PT Sans" !important;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row .email:hover {
  color: #C1272D;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row .email:hover i {
  color: white;
}
.content-wrapper.english .tabs-content .tab-content .contacts .row i {
  margin-right: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper {
  position: relative;
  width: 450px;
  direction: ltr !important;
  text-align: left !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper input.wpcf7-form-control {
  direction: ltr !important;
  text-align: left !important;
  padding-right: 0;
  padding-left: 20px;
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper textarea.wpcf7-textarea {
  direction: ltr !important;
  text-align: left !important;
  padding-right: 0;
  padding-left: 20px;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit {
  text-align: center !important;
  padding-left: 0;
  margin-top: 0;
  background: #0071BC;
  border-color: #0071BC;
  color: white;
  font-size: 16px !important;
  width: 100%;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper span.wpcf7-not-valid-tip {
  right: 20px;
  left: auto;
  text-align: right;
  color: black;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper div.wpcf7-validation-errors {
  font-family: "Almoni-dl";
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper .bp::-webkit-input-placeholder {
  font-family: "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper .bp::-moz-placeholder {
  font-family: "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper .bp:-ms-input-placeholder {
  font-family: "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content .form-wrapper .bp:-moz-placeholder {
  font-family: "Almoni-dl" !important;
  font-size: 16px !important;
}
.content-wrapper.english .tabs-content .tab-content.active {
  display: block;
}
.content-wrapper.english .tabs-content .tab-content .articles-new .item {
  float: left;
  padding: 0 10px 0 160px;
}
.content-wrapper.english .tabs-content .tab-content .articles-new .item.main {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-left: 440px;
  margin-bottom: 40px;
  float: none;
}
.content-wrapper.english .tabs-content .tab-content .articles-new .item .image {
  right: auto;
  left: 0;
}
.content-wrapper.english .tabs-content .tab-content .articles-new .item h3 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 36px;
}
.content-wrapper.english .tabs-content .tab-content .articles-new .item h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1;
}
.content-wrapper.english .tabs-content .tab-content .articles-popular .item {
  float: left;
}
.content-wrapper.english .tabs-content .tab-content .articles-popular .item h5 {
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1;
}
.content-wrapper.english .tabs-content .tab-content .articles-archive .item {
  float: left;
  padding: 0 80px 0 100px;
}
.content-wrapper.english .tabs-content .tab-content .articles-archive .item .image {
  right: auto;
  left: 0;
}
.content-wrapper.english .tabs-content .tab-content .tools {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.content-wrapper.english .tabs-content .tab-content .tools .item {
  position: relative;
  float: left;
  margin: 20px 10px;
  width: calc( (100% - 80px ) / 4 );
}
.content-wrapper.english .tabs-content .tab-content .tools .item:hover .desc h5 {
  color: #C1272D;
}
.content-wrapper.english .tabs-content .tab-content .tools .item .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.content-wrapper.english .tabs-content .tab-content .tools .item .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-family: "Almoni-dl" !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1;
}
.content-wrapper.english .fb-wrapper {
  position: relative;
  float: left;
  width: 310px;
  margin-left: 40px;
}
.content-wrapper.english .fb-wrapper .fb-posts {
  position: relative;
}
.content-wrapper.english .fb-wrapper .fb-posts .item {
  position: relative;
  margin-bottom: 30px;
}
.content-wrapper.english .fb-wrapper .fb-posts .item:hover p {
  color: #C1272D;
}
.content-wrapper.english .fb-wrapper .fb-posts .item .image {
  position: relative;
  padding-bottom: 100%;
}
.content-wrapper.english .fb-wrapper .fb-posts .item .overlay {
  display: none;
}
.content-wrapper.english .fb-wrapper .fb-posts .item .desc {
  margin-top: 20px;
}
.content-wrapper.english .fb-wrapper .fb-posts .item .desc h5 {
  font-size: 14px;
  color: #828a8a;
}
.content-wrapper.english .fb-wrapper .fb-posts .item .desc p {
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-wrapper .section-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background: #C1272D;
  color: white;
  padding-right: 20px;
}
.content-wrapper .section-header.blue {
  background: #0071BC;
}
.content-wrapper .section-header h4 {
  line-height: 50px;
  vertical-align: middle;
}
.content-wrapper .section-header .button {
  position: absolute;
  left: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  top: 0;
  margin-top: 0;
  height: 100%;
  line-height: 50px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.content-wrapper .section-header .button.right {
  left: 178px;
}
.content-wrapper ol {
  list-style-type: decimal;
  padding-right: 10px;
}

.next-post {
  position: relative;
  height: 400px;
}
.next-post:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.next-post:hover .desc {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
}
.next-post:hover .desc h3 {
  opacity: 1;
}
.next-post.arabic {
  font-family: "Changa", "Almoni-dl" !important;
}
.next-post.arabic h5 {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 22px;
}
.next-post.arabic h3 {
  font-family: "Changa", "Almoni-dl" !important;
  font-size: 36px;
}
.next-post.english {
  font-family: "Almoni-dl" !important;
}
.next-post.english h5 {
  font-family: "Almoni-dl" !important;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
}
.next-post.english h3 {
  font-family: "Almoni-dl" !important;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 400;
}
.next-post .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.next-post .overlay {
  background: rgba(0, 0, 0, 0.25);
}
.next-post .desc {
  position: absolute;
  right: 0;
  width: 100%;
  top: calc( 50% - 15px );
  color: white;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.next-post .desc h3 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.four-items {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.four-items .item {
  position: relative;
  float: right;
  width: calc( (100% - 80px) / 4 );
  margin: 0 10px;
}
.four-items .item:hover h5 {
  color: #C1272D;
}
.four-items .item:hover .image .overlay {
  opacity: 1;
}
.four-items .item:hover .image .overlay .hover-circle {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.four-items .item.special-margin {
  margin: 20px 10px 0;
}
.four-items .item .image {
  position: relative;
  padding-bottom: 100%;
}
.four-items .item .image .overlay {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.four-items .item .image .overlay .hover-circle {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.four-items .item h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.filters {
  position: relative;
  height: 50px;
  font-size: 17px;
}
.filters.first {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.filters .title {
  display: inline-block;
}
.filters .filter {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0 20px;
  border-radius: 30px;
  cursor: pointer;
}
.filters .filter:hover {
  color: #C1272D;
}
.filters .filter.active {
  color: #C1272D;
  background: rgba(0, 0, 0, 0.05);
}

/******* search *******/
.search-results {
  position: relative;
}
.search-results ul {
  position: relative;
}
.search-results ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 17px;
}
.search-results ul li:last-of-type {
  margin-bottom: 100px;
}
.search-results ul li:hover a .desc h5 {
  color: #C1272D;
}
.search-results ul li:hover a .desc p {
  color: black;
}
.search-results ul li:hover a .desc p.grey {
  color: #828a8a;
}
.search-results ul li.article {
  width: 50%;
  float: right;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 100px 0 80px;
  height: 130px;
  border-bottom: 0;
  line-height: auto;
}
.search-results ul li.article:last-of-type {
  margin-bottom: 100px;
}
.search-results ul li.article .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.search-results ul li.article .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-results ul li .job {
  position: absolute;
  right: 300px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .branch {
  position: absolute;
  right: 500px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .address {
  position: absolute;
  right: 300px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .dates {
  position: absolute;
  right: 300px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .phone {
  position: absolute;
  right: 700px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .phone.left {
  right: 650px;
}
.search-results ul li .circles {
  position: absolute;
  right: 550px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .email {
  position: absolute;
  right: 900px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .ages {
  position: absolute;
  right: 800px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.search-results ul li .fa {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-results ul li a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-results ul li a:hover {
  color: #C1272D;
}

/******* archive contact *******/
.default-contacts {
  position: relative;
}
.default-contacts li {
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 17px;
}
.default-contacts li .phone {
  position: absolute;
  right: 400px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.default-contacts li .fax {
  position: absolute;
  right: 650px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.default-contacts li .email {
  position: absolute;
  right: 880px;
  top: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.default-contacts li .fa {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C1272D;
  color: white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.default-contacts li a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.default-contacts li a:hover {
  color: #C1272D;
}

/******* archive branch *******/
.map-wrapper {
  position: relative;
  height: calc( 100vh - 100px );
  background: #ecf0f1;
  overflow: hidden;
}
.map-wrapper .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.map-and-text {
  position: relative;
}
.map-and-text .text {
  width: 60%;
  float: right;
  padding-left: 50px;
}
.map-and-text .text h5 {
  margin-top: 30px;
}
.map-and-text .text p {
  margin-top: 30px;
}
.map-and-text .text p:first-of-type {
  margin-top: 0;
}
.map-and-text .text img {
  margin-top: 30px;
  display: block;
  width: 110%;
  height: auto;
}
.map-and-text .map {
  display: block;
  width: 40%;
  float: right;
}

/******* archive trip *******/
.calendar-wrapper {
  position: relative;
}
.calendar-wrapper .fa-spinner {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  top: 100px;
  right: 50%;
  margin-right: -20px;
}
.calendar-wrapper .right {
  position: relative;
  width: 60%;
  float: right;
}
.calendar-wrapper .left {
  position: relative;
  width: 40%;
  padding-right: 50px;
  padding-top: 54px;
  float: right;
}
.calendar-wrapper .calendar {
  position: relative;
  width: 100%;
  min-height: 300px;
  z-index: 3;
}
.calendar-wrapper .calendar.desc .row {
  position: relative;
  height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.calendar-wrapper .calendar.desc .row p {
  position: absolute;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  top: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
}
.calendar-wrapper .calendar.desc .row p.in {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.calendar-wrapper .calendar.desc .row p.title {
  right: 5px;
}
.calendar-wrapper .calendar.desc .row p.circle {
  right: 150px;
}
.calendar-wrapper .calendar.desc .row p.date {
  left: 5px;
  direction: ltr;
}
.calendar-wrapper .calendar.desc .row p.date .fa {
  font-size: 14px;
  margin-right: 10px;
}
.calendar-wrapper .calendar.desc .row .tooltip {
  position: absolute;
  left: calc( 100% + 8px );
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: white;
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.calendar-wrapper .calendar.desc .row .tooltip .triangle {
  position: absolute;
  top: 8px;
  right: 100%;
  border-right: 3px solid whitesmoke;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.calendar-wrapper .calendar.desc .row .tooltip.show {
  visibility: visible;
  opacity: 1;
}
.calendar-wrapper .bars {
  position: relative;
  max-width: 600px;
}
.calendar-wrapper .bars .bar {
  position: relative;
  float: right;
  width: 150px;
  cursor: pointer;
}
.calendar-wrapper .bars .bar .line {
  position: relative;
  height: 10px;
  width: 10px;
  background: black;
  display: inline-block;
}
.calendar-wrapper .bars .bar .line.noal {
  background: #C1272D;
}
.calendar-wrapper .bars .bar .line.moshavim {
  background: #0071BC;
}
.calendar-wrapper .bars .bar .line.mehadshim {
  background: #3498db;
}
.calendar-wrapper .bars .bar .line.kd {
  background: #f1c40f;
}
.calendar-wrapper .bars .bar .line.ka {
  background: #2ecc71;
}
.calendar-wrapper .bars .bar .line.kiyum {
  background: #d35400;
}
.calendar-wrapper .bars .bar .line.tnuaa {
  background: #5a57ca;
}
.calendar-wrapper .bars .bar .caption {
  margin-top: 6px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
}

.all-trips {
  position: relative;
}
.all-trips.show .trip {
  opacity: 1;
  visibility: visible;
}
.all-trips .trip {
  position: relative;
  width: calc( (100% - 60px) / 4 );
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
}
.all-trips .trip:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.all-trips .trip:hover .desc {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
}
.all-trips .trip:hover .desc p {
  opacity: 1;
}
.all-trips .trip:hover .desc .hover-circle {
  opacity: 1;
}
.all-trips .trip.w-2 {
  width: calc( (100% - 10px) / 2 );
}
.all-trips .trip img {
  display: block;
  width: 100%;
  height: auto;
}
.all-trips .trip .overlay {
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.all-trips .trip .desc {
  position: absolute;
  right: 0;
  width: 100%;
  top: calc( 50% - 15px );
  color: white;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.all-trips .trip .desc p {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.all-trips .trip .desc .hover-circle {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/********** archive articles ***********/
.articles-new {
  position: relative;
}
.articles-new .item {
  position: relative;
  float: right;
  width: calc( 100% / 3 );
  padding: 0 160px 0 10px;
  min-height: 140px;
}
.articles-new .item:hover .desc h5 {
  color: #C1272D;
}
.articles-new .item.main {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-right: 440px;
  margin-bottom: 40px;
  float: none;
}
.articles-new .item.main:hover .desc h3 {
  color: #C1272D;
}
.articles-new .item.main .image {
  height: 400px;
  width: 400px;
  float: none;
}
.articles-new .item.main .desc {
  position: relative;
  width: 400px;
  height: auto;
}
.articles-new .item.main .desc h3 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.articles-new .item .overlay {
  opacity: 0;
}
.articles-new .item .image {
  position: absolute;
  height: 140px;
  width: 140px;
  top: 0;
  right: 0;
}
.articles-new .item .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.articles-popular {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.articles-popular .item {
  position: relative;
  float: right;
  margin: 0 10px;
  width: calc( (100% - 80px ) / 4 );
}
.articles-popular .item:hover .desc h5 {
  color: #C1272D;
}
.articles-popular .item .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.articles-popular .item .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.articles-archive {
  position: relative;
}
.articles-archive.hide {
  display: none;
}
.articles-archive .item {
  position: relative;
  width: 50%;
  float: right;
  margin-top: 20px;
  padding: 0 100px 0 80px;
  height: 130px;
}
.articles-archive .item:hover .desc h5 {
  color: #C1272D;
}
.articles-archive .item .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.articles-archive .item .desc h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/******* newsletter wrapper *******/
.newsletter-wrapper {
  position: relative;
  padding: 60px 0;
  background: #ecf0f1;
  font-size: 17px;
}
.newsletter-wrapper .inner {
  position: relative;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.newsletter-wrapper .inner form {
  margin-top: 0;
  position: relative;
}
.newsletter-wrapper .inner form input.wpcf7-form-control {
  float: right;
  width: calc( 100% - 198px );
  margin: -2px 0 0 10px;
}
.newsletter-wrapper .inner form input.wpcf7-submit {
  width: 178px;
  background: #0071BC;
  border-color: #0071BC;
  color: white;
}
.newsletter-wrapper .inner form input.wpcf7-submit:hover {
  background: #C1272D;
  border-color: #C1272D;
}
.newsletter-wrapper .inner form .wpcf7-not-valid-tip {
  display: none;
}
.newsletter-wrapper .inner form .wpcf7-validation-errors {
  position: absolute !important;
  top: -12px !important;
  left: 230px !important;
}
.newsletter-wrapper .inner form .wpcf7-mail-sent-ok {
  position: absolute !important;
  top: -12px !important;
  left: 240px !important;
}

/******* footer *******/
footer {
  position: relative;
  padding: 60px 0 40px;
  background: #e6ebed;
  color: black;
  font-size: 17px;
}
footer .logo {
  position: absolute;
  bottom: 40px;
  left: calc( 50% - 550px );
  width: 110px;
  height: auto;
}
footer .content {
  position: relative;
  width: 1150px;
  margin: auto;
}
footer .content .part {
  position: relative;
  width: 25%;
  padding: 0 25px;
  float: right;
}
footer .content .part.full {
  width: 100%;
  float: none;
  padding: 0 25px;
}
footer .content .part.full .top-line {
  display: none;
  height: 6px;
  background: #C1272D;
  margin-bottom: 25px;
}
footer .content .part.full h5 {
  padding-bottom: 0;
  border-bottom: 0;
  float: right;
  margin-left: 40px;
}
footer .content .part.full form {
  margin-top: 0;
}
footer .content .part.full form input.wpcf7-form-control {
  float: right;
  width: calc( 100% - 370px );
  margin: -2px 0 0 10px;
}
footer .content .part.full form input.wpcf7-submit {
  width: 220px;
}
footer .content .part.full form .wpcf7-not-valid-tip {
  display: none;
}
footer .content .part.full form .wpcf7-validation-errors {
  position: absolute !important;
  top: -13px !important;
  left: 280px !important;
}
footer .content .part.full form .wpcf7-mail-sent-ok {
  position: absolute !important;
  top: -13px !important;
  left: 310px !important;
}
footer .content .part h5 {
  border-bottom: 6px solid #C1272D;
  padding-bottom: 20px;
}
footer .content .bottom-line {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: calc( 100% - 50px );
  height: 6px;
  background: #C1272D;
}
footer form {
  margin-top: 24px;
  width: 100%;
}
footer form textarea.wpcf7-textarea {
  height: 34px;
  margin-bottom: 0;
  font-size: 17px;
  padding-top: 6px;
}
footer form input.wpcf7-form-control {
  height: 34px;
  font-size: 17px;
}
footer form input.wpcf7-form-control.wpcf7-submit {
  background: #0071BC;
  color: white;
  border-color: #0071BC;
  width: 100%;
  margin-top: 2px;
}
footer form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #C1272D;
  border-color: #C1272D;
}
footer form span.wpcf7-not-valid-tip {
  color: black;
  font-size: 14px;
  margin-top: 4px;
}
footer form div.wpcf7-validation-errors {
  text-align: center;
  padding: 0 30px !important;
}
footer .menu-item {
  line-height: 1;
  margin: 10px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
footer .menu-item:hover {
  color: #C1272D;
}
footer .rights {
  position: relative;
  width: 960px;
  margin: 25px calc( 50% - 550px ) 0 0;
  border-top: 6px solid #C1272D;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: 700;
}
footer .rights .credit {
  display: inline-block;
  font-weight: 400;
}
footer .rights .credit a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
footer .rights .credit a:hover {
  color: #C1272D;
}

/******* wow *******/
.wow {
  visibility: hidden;
}

/******* about *******/
.container.about .fa-long-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  vertical-align: middle !important;
  background: #C1272D;
  color: white;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  right: 30px;
  font-size: 15px;
  top: 50%;
  margin-top: -20px;
  z-index: 99999;
}
.container.about .fa-long-arrow-right:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.about .fa-long-arrow-right.down {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.container.about .fa-long-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  vertical-align: middle !important;
  background: #C1272D;
  color: white;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  left: 30px;
  font-size: 15px;
  top: 50%;
  margin-top: -20px;
  z-index: 99999;
}
.container.about .fa-long-arrow-left:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.about .fa-long-arrow-left.down {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.container.about .about-topics {
  position: absolute;
  left: 30px;
  height: 40px;
  line-height: 40px;
  width: 134px;
  text-align: center;
  border-radius: 25px;
  top: 60px;
  color: white;
  background: #C1272D;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 10;
}
.container.about .about-topics:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.about .about-topics.out {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.container.about .about-menu-icon {
  position: fixed;
  left: 30px;
  top: 60px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background: #0071BC;
  color: white;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 10;
}
.container.about .about-menu-icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.about .about-menu-icon.out {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.container.about .about-menu-icon.switch .lines .line.middle {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container.about .about-menu-icon.switch .lines .line.left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 5px;
  left: 2px;
  height: 80%;
}
.container.about .about-menu-icon.switch .lines .line.right {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -2px;
  left: 2px;
  height: 80%;
}
.container.about .about-menu-icon .lines {
  position: absolute;
  width: 15px;
  left: 50%;
  margin-left: -8px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.container.about .about-menu-icon .lines .line {
  position: absolute;
  width: 3px;
  background: white;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.about .about-menu-icon .lines .line.left {
  left: 0;
}
.container.about .about-menu-icon .lines .line.middle {
  left: 6px;
}
.container.about .about-menu-icon .lines .line.right {
  left: 12px;
}
.container.about .about-arrow-left {
  position: fixed;
  z-index: 9999;
  left: 30px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #C1272D;
  color: white;
  line-height: 40px !important;
  vertical-align: middle;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.container.about .about-arrow-left:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.about .main-menu {
  position: relative;
  height: calc( 100vh - 40px );
  margin-top: 40px;
  color: white;
  text-align: center;
  overflow: hidden;
}
.container.about .main-menu .items-wrapper {
  position: relative;
  width: calc( (100vw / 3.5) * 11 );
  height: calc( 100vh - 40px );
}
.container.about .main-menu .items-wrapper .items {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container.about .main-menu .items-wrapper .items .item {
  position: relative;
  height: 100%;
  float: right;
  width: calc( 100% / 11 );
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  /* &.t-1 {
    @include base-transition(.4s);
  }
  &.t-2 {
    @include cubic-transition(.5s);
  }
  &.t-3 {
    @include cubic-transition(.8s);
  }
  &.t-4 {
    @include cubic-transition(1.1s);
  }
  &.t-5 {
    @include cubic-transition(1.4s);
  } */
}
.container.about .main-menu .items-wrapper .items .item:hover .overlay {
  background: rgba(0, 0, 0, 0.25);
}
.container.about .main-menu .items-wrapper .items .item:hover .center-wrapper {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.container.about .main-menu .items-wrapper .items .item:hover .button {
  opacity: 1;
  visibility: visible;
}
.container.about .main-menu .items-wrapper .items .item.down {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  opacity: 0;
  visibility: hidden;
}
.container.about .main-menu .items-wrapper .items .item .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.container.about .main-menu .items-wrapper .items .item .center-wrapper {
  height: 160px;
  top: 50%;
  margin-top: -80px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.about .main-menu .items-wrapper .items .item .button {
  position: absolute;
  bottom: 0;
  width: 120px;
  right: 50%;
  margin-right: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.container.about .static-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  height: calc( 100vh - 200px );
  background: #C1272D;
  transform-origin: top center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.about .static-cover.out {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.container.about .cover {
  height: calc( 100vh - 200px );
  overflow: visible;
  transform-origin: top center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.about .cover.hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.container.about .cover.out {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  overflow: hidden;
}
.container.about .cover.up {
  height: calc( 100vh - 200px );
}
.container.about .cover .image {
  display: none;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  background-position: top center !important;
}
.container.about .cover .image.out {
  opacity: 0;
  visibility: hidden;
}
.container.about .cover .overlay {
  display: none;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.container.about .cover .overlay.out {
  opacity: 0;
  visibility: hidden;
}
.container.about .cover .logo {
  display: block;
  margin: auto;
}
.container.about .cover .headline {
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  height: 160px;
  top: 50%;
  margin-top: -80px;
  right: 0;
  width: 100%;
  text-align: center;
}
.container.about .cover .headline.out {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.container.about .cover .headline .logo {
  display: inline-block;
  height: 130px;
  width: auto;
  margin-top: 15px;
}
.container.about .cover .headline .red-strip {
  background: #C1272D;
  width: 126px;
  height: 40px;
  border: 1px solid white;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 30px;
}
.container.about .cover .headline h1 {
  display: inline-block;
  text-align: right;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.7;
  margin-right: 20px;
}
.container.about .cover .headline h1 .medium {
  font-size: 160px;
  line-height: 0.9;
}
.container.about .cover .fa-angle-down {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: whitesmoke;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  color: black;
  font-size: 30px !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.container.about .cover .fa-angle-down.down {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.container.about .cover h1 {
  max-width: calc( 100% - 200px );
  margin: 10px auto 0;
  line-height: 0.8;
  font-size: 75px;
  color: white;
  text-align: center;
}
.container.about .cover h1.bait-headline {
  width: 560px;
  height: 200px;
  font-size: 120px;
  text-align: center;
  position: relative;
}
.container.about .cover h1.bait-headline .top-right {
  position: absolute;
  top: 24px;
  right: 0;
}
.container.about .cover h1.bait-headline .top-left {
  position: absolute;
  top: 24px;
  left: 0;
}
.container.about .cover h1.bait-headline .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.container.about .cover h1.bait-headline .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.container.about .cover h1.nishbaim-headline .top {
  font-size: 160px;
  font-weight: 300;
}
.container.about .cover h1.nishbaim-headline .bottom {
  font-size: 55px;
  margin-top: -10px;
}
.container.about .cover h1.ale-headline {
  font-size: 130px;
  font-weight: 300;
}
.container.about .cover h1.ale-headline .bottom {
  margin-top: -20px;
  letter-spacing: 7px;
}
.container.about .cover h1 .big {
  font-size: 280px;
  font-weight: 300;
}
.container.about .cover h1 .medium {
  font-size: 120px;
  font-weight: 300;
}
.container.about .about-excerpt {
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 1 !important;
}
.container.about .about-content-wrapper {
  position: relative;
  width: 1090px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  text-align: justify;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.container.about .about-content-wrapper.hide {
  display: none;
}
.container.about .about-content-wrapper.out {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.container.about .about-content-wrapper .section-header {
  position: relative;
  height: 50px;
  background: #C1272D;
  color: white;
  text-align: right;
  line-height: 50px;
  vertical-align: middle;
  padding-right: 20px;
}
.container.about .about-content-wrapper .section-header h4 {
  line-height: 50px;
  vertical-align: middle;
}
.container.about .full {
  position: relative;
}
.container.about .full .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.container.about .full .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.about .big-red {
  position: relative;
}
.container.about .double {
  position: relative;
  z-index: 100;
}
.container.about .double .fa-angle-down {
  position: absolute;
  bottom: calc( 100% + 30px );
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px !important;
  color: white;
}
.container.about .double .part {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  padding: 75px;
}
.container.about .double .part.third {
  width: calc( 100% / 3 );
}
.container.about .double .part.third.auto.one {
  padding-left: 34px;
}
.container.about .double .part.third.auto.two {
  padding-left: 17px;
  padding-right: 17px;
}
.container.about .double .part.third.auto.three {
  padding-right: 34px;
}
.container.about .double .part.noal {
  height: 650px;
}
.container.about .double .part.bait {
  height: 750px;
}
.container.about .double .part.auto {
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}
.container.about .double .part.auto.right {
  padding-left: 25px;
}
.container.about .double .part.auto.left {
  padding-right: 25px;
}
.container.about .double .part.short {
  height: 600px;
}
.container.about .double .part .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.about .double .part .center-wrapper {
  width: 400px;
  left: 50%;
  margin-left: -200px;
}
.container.about .double .part .under-blue {
  display: block;
  width: calc( 100% - 50px );
}
.container.about .double .part .under-blue.wide {
  width: 100%;
}
.container.about .double .part .special-one {
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 120px;
  height: auto;
}
.container.about .double .part .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.container.about .double .part .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.about .double .full {
  height: 400px;
  position: relative;
  padding: 50px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.container.about .blue-box {
  position: relative;
  background: #c9eafb;
}
.container.about .blue-box.transparent {
  background: transparent;
}
.container.about .blue-box.red {
  background: #C1272D;
  color: white;
}
.container.about .blue-box.red .the-text .fa-quote-right {
  color: white;
}
.container.about .blue-box .the-text {
  position: relative;
  padding: 50px 50px 0;
}
.container.about .blue-box .the-text.p-b {
  padding: 50px;
}
.container.about .blue-box .the-text .fa-quote-right {
  position: absolute;
  color: #C1272D;
  font-size: 60px;
  top: 50px;
  right: 50px;
}
.container.about .blue-box .the-text .video-wrapper {
  position: relative;
  margin-top: 30px;
  padding-bottom: 56.25%;
}
.container.about .blue-box .the-text .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container.about .blue-box .the-text p img {
  float: left;
  margin-right: 30px;
  width: 64%;
}
.container.about .blue-box img {
  display: block;
  width: 100%;
  height: auto;
}
.container.about .blue-box img.special {
  width: calc( 100% + 100px );
  margin-left: -50px;
  margin-right: -50px;
}
.container.about .blue-box .the-headline {
  position: absolute;
  width: 100%;
  padding: 6px 50px;
  color: white;
  background: #0071BC;
  top: 0;
  right: 0;
}
.container.about .text-number {
  position: relative;
  padding-right: 60px;
  height: 40px;
}
.container.about .text-number .number {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background: #0071BC;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.container.about .text-number p {
  font-size: 19px;
  line-height: 40px;
  vertical-align: middle;
}
.container.about .text-number p.special {
  line-height: 1.2;
}
.container.about .five {
  position: relative;
}
.container.about .five .part-wrapper {
  position: relative;
  width: 20%;
  float: right;
}
.container.about .five .part-wrapper .part {
  position: relative;
  text-align: center;
}
.container.about .five .part-wrapper .part img {
  height: 200px;
  width: auto;
  display: block;
  margin: auto;
}
.container.about .five .part-wrapper .part p {
  line-height: 1.2;
}
.container.about img.full {
  display: block;
  width: 100%;
  height: auto;
}
.container.about .circles {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.container.about .circles.special {
  text-align: center;
}
.container.about .circles .circle-outer-wrapper {
  position: relative;
  float: right;
  width: calc( 100% / 6 );
  padding: 10px;
}
.container.about .circles .circle-outer-wrapper.special {
  float: none;
  display: block;
  width: calc(100% / 2);
  margin: 0 auto;
}
.container.about .circles .circle-outer-wrapper.special .circle-wrapper {
  width: 80%;
  margin: auto;
}
.container.about .circles .circle-outer-wrapper .circle-wrapper {
  position: relative;
  width: 100%;
}
.container.about .circles .circle-outer-wrapper .caption {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
.container.about .captions {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}
.container.about .captions .caption {
  float: right;
  width: calc( 100% / 6 );
  position: relative;
  padding: 0 10px;
}
.container.about .captions .caption.special {
  float: none;
  display: inline-block;
  width: calc( 100% / 4 );
}
.container.about .map-and-images {
  position: relative;
}
.container.about .map-and-images .the-map {
  display: block;
  width: 40%;
}
.container.about .map-and-images .the-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
}
.container.about .map-and-images .the-grid .row {
  position: relative;
  width: 100%;
  height: calc( (100% / 8) - 20px );
  margin-bottom: 20px;
}
.container.about .map-and-images .the-grid .row img {
  float: left;
  height: 100%;
  width: auto;
  margin-right: 20px;
}
.container.about .map-and-images .the-grid .row img:last-of-type {
  margin-right: 0;
}
.container.about .map-and-images .the-grid .row .rec {
  height: 100%;
  float: left;
  margin-right: 20px;
}
.container.about .map-and-images .the-grid .row .rec.purple {
  background: #662d91;
}
.container.about .map-and-images .the-grid .row .rec.green {
  background: #529342;
}
.container.about .map-and-images .the-grid .row .rec.red {
  background: #C1272D;
}
.container.about .map-and-images .the-grid .row .rec.blue {
  background: #0071BC;
}
.container.about .map-and-images .the-grid .row .rec.orange {
  background: #f7941e;
}
.container.about .map-and-images .the-grid .row .rec.w-140 {
  width: 140px;
}
.container.about .map-and-images .the-grid .row .rec.w-160 {
  width: 160px;
}
.container.about .map-and-images .the-grid .row .rec.w-180 {
  width: 180px;
}
.container.about .map-and-images .the-grid .row .rec.w-200 {
  width: 200px;
}
.container.about .map-and-images .the-grid .row .rec.w-220 {
  width: 220px;
}
.container.about .map-and-images .the-grid .row .rec.w-240 {
  width: 240px;
}
.container.about .map-and-images .the-grid .row .rec.w-260 {
  width: 260px;
}
.container.about .map-and-images .the-grid .row .rec.w-280 {
  width: 280px;
}
.container.about .map-and-images .the-grid .row .rec.w-300 {
  width: 300px;
}
.container.about .activities {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.container.about .activities .col {
  position: relative;
  float: right;
  width: calc( 100% / 5 );
  padding: 0 10px;
}
.container.about .activities .col .activity-title {
  text-align: center;
  padding: 10px 0;
  color: white;
  font-weight: 900;
  margin-bottom: 20px;
}
.container.about .activities .col .activity-title.purple {
  background: #662d91;
}
.container.about .activities .col .activity-title.green {
  background: #529342;
}
.container.about .activities .col .activity-title.red {
  background: #C1272D;
}
.container.about .activities .col .activity-title.blue {
  background: #0071BC;
}
.container.about .activities .col .activity-title.orange {
  background: #f7941e;
}
.container.about .activities .col img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.container.about .timeline-before {
  display: none;
  position: relative;
  width: calc( (100% - 500px) / 2 );
  float: right;
}
.container.about .timeline-after {
  display: none;
  position: relative;
  width: calc( (100% - 500px) / 2 );
  float: right;
}
.container.about .timeline {
  position: relative;
  width: 930px;
  margin: 50px auto 0;
}
.container.about .timeline .timeline-row {
  position: relative;
  padding-right: 330px;
  min-height: 70px;
  margin-top: 30px;
}
.container.about .timeline .timeline-row .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
.container.about .timeline .timeline-row .image img {
  display: block;
  width: 100%;
  height: auto;
}
.container.about .timeline .timeline-row .year {
  position: absolute;
  top: 0;
  right: 180px;
  height: 40px;
  width: 120px;
  background: #0071BC;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 30px;
  margin-left: 30px;
}
.container.about .timeline .timeline-row .title {
  font-family: "raanancondensed";
  font-size: 36px;
  font-weight: 500;
  width: 420px;
}
.container.about .timeline .timeline-row .image-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.container.about .timeline .timeline-row .image-b img {
  display: block;
  width: 100%;
  height: auto;
}
.container.about .rel-items {
  position: relative;
  width: calc( 100% + 20px );
  margin-left: -10px;
  margin-right: -10px;
}
.container.about .rel-items .rel-item {
  position: relative;
  margin: 0 10px 20px;
  float: right;
  width: calc( (100% - 100px) / 5 );
}
.container.about .rel-items .rel-item:hover h5 {
  color: #C1272D;
}
.container.about .rel-items .rel-item .image {
  position: relative;
  padding-bottom: 100%;
}
.container.about .rel-items .rel-item h5 {
  margin-top: 10px;
  font-size: 32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tl_container {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  color: black;
}

.tl_headline {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}

.tl_container:before {
  position: absolute;
  width: 3px;
  background: #056839;
  top: 100px;
  bottom: 116px;
  left: 50%;
  margin-left: -1.5px;
  content: "";
}

#tl_first_row {
  padding-top: 200px;
}

.tl_row {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  /* padding: 20px 0; */
}

.tl_left {
  float: left;
  width: 35%;
  position: relative;
  text-align: right;
  padding-right: 2%;
  margin-left: 13%;
}

.tl_container .arik {
  font-size: 56px;
  width: auto;
  padding-top: 5px;
}

.tl_right {
  float: left;
  width: 35%;
  position: relative;
  padding-left: 5%;
  padding-bottom: 50px;
}

.tl_container h2 {
  font-size: 21px;
}

.tl_container h3 {
  margin-top: 34px;
  padding: 0px 15px;
}

.tl_container h3 span {
  display: block;
  font-size: 19px;
  line-height: 21px;
  padding-bottom: 5px;
}

.tl_container h3 span > .alef {
  font-size: 17px;
}

.tl_circle {
  border-radius: 50%;
  border: 1px solid white;
  overflow: hidden;
  display: block;
  /* box-shadow:
  0px 2px 5px rgba(0,0,0,0.7) inset;
  0px 0px 0px 12px rgba(61,64,85,0.3); */
  background-size: cover;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
}

.tl_small .tl_circle {
  width: 100px;
  height: 100px;
}

.tl_medium .tl_circle {
  width: 200px;
  height: 200px;
}

.tl_large .tl_circle {
  width: 400px;
  height: 400px;
}

.tl_left .tl_circle {
  float: right;
  margin-right: 20%;
}

.tl_right .tl_circle {
  float: left;
  margin-left: 30%;
}

.tl_circle_deco:before {
  width: 19%;
  height: 0px;
  border-bottom: 1px dashed white;
  position: absolute;
  top: 50%;
  content: "";
  margin-top: -3px;
}

.tl_left .tl_circle_deco:before {
  right: 2%;
}

.tl_right .tl_circle_deco:before {
  left: 2%;
}

.tl_circle_deco:after {
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.tl_left .tl_circle_deco:after {
  right: 0;
  border-right: 7px solid white;
}

.tl_right .tl_circle_deco:after {
  left: 0;
  border-left: 7px solid white;
}

.tl_container .tl_medium h3 {
  margin-top: 82px;
}

.tl_container .tl_large h3 {
  margin-top: 133px;
}

#ah-1 {
  color: #435b4e;
}

#ah-2 {
  color: #a3b8aa;
}

#ah-3 {
  color: #13955c;
}

#ah-4 {
  color: #728952;
}

#ah-5 {
  color: #9fae84;
}

#ah-6 {
  color: #93d490;
}

#ah-7 {
  color: #387b4f;
}

#ah-8 {
  color: #435b4e;
}

#ah-9 {
  color: #a3b8aa;
}

#ah-10 {
  color: #13955c;
}

#ah-11 {
  color: #728952;
}

#ah-12 {
  color: #9fae84;
}

.arik_circle.ah-1 {
  background: #435b4e;
}

.arik_circle.ah-2 {
  background: #a3b8aa;
}

.arik_circle.ah-3 {
  background: #13955c;
}

.arik_circle.ah-4 {
  background: #728952;
}

.arik_circle.ah-5 {
  background: #9fae84;
}

.arik_circle.ah-6 {
  background: #93d490;
}

.arik_circle.ah-7 {
  background: #387b4f;
}

.arik_circle.ah-8 {
  background: #435b4e;
}

.arik_circle.ah-9 {
  background: #a3b8aa;
}

.arik_circle.ah-10 {
  background: #13955c;
}

.arik_circle.ah-11 {
  background: #728952;
}

.arik_circle.ah-12 {
  background: #9fae84;
}

.arik_circle {
  position: absolute;
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 50%;
  bottom: -50%;
  left: 50%;
  margin-left: -25px;
}

/*********** front page ************/
.section.fourofour {
  height: 100vh;
  overflow: hidden;
}
.section.fourofour .inner-content {
  position: absolute;
  width: 1000px;
  height: 450px;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -225px;
  background: #C1272D;
  overflow: hidden;
}
.section.fourofour .inner-content .video-wrapper {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 0;
  height: 300px;
  overflow: hidden;
}
.section.fourofour .images-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section.fourofour .images-wrapper li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.section.fourofour .images-wrapper li.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.section.fourofour .fourofour-message {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 0;
}
.section.fourofour .fourofour-text {
  position: absolute;
  top: 300px;
  width: 100%;
  right: 0;
  text-align: center;
  color: white;
}
.section.fourofour .fourofour-text h2 {
  font-size: 44px;
}
.section.fourofour .fourofour-text h3 {
  font-size: 60px;
  margin-top: 10px;
}

/********** media queries ************/
@media only screen and (min-width: 0px) and (max-width: 800px) {
  body {
    font-size: 17px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 30px;
  }

  p {
    font-size: 17px;
    line-height: 1.3;
  }

  .mobile-top {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: black;
    z-index: 1000;
  }

  header, header.up {
    width: calc( 100% - 50px );
    height: 100%;
    background: whitesmoke;
    left: auto;
    right: 0;
    transform: translateX(calc( 100% + 50px ));
    -webkit-transform: translateX(calc( 100% + 50px ));
    z-index: 999999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  header.in, header.up.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  header .header-items, header.up .header-items {
    height: auto;
    line-height: 1;
    margin-top: 0;
    right: 50%;
    left: auto;
  }

  .header-items li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    border-left: 0;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
  }

  .header-items li.last {
    border-bottom: 0;
  }

  .header-items li.lastt {
    border-bottom: 0;
  }

  .header-items li.lastt span {
    margin: 0 3px;
  }

  header.up .signup {
    height: 50px;
    line-height: 50px;
  }

  header.up .menu-header-container {
    height: auto;
    line-height: 34px;
    margin-top: -15px;
  }

  header.up .features {
    margin-top: 30px;
    line-height: 1;
    height: 50px;
  }

  .header-mobile-inner {
    position: relative;
    padding: 50px 50px 20px 0;
    height: 100vh;
    overflow: auto;
    margin-top: 50px;
    height: calc( 100vh - 100px );
  }

  header .top-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #C1272D;
    z-index: 100;
  }
  header .menu-header-container {
    position: relative;
    text-align: right;
    right: 0;
    top: 0;
    left: auto;
    margin-right: 0;
    line-height: 34px;
    height: auto;
    width: 172px;
    bottom: auto;
  }
  header .menu-header-container .menu {
    position: relative;
  }
  header .menu-header-container .menu li {
    display: block;
    width: 100%;
    padding: 0 6px 0 0;
    color: black;
    font-weight: 700;
    margin-right: 0;
    font-size: 17px;
  }
  header .features {
    position: relative;
    margin: 30px 0 0;
    right: 0;
    left: auto;
    margin-right: 0;
    bottom: 0;
    top: auto;
    line-height: 1;
    padding-top: 15px;
    width: 172px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  header .features .search-icon {
    display: none;
  }
  header .features .langs li {
    padding: 0 7px;
    margin-right: 0;
    line-height: 1;
    color: black;
    font-weight: 700;
  }
  header .signup {
    position: absolute;
    top: 0;
    height: 50px;
    width: calc( 100% - 100px );
    left: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    color: white;
    line-height: 46px;
    font-weight: 700;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 101;
  }
  header .signup:hover {
    background: #C1272D;
    color: white;
  }
  header .header-socials {
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    text-align: center;
  }
  header .header-socials.w-1 .fa {
    width: 100%;
  }
  header .header-socials.w-2 .fa {
    width: 50%;
  }
  header .header-socials.w-3 .fa {
    width: calc( 100% / 3 );
  }
  header .header-socials.w-4 .fa {
    width: 25%;
  }
  header .header-socials .fa {
    float: right;
    position: relative;
    width: 25%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: white;
  }
  header .header-socials .fa.fa-facebook {
    background: #3b5998;
  }
  header .header-socials .fa.fa-instagram {
    background: #5a57ca;
  }
  header .header-socials .fa.fa-twitter {
    background: #4099ff;
  }
  header .header-socials .fa.fa-youtube {
    background: #cd201f;
  }

  .menu-button-wrapper {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 9999999;
    cursor: pointer;
  }

  .menu-button-wrapper .menu-button {
    position: absolute;
    width: 26px;
    height: 17px;
    top: 50%;
    margin-top: -7.5px;
    right: 10px;
  }
  .menu-button-wrapper .menu-button.rotate .line.top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
  }
  .menu-button-wrapper .menu-button.rotate .line.middle {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
  }
  .menu-button-wrapper .menu-button.rotate .line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
  }
  .menu-button-wrapper .menu-button .line {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background: white;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .menu-button-wrapper .menu-button .line.top {
    top: 0;
  }
  .menu-button-wrapper .menu-button .line.middle {
    top: 7px;
  }
  .menu-button-wrapper .menu-button .line.bottom {
    top: 14px;
  }

  .section.opening .logo-tagline {
    width: 250px;
    margin-left: -125px;
  }
  .section.opening .logo-tagline .logo {
    width: 130px;
  }
  .section.opening .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  h2.special {
    font-size: 40px;
  }

  .section.front-content-wrapper .inner-wrapper {
    padding: 20px 5px;
  }
  .section.front-content-wrapper .inner-wrapper .section-header .button {
    display: none;
  }
  .section.front-content-wrapper .inner-wrapper .item {
    width: calc( (100% - 20px) / 2 );
    padding-bottom: calc( (100% - 20px) / 2 );
    margin: 5px;
  }
  .section.front-content-wrapper .inner-wrapper .item:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .section.front-content-wrapper .inner-wrapper .item:hover .desc {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .section.front-content-wrapper .inner-wrapper .item .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .section.front-content-wrapper .inner-wrapper .item .desc {
    right: 20px;
    width: calc( 100% - 40px );
    top: calc( 50% - 30px );
  }
  .section.front-content-wrapper .inner-wrapper .item .desc h5 {
    max-width: 100%;
    font-size: 30px;
  }
  .section.front-content-wrapper .inner-wrapper .item .desc p {
    opacity: 1;
    margin: 0 auto;
  }
  .section.front-content-wrapper .inner-wrapper .item .desc p:nth-of-type(2) {
    display: none;
  }

  .section.front-banners {
    height: 75vh;
    min-height: 400px;
  }
  .section.front-banners .front-banners-arrow {
    width: 30px;
    height: 30px;
    line-height: 24px;
    margin-top: -15px;
  }
  .section.front-banners .front-banners-arrow.left {
    left: 10px;
    right: auto;
  }
  .section.front-banners .front-banners-arrow.right {
    right: 10px;
    left: auto;
  }
  .section.front-banners .front-banners-arrow i {
    font-size: 13px !important;
  }

  .opening-cover.very-special {
    height: 50vh;
    min-height: 0;
    margin-top: 50px;
  }

  .opening-cover .headline {
    height: 100%;
  }

  .the-circle {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h2.big {
    font-size: 60px;
  }

  h3 {
    font-size: 30px;
  }

  .the-articles {
    width: 100%;
    padding: 0 10px;
    margin: 30px auto;
  }

  .the-articles .row {
    margin-top: 30px;
  }

  .the-articles .row .images {
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .the-articles .row .images.show {
    height: auto;
    margin-top: 10px;
  }

  .the-articles .row .images .image {
    width: calc( (100% - 20px) / 2 );
    padding-bottom: calc( (100% - 20px) / 2 );
  }

  .the-articles .row .images .caption {
    width: calc( (100% - 20px) / 2 );
  }

  .the-articles .row .list li, .ken .list li {
    height: auto;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .the-articles .row .list, .ken .list {
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .the-articles .row .list.show, .ken .list.show {
    height: auto;
    margin-top: 10px;
  }

  .the-articles .row .headline {
    font-size: 30px;
  }

  .the-articles .row .images .caption .title {
    font-size: 24px;
  }

  .the-articles .row .images .caption .date {
    font-size: 17px;
  }

  .section.ken .top-left .headline {
    position: relative;
  }

  .the-articles .row .headline .plus, .the-articles .row .headline .minus, .section.ken .top-left .headline .plus, .section.ken .top-left .headline .minus {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .the-articles .row .headline .plus.show, .the-articles .row .headline .minus.show, .section.ken .top-left .headline .plus.show, .section.ken .top-left .headline .minus.show {
    visibility: visible;
    opacity: 1;
  }

  .article-content {
    width: 100%;
    padding: 0 10px 20px;
  }

  .article-mobile-share {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 100%;
    background: #C1272D;
  }

  .article-mobile-share i {
    margin-right: 10px;
  }

  .ken-mobile-newsletter {
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 20px;
    text-align: center;
    top: calc( 100% + 40px );
    background: #0071BC;
  }

  .ken-mobile-newsletter span {
    display: block;
    margin-top: 10px;
  }

  .ken-mobile-newsletter input {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding-right: 10px;
    font-size: 17px;
    height: 30px;
    margin-top: 6px;
    display: inline-block;
  }

  .ken-mobile-newsletter button {
    height: 30px;
    width: 30px;
    border: 1px solid white;
    background: transparent;
    color: white;
    display: inline-block;
    margin-top: 6px;
    line-height: 28px;
  }

  .opening-cover .next, .opening-cover .prev {
    display: none;
  }

  .article-alike {
    width: 100%;
    padding: 0 10px 20px;
  }

  .article-alike.m-t-60 {
    margin-top: 30px;
  }

  .article-content.very-special, .article-content.special {
    padding: 0 10px 20px;
  }

  .full-img {
    height: 50vh;
  }

  .full-img .overlay {
    opacity: 1;
  }

  .full-img .overlay .quote {
    opacity: 1;
    padding: 0 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .end-of.share-upload {
    width: 100%;
    padding: 0 10px;
  }

  .end-of.share-upload.m-t-60 {
    margin-top: 30px;
  }

  .article-alike .more-articles li {
    width: calc( (100% - 20px) / 2 );
    padding-bottom: calc( (100% - 20px) / 2 );
  }

  .article-alike .more-articles .captions .caption {
    width: calc( (100% - 20px) / 2 );
  }

  .article-content p img.to-right {
    height: auto;
    width: 100%;
  }

  .section.ken {
    top: 50px;
  }

  .section.ken .top-right {
    position: relative;
    top: 0;
    height: 50vh;
    width: 100%;
  }

  .section.ken .top-left {
    width: 100%;
    margin-right: 0;
    padding: 30px 10px 100px;
    margin-top: 120px;
  }

  .section.ken .top-right .center-wrapper .center .logo {
    width: 120px;
  }

  .section.ken .top-right .center-wrapper .center {
    padding: 0 20px;
  }

  .people li {
    height: 60px;
    line-height: 30px;
  }

  .people li .title {
    bottom: 0;
    right: 0;
    top: auto;
  }

  .people li .icons {
    top: 50%;
    margin-top: -20px;
  }

  .people li .phone {
    top: auto;
    bottom: 0;
    right: 60px;
  }

  .ken-left-side .events .event {
    width: calc( (100% - 20px) / 2 );
    padding-bottom: calc( (100% - 20px) / 2 );
    margin-bottom: 50px;
  }

  .ken-left-side .events .event .overlay {
    top: calc( 100% + 30px );
    opacity: 1;
    height: auto;
    background: transparent;
  }

  .ken-left-side .events .event .circle {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 0;
    border: 0;
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0;
  }

  .ken-left-side .events .event .circle .inner-text {
    position: relative;
    text-align: right;
    height: auto;
    font-size: 24px;
    font-family: "stanga";
    font-weight: 700;
    color: black;
  }

  .section.ken .top-left .center-wrapper .center {
    padding: 0;
    display: block;
  }

  .section.ken .top-left .center-wrapper {
    display: block;
    position: relative;
    height: auto;
  }

  .read-all, .the-articles .read-more {
    width: 100%;
    height: 40px;
    border-radius: 0;
    line-height: 36px;
  }

  .read-all br {
    display: none;
  }

  .read-all .inner-text {
    line-height: 36px;
    margin-top: -18px;
  }

  .people, .last-update {
    margin-top: 0 !important;
    border-top: 0;
    height: 0;
    overflow: hidden;
  }

  .people.show {
    margin-top: 20px !important;
    border-top: 1px dotted black;
    height: auto;
  }

  .last-update.show {
    margin-top: 20px !important;
    height: auto;
  }

  .section.ken .top-left .headline {
    font-size: 30px !important;
  }

  .ken-left-side .events {
    height: 0;
    overflow: hidden;
    margin: 0;
  }

  .ken-left-side .events.show {
    height: auto;
    margin: 10px -5px 0;
  }

  .front-down {
    bottom: 140px;
  }

  .articles-header .upload {
    display: none;
  }

  .section.articles .article {
    width: 100%;
    padding-bottom: 100%;
    margin: 5px 0;
  }

  .section.articles .inner-wrapper {
    padding: 5px 10px;
  }

  .articles-header .articles-header-inner.fixed {
    position: absolute;
    top: 0;
  }

  .section.articles .article .overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .section.articles .article .desc {
    right: auto;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    height: 210px;
    top: 50%;
    margin-top: -105px;
    height: 100%;
  }

  .section.articles .article .desc p {
    opacity: 1;
  }

  .section.articles .article .read-more {
    opacity: 1;
    margin: 10px auto 0;
  }

  .section.front-banners .front-banners-right {
    right: 10px;
  }

  .section.front-banners .front-banners-left {
    left: 10px;
  }

  .section.front-banners .the-front-banners .banner .center-wrapper {
    width: calc( 100% - 120px );
    left: 60px;
    margin-left: 0;
  }

  /* .the-circle .circlex {
    width: 40px;
    height: 40px;
  }

  .the-circle {
    width: 40px;
    height: 40px;
    top: 5px;
  }

  .the-circle .circlex svg {
    margin-top: 4px;
  } */
  .mobile-circle {
    position: absolute;
    top: 0;
    left: 50px;
    height: 50px;
    width: 50px;
    border: 0;
    text-align: center;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }

  .mobile-circle svg {
    fill: white;
    width: 28px;
    margin-top: 11px;
  }

  .mobile-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .mobile-logo img {
    position: absolute;
    width: 32px;
    height: auto;
    left: 50%;
    margin-left: -16px;
    top: 9px;
  }

  .mobile-search {
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 50px;
    border: 0;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }

  .the-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .the-search.show {
    opacity: 1;
    visibility: visible;
  }

  .the-search .x-button {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 50px;
    color: white;
  }

  .main-search-form {
    position: absolute;
    top: 100px;
    width: calc( 100% - 40px );
    right: 20px;
  }

  div[id*=ajaxsearchliteres] .results {
    height: calc( 100vh - 150px ) !important;
  }

  .mobile-search-2 {
    position: relative;
    height: 40px;
    border-radius: 20px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background: #C1272D;
    color: white;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
  }

  .section.opening .center-wrapper {
    width: 280px;
    left: 50%;
    margin-left: -140px;
  }

  .mobile-signup {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 160px;
    height: 34px;
    border: 1px solid white;
    background: #0071BC;
    text-align: center;
    line-height: 32px;
  }

  h4 {
    font-size: 36px;
  }

  .mobile-socials {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20px;
  }

  .mobile-socials i {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 50%;
  }

  .the-circ {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .the-circ.show {
    opacity: 1;
    visibility: visible;
  }

  .the-circ .x-button {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 50px;
    color: white;
  }

  .circs {
    position: absolute;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    height: 430px;
    top: 50%;
    margin-top: -215px;
  }

  .circs .circ {
    position: relative;
    width: 130px;
    height: 130px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 10px 0;
    background: rgba(193, 39, 45, 0.75);
  }

  .circs .circ .center-wrapper .center {
    color: white;
    padding: 0 20px;
    font-family: "stanga";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 0.8;
  }

  .gif {
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
  }

  .section.ken .top-right.special {
    width: 100%;
  }

  .section.ken .top-left.special {
    width: 100%;
    margin-right: 0;
  }

  input {
    border-radius: 0;
    -webkit-appearance: none;
  }

  footer {
    overflow: hidden;
    padding-bottom: 80px;
  }
  footer .content {
    width: calc( 100% - 40px );
  }
  footer .content .part {
    width: 100%;
    padding: 20px 0;
  }
  footer .rights {
    width: calc( 100% - 40px );
    margin: 20px auto 0;
    padding: 20px 0 0;
  }
  footer .rights .slash {
    display: none;
  }
  footer .rights .credit {
    display: block;
    margin-top: 5px;
  }

  .popup .x-icon {
    top: -10px;
    right: -10px;
  }
  .popup .inner {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
    height: calc( 100% - 40px );
    top: 20px;
    margin-top: 0;
    padding: 6px;
  }
  .popup .inner.square {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
    height: calc( 100% - 40px );
    top: 20px;
    margin-top: 0;
  }
  .popup .inner.square .center-wrapper {
    width: calc( 100% - 40px );
    left: 20px;
  }
  .popup .half {
    width: 100%;
  }
  .popup .half.b-blue {
    height: 160px;
  }
  .popup .half.b-blue .button.m-t-20 {
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
  }
  .popup .half.b-red {
    height: calc( 100% - 160px );
  }
  .popup .half.b-red .button.m-t-20 {
    margin-top: 10px;
  }
  .popup .half.b-red input.wpcf7-form-control {
    height: 34px;
    line-height: 34px;
    font-size: 17px;
  }
  .popup .half .center-wrapper .center {
    padding: 0 20px;
  }
  .popup .half .center-wrapper .center h4 {
    font-size: 30px;
  }
  .popup form {
    width: 100%;
  }

  input.wpcf7-form-control {
    font-size: 17px;
  }

  .cover {
    min-height: 400px;
  }
  .cover .headline {
    height: calc( 100% - 50px );
  }
  .cover .headline h1 {
    font-size: 50px;
    max-width: calc( 100% - 100px );
  }
  .cover .logo {
    width: 80px;
  }
  .cover .arrow {
    display: none;
    margin-top: -15px;
  }
  .cover .arrow.right {
    right: 10px;
  }
  .cover .arrow.left {
    left: 10px;
  }
  .cover .arrow .fa {
    width: 30px;
    height: 30px;
    line-height: 24px !important;
    font-size: 13px;
  }
  .cover .share i {
    width: 30px;
    height: 30px;
    line-height: 26px !important;
    font-size: 13px !important;
  }
  .cover .share i.fa-whatsapp {
    font-size: 16px !important;
  }

  .content-wrapper {
    padding: 20px;
    /* .articles {
      width: 30px;
      height: 30px;
      line-height: 24px !important;
      font-size: 13px !important;
    } */
  }
  .content-wrapper .section-header.m-t-100 {
    margin-top: 50px;
  }
  .content-wrapper .section-header.push {
    margin-bottom: 60px;
  }
  .content-wrapper .section-header.special {
    height: auto;
    padding: 10px 20px;
  }
  .content-wrapper .section-header.special h4 {
    line-height: 0.8;
  }
  .content-wrapper .section-header .button {
    top: calc( 100% + 10px );
    height: 30px;
    background: #C1272D;
    width: 50%;
    line-height: 30px;
    left: 0;
  }
  .content-wrapper .section-header .button.right {
    left: auto;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .content-wrapper.article .content iframe {
    height: calc( (100vw - 40px ) * 0.5625 );
  }
  .content-wrapper.article .content .wp-caption.alignleft {
    width: 50% !important;
    margin: 10px 20px 10px 0;
    height: auto !important;
  }
  .content-wrapper.article .content .wp-caption.alignright {
    width: 50% !important;
    margin: 10px 0 10px 20px;
    height: auto !important;
  }
  .content-wrapper.article .content .wp-caption[align=left] {
    width: 50% !important;
    margin: 10px 20px 10px 0;
    height: auto !important;
  }
  .content-wrapper.article .content .wp-caption[align=right] {
    width: 50% !important;
    margin: 10px 0 10px 20px;
    height: auto !important;
  }
  .content-wrapper.article .content .wp-caption .wp-caption-text {
    position: relative;
    margin-top: 0;
    padding: 0;
    color: black;
    background: transparent;
    font-size: 12px;
    right: 0;
    bottom: 0;
  }
  .content-wrapper.article .content img[align=left] {
    width: 50% !important;
    margin: 10px 20px 10px 0;
    height: auto !important;
  }
  .content-wrapper.article .content img[align=right] {
    width: 50% !important;
    margin: 10px 0 10px 20px;
    height: auto !important;
  }
  .content-wrapper.article .content p {
    margin-top: 20px;
  }
  .content-wrapper.article .content .full-image {
    margin: 50px calc( ((100vw - 100%) / 2) * -1 ) 50px calc( ((100vw - 100%) / 2) * -1 );
  }
  .content-wrapper.article .content .full-image .the-caption .center-wrapper {
    width: 300px;
    margin-left: -150px;
    top: -100px;
    margin-top: -15px;
  }
  .content-wrapper.article .related.m-t-30 {
    margin: 20px auto;
    padding-bottom: 40px;
  }
  .content-wrapper.article .related .inner-wrapper .wrapper {
    width: calc( 300% + 30px );
    margin-right: -5px;
  }
  .content-wrapper.article .related .inner-wrapper .wrapper .item {
    width: calc( (100% - 60px) / 6 );
    margin: 0 5px;
  }
  .content-wrapper.article .related .fa {
    top: auto;
    bottom: 0;
    z-index: 999999;
    left: calc( 100% - 28px );
  }
  .content-wrapper.article .related .fa.fa-long-arrow-left {
    right: calc( 100% - 28px );
  }
  .content-wrapper.parents-info .useful {
    width: calc( 100% + 10px );
    margin-right: -5px;
    margin-left: -5px;
  }
  .content-wrapper.parents-info .useful.m-t-40 {
    margin-top: 10px;
  }
  .content-wrapper.parents-info .useful .item {
    width: calc( 50% - 10px );
    padding-bottom: 45%;
    margin: 10px 5px;
  }
  .content-wrapper.parents-info .useful .item.full {
    width: calc( 100% - 10px );
    float: none;
  }
  .content-wrapper.parents-info .useful .item.big {
    padding-bottom: 45%;
  }
  .content-wrapper.parents-info .useful .item .center-wrapper .center {
    padding: 0 30px;
  }
  .content-wrapper.parents-info .useful .item .triangle {
    top: -45px;
    right: -45px;
  }
  .content-wrapper.parents-info .useful .big-item-and-links {
    float: none;
    margin-top: 0;
    width: calc( 100% - 10px );
  }
  .content-wrapper.parents-info .useful .big-item-and-links .reg-link {
    font-size: 14px;
    margin: 10px 10px 0 0;
  }
  .content-wrapper.parents-info .useful .big-item-and-links .reg-link.first {
    margin-top: 20px;
  }
  .content-wrapper.parents-info .useful .downloadables {
    float: none;
    width: calc( 100% - 10px );
    font-size: 14px;
    margin: 50px auto 0;
  }
  .content-wrapper.parents-info .useful .downloadables ul {
    border-top: 0;
  }
  .content-wrapper.parents-info .useful .downloadables ul.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.parents-info .useful .downloadables ul li {
    padding: 10px 0;
  }
  .content-wrapper.parents-info .useful .downloadables ul li .right {
    position: relative;
    top: 0;
    display: block;
    font-weight: 700;
  }
  .content-wrapper.parents-info .useful .downloadables ul li .left {
    padding-right: 0;
    margin-top: 8px;
    font-size: 14px;
  }
  .content-wrapper.parents-info .useful .downloadables ul li .left a {
    font-size: 14px;
  }
  .content-wrapper.parents-info .videos {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .content-wrapper.parents-info .videos.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.parents-info .videos .item {
    width: 100%;
    margin: 10px 0;
  }
  .content-wrapper.parents-info .articles {
    width: calc( 100% + 10px );
    margin-right: -5px;
  }
  .content-wrapper.parents-info .articles.m-t-30 {
    margin-top: 20px;
  }
  .content-wrapper.parents-info .articles .item {
    width: calc( (100% - 20px) / 2 );
    margin: 10px 5px;
  }
  .content-wrapper.parents-info .socials {
    margin-top: 20px;
  }
  .content-wrapper.parents-info .socials a {
    display: block;
    position: relative;
  }
  .content-wrapper.parents-info .socials a .fa {
    width: 40px;
    height: 40px;
    line-height: 36px !important;
    font-size: 19px !important;
    position: absolute;
    right: 120px;
    top: 0;
  }

  .next-post .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .next-post .desc {
    top: calc( 50% - 35px );
  }

  .articles-new.m-t-40 {
    margin-top: 20px;
  }
  .articles-new .item {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    min-height: 80px;
  }
  .articles-new .item.main {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
  }
  .articles-new .item.main .image {
    position: relative;
    width: 100%;
    height: 200px;
  }
  .articles-new .item.main .desc {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
  }
  .articles-new .item.main .desc h3 {
    margin-top: 20px;
    width: 100%;
  }
  .articles-new .item.main .desc .center-wrapper {
    position: relative;
    display: block;
  }
  .articles-new .item .image {
    width: 80px;
    height: 80px;
    float: right;
    margin-left: 10px;
    position: relative;
  }

  .articles-popular {
    margin-left: -5px;
    margin-right: -5px;
    width: calc( 100% + 10px );
  }
  .articles-popular.m-t-40 {
    margin-top: 10px;
  }
  .articles-popular .item {
    width: calc( (100% - 20px) / 2 );
    margin: 10px 5px;
  }

  .desc h5.m-t-20 {
    margin-top: 10px;
  }

  .articles-archive h4.m-t-40 {
    margin-top: 20px;
  }
  .articles-archive .item {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
    min-height: 80px;
  }
  .articles-archive .item .image {
    position: relative;
    margin-left: 10px;
    float: right;
  }

  .search-results ul li {
    height: auto;
    line-height: 1;
    font-size: 17px;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .search-results ul li.first {
    display: none;
  }
  .search-results ul li:last-of-type {
    margin-bottom: 50px;
  }
  .search-results ul li span {
    display: block;
  }
  .search-results ul li span.address {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.branch {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.phone {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.dates {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.circles {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.ages {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li span.job {
    position: relative;
    display: block;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
  }
  .search-results ul li.article {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
    min-height: 80px;
    margin-top: 20px;
  }
  .search-results ul li.article .image {
    position: relative;
    margin-left: 10px;
    float: right;
  }

  .next-post {
    height: 200px;
  }
  .next-post .desc h3 {
    opacity: 1;
  }
  .next-post .desc h3.m-t-20 {
    margin-top: 10px;
  }

  .map-and-text .text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .map-and-text .text .map {
    float: left;
    width: 50%;
    margin: 10px 20px 10px 0;
  }
  .map-and-text .text p {
    margin-top: 20px;
  }
  .map-and-text .text img {
    margin-top: 20px;
    width: 100%;
  }

  .default-contacts {
    font-size: 17px;
  }
  .default-contacts.m-t-40 {
    margin-top: 20px;
  }
  .default-contacts li {
    height: auto;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .default-contacts li:first-of-type {
    display: none;
  }
  .default-contacts li .name {
    display: block;
    line-height: 1;
    height: auto;
  }
  .default-contacts li .phone {
    display: block;
    position: relative;
    line-height: 1;
    height: auto;
    margin-top: 8px;
    right: 0;
  }
  .default-contacts li .fax {
    display: block;
    position: relative;
    line-height: 1;
    height: auto;
    margin-top: 8px;
    right: 0;
  }
  .default-contacts li .email {
    display: block;
    position: relative;
    line-height: 1;
    height: auto;
    margin-top: 5px;
    right: 0;
  }

  .fc-toolbar h2 {
    font-size: 36px !important;
  }

  .fc-basic-view .fc-body .fc-row {
    min-height: 44px !important;
  }

  .fc-event {
    height: 2px !important;
  }

  .calendar-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .calendar-wrapper .right {
    width: 100%;
    float: none;
  }
  .calendar-wrapper .bars .bar {
    width: 130px;
  }
  .calendar-wrapper p.small.m-t-40 {
    margin-top: 20px;
  }
  .calendar-wrapper .left {
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 20px;
  }
  .calendar-wrapper .calendar.desc .row {
    height: auto;
    padding: 5px 0;
  }
  .calendar-wrapper .calendar.desc .row p {
    position: relative;
    height: 24px;
    line-height: 24px;
  }
  .calendar-wrapper .calendar.desc .row p.title {
    right: 0;
    font-weight: 700;
  }
  .calendar-wrapper .calendar.desc .row p.date {
    right: 0;
    left: auto;
    direction: rtl;
  }
  .calendar-wrapper .calendar.desc .row p.date .fa {
    float: left;
    margin-top: -18px;
  }
  .calendar-wrapper .calendar.desc .row .tooltip {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 4px;
    top: 0;
    height: auto;
    line-height: 1.3;
    color: black;
    padding: 0;
    white-space: normal;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    font-size: 17px;
  }

  .four-items {
    width: calc( 100% + 10px );
    margin-right: -5px;
    margin-left: -5px;
  }
  .four-items.m-t-40 {
    margin-top: 10px;
  }
  .four-items.m-t-20 {
    margin-top: 0;
  }
  .four-items .item {
    width: calc( (100% - 20px) / 2 );
    margin: 10px 5px;
  }
  .four-items .item.special-margin {
    margin: 20px 5px 0;
  }

  .side-cover {
    width: 100%;
    height: calc( 60vh - 50px );
    margin-top: 50px;
    min-height: 400px;
    position: relative;
  }
  .side-cover.wide {
    width: 100%;
  }
  .side-cover .center-wrapper .center .logo {
    width: 80px;
  }
  .side-cover .center-wrapper .center .logo.small {
    width: 60px;
  }
  .side-cover .center-wrapper .center .logo.side-by-side {
    height: 90px;
  }
  .side-cover .center-wrapper .center h1 {
    font-size: 50px;
    line-height: 0.8;
  }
  .side-cover .center-wrapper .center h1 span.ar {
    font-size: 36px;
    line-height: 0.8;
  }
  .side-cover .center-wrapper .center .socials i {
    width: 30px;
    height: 30px;
    line-height: 26px !important;
    font-size: 13px !important;
  }

  .side-content-wrapper {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .side-content-wrapper.narrow {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .side-content-wrapper .m-t-30 {
    margin-top: 20px;
  }
  .side-content-wrapper .m-t-60 {
    margin-top: 50px;
  }
  .side-content-wrapper .section-header.m-t-60 {
    margin-top: 50px;
  }
  .side-content-wrapper .section-header.m-t-60.first {
    margin-top: 0;
  }
  .side-content-wrapper .section-header .button {
    width: 50%;
  }
  .side-content-wrapper .details .row .right {
    position: relative;
    top: 0;
  }
  .side-content-wrapper .details .row .left {
    padding-right: 0;
    margin-top: 10px;
  }
  .side-content-wrapper .details .row .phone {
    padding-right: 0;
    margin-top: 10px;
  }
  .side-content-wrapper .details .row .title {
    padding-right: 0;
    margin-top: 10px;
  }
  .side-content-wrapper .details .row a {
    font-size: 17px;
  }
  .side-content-wrapper .details .row .phone-2 {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-top: 8px;
  }
  .side-content-wrapper .details .row .email-2 {
    right: 0;
    top: 0;
    position: relative;
    margin-top: 10px;
  }
  .side-content-wrapper .details .row .email-2 a {
    font-size: 17px;
  }
  .side-content-wrapper .fb-posts.m-t-30 {
    margin-top: 0;
  }
  .side-content-wrapper .fb-posts .item {
    width: calc( 100% - 20px );
    padding-right: 90px;
    margin-top: 20px;
  }
  .side-content-wrapper .fb-posts .item .image {
    width: 80px;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .side-content-wrapper .fb-posts .item .desc {
    margin-top: 0;
  }
  .side-content-wrapper .fb-posts .item .desc h5 {
    margin-top: 0;
  }
  .side-content-wrapper .fb-posts .item .desc p {
    margin-top: 5px;
  }
  .side-content-wrapper .article {
    padding-right: 90px;
  }
  .side-content-wrapper .article .image {
    width: 80px;
    height: 80px;
  }
  .side-content-wrapper .trip {
    padding-right: 90px;
  }
  .side-content-wrapper .trip .image {
    width: 80px;
    height: 80px;
  }

  .updates.m-t-30 {
    margin-top: 20px;
  }

  h5.small {
    font-size: 24px;
  }

  .popup .inner-small {
    width: calc( 100% - 40px );
    padding: 30px;
  }
  .popup .inner-small .update-bg {
    top: 6px;
    left: 6px;
    width: calc( 100% - 12px );
    height: calc( 100% - 12px );
  }
  .popup .inner-big {
    padding: 6px;
  }
  .popup .inner-big .change-icon {
    display: none;
  }
  .popup .inner-big .stripes .stripe {
    width: 100%;
    float: none;
    border-bottom: 1px solid white;
  }
  .popup .inner-big .stripes .stripe .image {
    background-position: top center !important;
  }
  .popup .inner-big .stripes .stripe h4 {
    font-size: 30px;
  }
  .popup .inner-big .stripes .stripe p {
    display: none;
  }
  .popup .inner-big .stripes .stripe .button {
    height: 30px;
    line-height: 26px;
  }
  .popup .inner-big .stripes .stripe .button.m-t-20 {
    margin-top: 10px;
  }

  .popup .inner.search {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
    margin-top: 0;
    top: 50px;
    height: 40px;
  }
  .popup .inner.search.opened {
    margin-top: 0;
    top: 50px;
    height: calc( 100% - 100px );
  }
  .popup .inner.search .search-wrapper {
    height: 40px;
  }
  .popup .inner.search .search-wrapper form {
    height: 40px;
    margin-top: -20px;
  }
  .popup .inner.search .search-wrapper .fa-search {
    height: 40px;
    line-height: 40px;
  }
  .popup .inner.search .search-wrapper .fa-circle-o-notch {
    height: 40px;
    line-height: 40px;
  }
  .popup .inner.search .search-wrapper .fa-times-circle {
    height: 40px;
    line-height: 40px;
  }
  .popup .inner.search .search-results-wrapper {
    height: calc( 100% - 50px );
  }
  .popup .inner.select {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
  }
  .popup .inner.select .select-wrapper {
    width: 100%;
  }

  .popup .inner.search.opened {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
  }

  .popup .inner.search .search-wrapper form {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .popup .inner.search .search-results-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .popup .inner.search .search-results {
    padding: 20px;
  }

  .popup .inner.search .search-results li {
    padding: 10px 10px 10px 70px;
    margin-bottom: 10px !important;
  }

  .popup .inner.search .search-results li .type {
    top: 10px;
    height: 20px;
    line-height: 20px;
    width: 60px;
  }

  .section.front-content-wrapper .inner-wrapper .front-ad {
    padding-bottom: calc( 100% - 10px );
  }

  .section.front-content-wrapper .inner-wrapper .front-ad .image .center-wrapper {
    width: calc( 100% - 30px );
    left: 15px;
    margin-left: 0;
  }

  .popup .inner .popup-content .center-wrapper {
    width: calc( 100% - 30px );
    left: 15px;
    margin-left: 0;
  }
  .popup .inner .popup-content .center-wrapper h3 {
    font-size: 40px;
  }
  .popup .inner .popup-content .center-wrapper p {
    font-size: 17px !important;
  }

  .popup {
    z-index: 9999999999;
  }

  .newsletter-wrapper .inner {
    max-width: calc( 100% - 40px );
  }
  .newsletter-wrapper .inner form input.wpcf7-form-control {
    float: none;
    width: 100%;
    height: 34px;
    font-size: 17px;
  }
  .newsletter-wrapper .inner form input.wpcf7-submit {
    width: 100%;
    margin-top: 10px;
  }
  .newsletter-wrapper .inner form .wpcf7-not-valid-tip {
    display: none;
  }
  .newsletter-wrapper .inner form .wpcf7-validation-errors {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .newsletter-wrapper .inner form .wpcf7-mail-sent-ok {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .container.about .about-topics {
    display: none;
  }
  .container.about .main-menu {
    margin-top: 50px;
    height: auto;
  }
  .container.about .main-menu .items-wrapper {
    width: 100%;
    height: calc( (100vh / 3.5) * 11 );
  }
  .container.about .main-menu .items-wrapper .items .item {
    width: 100%;
    float: none;
    height: calc( 100% / 11 );
    border-bottom: 1px solid white;
  }
  .container.about .main-menu .items-wrapper .items .item .button {
    position: relative;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
    height: 30px;
    line-height: 30px;
  }
  .container.about .about-menu-icon {
    left: 10px;
    width: 32px;
    height: 32px;
    z-index: 99999;
  }
  .container.about .about-menu-icon .lines .line.middle {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .container.about .about-menu-icon .lines .line.left {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px;
    left: 2px;
    height: 80%;
  }
  .container.about .about-menu-icon .lines .line.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    left: 2px;
    height: 80%;
  }
  .container.about .cover {
    height: 60vh;
    min-height: 400px;
  }
  .container.about .cover .headline .logo {
    display: block;
    width: 80px;
    height: auto;
    margin-top: 0;
  }
  .container.about .cover .headline h1 {
    font-size: 50px !important;
    height: auto !important;
    font-weight: 500;
    line-height: 0.8 !important;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: calc( 100% - 40px );
  }
  .container.about .cover .fa-angle-down {
    bottom: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    font-size: 24px !important;
  }
  .container.about .about-content-wrapper {
    width: calc( 100vw - 40px );
    margin: 20px auto 0;
    padding-bottom: 25px;
    text-align: right;
  }
  .container.about .about-content-wrapper .section-header.m-s-header {
    height: auto;
  }
  .container.about .about-content-wrapper .section-header.m-s-header h4 {
    padding: 10px 0 10px 10px;
    line-height: 0.8;
  }
  .container.about .double.m-t-40 {
    margin-top: 20px;
  }
  .container.about .double.m-t-50 {
    margin-top: 20px;
  }
  .container.about .double .part {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .container.about .double .part.noal {
    height: auto;
  }
  .container.about .double .part.noal.m-square {
    padding-bottom: 100%;
  }
  .container.about .double .part.auto.right {
    padding-left: 0;
  }
  .container.about .double .part.auto.left {
    padding-right: 0;
    margin-top: 20px;
  }
  .container.about .double .part.third {
    width: 100%;
  }
  .container.about .double .part.third.auto.one {
    padding: 0;
  }
  .container.about .double .part.third.auto.two {
    padding: 0;
    margin-top: 20px;
  }
  .container.about .double .part.third.auto.three {
    padding: 0;
    margin-top: 20px;
  }
  .container.about .p-6-20 {
    padding: 6px 10px;
  }
  .container.about .p-6-20.m-t-50 {
    margin-top: 20px;
  }
  .container.about .about-excerpt {
    font-size: 26px;
  }
  .container.about .about-excerpt.m-t-20 {
    margin-top: 0;
  }
  .container.about .m-t-100 {
    margin-top: 50px;
  }
  .container.about .m-t-30 {
    margin-top: 20px;
  }
  .container.about .circles.m-t-30 {
    magrin-top: 20px;
  }
  .container.about .circles .circle-outer-wrapper {
    width: calc( 100% / 3 );
  }
  .container.about .circles .circle-outer-wrapper.special {
    float: right;
    display: block;
    width: calc(100% / 3);
    margin: 0;
  }
  .container.about .circles .circle-outer-wrapper.special .circle-wrapper {
    width: 100%;
    margin: auto;
  }
  .container.about .circles .circle-outer-wrapper .progressbar-text {
    font-size: 30px !important;
  }
  .container.about .circles .circle-outer-wrapper .caption {
    font-size: 14px;
    line-height: 1.2;
  }
  .container.about .map-and-images.m-t-40 {
    margin-top: 20px;
  }
  .container.about .map-and-images .the-map {
    width: 50%;
  }
  .container.about .map-and-images .the-grid .row {
    height: calc( (100% / 8) - 10px );
    margin-bottom: 10px;
  }
  .container.about .map-and-images .the-grid .row .rec {
    margin-right: 5px;
  }
  .container.about .map-and-images .the-grid .row .rec.w-200 {
    width: 20px;
  }
  .container.about .map-and-images .the-grid .row .rec.w-160 {
    width: 20px;
  }
  .container.about .map-and-images .the-grid .row .rec.w-220 {
    width: 20px;
  }
  .container.about .map-and-images .the-grid .row .rec.w-180 {
    width: 20px;
  }
  .container.about .map-and-images .the-grid .row .rec.w-140 {
    width: 20px;
    display: none;
  }
  .container.about .map-and-images .the-grid .row .rec.w-240 {
    width: 20px;
  }
  .container.about .map-and-images .the-grid .row img {
    margin-right: 5px;
  }
  .container.about .rel-items {
    width: calc( 100% + 10px );
    margin-left: -5px;
    margin-right: -5px;
  }
  .container.about .rel-items.m-t-40 {
    margin-top: 20px;
  }
  .container.about .rel-items .rel-item {
    width: calc( (100% - 20px) / 2 );
    margin: 0 5px 20px;
  }
  .container.about .rel-items .rel-item h5 {
    text-align: right;
    font-size: 24px;
  }
  .container.about .blue-box.m-t-50 {
    margin-top: 20px;
  }
  .container.about .blue-box .the-text {
    padding: 20px 20px 0;
  }
  .container.about .blue-box .the-text.p-b {
    padding: 20px;
  }
  .container.about .blue-box .the-text .fa-quote-right {
    top: 20px !important;
    right: 20px;
    font-size: 40px;
  }
  .container.about .blue-box .the-text .p-r-80 {
    padding-top: 50px;
    padding-right: 0;
  }
  .container.about .blue-box .the-text .p-r-80.m-t-10 {
    margin-top: -40px;
  }
  .container.about .blue-box .the-headline {
    position: relative;
    width: calc( 100% + 40px );
    margin: -20px -20px 0;
    padding: 6px 20px;
  }
  .container.about .blue-box img.special {
    width: calc( 100% + 40px );
    margin-left: -20px;
    margin-right: -20px;
  }
  .container.about .activities {
    width: calc( 100% + 10px );
    margin-left: -5px;
    margin-right: -5px;
  }
  .container.about .activities .col {
    width: calc( 100% / 2 );
    padding: 0 5px;
  }
  .container.about .text-number {
    height: auto;
    padding-right: 40px;
  }
  .container.about .text-number.m-t-40 {
    margin-top: 20px;
  }
  .container.about .text-number .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .container.about .text-number p {
    line-height: 1.4;
    font-size: 17px;
  }
  .container.about .five .part-wrapper {
    width: 50%;
    margin-bottom: 20px;
  }
  .container.about .five .part-wrapper.center {
    margin-right: 25%;
  }
  .container.about .five .part-wrapper .part img {
    height: 100px;
  }
  .container.about .about-history-quote {
    width: 100% !important;
  }
  .container.about .about-history-quote h4 {
    font-size: 60px !important;
    text-indent: 0 !important;
  }
  .container.about .about-history-quote h5 {
    text-indent: 0 !important;
  }
  .container.about .timeline {
    width: 100%;
  }
  .container.about .timeline .timeline-row {
    padding-right: 0;
  }
  .container.about .timeline .timeline-row .year {
    position: relative;
    display: block;
    right: 0;
  }
  .container.about .timeline .timeline-row .title {
    width: 100%;
    margin-top: 10px;
  }
  .container.about .timeline .timeline-row .image {
    position: relative;
    width: auto;
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
  }
  .container.about .timeline .timeline-row .image img {
    width: auto !important;
    height: 80px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .container.about .timeline .timeline-row .image-b {
    position: relative;
    width: auto;
    margin-top: 10px;
    display: inline-block;
  }
  .container.about .timeline .timeline-row .image-b img {
    width: auto !important;
    height: 80px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .container.about h5.m-t-40 {
    margin-top: 20px;
  }
  .container.about .full.m-t-40 {
    margin-top: 20px;
  }

  body.overflow {
    overflow: visible;
  }

  .cover.english h1 {
    font-size: 36px !important;
    line-height: 1 !important;
  }
  .cover .tabs.english {
    display: none;
  }

  .content-wrapper.english .tabs-content .tab-content .content-narrow {
    float: none;
    width: 100%;
  }
  .content-wrapper.english .tabs-content .tab-content .content-narrow.half {
    width: 100%;
  }
  .content-wrapper.english .tabs-content .tab-content .content-narrow.half.left {
    margin-right: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .content-narrow.half.right {
    margin-left: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .text-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.english .tabs-content .tab-content .text-wrapper iframe {
    height: auto !important;
  }
  .content-wrapper.english .tabs-content .tab-content .tools {
    width: calc( 100% + 10px );
    margin-left: -5px;
    margin-right: -5px;
  }
  .content-wrapper.english .tabs-content .tab-content .tools .item {
    width: calc( (100% - 20px) / 2 );
    margin: 20px 5px;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts .row {
    height: auto;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts .row p {
    line-height: 1.3;
    height: auto;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts .row p.phone {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts .row p.fax {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.english .tabs-content .tab-content .contacts .row .email {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-new .item {
    float: none;
    padding: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-new .item.main .desc {
    left: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-new .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-new .item .desc p {
    word-wrap: break-word;
  }
  .content-wrapper.english .tabs-content .tab-content p {
    word-wrap: break-word;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-archive.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-archive .item {
    float: none;
    padding: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .articles-archive .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.english .tabs-content .tab-content .form-wrapper {
    width: 100%;
  }
  .content-wrapper.english .tabs-content .tab-content .form-wrapper.m-t-40 {
    margin-top: 20px;
  }

  .content-wrapper.russian .tabs-content .tab-content .content-narrow {
    float: none;
    width: 100%;
  }
  .content-wrapper.russian .tabs-content .tab-content .content-narrow.half {
    width: 100%;
  }
  .content-wrapper.russian .tabs-content .tab-content .content-narrow.half.left {
    margin-right: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .content-narrow.half.right {
    margin-left: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .text-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .tabs-content .tab-content .text-wrapper.half {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .text-wrapper iframe {
    height: auto !important;
  }
  .content-wrapper.russian .tabs-content .tab-content .media-items {
    width: calc( 100% + 10px );
    margin-left: -5px;
    margin-right: -5px;
  }
  .content-wrapper.russian .tabs-content .tab-content .media-items .item {
    width: calc( (100% - 20px) / 2 );
    margin: 20px 5px;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts .row {
    height: auto;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts .row p {
    line-height: 1.3;
    height: auto;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts .row p.phone {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts .row p.fax {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.russian .tabs-content .tab-content .contacts .row .email {
    position: relative;
    left: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-new .item {
    float: none;
    padding: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-new .item.main .desc {
    left: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-new .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-new .item .desc p {
    word-wrap: break-word;
  }
  .content-wrapper.russian .tabs-content .tab-content p {
    word-wrap: break-word;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-archive.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-archive .item {
    float: none;
    padding: 0;
    min-height: 80px;
  }
  .content-wrapper.russian .tabs-content .tab-content .articles-archive .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .images {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-wrapper.russian .tabs-content .tab-content .images.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .tabs-content .tab-content .images .history-image {
    margin-bottom: 20px;
  }
  .content-wrapper.russian .tabs-content .tab-content .form-wrapper {
    width: 100%;
  }
  .content-wrapper.russian .tabs-content .tab-content .form-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .fb-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content-wrapper.russian .fb-wrapper .fb-posts.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.russian .fb-wrapper .fb-posts .item {
    margin-bottom: 20px;
  }

  .content-wrapper.arabic .tabs-content .tab-content .content-narrow {
    float: none;
    width: 100%;
  }
  .content-wrapper.arabic .tabs-content .tab-content .content-narrow.half {
    width: 100%;
  }
  .content-wrapper.arabic .tabs-content .tab-content .content-narrow.half.left {
    margin-right: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .content-narrow.half.right {
    margin-left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .content-narrow.special {
    width: 100%;
  }
  .content-wrapper.arabic .tabs-content .tab-content .text-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .text-wrapper.half {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .text-wrapper iframe {
    height: auto !important;
  }
  .content-wrapper.arabic .tabs-content .tab-content .media-items {
    width: calc( 100% + 10px );
    margin-left: -5px;
    margin-right: -5px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .media-items .item {
    width: calc( (100% - 20px) / 2 );
    margin: 20px 5px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts .row {
    height: auto;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts .row p {
    line-height: 1.3;
    height: auto;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts .row p.phone {
    position: relative;
    right: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts .row p.fax {
    position: relative;
    right: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .contacts .row .email {
    position: relative;
    right: 0;
    line-height: 1.3;
    height: auto;
    margin-top: 5px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-new .item {
    float: none;
    padding: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-new .item.main .desc {
    left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-new .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-new .item .desc p {
    word-wrap: break-word;
  }
  .content-wrapper.arabic .tabs-content .tab-content p {
    word-wrap: break-word;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-archive.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-archive .item {
    float: none;
    padding: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .articles-archive .item .image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .images {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .images.special {
    width: 100%;
    margin-left: 0;
  }
  .content-wrapper.arabic .tabs-content .tab-content .images.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .images .history-image {
    margin-bottom: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .form-wrapper {
    width: 100%;
  }
  .content-wrapper.arabic .tabs-content .tab-content .form-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .tabs-content .tab-content .filters {
    height: auto;
  }
  .content-wrapper.arabic .tabs-content .tab-content .filters .filter {
    background: rgba(0, 0, 0, 0.05);
    display: block;
  }
  .content-wrapper.arabic .tabs-content .tab-content .filters .filter.active {
    color: white;
    background: #C1272D;
  }
  .content-wrapper.arabic .tabs-content .tab-content .filters .filter:hover {
    color: black;
    background: rgba(0, 0, 0, 0.05);
  }
  .content-wrapper.arabic .fb-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper.arabic .fb-wrapper .fb-posts.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .fb-wrapper .fb-posts .item {
    margin-bottom: 20px;
  }
  .content-wrapper.arabic .search-wrapper {
    width: 100%;
  }
  .content-wrapper.arabic .search-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .content-wrapper.arabic .search-results {
    width: 100%;
    margin-top: 20px;
  }
  .content-wrapper.arabic .search-results li.square-item {
    width: calc( 50% - 10px );
    margin: 10px 5px;
  }
  .content-wrapper.arabic .search-results .clear {
    clear: none;
  }
  .content-wrapper.arabic .search-results .clear.a-mobile {
    clear: both !important;
  }

  .mobile-tabs {
    position: relative;
  }
  .mobile-tabs.russian {
    font-family: "PT Sans";
  }
  .mobile-tabs.arabic .tab {
    float: right;
  }
  .mobile-tabs .tab {
    position: relative;
    float: left;
    background: #0071BC;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 25%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: white;
    font-size: 17px;
  }
  .mobile-tabs .tab.third {
    width: calc( 100% / 3 );
  }
  .mobile-tabs .tab.half {
    width: 50%;
  }
  .mobile-tabs .tab.b-t {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobile-tabs .tab.active {
    background: #C1272D;
  }

  .section-header.m-s-header {
    height: auto;
  }
  .section-header.m-s-header h4 {
    padding: 10px 0 10px 10px;
    line-height: 0.8;
  }

  .side-cover .center-wrapper .center .newsletter-wrapper .newsletter-submit {
    position: relative;
    background: #0071BC;
    color: white;
    border-color: #0071BC;
    width: 178px;
  }
  .side-cover .center-wrapper .center .m-t-40 {
    margin-top: 20px;
  }
  .side-cover .center-wrapper .center .m-t-30 {
    margin-top: 20px;
  }

  .popup .inner.small {
    width: calc( 100% - 40px );
    height: calc( 100% - 40px );
    top: 20px;
    left: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  h1 .russian {
    font-weight: 400;
  }

  .container.project-page .videos.m-t-20 {
    margin-top: 0;
  }
  .container.project-page .videos .item {
    width: calc( 100% - 20px );
  }
  .container.project-page .full-image .the-caption .center-wrapper {
    width: calc( 100% - 40px );
    left: 20px;
    margin-left: 0;
  }
  .container.project-page .front-content-wrapper.m-t-40 {
    margin-top: 20px;
  }
  .container.project-page .front-content-wrapper .inner-wrapper #fb-posts .item {
    width: calc( 100% - 10px );
    padding-bottom: 0;
    margin: 5px 5px 15px;
  }
  .container.project-page .front-content-wrapper .inner-wrapper #fb-posts .item .image {
    width: 80px;
    height: 80px;
    left: auto;
    right: 0;
  }
  .container.project-page .front-content-wrapper .inner-wrapper #fb-posts .item .desc {
    color: black;
    text-align: right;
    padding-right: 100px;
    position: relative;
    top: 0;
    right: 0;
  }
  .container.project-page .front-content-wrapper .inner-wrapper #fb-posts .item .overlay {
    display: none;
  }
  .container.project-page .text-and-images.m-t-40 {
    margin-top: 20px;
  }
  .container.project-page .text-and-images p {
    margin-top: 20px;
  }
  .container.project-page .contacts-wrapper .row .right {
    position: relative;
    top: 0;
  }
  .container.project-page .contacts-wrapper .row .title {
    padding-right: 0;
    margin-top: 5px;
  }
  .container.project-page .contacts-wrapper .row .phone-2 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
  }
  .container.project-page .contacts-wrapper .row .email-2 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
  }

  .popup .inner .video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .popup .inner .form-wrapper.russian input.wpcf7-form-control {
    width: 100%;
    margin: 0 0 10px;
  }

  .content-wrapper.english h4 {
    font-size: 19px;
  }

  .section.fourofour .inner-content {
    width: 280px;
    margin-left: -140px;
    top: 100px;
    margin-top: 0;
  }
  .section.fourofour .images-wrapper {
    height: 150px;
  }
  .section.fourofour .fourofour-message {
    width: 300px;
    left: -10px;
    margin-left: 0;
  }
  .section.fourofour .fourofour-text {
    top: 160px;
  }
  .section.fourofour .fourofour-text h2 {
    font-size: 30px;
  }

  .accessibility-icon {
    position: fixed;
    top: 0;
    right: 50px;
    height: 50px;
    width: 50px;
    color: white;
    z-index: 888888888;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .accessibility-icon.in {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .accessibility-icon .fa {
    font-size: 21px;
    line-height: 50px !important;
  }
  .accessibility-icon .accessibility-panel {
    top: 50px;
    right: -50px;
    background: whitesmoke;
    height: calc( 100vh - 100px );
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    display: none;
  }
  .accessibility-icon .accessibility-panel .triangle {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 12px;
    border-bottom: 3px solid #C1272D;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .accessibility-icon .accessibility-panel.show {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .accessibility-icon .accessibility-panel .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .accessibility-icon .accessibility-panel .lines li {
    position: relative;
    height: 40px;
    padding-right: 20px;
    line-height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #dbd6d6;
    font-size: 17px;
  }
  .accessibility-icon .accessibility-panel .lines li.first {
    background: #C1272D;
    color: white;
    border-bottom: 0;
    padding-right: 60px;
  }
  .accessibility-icon .accessibility-panel .lines li.first:hover {
    background: #C1272D;
  }
  .accessibility-icon .accessibility-panel .lines li .square {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-right: 1px solid #dbd6d6;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
  }
  .accessibility-icon .accessibility-panel .lines li .square:hover {
    background: #dbd6d6;
  }
  .accessibility-icon .accessibility-panel .lines li .square.active {
    background: #dbd6d6;
  }
  .accessibility-icon .accessibility-panel .lines li .square.two {
    left: 40px;
  }
  .accessibility-icon .accessibility-panel .lines li .square.three {
    left: 80px;
  }
  .accessibility-icon .accessibility-panel .lines li .square.right {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px solid white;
  }
  .accessibility-icon .accessibility-panel .lines li .square.right:hover {
    background: #d94248;
  }
  .accessibility-icon .accessibility-panel .lines li .square .fa {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 40px !important;
    font-size: 13px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .accessibility-icon .accessibility-panel .lines li .square .fa.active {
    opacity: 1;
    visibility: visible;
  }

  .p-50-50 {
    padding: 20px;
  }

  .content-wrapper.english .tabs-content .tab-content .articles-new .item.main {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }

  .content-wrapper.english .tabs-content .tab-content .articles-new .item.main .image {
    position: relative;
    width: 100%;
    height: 200px;
    float: none;
  }

  .content-wrapper.english .tabs-content .tab-content .articles-new .item.main .desc {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
  }

  .content-wrapper.english .tabs-content .tab-content .articles-new .item.main .desc h3 {
    margin-top: 20px;
  }

  .content-wrapper .section-header {
    overflow: hidden;
  }

  .side-content-wrapper .trip.small.first {
    margin-top: 20px !important;
  }

  .section-header {
    height: auto !important;
  }
  .section-header h4 {
    line-height: 1 !important;
    padding: 7px 0 !important;
  }

  .container.about .static-cover {
    height: 60vh;
    min-height: 400px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #about-arrow-left, #about-arrow-right {
    display: none !important;
  }
}
@media print {
  #header, .the-socials, #open-change, .cover .arrow, .cover .share, .content-wrapper.article .share, .print-article, .content-wrapper.article .related-headline, .content-wrapper.article .related, #send-article, .newsletter-wrapper, #footer {
    display: none !important;
  }

  .content-wrapper.article .details {
    background: white;
    color: black;
    padding: 0;
  }

  .cover {
    height: auto;
    min-height: 0;
  }

  .cover .logo {
    width: 90px;
    font-size: 50px;
  }

  .cover .headline {
    padding: 30px 0;
    position: relative;
    height: auto;
  }
  .cover .headline .center-wrapper {
    position: relative;
    display: block;
    height: auto;
  }
  .cover .headline .center-wrapper .center {
    display: block;
  }

  .cover .headline h1 {
    color: black;
  }

  .cover .logo {
    filter: invert(100%);
  }

  .content-wrapper.article {
    padding: 30px;
  }

  .next-post {
    display: none;
  }

  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateZ(0, 0, 0) !important;
    -webkit-transform: translateZ(0, 0, 0) !important;
  }
}
body.page-template-default .content-wrapper.article > p,
body.page-template-default .content-wrapper.article blockquote {
  margin-top: 30px;
}

.half.b-blue.full-width-blue {
  width: 100%;
}

.complaint_iframe_wrapper {
  max-height: 425px;
  overflow: hidden;
  overflow-y: scroll;
  max-width: 640px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.complaint_iframe_wrapper iframe {
  width: 100% !important;
}

.langs-icon .langs-panel {
  height: auto;
}

header .signup {
  width: 210px;
  background: #C1272D;
  color: #FFFFFF;
}
header .ask-question-btn-wrapper {
  position: absolute;
  left: 260px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
header .ask-question-btn-wrapper button {
  background: #C1272D;
  border: 0;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  font-family: Almoni-dl;
  font-size: 19px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

header.up .signup {
  background: #C1272D;
}

.absolute-price-table {
  position: absolute;
  left: 2rem;
  top: 6rem;
  color: #000000;
  z-index: 10;
  min-width: 340px;
}
.absolute-price-table .table-title {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  background: #C1272D;
  font-size: 18px;
  font-weight: bold;
}
.absolute-price-table .table-element {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 5px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-collapse: inherit;
}
.absolute-price-table .table-element tr:nth-child(even) {
  background-color: #ecf0f1;
}
.absolute-price-table .table-element thead {
  background-color: #ecf0f1;
}
.absolute-price-table .table-element thead tr td {
  padding: 6px 0;
}
.absolute-price-table .table-element thead,
.absolute-price-table .table-element tbody {
  font-size: 14px;
  text-align: center;
}
.absolute-price-table .table-element thead td,
.absolute-price-table .table-element tbody td {
  vertical-align: middle;
  padding: 0;
}
.absolute-price-table .table-element tfoot {
  text-align: left;
}
.absolute-price-table .table-element tfoot td {
  padding: 6px 8px 0 8px;
  font-size: 14px;
}
.absolute-price-table .table-element tbody tr td {
  padding: 8px 0;
  font-size: 15px;
}

footer .content .part {
  width: 33.333333%;
}

.content-wrapper.article .excerpt h2 {
  font-size: 30px;
  font-weight: 300;
}
.content-wrapper.article .excerpt h2 p {
  font-size: 30px;
  font-weight: 300;
}

.like-rate {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}
.like-rate .rate-stars {
  background: #C1272D;
  padding: 10px;
  position: absolute;
  top: 50px;
  width: 250px;
}
.like-rate a:hover i {
  background: #C1272D;
}

@media screen and (max-width: 767px) {
  #front-down {
    bottom: 80px;
  }
}

.related-faqs-item {
  display: inline-block;
  width: 32%;
  float: right;
  position: relative;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 15px;
}
.related-faqs-item:nth-child(3n+3) {
  margin-left: 0;
}
.related-faqs-item .item {
  position: relative;
}
.related-faqs-item .item .desc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.related-faqs-item .item .desc .desc-inner {
  padding: 5px;
}
.related-faqs-item .item .desc h5 {
  font-size: 28px;
}
.related-faqs-item .item .bg {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.related-faqs-item .item:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.related-faqs-bg {
  height: 230px;
}

.faqs-load-more {
  text-align: center;
  margin-top: 20px;
}
.faqs-load-more button {
  border: 0;
  background: #C1272D;
  color: #FFFFFF;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-family: "raanancondensed";
  font-size: 24px;
  letter-spacing: 1px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.faqs-load-more button:hover, .faqs-load-more button:focus {
  background: #0071BC;
}

.encyclopedia-categories-list {
  margin-bottom: 40px;
}
.encyclopedia-categories-list:before, .encyclopedia-categories-list:after {
  content: "";
  clear: both;
  display: block;
}

.section .inner-wrapper {
  padding: 100px;
}
.section .inner-wrapper .section-header {
  position: relative;
  height: 50px;
  background: #C1272D;
  width: calc( 100% - 10px );
  margin: 0 auto 5px;
  color: white;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.section .inner-wrapper .section-header h4 {
  font-size: 46px;
  font-family: "raanancondensed";
  font-weight: 300;
  line-height: 50px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.section .inner-wrapper .section-grid.grid-3 .item {
  position: relative;
  float: right;
  width: calc( (100% - 30px) / 3 );
  padding-bottom: calc( (100% - 30px) / 3 );
  cursor: pointer;
  overflow: hidden;
  margin: 5px;
}
.section .inner-wrapper .section-grid.grid-3 .item .image {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section .inner-wrapper .section-grid.grid-3 .item .desc {
  position: absolute;
  right: 50px;
  top: calc( 50% - 15px );
  width: calc( 100% - 100px );
  color: white;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section .inner-wrapper .section-grid.grid-3 .item:hover .image {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.section .inner-wrapper .section-grid.grid-3 .item:hover .desc {
  opacity: 1;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
}

.single-category-details {
  margin: 30px 5px 40px 5px;
}
.single-category-details:before, .single-category-details:after {
  content: "";
  clear: both;
  display: block;
}
.single-category-details .single-category-thumbnail {
  float: right;
  width: 40%;
}
.single-category-details .single-category-thumbnail img {
  max-width: 100%;
}
.single-category-details .single-category-content {
  float: left;
  width: 55%;
}
.single-category-details .single-category-content h2, .single-category-details .single-category-content h3 {
  margin-bottom: 20px;
}
.single-category-details .single-category-content p {
  margin-bottom: 10px;
}
.single-category-details .single-category-content p:last-child {
  margin-bottom: 0;
}
.single-category-details .single-category-content .single-category-content-inner {
  padding-left: 1rem;
}

.cover.is-category-page .center {
  vertical-align: top;
  padding-top: 25px;
}

.send-article, .the-socials, .demo-search-wrapper, .another-search-wrapper, .months {
  display: none;
}

.encyclopedia-single-category:before, .encyclopedia-single-category:after {
  content: "";
  clear: both;
  display: block;
}

.right-pad {
  text-align: right !important;
  padding-right: 20px;
}

.related-faqs-section .section-content {
  width: calc( 100% - 10px);
  margin: auto;
  margin-top: 20px;
}
.related-faqs-section .section-content:before, .related-faqs-section .section-content:after {
  content: "";
  clear: both;
  display: block;
}
.related-faqs-section .section-content article {
  float: right;
  width: 32.26%;
  margin: 1% 0 1% 1.6%;
}
.related-faqs-section .section-content article:nth-child(3n) {
  margin-left: 0;
}
.related-faqs-section .section-content article img {
  max-width: 100%;
  height: auto;
}
.related-faqs-section .section-content article h3 {
  font-size: 50px;
  margin-bottom: 10px;
}
.related-faqs-section .section-content article .post-date {
  color: #777676;
  margin-bottom: 10px;
}
.related-faqs-section .section-content .thumbnail {
  width: 40%;
  float: right;
  position: relative;
}
.related-faqs-section .section-content .description {
  width: 55%;
  float: left;
}

.wickedpicker__controls {
  direction: ltr;
}

footer .content {
  max-width: 1150px;
  width: 100%;
}

footer .rights {
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin: auto;
}
footer .rights:before, footer .rights:after {
  clear: both;
  content: "";
  display: block;
}
footer .rights .rights-inner {
  float: right;
  width: 50%;
}
footer .rights .rights-logos {
  width: 45%;
  float: left;
  text-align: left;
}
footer .rights .rights-logos:before, footer .rights .rights-logos:after {
  clear: both;
  content: "";
  display: block;
}
footer .rights .rights-logos .rights-logo-item {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
footer .rights .rights-logos .rights-logo-item img {
  max-width: 100%;
}

.simple-page-inner {
  position: relative;
  height: calc( 100vh - 40px );
  margin-top: 40px;
}
.simple-page-inner:before, .simple-page-inner:after {
  content: "";
  clear: both;
  display: block;
}
.simple-page-inner .absolute-price-table {
  left: auto;
  right: 2rem;
  top: 1rem;
}
.simple-page-inner .simple-page-title {
  color: #FFFFFF;
}
.simple-page-inner .white-site-logo img {
  max-width: 150px;
}
.simple-page-inner .dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-page-inner .centered-content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 10;
}
.simple-page-inner .simple-page-content-inner {
  padding: 30px 25px;
  height: calc( 100vh - 40px);
  overflow-x: scroll;
}
.simple-page-inner .content-wp p {
  margin-bottom: 2rem;
}
.simple-page-inner .content-header {
  background: #C1272D;
  color: #FFFFFF;
  padding: 10px;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "raanancondensed";
  margin-bottom: 30px;
}
.simple-page-inner .simple-page-thumb {
  width: 50%;
  height: calc( 100vh - 40px);
  float: right;
}
.simple-page-inner .simple-page-thumb .simple-page-thumb-bg {
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
.simple-page-inner .simple-page-content {
  width: 50%;
  float: right;
}

.home-top-banner .inner-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
.home-top-banner .home-top-banner-bg {
  height: 450px;
  position: relative;
  display: table;
  width: 100%;
  background-position: top center;
}
.home-top-banner .home-top-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-top-banner .home-top-banner-inner-content {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 5;
}
.home-top-banner .home-top-banner-title {
  font-size: 65px;
  font-family: "raanancondensed";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
}
.home-top-banner .home-top-banner-description {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-top-banner .home-top-banner-link {
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 80px;
  font-size: 26px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.home-top-banner .home-top-banner-link:hover, .home-top-banner .home-top-banner-link:focus {
  background: #C1272D;
  border: 2px solid #C1272D;
}

.align-section-title {
  text-align: right;
  padding-right: 20px;
}

.cats-masonry-grid:after {
  content: "";
  display: block;
  clear: both;
}
.cats-masonry-grid .grid-gutter {
  width: 1.3%;
}
.cats-masonry-grid .grid-item {
  float: right;
  width: 24%;
  height: 200px;
  background: #0071BC;
  border: 0;
  counter-increment: item;
  margin-bottom: 20px;
}
.cats-masonry-grid .grid-item--height2 {
  height: 420px;
}

#facebook .inner-wrapper {
  padding-top: 20px;
}

.categories-section .inner-wrapper {
  padding: 60px 100px 20px 100px !important;
}
.categories-section .section-content-wrapper {
  margin: 20px auto;
  width: calc( 100% - 10px );
}
.categories-section .grid-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.categories-section .grid-item-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
}
.categories-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.categories-section .grid-item-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  position: relative;
  padding: 0 20px;
  font-weight: 500;
  font-size: 24px;
}
.categories-section .grid-item-title-inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.categories-section .grid-item-inner:hover .grid-item-title-inner {
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.breadcrumbs-wrapper {
  margin-bottom: 20px;
}
.breadcrumbs-wrapper ul:before, .breadcrumbs-wrapper ul:after {
  clear: both;
  display: block;
  content: "";
}
.breadcrumbs-wrapper ul li {
  float: right;
  margin-left: 10px;
}
.breadcrumbs-wrapper ul li a {
  display: inline-block;
  color: #FFFFFF;
  background: #C1272D;
  padding: 3px 6px;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.breadcrumbs-wrapper ul li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  display: inline-block;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #C1272D transparent transparent;
  position: absolute;
  left: -6px;
  top: 5px;
}
.breadcrumbs-wrapper ul li a.current {
  background: #0071BC;
}
.breadcrumbs-wrapper ul li a.current:after {
  display: none;
}

.post-type-archive-encyclopedia .section.opening {
  height: 60vh;
}
.post-type-archive-encyclopedia .section.opening .logo-tagline {
  bottom: calc( 38% - 30px );
}

#complaint-form {
  width: 100%;
  margin: 0;
  font-family: "Almoni-dl";
}
#complaint-form .form-group.row {
  margin-bottom: 10px;
}
#complaint-form .form-group.row:before, #complaint-form .form-group.row:after {
  clear: both;
  content: "";
  display: block;
}
#complaint-form .form-group.row .col-form-label {
  float: right;
  width: 40%;
  text-align: right;
}
#complaint-form .form-group.row .col-sm-4 {
  float: right;
  width: 58%;
}
#complaint-form .form-group.row .col-sm-4 input,
#complaint-form .form-group.row .col-sm-4 select,
#complaint-form .form-group.row .col-sm-4 textarea {
  width: 100%;
  font-family: "Almoni-dl";
}
#complaint-form .form-group.row .col-sm-4 input,
#complaint-form .form-group.row .col-sm-4 select {
  height: 32px;
}
#complaint-form .form-group.row .col-sm-4 textarea {
  height: 80px;
}
#complaint-form .form-group.row .btn-primary {
  height: 32px;
  color: #FFFFFF;
  background: #C1272D;
  width: auto;
  float: right;
  border: 0;
  font-size: 20px;
  padding: 0 20px;
  font-family: "Almoni-dl";
  margin: 10px 0;
}

#popup-complaint .ajax-response {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 20px;
  display: none;
}

/************************************
RESPONSIVE
************************************/
@media screen and (max-width: 1326px) {
  .the-socials {
    bottom: 220px;
  }
}
@media screen and (max-width: 960px) {
  span.inline-input-wrapper.age {
    clear: both;
  }

  .related-faqs-item {
    width: 100%;
  }

  div#open-complaint {
    width: 150px;
    height: auto;
    line-height: 1;
    padding: 5px;
  }

  .cats-masonry-grid .grid-item {
    width: 49%;
  }

  .related-faqs-section .section-content article {
    width: 100%;
    margin-left: 0;
  }

  .related-faqs-section .section-content article img {
    width: 100%;
  }

  .section .inner-wrapper .section-grid.grid-3 .item {
    width: 48%;
    margin: 1%;
  }

  .section .inner-wrapper {
    padding: 40px;
  }

  .home .section.opening {
    height: 100vh;
  }
  .home .absolute-price-table {
    top: 6rem;
  }

  .section.opening {
    height: 160vh;
  }

  .absolute-price-table {
    top: 5rem;
  }

  .section.opening .logo-tagline {
    bottom: calc( 50% - 60px ) !important;
  }

  .front-down {
    bottom: 20px;
  }

  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .content .part {
    width: 100%;
  }

  .the-socials {
    bottom: 153px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-encyclopedia #container .absolute-price-table {
    display: none;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline {
    bottom: auto !important;
    top: 55px;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline img {
    max-width: 80px;
  }
  .post-type-archive-encyclopedia .section.opening .logo-tagline h2.special {
    font-size: 30px;
    margin-top: 15px;
  }

  .single-category-details .single-category-thumbnail,
.single-category-details .single-category-content {
    width: 100%;
  }

  div#open-complaint {
    position: absolute;
    top: 0;
    left: 100px;
    width: calc( 100% - 150px );
    height: 50px;
    color: #fff;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .related-questions-section .wrapper.is-related a .item .image {
    height: 130px !important;
  }

  .like-rate .rate-stars {
    left: 0;
    top: 40px;
    width: 195px;
    padding: 5px;
  }

  .ask-question-btn-wrapper {
    position: relative;
    top: calc( 50% - 50px );
  }
  .ask-question-btn-wrapper .ask-question-btn {
    width: auto;
    border: 0;
    margin: auto;
    display: block;
    height: 30px;
    font-size: 15px;
    color: #fff;
    font-family: "Almoni-dl";
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    background: #C1272D;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive-encyclopedia .section.opening .logo-tagline {
    top: 100px;
  }
  .post-type-archive-encyclopedia #front-down {
    bottom: 90px;
    display: none;
  }

  #popup-price-table.popup .inner-big {
    height: auto !important;
  }

  .the-circle .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: max-content;
  }

  #popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
    font-size: 16px !important;
  }

  #open-price-table .is-icon {
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
  }

  .simple-page-inner .simple-page-thumb,
.simple-page-inner .simple-page-content {
    width: 100%;
  }

  .simple-page-inner .absolute-price-table {
    display: none;
  }

  .simple-page-inner .simple-page-title {
    font-size: 18px;
  }

  .cats-masonry-grid .grid-item {
    width: 100%;
  }

  .categories-section .inner-wrapper {
    padding: 20px;
  }

  .section .inner-wrapper .section-header h4 {
    font-size: 34px;
  }

  .align-section-title {
    text-align: center;
  }

  .section .inner-wrapper .section-grid.grid-3 .item {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .section .inner-wrapper {
    padding: 20px;
  }

  .related-faqs-section .section-content article h3 {
    font-size: 36px;
  }

  footer .rights .rights-inner,
footer .rights .rights-logos {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 20px;
  }

  .wickedpicker {
    right: 8px !important;
  }

  .section.opening .logo-tagline {
    bottom: calc( 50% - -5px) !important;
  }

  .popup .half.b-blue {
    height: 100%;
  }

  .complaint_iframe_wrapper iframe {
    height: 220px !important;
  }

  #popup-complaint .inner {
    height: calc(100% - 40px);
  }

  .home .section.opening .logo-tagline {
    bottom: auto !important;
    top: 65px;
  }
  .home .absolute-price-table {
    display: none;
  }
  .home .section.opening .logo-tagline .logo {
    width: 95px;
  }

  #popup-price-table .table-title {
    font-size: 19px !important;
    font-weight: bold;
  }

  #popup-price-table .table-element thead tr td {
    font-weight: bold;
  }

  .cover.is-category-page .absolute-price-table {
    display: none !important;
  }
}
.absolute-price-table .table-element thead tr td {
  font-weight: bold;
}

.related-faqs-carousel .slick-arrow {
  position: absolute;
}

.related-questions-section .wrapper.is-related {
  width: 100% !important;
  margin: 0 !important;
}
.related-questions-section .wrapper.is-related .slick-slide {
  margin: 0 10px;
}
.related-questions-section .wrapper.is-related a .item {
  width: 100% !important;
  margin: 0 !important;
}
.related-questions-section .wrapper.is-related a .item .image {
  height: 200px;
  padding-bottom: 0 !important;
}

#popup-price-table.popup .inner-big {
  height: calc( 100% - 140px );
}

#popup-price-table .table-title {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  background: #C1272D;
  font-size: 17px;
}
#popup-price-table .table-element {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 5px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-collapse: inherit;
}
#popup-price-table .table-element tr:nth-child(even) {
  background-color: #ecf0f1;
}
#popup-price-table .table-element thead {
  background-color: #ecf0f1;
}
#popup-price-table .table-element thead tr td {
  padding: 6px 0;
}
#popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
  font-size: 14px;
  text-align: center;
}
#popup-price-table .table-element thead td,
#popup-price-table .table-element tbody td {
  vertical-align: middle;
  padding: 0;
}
#popup-price-table .table-element tfoot {
  text-align: left;
}
#popup-price-table .table-element tfoot td {
  padding: 6px 8px 0 8px;
  font-size: 14px;
}
#popup-price-table .table-element tbody tr td {
  padding: 6px 0;
}

.mobile-calc-trigger {
  background: #C1272D;
  color: white;
  height: 30px;
  padding: 4px 10px;
}

.popup .inner.search {
  top: 25%;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
  .home #container {
    padding-top: 10px;
  }

  .categories-section .inner-wrapper {
    padding: 20px 30px;
  }

  .front-down {
    width: 30px;
    height: 30px;
    line-height: 26px !important;
  }

  .section.opening .logo-tagline {
    bottom: calc( 62% - 60px) !important;
  }
  .section.opening .logo-tagline h2 br {
    display: none;
  }

  .section.opening .logo-tagline .logo {
    width: 80px;
  }

  .simple-page-inner .absolute-price-table {
    display: none;
  }

  .home .absolute-price-table {
    display: none;
  }

  h2.special {
    font-size: 30px;
    margin-top: 10px;
  }

  #front-down {
    bottom: 10px;
  }

  .section .inner-wrapper .section-header h4 {
    font-size: 36px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  #popup-price-table.popup .inner-big {
    height: auto !important;
  }

  .the-circle .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 100px;
  }

  #popup-price-table .table-element thead,
#popup-price-table .table-element tbody {
    font-size: 16px !important;
  }

  #open-price-table .is-icon {
    color: #FFFFFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
  }
}
.suggestion-post-publish-date {
  font-size: 13px;
  color: silver;
  font-family: "Almoni-dl";
}

.awesomplete {
  width: 100%;
}

.xdsoft_noselect {
  z-index: 9999999 !important;
}

.section.opening .search-wrapper,
.cover .search-wrapper {
  position: absolute;
  top: calc( 50% + 30px );
  width: 700px;
  height: 40px;
  left: 50%;
  margin-left: -350px;
}
.section.opening .search-wrapper form,
.cover .search-wrapper form {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.section.opening .search-wrapper form input,
.cover .search-wrapper form input {
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: white;
  padding-right: 50px;
}
.section.opening .search-wrapper form input#searchsubmit,
.cover .search-wrapper form input#searchsubmit {
  height: 32px;
  margin-top: 10px;
}
.section.opening .search-wrapper form input[type=submit],
.cover .search-wrapper form input[type=submit] {
  padding-right: 10px;
  padding-left: 10px;
}
.section.opening .search-wrapper .fa-search,
.cover .search-wrapper .fa-search {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: white;
}
.section.opening .search-wrapper .fa-circle-o-notch,
.cover .search-wrapper .fa-circle-o-notch {
  position: absolute;
  left: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section.opening .search-wrapper .fa-circle-o-notch.show,
.cover .search-wrapper .fa-circle-o-notch.show {
  opacity: 1;
  visibility: visible;
}

.post-type-archive-encyclopedia #search_widget-sidebar {
  margin-top: 0;
}
.post-type-archive-encyclopedia .section.opening .search-wrapper {
  top: calc( 60% + 30px );
}
.post-type-archive-encyclopedia .section.opening .search-wrapper form input#searchsubmit {
  height: 32px;
  margin-top: 10px;
}
.post-type-archive-encyclopedia .section.opening .logo-tagline {
  bottom: calc( 38% - 30px );
}

.section.fourofour .search-wrapper {
  position: relative;
  width: 630px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.section.fourofour .search-wrapper form {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.section.fourofour .search-wrapper form input {
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: white;
  padding-right: 50px;
}
.section.fourofour .search-wrapper .fa-search {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: white;
}
.section.fourofour .search-wrapper .fa-circle-o-notch {
  position: absolute;
  left: 20px;
  top: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section.fourofour .search-wrapper .fa-circle-o-notch.show {
  opacity: 1;
  visibility: visible;
}

.cover .search-wrapper {
  height: auto !important;
  position: static !important;
  display: block;
  margin: 20px auto 0;
}
.cover .search-wrapper form {
  height: 40px;
}

#search-again {
  text-decoration: underline;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
  cursor: pointer;
}
#search-again:hover {
  color: #C1272D;
}

.popup .inner.search .search-wrapper form input {
  text-align: right !important;
}

@media screen and (max-width: 960px) {
  .section.opening .search-wrapper {
    display: block;
    position: relative;
    width: 96%;
    height: auto;
    left: auto;
    margin: 20px auto;
  }

  .section.opening .search-wrapper form input {
    height: 40px;
  }

  .home .section.opening .search-wrapper form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .cover .headline .search-wrapper {
    width: calc( 100% - 40px );
  }

  .section.fourofour .search-wrapper {
    width: 100%;
  }

  .algolia-autocomplete .aa-dropdown-menu {
    height: 100%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
  .section.opening .search-wrapper {
    top: calc( 26% + 90px ) !important;
  }
}
@media screen and (max-width: 480px) {
  #search_widget-sidebar {
    margin-top: 0;
  }

  .section.opening .search-wrapper {
    top: calc( 50% - 30px ) !important;
  }
}
.algolia-autocomplete {
  max-width: 570px;
}
.algolia-autocomplete .aa-dropdown-menu {
  box-shadow: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  height: 60vh;
}
.algolia-autocomplete .aa-dropdown-menu h6 {
  font-size: 1.3rem;
}
.algolia-autocomplete .aa-dropdown-menu .is-faq {
  background: #0071BC;
  color: #FFFFFF;
}
.algolia-autocomplete .aa-dropdown-menu .encyclopedia {
  background: #828a8a;
  color: #FFFFFF;
}
.algolia-autocomplete .aa-dropdown-menu li {
  list-style: none;
  position: relative;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link {
  clear: both;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link .image {
  position: static;
  float: right;
  max-height: 70px;
  max-width: 70px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  padding: 0 30px;
}

input#like-search::-webkit-input-placeholder {
  color: #FFF !important;
  opacity: 1;
}
input#like-search:-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
input#like-search::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
input#like-search:-ms-input-placeholder {
  color: #FFF !important;
  opacity: 1;
}

i#main-search-x {
  display: none;
}

#search_widget-sidebar {
  margin-top: 10px;
}
#search_widget-sidebar input#s {
  direction: rtl;
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  outline: 0;
  font-family: "Almoni-dl";
  font-size: 19px;
  color: white;
  padding-right: 50px;
}
#search_widget-sidebar input#searchsubmit {
  display: none;
}

.search-menu-wrapper {
  margin-top: 40px;
}
.search-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-menu-wrapper li {
  display: inline-block;
  width: 23%;
  margin-right: 2.66666667%;
  text-align: center;
}
.search-menu-wrapper li:first-child {
  margin-right: 0;
}
.search-menu-wrapper li.selected a {
  background: #C1272D;
  border: 2px solid #C1272D;
}
.search-menu-wrapper li.selected a:hover, .search-menu-wrapper li.selected a:focus {
  border: 2px solid #FFFFFF;
}
.search-menu-wrapper li a {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.search-menu-wrapper li a:hover, .search-menu-wrapper li a:focus {
  background: #C1272D;
  border: 2px solid #C1272D;
}

.search-results, .aa-dropdown-menu, .algolia-autocomplete {
  height: 100%;
}

.algolia-autocomplete {
  top: 0px !important;
  left: 0 !important;
}
.algolia-autocomplete * {
  font-family: "Almoni-dl";
}

.autocomplete-footer-ask-question {
  text-align: center;
}
.autocomplete-footer-ask-question button {
  background: #C1272D;
  border: 0;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  padding: 20px 10px;
  font-size: 20px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.aa-dropdown-menu .aa-suggestion {
  padding: 0;
}

.type.encyclopedia {
  background-color: #0071BC;
}

@media screen and (max-width: 480px) {
  .suggestion-post-title-is-faq {
    max-width: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .aa-dropdown-menu {
    height: calc( 100% - 50px );
  }
}
@media only screen and (min-width: 800px) {
  #popup-ask-question .inner {
    position: absolute;
    left: 50%;
    top: 10vh;
    margin-left: -525px;
    margin-top: 0;
    width: 1050px;
    height: 80vh;
    background-color: white;
    padding: 10px;
  }
}
#popup-ask-question div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}
#popup-ask-question .b-blue {
  background: #0071BC !important;
  border: 4px solid white;
}
#popup-ask-question .ask-question-wrapper {
  position: relative;
  max-height: 100%;
  height: 100%;
  overflow-x: auto;
  padding: 20px 0;
}
#popup-ask-question .ask-question-wrapper h3 {
  text-align: center;
  font-size: 42px;
  color: #000000;
  margin: 0 0 20px 0;
}
#popup-ask-question form {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#popup-ask-question form input,
#popup-ask-question form select {
  border: 2px solid #000000;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  color: #000000;
  padding: 0 20px;
  font-family: "Almoni-dl";
  font-size: 19px;
  text-align: right;
  margin-bottom: 10px;
  border-radius: 25px;
  outline: 0;
}
#popup-ask-question form input::-webkit-input-placeholder,
#popup-ask-question form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
}
#popup-ask-question form input::-moz-placeholder,
#popup-ask-question form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
#popup-ask-question form input:-ms-input-placeholder,
#popup-ask-question form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
}
#popup-ask-question form input:-moz-placeholder,
#popup-ask-question form select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
#popup-ask-question form input.wpcf7-not-valid,
#popup-ask-question form select.wpcf7-not-valid {
  border: 2px solid red;
}
#popup-ask-question form textarea {
  border: 2px solid #000000;
  width: 100%;
  height: 140px;
  background: #FFFFFF;
  color: #000000;
  padding: 0 20px;
  font-family: "Almoni-dl";
  font-size: 19px;
  padding: 12px;
  text-align: right;
  margin-bottom: 10px;
  border-radius: 25px;
  outline: 0;
}
#popup-ask-question form textarea.wpcf7-not-valid {
  border: 2px solid red;
}
#popup-ask-question form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
}
#popup-ask-question form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
#popup-ask-question form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
}
#popup-ask-question form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
#popup-ask-question .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#popup-ask-question .form-row:before, #popup-ask-question .form-row:after {
  content: "";
  clear: both;
  display: block;
}
#popup-ask-question .form-row .form-item {
  width: 48%;
}
#popup-ask-question .form-row.full-row .form-item {
  width: 97%;
}
#popup-ask-question .is-submit-row input[type=submit] {
  background: #0071BC;
  border-color: #0071BC;
  color: #FFFFFF;
  max-width: 200px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #popup-ask-question .ask-question-wrapper {
    padding: 20px;
  }
}
#popup-complaint .inner {
  max-height: 562.5px;
  height: 90vh;
  margin-top: calc(-90vh / 2);
}
#popup-complaint .wrapper {
  overflow-y: scroll;
  height: 100%;
}
#popup-complaint form {
  max-width: 50%;
  width: 90%;
  padding-bottom: 20px;
}
#popup-complaint .form-row {
  display: flex;
}
#popup-complaint .form-row .form-item {
  margin: 5px;
  width: 100%;
  flex: 1;
}
#popup-complaint .form-row .form-item select::-webkit-input-placeholder, #popup-complaint .form-row .form-item input::-webkit-input-placeholder, #popup-complaint .form-row .form-item textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF !important;
  direction: rtl;
}
#popup-complaint .form-row .form-item select::-moz-placeholder, #popup-complaint .form-row .form-item input::-moz-placeholder, #popup-complaint .form-row .form-item textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF !important;
  direction: rtl;
}
#popup-complaint .form-row .form-item select:-ms-input-placeholder, #popup-complaint .form-row .form-item input:-ms-input-placeholder, #popup-complaint .form-row .form-item textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF !important;
  direction: rtl;
}
#popup-complaint .form-row .form-item select:-moz-placeholder, #popup-complaint .form-row .form-item input:-moz-placeholder, #popup-complaint .form-row .form-item textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF !important;
  direction: rtl;
}
#popup-complaint .form-row select {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: transparent;
  font-family: "Almoni-dl";
  padding: 0 2px;
  font-size: 16px;
  height: 40px;
  width: 100%;
  color: white;
  border: white 2px solid;
}
#popup-complaint .wpcf7-submit:hover {
  background-color: #C1272D;
  border-color: #C1272D;
}

@media only screen and (max-width: 800px) and (min-width: 0px) {
  #popup-complaint form {
    max-width: 100%;
  }
  #popup-complaint .inner {
    margin-top: 0;
  }
}

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