@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&subset=hebrew");
@import url(../fonts/font-awesome-4.7.0/css/font-awesome.css);
@import url(../fonts/Open-Sans/style.css);
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(../plugins/fancybox/jquery.fancybox.css);
@import url(../plugins/Swiper-4.0.3/css/swiper.css);
@import url(../plugins/OwlCarousel2-2.2.1/owl.carousel.css);
@import url(../plugins/OwlCarousel2-2.2.1/owl.theme.default.css);
@import url(../plugins/slick/slick.css);
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/****/
@-webkit-keyframes goUp {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: 100%; } }
@keyframes goUp {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: 100%; } }
.goUp {
  -webkit-animation-name: goUp;
  animation-name: goUp; }

/****/
@-webkit-keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.goLeft {
  -webkit-animation-name: goLeft;
  animation-name: goLeft; }

/****/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes bounce_small {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce_small {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 5vw;
  width: 5vw;
  text-align: center;
  font-size: 4vw;
  line-height: 5vw;
  color: white;
  z-index: 9999;
  margin: auto; }
  .arrow.arrow-prev {
    right: 0px; }
  .arrow.arrow-next {
    left: 0px; }

.pagination-holder {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination-holder .swiper-pagination {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    height: 30px;
    padding: 10px 30px;
    border-radius: 30px; }
    @media only screen and (max-width: 720px) {
      .pagination-holder .swiper-pagination {
        height: 12px;
        padding: 0px;
        background: none; } }
    .pagination-holder .swiper-pagination .swiper-pagination-bullet {
      line-height: 30px;
      width: 12px;
      height: 12px;
      margin: 10px 3px;
      background: white;
      opacity: 1; }
      .pagination-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000000; }

.swiper-slide {
  overflow: hidden; }

.fancybox-inner {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  /* Lets it scroll lazy */ }

.swiper-container {
  position: relative; }

.fancybox-overlay {
  background: white; }

.fancybox-outer .fancybox-inner {
  overflow: visible !important; }

.fancybox-wrap.fancybox-opened .fancybox-skin {
  box-shadow: none; }
.fancybox-wrap .fancybox-close {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background: url("../images/close.png") center center no-repeat; }
.fancybox-wrap .fancybox-nav {
  position: fixed; }
  .fancybox-wrap .fancybox-nav span {
    width: 70px;
    height: 70px;
    margin-top: -40px; }
  .fancybox-wrap .fancybox-nav.fancybox-next span {
    background: url("../images/right.png") center center no-repeat; }
  .fancybox-wrap .fancybox-nav.fancybox-prev span {
    background: url("../images/left.png") center center no-repeat; }

html {
  font-size: 10px;
  font-size: 62.5%; }

html, body {
  height: 100%; }

h1, h2, h3, h4, h5, p, a, div, span, body, html, section, ul, li {
  margin: 0px;
  padding: 0px; }

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

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  line-height: 1; }

body {
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-scroll {
    overflow: hidden; }
  body.blur #main, body.blur #header, body.blur #footer {
    filter: blur(4px);
    -webkit-filter: blur(4px); }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.ofh {
  overflow: hidden; }

.OFH {
  overflow: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.float {
  float: right; }

.float-start {
  float: right; }

.float-end {
  float: left; }

.float-reverse {
  float: left; }

.float-AS {
  float: right; }

.float-AS-reverse {
  float: left; }

.float-AC {
  float: right; }

.float-AC-reverse {
  float: left; }

.float-AE {
  float: left; }

.float-AE-reverse {
  float: right; }

.top {
  z-index: 99999; }

.clear {
  clear: both;
  display: table; }

.hide {
  display: none !important; }

.block {
  display: block; }

.show {
  display: block !important; }

.pointer {
  cursor: pointer; }

.cursor {
  cursor: pointer; }

.LTR {
  direction: 'ltr'; }

.RTL {
  direction: 'rtl'; }

.AC {
  text-align: center; }

.AJ {
  text-align: justify; }

.AS {
  text-align: start; }

.AE {
  text-align: end; }

.justify {
  text-align: justify; }

.TDN {
  text-decoration: none; }

.TDO {
  text-decoration: underline !important; }

.TDU {
  text-decoration: underline !important; }

.TDL {
  text-decoration: line-through !important; }

.LSN {
  list-style-type: none !important; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

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

.holder.flexbox, .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: " "; }

.after-clear::after {
  clear: both;
  content: " ";
  display: table; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.box-1 {
  width: 8.3333333333%; }

.box-2 {
  width: 16.6666666667%; }

.box-3 {
  width: 25%; }

.box-4 {
  width: 33.3333333333%; }

.box-5 {
  width: 41.6666666667%; }

.box-6 {
  width: 50%; }

.box-7 {
  width: 58.3333333333%; }

.box-8 {
  width: 66.6666666667%; }

.box-9 {
  width: 75%; }

.box-10 {
  width: 83.3333333333%; }

.box-11 {
  width: 91.6666666667%; }

.box-12 {
  width: 100%; }

.box-20 {
  width: 20%; }

@media (max-width: 4000px) {
  .uhd-box-1 {
    width: 8.3333333333%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-2 {
    width: 16.6666666667%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-3 {
    width: 25%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-4 {
    width: 33.3333333333%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-5 {
    width: 41.6666666667%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-6 {
    width: 50%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-7 {
    width: 58.3333333333%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-8 {
    width: 66.6666666667%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-9 {
    width: 75%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-10 {
    width: 83.3333333333%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-11 {
    width: 91.6666666667%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-box-12 {
    width: 100%; }

  .uhd-box-20 {
    width: 20%; }

  .uhd-hide {
    display: none !important; }

  .hide.uhd-show {
    display: block !important; } }
@media (max-width: 2000px) {
  .hd-box-1 {
    width: 8.3333333333%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-2 {
    width: 16.6666666667%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-3 {
    width: 25%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-4 {
    width: 33.3333333333%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-5 {
    width: 41.6666666667%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-6 {
    width: 50%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-7 {
    width: 58.3333333333%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-8 {
    width: 66.6666666667%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-9 {
    width: 75%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-10 {
    width: 83.3333333333%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-11 {
    width: 91.6666666667%; }

  .hd-box-20 {
    width: 20%; }

  .hd-box-12 {
    width: 100%; }

  .hd-box-20 {
    width: 20%; }

  .hd-hide {
    display: none !important; }

  .hide.hd-show {
    display: block !important; } }
@media (max-width: 1480px) {
  .laptop-box-1 {
    width: 8.3333333333%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-2 {
    width: 16.6666666667%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-3 {
    width: 25%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-4 {
    width: 33.3333333333%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-5 {
    width: 41.6666666667%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-6 {
    width: 50%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-7 {
    width: 58.3333333333%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-8 {
    width: 66.6666666667%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-9 {
    width: 75%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-10 {
    width: 83.3333333333%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-11 {
    width: 91.6666666667%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-box-12 {
    width: 100%; }

  .laptop-box-20 {
    width: 20%; }

  .laptop-hide {
    display: none !important; }

  .hide.laptop-show {
    display: block !important; } }
@media (max-width: 1240px) {
  .laptop_small-box-1 {
    width: 8.3333333333%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-2 {
    width: 16.6666666667%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-3 {
    width: 25%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-4 {
    width: 33.3333333333%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-5 {
    width: 41.6666666667%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-6 {
    width: 50%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-7 {
    width: 58.3333333333%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-8 {
    width: 66.6666666667%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-9 {
    width: 75%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-10 {
    width: 83.3333333333%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-11 {
    width: 91.6666666667%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-box-12 {
    width: 100%; }

  .laptop_small-box-20 {
    width: 20%; }

  .laptop_small-hide {
    display: none !important; }

  .hide.laptop_small-show {
    display: block !important; } }
@media (max-width: 980px) {
  .tablet-box-1 {
    width: 8.3333333333%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-2 {
    width: 16.6666666667%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-3 {
    width: 25%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-4 {
    width: 33.3333333333%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-5 {
    width: 41.6666666667%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-6 {
    width: 50%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-7 {
    width: 58.3333333333%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-8 {
    width: 66.6666666667%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-9 {
    width: 75%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-10 {
    width: 83.3333333333%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-11 {
    width: 91.6666666667%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-box-12 {
    width: 100%; }

  .tablet-box-20 {
    width: 20%; }

  .tablet-hide {
    display: none !important; }

  .hide.tablet-show {
    display: block !important; } }
@media (max-width: 720px) {
  .mobile-box-1 {
    width: 8.3333333333%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-2 {
    width: 16.6666666667%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-3 {
    width: 25%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-4 {
    width: 33.3333333333%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-5 {
    width: 41.6666666667%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-6 {
    width: 50%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-7 {
    width: 58.3333333333%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-8 {
    width: 66.6666666667%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-9 {
    width: 75%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-10 {
    width: 83.3333333333%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-11 {
    width: 91.6666666667%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-box-12 {
    width: 100%; }

  .mobile-box-20 {
    width: 20%; }

  .mobile-hide {
    display: none !important; }

  .hide.mobile-show {
    display: block !important; } }
@media (max-width: 340px) {
  .small_mobile-box-1 {
    width: 8.3333333333%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-2 {
    width: 16.6666666667%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-3 {
    width: 25%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-4 {
    width: 33.3333333333%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-5 {
    width: 41.6666666667%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-6 {
    width: 50%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-7 {
    width: 58.3333333333%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-8 {
    width: 66.6666666667%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-9 {
    width: 75%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-10 {
    width: 83.3333333333%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-11 {
    width: 91.6666666667%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-box-12 {
    width: 100%; }

  .small_mobile-box-20 {
    width: 20%; }

  .small_mobile-hide {
    display: none !important; }

  .hide.small_mobile-show {
    display: block !important; } }
.flexrow {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center; }
  .flexrow.flexrow-space .box, .flexrow.flexrow-spacing .box {
    padding: 10px;
    box-sizing: border-box; }
  .flexrow.flexrow-AS {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .flexrow.flexrow-AE {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row::after {
    clear: both;
    content: " ";
    display: table; }
  .row .box {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 5px; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #272727;
  font-family: "Heebo", sans-serif; }

h1 {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1; }
  @media only screen and (max-width: 1480px) {
    h1 {
      font-size: 45px;
      font-size: 4.5rem;
      line-height: 1; } }
  @media only screen and (max-width: 980px) {
    h1 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.35; } }
  @media only screen and (max-width: 720px) {
    h1 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.35; } }

h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1; }
  @media only screen and (max-width: 1480px) {
    h2 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1; } }
  @media only screen and (max-width: 980px) {
    h2 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.35; } }
  @media only screen and (max-width: 720px) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.35; } }

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400; }
  @media only screen and (max-width: 1480px) {
    h3 {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1; } }
  @media only screen and (max-width: 980px) {
    h3 {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.35; } }
  @media only screen and (max-width: 720px) {
    h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35; } }

h4 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400; }
  @media only screen and (max-width: 1480px) {
    h4 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1; } }
  @media only screen and (max-width: 980px) {
    h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35; } }
  @media only screen and (max-width: 720px) {
    h4 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.35; } }

.section-header {
  position: relative;
  margin-bottom: 30px; }
  .section-header.after-line {
    padding-bottom: 20px; }
    .section-header.after-line:after {
      position: absolute;
      bottom: 0px;
      right: 0px;
      margin: auto;
      width: 50px;
      height: 5px;
      border-radius: 5px;
      content: "";
      background: #efba1c; }
  .section-header.section-header-center {
    text-align: center; }
    .section-header.section-header-center.after-line:after {
      right: 0; }
  @media only screen and (max-width: 720px) {
    .section-header {
      margin-bottom: 15px; } }

.section-headline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.35;
  font-weight: 400;
  border: 3px solid #efba1c;
  color: #efba1c;
  display: inline-block;
  margin: 0 auto 10px;
  width: auto;
  padding: 5px 40px; }
  @media only screen and (max-width: 720px) {
    .section-headline {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.35; } }

.section-subline {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 200; }
  @media only screen and (max-width: 720px) {
    .section-subline {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.35; } }

.text-style {
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35; }
  @media only screen and (max-width: 720px) {
    .text-style {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.35; } }

.fa {
  line-height: inherit; }

label.error {
  text-align: right;
  color: red;
  position: relative; }

.label {
  display: block; }

.input {
  display: block;
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  background: white;
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Heebo", sans-serif;
  appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 6px;
  color: #424242;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  resize: none; }
  .input.textarea {
    padding-top: 10px;
    height: 100px; }
  .input::-webkit-input-placeholder {
    font-weight: 400;
    color: #949494; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
    color: #949494; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    color: #949494; }
  .input:-ms-input-placeholder {
    font-weight: 400;
    color: #949494; }

.btn {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.125;
  font-weight: 700;
  line-height: 50px;
  background: #272727;
  color: white;
  height: 50px;
  border: none;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  padding: 0px 30px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.current-menu-item {
    background: #0e0e0e;
    color: white; }
  .btn.btn-white {
    background: white;
    color: #272727;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.current-menu-item {
      background: #d9d9d9; }
  .btn.btn-border {
    background: none;
    border: 2px solid #272727;
    color: #272727; }
    .btn.btn-border.btn-white {
      border-color: white;
      color: white;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .btn.btn-border.btn-white:hover, .btn.btn-border.btn-white:focus, .btn.btn-border.btn-white:active, .btn.btn-border.btn-white.active, .btn.btn-border.btn-white.current-menu-item {
        color: #272727; }
  .btn.c2a {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0px 50px; }
    @media only screen and (max-width: 980px) {
      .btn.c2a {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        padding: 0px 30px; } }

img {
  max-width: 100%; }

.media {
  background-size: cover;
  background-position: center center; }
  .media.media-fullscreen {
    width: 100%;
    height: 100vh;
    display: block; }
  .media.parallex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .media.overlay-black:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: " ";
    background: black;
    opacity: 0.5; }
  .media.media-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .media.img-cover {
    overflow: hidden; }
    .media.img-cover img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all 1000ms;
      -moz-transition: all 1000ms;
      -o-transition: all 1000ms;
      transition: all 1000ms; }
    .media.img-cover.clickable {
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .media.img-cover.clickable:hover img, .media.img-cover.clickable:focus img, .media.img-cover.clickable:active img, .media.img-cover.clickable.active img, .media.img-cover.clickable.current-menu-item img {
        transform: translateX(-50%) translateY(-50%) scale(1.2);
        transform-origin: center; }

.square {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .square.square-16X9:after {
    padding-bottom: 56.25%; }
  .square.square-9X16:after {
    padding-bottom: 140%; }
  .square.square-4X3:after {
    padding-bottom: 75%; }
  .square.square-3X4:after {
    padding-bottom: 125%; }

#main {
  position: relative;
  z-index: 1;
  box-sizing: border-box; }

.container {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }
  .container::after {
    clear: both;
    content: " ";
    display: table; }
  @media only screen and (max-width: 720px) {
    .container {
      width: 94%; } }

.box-padding {
  padding: 20px; }
  @media only screen and (max-width: 720px) {
    .box-padding {
      padding: 10px; } }

.section {
  overflow: hidden;
  width: 100%;
  position: relative;
  position: relative;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  background-attachment: fixed; }
  @media only screen and (max-width: 720px) {
    .section {
      background-attachment: scroll; } }
  .section.section-padding {
    padding: 80px 0px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding {
        padding: 40px 0px; } }
  .section.section-padding-top {
    padding-top: 80px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding-top {
        padding-top: 40px; } }
  .section.section-padding-bottom {
    padding-bottom: 80px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding-bottom {
        padding-bottom: 40px; } }

.sections_filter {
  margin-bottom: 30px;
  list-style-type: none; }
  .sections_filter li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 17px; }
  .sections_filter .sections_filter_button {
    background: #424242;
    color: white;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 6px; }
    .sections_filter .sections_filter_button.active {
      background: black; }

.bg-color.overlay {
  background-color: black;
  opacity: 0;
  pointer-events: none;
  z-index: 0; }
  .bg-color.overlay.overlay-op25 {
    opacity: 0.25; }
  .bg-color.overlay.overlay-op50 {
    opacity: 0.50; }
  .bg-color.overlay.overlay-op75 {
    opacity: 0.75; }
  .bg-color.overlay.overlay-op100 {
    opacity: 1; }

.section-multy-isotop-01 .item {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .section-multy-isotop-01 .item .content {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    padding: 5%;
    box-sizing: border-box; }
    .section-multy-isotop-01 .item .content .headline {
      transform: translateY(200px);
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      font-size: 70px;
      font-size: 7rem;
      line-height: 1.35;
      font-weight: 300; }
      @media only screen and (max-width: 1480px) {
        .section-multy-isotop-01 .item .content .headline {
          font-size: 50px;
          font-size: 5rem;
          line-height: 1.35; } }
      @media only screen and (max-width: 980px) {
        .section-multy-isotop-01 .item .content .headline {
          font-size: 40px;
          font-size: 4rem;
          line-height: 1.35; } }
      @media only screen and (max-width: 720px) {
        .section-multy-isotop-01 .item .content .headline {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.35; } }
    .section-multy-isotop-01 .item .content .text-style {
      padding-top: 5px; }
  .section-multy-isotop-01 .item:hover, .section-multy-isotop-01 .item:focus, .section-multy-isotop-01 .item:active, .section-multy-isotop-01 .item.active, .section-multy-isotop-01 .item.current-menu-item {
    -webkit-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
    .section-multy-isotop-01 .item:hover .headline, .section-multy-isotop-01 .item:focus .headline, .section-multy-isotop-01 .item:active .headline, .section-multy-isotop-01 .item.active .headline, .section-multy-isotop-01 .item.current-menu-item .headline {
      transform: translateY(0px) !important; }
    .section-multy-isotop-01 .item:hover .content, .section-multy-isotop-01 .item:focus .content, .section-multy-isotop-01 .item:active .content, .section-multy-isotop-01 .item.active .content, .section-multy-isotop-01 .item.current-menu-item .content {
      opacity: 1; }
  @media only screen and (max-width: 980px) {
    .section-multy-isotop-01 .item {
      -webkit-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
      .section-multy-isotop-01 .item .headline {
        transform: translateY(0px) !important; }
      .section-multy-isotop-01 .item .content {
        opacity: 1; } }
.section-multy-isotop-01 .AC {
  position: relative; }

.section-multy-isotop-02, .section-multy-isotop-03 {
  background: #e6e6e6; }
  .section-multy-isotop-02 .item, .section-multy-isotop-03 .item {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 500px;
    border-radius: 10px;
    color: #272727;
    background: white;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .section-multy-isotop-02 .item img, .section-multy-isotop-03 .item img {
      display: block; }
    .section-multy-isotop-02 .item .content, .section-multy-isotop-03 .item .content {
      opacity: 0.8;
      pointer-events: none;
      padding: 10px;
      box-sizing: border-box; }
      .section-multy-isotop-02 .item .content .text-style, .section-multy-isotop-03 .item .content .text-style {
        padding-top: 5px; }
    .section-multy-isotop-02 .item:hover, .section-multy-isotop-02 .item:focus, .section-multy-isotop-02 .item:active, .section-multy-isotop-02 .item.active, .section-multy-isotop-02 .item.current-menu-item, .section-multy-isotop-03 .item:hover, .section-multy-isotop-03 .item:focus, .section-multy-isotop-03 .item:active, .section-multy-isotop-03 .item.active, .section-multy-isotop-03 .item.current-menu-item {
      -webkit-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 3px 3px 5px 6px rgba(66, 66, 66, 0.3);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
      .section-multy-isotop-02 .item:hover .content, .section-multy-isotop-02 .item:focus .content, .section-multy-isotop-02 .item:active .content, .section-multy-isotop-02 .item.active .content, .section-multy-isotop-02 .item.current-menu-item .content, .section-multy-isotop-03 .item:hover .content, .section-multy-isotop-03 .item:focus .content, .section-multy-isotop-03 .item:active .content, .section-multy-isotop-03 .item.active .content, .section-multy-isotop-03 .item.current-menu-item .content {
        opacity: 1; }
  .section-multy-isotop-02 .AC, .section-multy-isotop-03 .AC {
    position: relative; }

.section-multy-isotop-04 .item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 500px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .section-multy-isotop-04 .item .spacing {
    margin-bottom: 10px; }
  .section-multy-isotop-04 .item .content {
    opacity: 0.8;
    padding: 10px;
    box-sizing: border-box; }
    .section-multy-isotop-04 .item .content .text-style {
      padding-top: 5px; }
  .section-multy-isotop-04 .item:hover .content, .section-multy-isotop-04 .item:focus .content, .section-multy-isotop-04 .item:active .content, .section-multy-isotop-04 .item.active .content, .section-multy-isotop-04 .item.current-menu-item .content {
    opacity: 1; }
.section-multy-isotop-04 .AC {
  position: relative; }

.section-hero-01 {
  color: white; }
  .section-hero-01 .media img {
    display: block;
    width: 100%; }
  .section-hero-01 .content .headline {
    font-size: 4.5vw;
    font-weight: 400; }
    @media only screen and (max-width: 980px) {
      .section-hero-01 .content .headline {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.35; } }
  .section-hero-01 .content .subline {
    font-size: 3vw;
    font-weight: 100;
    margin-bottom: 20px; }
    @media only screen and (max-width: 980px) {
      .section-hero-01 .content .subline {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.35; } }
  .section-hero-01 .arrow-down {
    position: absolute;
    bottom: 100px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    background: white;
    color: #424242;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    z-index: 999;
    box-shadow: 2px 3px 10px 2px rgba(101, 101, 101, 0);
    cursor: pointer;
    -moz-animation: bounce_small 2s infinite;
    -webkit-animation: bounce_small 2s infinite;
    animation: bounce_small 2s infinite;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .section-hero-01 .arrow-down .fa {
      position: relative;
      top: 1px; }
    .section-hero-01 .arrow-down:hover, .section-hero-01 .arrow-down:focus, .section-hero-01 .arrow-down:active, .section-hero-01 .arrow-down.active, .section-hero-01 .arrow-down.current-menu-item {
      box-shadow: 2px 3px 10px 2px #656565;
      background: rgba(255, 255, 255, 0.95); }

.section-video-cover {
  color: white; }
  .section-video-cover video {
    display: block;
    width: 100%; }

.section-contact-01 {
  background-color: black;
  color: white; }
  .section-contact-01.section-padding {
    padding: 30px 0px; }
    @media only screen and (max-width: 720px) {
      .section-contact-01.section-padding {
        padding: 15px 0px; } }
  .section-contact-01.section-padding-top {
    padding-top: 30px; }
    @media only screen and (max-width: 720px) {
      .section-contact-01.section-padding-top {
        padding-top: 15px; } }
  .section-contact-01.section-padding-bottom {
    padding-bottom: 30px; }
    @media only screen and (max-width: 720px) {
      .section-contact-01.section-padding-bottom {
        padding-bottom: 15px; } }

.section-content-01 .container {
  max-width: 920px; }

.section-content-split {
  background: black;
  color: white; }
  .section-content-split .section-content .container {
    padding: 20px 0px; }
    .section-content-split .section-content .container .content {
      max-width: 640px;
      margin: 0 auto; }
  .section-content-split .icon {
    max-width: 50%; }
    @media only screen and (max-width: 980px) {
      .section-content-split .icon {
        max-width: 50%; } }
  @media only screen and (max-width: 720px) {
    .section-content-split.section-content-split-fullwidth .media {
      height: 60vw;
      position: relative; } }
  @media only screen and (max-width: 720px) {
    .section-content-split.section-content-split-half .media {
      height: 100vw;
      position: relative; } }

.landing-logo {
  position: absolute;
  top: 5vh;
  right: 5vw;
  max-width: 250px;
  max-height: 100px;
  z-index: 99; }
  .landing-logo.landing-logo-TS {
    top: 5vh;
    right: 5vw;
    left: auto; }
  .landing-logo.landing-logo-TC {
    top: 5vh;
    right: 5vw;
    left: 5vw;
    margin: auto; }
  .landing-logo.landing-logo-TE {
    top: 5vh;
    right: auto;
    left: 5vw; }

.section-landing-01 .media img {
  display: block;
  width: 100%; }
.section-landing-01 .form-holder {
  z-index: 3;
  width: 50%;
  margin: auto; }
  .section-landing-01 .form-holder.hold-AS {
    right: 0px;
    left: auto; }
  .section-landing-01 .form-holder.hold-AE {
    left: 0px;
    right: auto; }
  .section-landing-01 .form-holder.hold-AC {
    left: 0px;
    right: 0px; }
  .section-landing-01 .form-holder .form {
    position: relative;
    padding: 50px 20px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto; }
    .section-landing-01 .form-holder .form .label {
      margin-bottom: 15px; }
  .section-landing-01 .form-holder .text-style {
    margin-bottom: 30px; }
  .section-landing-01 .form-holder .c2a {
    display: block;
    margin-top: 20px; }
  @media only screen and (max-width: 980px) {
    .section-landing-01 .form-holder {
      width: 100%;
      right: 0px;
      left: 0px;
      position: relative;
      display: block; } }
  @media only screen and (max-width: 1480px) {
    .section-landing-01 .form-holder .form {
      padding: 20px 10px; }
      .section-landing-01 .form-holder .form .label {
        margin-bottom: 10px; }
      .section-landing-01 .form-holder .form .input {
        height: 40px; }
        .section-landing-01 .form-holder .form .input.textarea {
          height: 80px; }
    .section-landing-01 .form-holder .section-header {
      margin-bottom: 15px; }
    .section-landing-01 .form-holder .text-style {
      margin-bottom: 15px; }
    .section-landing-01 .form-holder .c2a {
      margin-top: 10px; } }

.section-landing-02 .media img {
  display: block;
  width: 100%; }
.section-landing-02 .form-holder {
  z-index: 3;
  width: 35%;
  right: 65%;
  margin: auto; }
  .section-landing-02 .form-holder.hold-AS {
    left: 65%;
    right: auto; }
  .section-landing-02 .form-holder.hold-AE {
    right: 65%;
    left: auto; }
  .section-landing-02 .form-holder.hold-AC {
    left: 0px;
    right: 0px; }
  .section-landing-02 .form-holder .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
    .section-landing-02 .form-holder .form .label {
      margin-bottom: 15px; }
  .section-landing-02 .form-holder .text-style {
    margin-bottom: 30px; }
  .section-landing-02 .form-holder .c2a {
    display: block;
    margin-top: 20px; }
  @media only screen and (max-width: 980px) {
    .section-landing-02 .form-holder {
      width: 100%;
      right: 0px !important;
      left: 0px !important;
      position: relative;
      display: block; } }
  @media only screen and (max-width: 1480px) {
    .section-landing-02 .form-holder .form {
      padding: 20px 10px; }
      .section-landing-02 .form-holder .form .label {
        margin-bottom: 10px; }
      .section-landing-02 .form-holder .form .input {
        height: 40px; }
        .section-landing-02 .form-holder .form .input.textarea {
          height: 80px; }
    .section-landing-02 .form-holder .section-header {
      margin-bottom: 15px; }
    .section-landing-02 .form-holder .text-style {
      margin-bottom: 15px; }
    .section-landing-02 .form-holder .c2a {
      margin-top: 10px; } }

.section-landing-03 {
  background: #f0eeee; }
  @media only screen and (min-width: 980px) {
    .section-landing-03 .gall {
      width: 65%; }
      .section-landing-03 .gall.hold-AS {
        left: 0%;
        right: 35%; }
      .section-landing-03 .gall.hold-AE {
        right: 0%;
        left: 35%; }
      .section-landing-03 .gall.hold-AC {
        width: 100%;
        left: 0px;
        right: 0px; } }
  .section-landing-03 .media img {
    display: block;
    width: 100%; }
  .section-landing-03 .form-holder {
    z-index: 3; }
    @media only screen and (min-width: 980px) {
      .section-landing-03 .form-holder {
        width: 35%;
        right: 65%;
        margin: auto; }
        .section-landing-03 .form-holder.hold-AS {
          left: 65%;
          right: auto; }
        .section-landing-03 .form-holder.hold-AE {
          right: 65%;
          left: auto; }
        .section-landing-03 .form-holder.hold-AC {
          left: 0px;
          right: 0px; } }
    .section-landing-03 .form-holder .form {
      position: relative;
      max-width: 400px;
      margin: 0 auto; }
      .section-landing-03 .form-holder .form .label {
        margin-bottom: 15px; }
    .section-landing-03 .form-holder .text-style {
      margin-bottom: 30px; }
    .section-landing-03 .form-holder .c2a {
      display: block;
      margin-top: 20px; }
    @media only screen and (max-width: 980px) {
      .section-landing-03 .form-holder {
        width: 100%;
        right: 0px;
        left: 0px;
        position: relative;
        display: block; } }
    @media only screen and (max-width: 1480px) {
      .section-landing-03 .form-holder .form {
        padding: 20px 10px; }
        .section-landing-03 .form-holder .form .label {
          margin-bottom: 10px; }
        .section-landing-03 .form-holder .form .input {
          height: 40px; }
          .section-landing-03 .form-holder .form .input.textarea {
            height: 80px; }
      .section-landing-03 .form-holder .section-header {
        margin-bottom: 15px; }
      .section-landing-03 .form-holder .text-style {
        margin-bottom: 15px; }
      .section-landing-03 .form-holder .c2a {
        margin-top: 10px; } }

.section-landing-04 {
  color: white; }
  @media only screen and (min-width: 980px) {
    .section-landing-04 .gall {
      height: calc(100vh - 100px); } }
  .section-landing-04 .media img {
    display: block;
    width: 100%; }
  .section-landing-04 .content {
    z-index: 99;
    width: 40%;
    left: auto;
    right: 10%;
    margin: auto;
    pointer-events: none; }
    @media only screen and (min-width: 720px) {
      .section-landing-04 .content.hold-AS {
        left: auto;
        right: 10%; }
      .section-landing-04 .content.hold-AE {
        right: auto;
        left: 10%; }
      .section-landing-04 .content.hold-AC {
        left: 0px;
        right: 0px; } }
    @media only screen and (max-width: 1240px) {
      .section-landing-04 .content {
        width: 500px;
        max-width: 80%; } }
    @media only screen and (max-width: 720px) {
      .section-landing-04 .content {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%; } }
    .section-landing-04 .content .section-headline {
      font-size: 3.7vw;
      font-weight: 400; }
      @media only screen and (max-width: 980px) {
        .section-landing-04 .content .section-headline {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1.35; } }
    .section-landing-04 .content .section-subline {
      font-size: 3vw;
      font-weight: 100;
      margin-bottom: 20px; }
      @media only screen and (max-width: 980px) {
        .section-landing-04 .content .section-subline {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1.35; } }
    .section-landing-04 .content .text-style {
      margin-bottom: 30px; }
      @media only screen and (max-width: 720px) {
        .section-landing-04 .content .text-style {
          margin-bottom: 15px; } }
    .section-landing-04 .content .c2a {
      pointer-events: auto;
      margin-top: 20px; }
      @media only screen and (max-width: 720px) {
        .section-landing-04 .content .c2a {
          margin-top: 10px; } }
  .section-landing-04 .form-holder {
    position: relative;
    z-index: 3;
    padding: 30px 0px; }
    @media only screen and (min-width: 980px) {
      .section-landing-04 .form-holder {
        height: 100px;
        top: auto;
        padding: 0px; } }
    .section-landing-04 .form-holder .form {
      text-align: center;
      position: relative;
      margin: 0 auto; }
    @media only screen and (max-width: 980px) {
      .section-landing-04 .form-holder {
        width: 100%;
        right: 0px;
        left: 0px;
        position: relative;
        display: block; }
        .section-landing-04 .form-holder .label {
          margin-bottom: 15px; } }

.section-landing-05 {
  color: white; }
  .section-landing-05 .media img {
    display: block;
    width: 100%; }
  .section-landing-05 .content {
    margin-bottom: 30px; }
    .section-landing-05 .content .section-header {
      margin-bottom: 10px; }
    .section-landing-05 .content .text-style {
      margin-bottom: 10px; }
    @media only screen and (max-width: 1240px) {
      .section-landing-05 .content {
        width: 500px;
        max-width: 80%; } }
    @media only screen and (max-width: 720px) {
      .section-landing-05 .content {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%; } }
  .section-landing-05 .form-holder {
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    padding: 30px 0px; }
    @media only screen and (min-width: 980px) {
      .section-landing-05 .form-holder {
        position: absolute; } }
    .section-landing-05 .form-holder .form {
      text-align: center;
      position: relative;
      margin: 0 auto; }
    @media only screen and (max-width: 980px) {
      .section-landing-05 .form-holder {
        width: 100%;
        right: 0px;
        left: 0px;
        position: relative;
        display: block; }
        .section-landing-05 .form-holder .label {
          margin-bottom: 15px; } }

.section-landing-06 .content {
  margin-bottom: 50px; }
.section-landing-06 .form-holder {
  box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 40px 30px;
  border-radius: 8px; }
  @media only screen and (max-width: 720px) {
    .section-landing-06 .form-holder {
      padding: 30px 10px; } }
  .section-landing-06 .form-holder .section-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px; }
    .section-landing-06 .form-holder .section-header .section-headline {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.35; }
      @media only screen and (max-width: 720px) {
        .section-landing-06 .form-holder .section-header .section-headline {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.35; } }
  .section-landing-06 .form-holder .label {
    margin-bottom: 15px; }
.section-landing-06 .c2a {
  direction: ltr;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.35;
  text-align: center;
  display: block;
  position: relative;
  top: -7px; }
  @media only screen and (max-width: 720px) {
    .section-landing-06 .c2a {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35; } }

.section-c2a-01.section-padding {
  padding: 30px 0px; }
  @media only screen and (max-width: 720px) {
    .section-c2a-01.section-padding {
      padding: 15px 0px; } }
.section-c2a-01.section-padding-top {
  padding-top: 30px; }
  @media only screen and (max-width: 720px) {
    .section-c2a-01.section-padding-top {
      padding-top: 15px; } }
.section-c2a-01.section-padding-bottom {
  padding-bottom: 30px; }
  @media only screen and (max-width: 720px) {
    .section-c2a-01.section-padding-bottom {
      padding-bottom: 15px; } }
.section-c2a-01 .media {
  margin: 20px 0px; }
  .section-c2a-01 .media img {
    display: inline-block;
    max-width: 20vw; }
    @media only screen and (max-width: 720px) {
      .section-c2a-01 .media img {
        max-width: 80vw; } }

.section-testimonials-01 .hold .hold-box {
  max-width: 800px;
  margin: 0px; }
.section-testimonials-01 .hold.hold-AE {
  direction: ltr; }
  .section-testimonials-01 .hold.hold-AE .hold-box {
    direction: rtl; }
.section-testimonials-01 .hold.hold-AC .hold-box {
  margin: 0 auto; }
.section-testimonials-01 .item blockqoute {
  font-style: italic; }
.section-testimonials-01 .item .author {
  padding: 30px 0px; }
  .section-testimonials-01 .item .author img {
    height: 70px; }
  .section-testimonials-01 .item .author .headline {
    font-weight: 700; }

.section-gall-center-loop {
  height: auto;
  overflow: hidden; }
  .section-gall-center-loop .swiper-slide {
    width: 80vw; }
    .section-gall-center-loop .swiper-slide .media {
      width: 80vw;
      position: relative; }
      .section-gall-center-loop .swiper-slide .media img {
        width: 100%;
        height: auto; }
    .section-gall-center-loop .swiper-slide:after {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      content: " ";
      background: black;
      opacity: 0.7;
      -webkit-transition: all 700ms;
      -moz-transition: all 700ms;
      -o-transition: all 700ms;
      transition: all 700ms; }
    .section-gall-center-loop .swiper-slide.swiper-slide-active:after {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      content: " ";
      opacity: 0; }

#header.header-colapse {
  position: fixed;
  z-index: 9;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 30px 0px;
  height: 42px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto; }
  #header.header-colapse .container {
    width: 100%;
    max-width: calc(100% - 90px); }
  #header.header-colapse + #main {
    padding-top: 102px; }
  #header.header-colapse .nav-handle {
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 30px; }
  #header.header-colapse .logo {
    float: right; }
    #header.header-colapse .logo img {
      max-height: 42px; }
  #header.header-colapse .nav-wrp {
    position: absolute;
    top: 102px;
    left: -400px;
    opacity: 0;
    pointer-events: none;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    #header.header-colapse .nav-wrp.active {
      left: 0px;
      opacity: 1;
      pointer-events: auto; }
    #header.header-colapse .nav-wrp ul {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      height: calc(100vh - 102px);
      justify-content: space-evenly;
      max-height: 530px; }
    @media only screen and (max-width: 1480px) {
      #header.header-colapse .nav-wrp {
        top: 82px;
        height: calc(100vh - 82px); } }
    @media only screen and (max-width: 980px) {
      #header.header-colapse .nav-wrp {
        top: 72px;
        height: calc(100vh - 72px); } }
    @media only screen and (max-width: 720px) {
      #header.header-colapse .nav-wrp {
        top: 62px;
        height: calc(100vh - 62px); } }
  @media only screen and (max-width: 1480px) {
    #header.header-colapse {
      padding: 20px 0px; }
      #header.header-colapse .container {
        max-width: calc(100% - 60px); }
      #header.header-colapse + #main {
        padding-top: 82px; } }
  @media only screen and (max-width: 980px) {
    #header.header-colapse {
      padding: 15px 0px; }
      #header.header-colapse .container {
        max-width: calc(100% - 40px); }
      #header.header-colapse + #main {
        padding-top: 72px; } }
  @media only screen and (max-width: 720px) {
    #header.header-colapse {
      padding: 10px 0px; }
      #header.header-colapse .container {
        max-width: calc(100% - 20px); }
      #header.header-colapse + #main {
        padding-top: 62px; } }
#header.header-clasic {
  position: fixed;
  z-index: 9;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 30px 0px;
  height: 42px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  margin: 0 auto;
  border-bottom: 1px solid #5f6061; }
  #header.header-clasic .logo {
    float: right; }
    #header.header-clasic .logo img {
      height: 62px;
      display: block;
      position: relative;
      top: -10px; }
      @media only screen and (max-width: 980px) {
        #header.header-clasic .logo img {
          height: 52px;
          top: -5px; } }
      @media only screen and (max-width: 720px) {
        #header.header-clasic .logo img {
          height: 42px;
          top: 0px; } }
  @media only screen and (min-width: 980px) {
    #header.header-clasic .nav-handle {
      display: none; }
    #header.header-clasic .nav-wrp {
      height: 42px; }
      #header.header-clasic .nav-wrp .nav-links {
        height: 100%;
        list-style-type: none;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        #header.header-clasic .nav-wrp .nav-links li a {
          display: block;
          padding: 0px 20px;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.35;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
          #header.header-clasic .nav-wrp .nav-links li a:hover, #header.header-clasic .nav-wrp .nav-links li a:focus, #header.header-clasic .nav-wrp .nav-links li a:active, #header.header-clasic .nav-wrp .nav-links li a.active, #header.header-clasic .nav-wrp .nav-links li a.current-menu-item {
            background: #efba1c;
            color: white;
            border-radius: 10px; } }
  @media only screen and (max-width: 980px) {
    #header.header-clasic .nav-handle {
      float: left;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 30px; }
    #header.header-clasic .nav-wrp {
      position: fixed;
      top: 102px;
      left: -400px;
      opacity: 0;
      pointer-events: none;
      width: 400px;
      max-width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      text-align: center;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      #header.header-clasic .nav-wrp.active {
        left: 0px;
        opacity: 1;
        pointer-events: auto; }
      #header.header-clasic .nav-wrp ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 102px);
        justify-content: space-evenly;
        max-height: 530px; } }
  @media only screen and (max-width: 980px) and (max-width: 1480px) {
    #header.header-clasic .nav-wrp {
      top: 82px;
      height: calc(100vh - 82px); } }
  @media only screen and (max-width: 980px) and (max-width: 980px) {
    #header.header-clasic .nav-wrp {
      top: 72px;
      height: calc(100vh - 72px); } }
  @media only screen and (max-width: 980px) and (max-width: 720px) {
    #header.header-clasic .nav-wrp {
      top: 62px;
      height: calc(100vh - 62px); } }

  @media only screen and (max-width: 1480px) {
    #header.header-clasic {
      padding: 20px 0px; }
      #header.header-clasic + #main {
        padding-top: 82px; } }
  @media only screen and (max-width: 980px) {
    #header.header-clasic {
      padding: 15px 0px; }
      #header.header-clasic + #main {
        padding-top: 72px; } }
  @media only screen and (max-width: 720px) {
    #header.header-clasic {
      padding: 10px 0px; }
      #header.header-clasic + #main {
        padding-top: 62px; } }

#lang-nav {
  position: fixed;
  top: 20vh;
  left: -10px;
  z-index: 999;
  padding: 5px 5px;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px; }
  #lang-nav ul {
    list-style-type: none;
    color: white; }
    #lang-nav ul li {
      margin: 5px 0px; }
    #lang-nav ul img {
      height: 40px;
      display: block; }

#footer {
  display: none; }

.section-credit {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,5b6dd3+100 */
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, black 0%, #5b6dd3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black 0%, #5b6dd3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, #5b6dd3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5b6dd3',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: 400% 400%;
  -webkit-animation: background_animation 10s ease infinite;
  -moz-animation: background_animation 10s ease infinite;
  animation: background_animation 10s ease infinite;
  padding: 20px 0px;
  color: white;
  text-align: center;
  direction: ltr; }
  @media only screen and (max-width: 720px) {
    .section-credit .mobile-show {
      display: block; } }

@-webkit-keyframes background_animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes background_animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes background_animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

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