@charset "UTF-8";
@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);
@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.
*/
.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; }

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-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3; }

html {
  font-size: 10px;
  font-size: 62.5%; }

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); }

.fa {
  line-height: inherit; }

h1 {
  font-weight: 800;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 720px) {
    h1 {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.1428571429; } }

h2 {
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.3px; }
  @media only screen and (max-width: 720px) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.3333333333; } }

h3 {
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333; }

.hr {
  border: 0;
  height: 1px;
  background: #000;
  background-image: linear-gradient(to right, #333, #000, #333);
  margin-bottom: 20px; }

.label {
  display: block;
  margin-bottom: 10px;
  position: relative; }
  .label::after {
    clear: both;
    content: " ";
    display: table; }
  .label.select-arrow:before {
    position: absolute;
    content: "";
    display: block;
    background: red;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: url("../images/select-arrow-2.png") center center no-repeat; }
  .label .icon {
    float: right;
    width: 58px;
    height: 52px;
    box-sizing: border-box;
    border: 2px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px; }
    .dir-ltr .label .icon {
      border-radius: 10px 0px 0px 10px; }

.input {
  border-radius: 10px 0px 0px 10px;
  display: block;
  margin: 0;
  width: calc(100% - 65px);
  float: left;
  height: 52px;
  padding: 0px 10px;
  background: white;
  color: #424242;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-family: 'open-sans', sans-serif;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  box-shadow: none;
  outline: none;
  border: none;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
  margin-bottom: 0px;
  color: #424242;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  resize: none; }
  .dir-ltr .input {
    border-radius: 0px 10px 10px 0px; }
  .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; }
  .input.full-width-input {
    width: 100%;
    border-radius: 10px; }

textarea.input {
  height: 100px; }

.after-clear::after, .row::after, .inner-row::after {
  clear: both;
  content: " ";
  display: table; }

.btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #ffffff;
  line-height: 36px;
  background: #dd3e3a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da3d38+0,b42a26+100 */
  background: #da3d38;
  /* Old browsers */
  background: -moz-linear-gradient(top, #da3d38 0%, #b42a26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da3d38 0%, #b42a26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da3d38 0%, #b42a26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da3d38', endColorstr='#b42a26',GradientType=0 );
  /* IE6-9 */
  height: 40px;
  border: 2px solid #b70d2e;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0px 40px;
  font-family: 'open-sans', sans-serif;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .btn:hover, .btn:focus, .btn:active, .btn.hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da3d38+0,b42a26+14 */
    background: #da3d38;
    /* Old browsers */
    background: -moz-linear-gradient(top, #da3d38 0%, #b42a26 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #da3d38 0%, #b42a26 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #da3d38 0%, #b42a26 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da3d38', endColorstr='#b42a26',GradientType=0 );
    /* IE6-9 */ }
  .btn.btn-blue, .programs .program.active .btn {
    background: #0177c1;
    border-color: #0177c1;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .btn.btn-blue:hover, .programs .program.active .btn:hover, .btn.btn-blue:focus, .programs .program.active .btn:focus, .btn.btn-blue:active, .programs .program.active .btn:active, .btn.btn-blue.hover, .programs .program.active .btn.hover {
      background: #01588e; }

img {
  max-width: 100%; }

.section {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .section.section-padding {
    padding: 100px 0px; }
    @media only screen and (max-width: 980px) {
      .section.section-padding {
        padding: 80px 0px; } }
    @media only screen and (max-width: 720px) {
      .section.section-padding {
        padding: 50px 0px; } }

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }
  .container::after {
    clear: both;
    content: " ";
    display: table; }

label.error {
  text-align: right;
  color: red;
  position: relative; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.box {
  box-sizing: border-box; }

.row .box {
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

/* inner-row */
.inner-row .box {
  padding-left: 0px;
  padding-right: 0px; }

.inner-row {
  margin-left: 0px;
  margin-right: 0px; }

/* Small-row */
.small-row .box {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.small-row {
  margin-left: -2.5px;
  margin-right: -2.5px; }

.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: 1920px) {
  .desktop-box-1 {
    width: 8.3333333333%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-2 {
    width: 16.6666666667%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-3 {
    width: 25%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-4 {
    width: 33.3333333333%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-5 {
    width: 41.6666666667%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-6 {
    width: 50%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-7 {
    width: 58.3333333333%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-8 {
    width: 66.6666666667%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-9 {
    width: 75%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-10 {
    width: 83.3333333333%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-11 {
    width: 91.6666666667%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-box-12 {
    width: 100%; }

  .desktop-box-20 {
    width: 20%; }

  .desktop-hide {
    display: none; }

  .hide.desktop-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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .hide.small_mobile-show {
    display: block !important; } }
body {
  background: black url("../images/bg.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media only screen and (max-width: 980px) {
    body {
      background-attachment: scroll; } }

.container {
  width: 92%;
  max-width: 1430px; }

#main {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.relative.holder {
  max-width: 1920px;
  margin: 0 auto; }

.section, #header {
  position: relative;
  background-size: cover;
  background-position: center;
  box-sizing: border-box; }
  .section.section-padding, #header.section-padding {
    padding: 80px 0px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding, #header.section-padding {
        padding: 40px 0px; } }
  .section.section-padding-top, #header.section-padding-top {
    padding-top: 80px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding-top, #header.section-padding-top {
        padding-top: 40px; } }
  .section.section-padding-bottom, #header.section-padding-bottom {
    padding-bottom: 80px; }
    @media only screen and (max-width: 720px) {
      .section.section-padding-bottom, #header.section-padding-bottom {
        padding-bottom: 40px; } }
  .section.section-white-theme, #header.section-white-theme {
    background: #ffffff;
    color: #222222; }
    .section.section-white-theme .section-headline, #header.section-white-theme .section-headline {
      color: #222222; }
      .section.section-white-theme .section-headline:after, #header.section-white-theme .section-headline:after {
        background: #222222; }
    .section.section-white-theme .nav-wrp, #header.section-white-theme .nav-wrp {
      background: #ffffff;
      border-color: #222222; }
      .section.section-white-theme .nav-wrp ul li a:after, #header.section-white-theme .nav-wrp ul li a:after {
        background: #222222; }
    .section.section-white-theme .nav-handle, #header.section-white-theme .nav-handle {
      color: #222222; }
  .section.section-black-theme, #header.section-black-theme {
    background: #000000;
    color: #ffffff; }
    .section.section-black-theme .section-headline, #header.section-black-theme .section-headline {
      color: #ffffff; }
      .section.section-black-theme .section-headline:after, #header.section-black-theme .section-headline:after {
        background: #ffffff; }
    .section.section-black-theme .nav-wrp, #header.section-black-theme .nav-wrp {
      background: #000000;
      border-color: #ffffff; }
      .section.section-black-theme .nav-wrp ul li a:after, #header.section-black-theme .nav-wrp ul li a:after {
        background: #ffffff; }
    .section.section-black-theme .nav-handle, #header.section-black-theme .nav-handle {
      color: #ffffff; }
  .section.section-dark-theme, #header.section-dark-theme {
    background: #424242;
    color: #e8e8e8; }
    .section.section-dark-theme .section-headline, #header.section-dark-theme .section-headline {
      color: #e8e8e8; }
      .section.section-dark-theme .section-headline:after, #header.section-dark-theme .section-headline:after {
        background: #e8e8e8; }
    .section.section-dark-theme .nav-wrp, #header.section-dark-theme .nav-wrp {
      background: #424242;
      border-color: #e8e8e8; }
      .section.section-dark-theme .nav-wrp ul li a:after, #header.section-dark-theme .nav-wrp ul li a:after {
        background: #e8e8e8; }
    .section.section-dark-theme .nav-handle, #header.section-dark-theme .nav-handle {
      color: #e8e8e8; }
  .section.section-gray-theme, #header.section-gray-theme {
    background: #a1a1a1;
    color: #000000; }
    .section.section-gray-theme .section-headline, #header.section-gray-theme .section-headline {
      color: #000000; }
      .section.section-gray-theme .section-headline:after, #header.section-gray-theme .section-headline:after {
        background: #000000; }
    .section.section-gray-theme .nav-wrp, #header.section-gray-theme .nav-wrp {
      background: #a1a1a1;
      border-color: #000000; }
      .section.section-gray-theme .nav-wrp ul li a:after, #header.section-gray-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-gray-theme .nav-handle, #header.section-gray-theme .nav-handle {
      color: #000000; }
  .section.section-light-theme, #header.section-light-theme {
    background: #f0eeee;
    color: #000000; }
    .section.section-light-theme .section-headline, #header.section-light-theme .section-headline {
      color: #000000; }
      .section.section-light-theme .section-headline:after, #header.section-light-theme .section-headline:after {
        background: #000000; }
    .section.section-light-theme .nav-wrp, #header.section-light-theme .nav-wrp {
      background: #f0eeee;
      border-color: #000000; }
      .section.section-light-theme .nav-wrp ul li a:after, #header.section-light-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-light-theme .nav-handle, #header.section-light-theme .nav-handle {
      color: #000000; }
  .section.section-muted-theme, #header.section-muted-theme {
    background: #adadad;
    color: #000000; }
    .section.section-muted-theme .section-headline, #header.section-muted-theme .section-headline {
      color: #000000; }
      .section.section-muted-theme .section-headline:after, #header.section-muted-theme .section-headline:after {
        background: #000000; }
    .section.section-muted-theme .nav-wrp, #header.section-muted-theme .nav-wrp {
      background: #adadad;
      border-color: #000000; }
      .section.section-muted-theme .nav-wrp ul li a:after, #header.section-muted-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-muted-theme .nav-handle, #header.section-muted-theme .nav-handle {
      color: #000000; }
  .section.section-main-theme, #header.section-main-theme {
    background: #dd3e3a;
    color: #ffffff; }
    .section.section-main-theme .section-headline, #header.section-main-theme .section-headline {
      color: #ffffff; }
      .section.section-main-theme .section-headline:after, #header.section-main-theme .section-headline:after {
        background: #ffffff; }
    .section.section-main-theme .nav-wrp, #header.section-main-theme .nav-wrp {
      background: #dd3e3a;
      border-color: #ffffff; }
      .section.section-main-theme .nav-wrp ul li a:after, #header.section-main-theme .nav-wrp ul li a:after {
        background: #ffffff; }
    .section.section-main-theme .nav-handle, #header.section-main-theme .nav-handle {
      color: #ffffff; }
  .section.section-error-theme, #header.section-error-theme {
    background: #FF0707;
    color: #000000; }
    .section.section-error-theme .section-headline, #header.section-error-theme .section-headline {
      color: #000000; }
      .section.section-error-theme .section-headline:after, #header.section-error-theme .section-headline:after {
        background: #000000; }
    .section.section-error-theme .nav-wrp, #header.section-error-theme .nav-wrp {
      background: #FF0707;
      border-color: #000000; }
      .section.section-error-theme .nav-wrp ul li a:after, #header.section-error-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-error-theme .nav-handle, #header.section-error-theme .nav-handle {
      color: #000000; }
  .section.section-orange-theme, #header.section-orange-theme {
    background: #f37020;
    color: #000000; }
    .section.section-orange-theme .section-headline, #header.section-orange-theme .section-headline {
      color: #000000; }
      .section.section-orange-theme .section-headline:after, #header.section-orange-theme .section-headline:after {
        background: #000000; }
    .section.section-orange-theme .nav-wrp, #header.section-orange-theme .nav-wrp {
      background: #f37020;
      border-color: #000000; }
      .section.section-orange-theme .nav-wrp ul li a:after, #header.section-orange-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-orange-theme .nav-handle, #header.section-orange-theme .nav-handle {
      color: #000000; }
  .section.section-pink-theme, #header.section-pink-theme {
    background: #de2b86;
    color: #000000; }
    .section.section-pink-theme .section-headline, #header.section-pink-theme .section-headline {
      color: #000000; }
      .section.section-pink-theme .section-headline:after, #header.section-pink-theme .section-headline:after {
        background: #000000; }
    .section.section-pink-theme .nav-wrp, #header.section-pink-theme .nav-wrp {
      background: #de2b86;
      border-color: #000000; }
      .section.section-pink-theme .nav-wrp ul li a:after, #header.section-pink-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-pink-theme .nav-handle, #header.section-pink-theme .nav-handle {
      color: #000000; }
  .section.section-green-theme, #header.section-green-theme {
    background: #2a9f47;
    color: #000000; }
    .section.section-green-theme .section-headline, #header.section-green-theme .section-headline {
      color: #000000; }
      .section.section-green-theme .section-headline:after, #header.section-green-theme .section-headline:after {
        background: #000000; }
    .section.section-green-theme .nav-wrp, #header.section-green-theme .nav-wrp {
      background: #2a9f47;
      border-color: #000000; }
      .section.section-green-theme .nav-wrp ul li a:after, #header.section-green-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-green-theme .nav-handle, #header.section-green-theme .nav-handle {
      color: #000000; }
  .section.section-red-theme, #header.section-red-theme {
    background: #ed1b24;
    color: #000000; }
    .section.section-red-theme .section-headline, #header.section-red-theme .section-headline {
      color: #000000; }
      .section.section-red-theme .section-headline:after, #header.section-red-theme .section-headline:after {
        background: #000000; }
    .section.section-red-theme .nav-wrp, #header.section-red-theme .nav-wrp {
      background: #ed1b24;
      border-color: #000000; }
      .section.section-red-theme .nav-wrp ul li a:after, #header.section-red-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-red-theme .nav-handle, #header.section-red-theme .nav-handle {
      color: #000000; }
  .section.section-blue-theme, #header.section-blue-theme {
    background: #0177c1;
    color: #000000; }
    .section.section-blue-theme .section-headline, #header.section-blue-theme .section-headline {
      color: #000000; }
      .section.section-blue-theme .section-headline:after, #header.section-blue-theme .section-headline:after {
        background: #000000; }
    .section.section-blue-theme .nav-wrp, #header.section-blue-theme .nav-wrp {
      background: #0177c1;
      border-color: #000000; }
      .section.section-blue-theme .nav-wrp ul li a:after, #header.section-blue-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-blue-theme .nav-handle, #header.section-blue-theme .nav-handle {
      color: #000000; }
  .section.section-blue_dark-theme, #header.section-blue_dark-theme {
    background: #25408f;
    color: #000000; }
    .section.section-blue_dark-theme .section-headline, #header.section-blue_dark-theme .section-headline {
      color: #000000; }
      .section.section-blue_dark-theme .section-headline:after, #header.section-blue_dark-theme .section-headline:after {
        background: #000000; }
    .section.section-blue_dark-theme .nav-wrp, #header.section-blue_dark-theme .nav-wrp {
      background: #25408f;
      border-color: #000000; }
      .section.section-blue_dark-theme .nav-wrp ul li a:after, #header.section-blue_dark-theme .nav-wrp ul li a:after {
        background: #000000; }
    .section.section-blue_dark-theme .nav-handle, #header.section-blue_dark-theme .nav-handle {
      color: #000000; }

.box-padding {
  padding: 80px 0px; }
  @media only screen and (max-width: 720px) {
    .box-padding {
      padding: 40px 0px; } }

.Aligner, .flex-box, .flexbox, .popup-window .popup-holder {
  display: flex;
  align-items: center;
  justify-content: center; }

.media {
  background-size: cover;
  background-position: center center; }
  .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; }

.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%; }

.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-reverse {
  float: left; }

.float-off {
  float: left; }

.top {
  z-index: 99999; }

.clear {
  clear: both;
  display: table; }

.hide {
  display: none !important; }

.block {
  display: block; }

.show {
  display: block !important; }

.opacity0 {
  opacity: 0; }

.center {
  margin: 0 auto; }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100%; }

.max-width {
  max-width: 100%; }

.max-height {
  max-height: 100%; }

.pointer {
  cursor: pointer; }

.cursor {
  cursor: pointer; }

.LTR {
  direction: ltr; }

.DL {
  direction: ltr; }

.DR {
  direction: rtl; }

.RTL {
  direction: rtl; }

.AL {
  text-align: left; }

.AR {
  text-align: right; }

.A-dir {
  text-align: right; }

.A-reverse {
  text-align: left; }

.AC {
  text-align: center; }

.AJ {
  text-align: justify; }

.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; }

.tbl, .TBL {
  display: table; }

.table {
  display: table-cell;
  vertical-align: middle; }

.tableCenter {
  display: table-cell;
  vertical-align: middle; }

.sizing {
  box-sizing: border-box; }

.white-text {
  color: #ffffff; }

.white-bg {
  background: #ffffff; }

.black-text {
  color: #000000; }

.black-bg {
  background: #000000; }

.dark-text {
  color: #424242; }

.dark-bg {
  background: #424242; }

.gray-text {
  color: #a1a1a1; }

.gray-bg {
  background: #a1a1a1; }

.light-text {
  color: #f0eeee; }

.light-bg {
  background: #f0eeee; }

.muted-text {
  color: #adadad; }

.muted-bg {
  background: #adadad; }

.main-text {
  color: #dd3e3a; }

.main-bg {
  background: #dd3e3a; }

.error-text {
  color: #FF0707; }

.error-bg {
  background: #FF0707; }

.orange-text {
  color: #f37020; }

.orange-bg {
  background: #f37020; }

.pink-text {
  color: #de2b86; }

.pink-bg {
  background: #de2b86; }

.green-text {
  color: #2a9f47; }

.green-bg {
  background: #2a9f47; }

.red-text {
  color: #ed1b24; }

.red-bg {
  background: #ed1b24; }

.blue-text {
  color: #0177c1; }

.blue-bg {
  background: #0177c1; }

.blue_dark-text {
  color: #25408f; }

.blue_dark-bg {
  background: #25408f; }

.next-section-cycle {
  font-size: 42px;
  display: block;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  -moz-animation: bounceINF 5s infinite;
  -webkit-animation: bounceINF 5s infinite;
  animation: bounceINF 5s infinite;
  padding: 30px 0px; }
  .next-section-cycle.next-section-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  @media only screen and (max-width: 980px) {
    .next-section-cycle {
      font-size: 30px; } }
  @media only screen and (max-width: 720px) {
    .next-section-cycle {
      display: none; } }

.arrow {
  color: #dd3e3a;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 100px;
  width: 50px;
  text-align: center;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.4285714286;
  line-height: 100px;
  z-index: 999; }
  @media only screen and (max-width: 980px) {
    .arrow {
      font-size: 50px;
      font-size: 5rem;
      line-height: 2;
      line-height: 100px; } }
  .arrow.swiper-button-disabled {
    opacity: 0.3; }
  .arrow.arrow-next {
    left: 50px; }
    @media only screen and (max-width: 1480px) {
      .arrow.arrow-next {
        left: 20px; } }
    @media only screen and (max-width: 720px) {
      .arrow.arrow-next {
        left: 0px; } }
  .arrow.arrow-prev {
    right: 50px; }
    @media only screen and (max-width: 1480px) {
      .arrow.arrow-prev {
        right: 20px; } }
    @media only screen and (max-width: 720px) {
      .arrow.arrow-prev {
        right: 0px; } }

.swiper-slide {
  overflow: hidden; }

.fancybox-inner {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  /* Lets it scroll lazy */ }

#header {
  background: black;
  position: fixed;
  overflow: visible;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  color: white;
  z-index: 9; }
  @media only screen and (max-width: 980px) {
    #header {
      position: absolute;
      position: absolute !important; } }
  #header .logo {
    float: right;
    width: 260px;
    height: 100%; }
    #header .logo img {
      height: 100%;
      display: block; }
  #header .nav-wrp {
    overflow: hidden;
    width: calc(100% - 520px);
    float: right;
    height: 100%; }
    #header .nav-wrp ul {
      list-style-type: none;
      display: block;
      width: 100%; }
      #header .nav-wrp ul li {
        display: block;
        width: 10%;
        height: 100%;
        float: right;
        box-sizing: border-box;
        border-left: 1px solid #2f2f2f;
        padding: 4px; }
        #header .nav-wrp ul li a {
          display: block;
          text-align: center;
          width: 100%;
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.1111111111;
          position: relative;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
          #header .nav-wrp ul li a:after {
            position: absolute;
            content: "";
            display: block;
            height: 4px;
            width: 0%;
            right: 0px;
            left: 0px;
            bottom: 0px;
            background: #dd3e3a;
            border: none;
            border-radius: 4px;
            margin: auto;
            -webkit-transition: all 400ms;
            transition: all 400ms; }
          #header .nav-wrp ul li a:hover, #header .nav-wrp ul li a:focus, #header .nav-wrp ul li a:active, #header .nav-wrp ul li a.hover {
            color: #dd3e3a; }
            #header .nav-wrp ul li a:hover:after, #header .nav-wrp ul li a:focus:after, #header .nav-wrp ul li a:active:after, #header .nav-wrp ul li a.hover:after {
              width: 100%; }
  #header .personal-area {
    width: 260px;
    height: 100%;
    font-size: 16px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
    #header .personal-area .login {
      float: left; }
      #header .personal-area .login .link {
        color: #ed1b24; }
        #header .personal-area .login .link:hover {
          text-decoration: underline; }
    #header .personal-area .chat {
      float: left;
      margin-left: 10px;
      width: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1; }
      #header .personal-area .chat .icon {
        width: 40px;
        height: 48px;
        background: url("../images/icon-mssage.png") center center no-repeat;
        margin: 0px auto 5px; }
        #header .personal-area .chat .icon .number {
          background: #ed1b24;
          border: 1px solid white;
          width: 15px;
          display: block;
          height: 15px;
          line-height: 13px;
          text-align: center;
          border-radius: 100%; }
    #header .personal-area .hello {
      width: 130px;
      text-align: center; }
    #header .personal-area .btn-register {
      width: 126px;
      margin-left: 10px;
      height: 32px;
      line-height: 30px;
      padding: 0px; }
  #header .nav-handle {
    display: none;
    float: left;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center; }
    @media only screen and (max-width: 1240px) {
      #header .nav-handle {
        display: flex; } }
  #header .personal-area-handle {
    display: none;
    float: left;
    width: 70px;
    height: 70px;
    background: #dd3e3a;
    color: #ffffff;
    font-size: 26px;
    line-height: 14px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center; }
    #header .personal-area-handle .fa {
      margin-bottom: 5px; }
    #header .personal-area-handle .text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      display: block; }
    @media only screen and (max-width: 1480px) {
      #header .personal-area-handle {
        display: flex; } }
    @media only screen and (max-width: 720px) {
      #header .personal-area-handle {
        display: none; } }
  @media only screen and (max-width: 1920px) {
    #header {
      height: 90px; }
      #header .logo {
        width: 260px; }
      #header .nav-wrp {
        width: calc(100% - 520px); }
        #header .nav-wrp ul li a {
          height: 90px; } }
  @media only screen and (max-width: 1480px) {
    #header .nav-wrp {
      width: calc(100% - 330px); }
      #header .nav-wrp ul li a {
        font-size: 16px;
        height: 90px; }
    #header .personal-area {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      top: 150%;
      right: 0px;
      background: black;
      z-index: 9;
      padding: 20px;
      border-radius: 0px 0px 10px 0px;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -o-transition: all 400ms;
      transition: all 400ms; }
      #header .personal-area.active {
        top: 100%;
        visibility: visible;
        opacity: 1; } }
  @media only screen and (max-width: 1240px) {
    #header .nav-wrp {
      overflow: scroll;
      overflow-scrolling: touch;
      /* lets it scroll lazy */
      -webkit-overflow-scrolling: touch;
      /* lets it scroll lazy */
      text-align: center;
      position: fixed;
      top: 90px;
      height: calc(100vh - 90px);
      padding: 20px 20px 100px;
      box-sizing: border-box;
      background: #000000;
      width: 100vw;
      left: -100vw;
      width: 100%;
      z-index: 99999;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -o-transition: all 400ms;
      transition: all 400ms; }
      #header .nav-wrp.active {
        left: 0px; }
      #header .nav-wrp ul li {
        float: none;
        width: auto; }
        #header .nav-wrp ul li a:after {
          width: 100%;
          height: 2px; } }
  @media only screen and (max-width: 720px) {
    #header .personal-area {
      display: none; } }

#footer {
  color: #666666;
  background: black;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  border-top: 5px solid #dd3e3a; }
  #footer ul {
    display: table;
    margin: 20px auto; }
    #footer ul li {
      float: left;
      position: relative;
      margin-left: 5px;
      list-style: none;
      padding: 0 5px 0 0;
      border-right: 2px solid #fff; }
      #footer ul li:last-child {
        border: none; }
      #footer ul li a {
        color: #fff;
        font-weight: bold; }
  #footer .social {
    cursor: pointer;
    color: #fff; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #424242;
  font-family: 'open-sans', sans-serif;
  font-family: 'Assistant', sans-serif; }

.section-header {
  position: relative;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .section-header.section-header-type-02 {
    text-align: center;
    margin-bottom: 20px; }
    .section-header.section-header-type-02:after {
      display: none; }

.section-headline {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.35;
  font-weight: normal;
  font-weight: 400;
  position: relative;
  margin: 0; }
  @media only screen and (max-width: 720px) {
    .section-headline {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.35; } }

.section-subline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 400; }
  @media only screen and (max-width: 720px) {
    .section-subline {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35; } }

.more-links {
  position: absolute;
  top: 12px;
  left: 5px; }
  @media only screen and (max-width: 720px) {
    .more-links {
      position: relative; } }

.text-style {
  margin: 0 auto 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400; }
  .text-style.text-full-width {
    max-width: none; }
  @media only screen and (max-width: 720px) {
    .text-style {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; } }

.test {
  color: blue; }

.lang {
  color: white;
  width: 100px;
  position: fixed;
  z-index: 999; }
  .lang img {
    margin-left: 10px; }
  .lang span {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    display: block;
    line-height: 1; }

#home-carusel {
  color: white; }
  #home-carusel .holder {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 720px) {
      #home-carusel .holder {
        font-size: 18px;
        padding: 0px;
        top: 0px;
        left: 0px; } }
    #home-carusel .holder .headline {
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 1.35;
      font-weight: 700;
      margin-bottom: 0px; }
      @media only screen and (max-width: 720px) {
        #home-carusel .holder .headline {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.35; } }
    #home-carusel .holder .subline {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.35;
      font-weight: 300;
      margin-bottom: 10px; }
      @media only screen and (max-width: 720px) {
        #home-carusel .holder .subline {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.35; } }
    #home-carusel .holder .btn {
      display: block;
      width: 200px;
      margin: 0 auto;
      font-weight: 600;
      height: auto;
      border-radius: 15px;
      margin-bottom: 10px; }
    #home-carusel .holder .link {
      text-decoration: underline;
      font-weight: 300; }

.popup-window {
  visibility: hidden;
  width: 100%; }
  .popup-window .popup-holder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  .popup-window .background {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  .popup-window .popup {
    position: relative;
    background: white;
    max-width: 870px;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 3;
    padding: 0px 30px;
    max-height: 90vh;
    background: white;
    overflow: visible; }
    @media only screen and (max-width: 980px) {
      .popup-window .popup {
        border-radius: 0;
        width: 86%; } }
  .popup-window .close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 52px;
    height: 52px;
    background: url("../images/close.png") center center no-repeat;
    cursor: pointer; }
  .popup-window.active {
    visibility: visible; }
    .popup-window.active .popup-holder, .popup-window.active .background {
      opacity: 1; }

#login {
  padding: 30px 0px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center; }
  #login .login_form {
    width: 400px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px; }
    @media only screen and (max-width: 720px) {
      #login .login_form {
        width: auto; } }
  #login .headline {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.35;
    font-weight: 400;
    color: #cfcfcf;
    margin-bottom: 30px; }
  #login .logo {
    margin-bottom: 30px; }
  #login .keep {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35;
    display: inline-block;
    cursor: pointer; }
  #login .label .span {
    color: #dd3e3a;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    text-transform: uppercase; }
  #login .links {
    padding-bottom: 20px; }
    #login .links::after {
      clear: both;
      content: " ";
      display: table; }
    #login .links a {
      margin: 0px;
      display: inline-block;
      color: #dd3e3a;
      text-decoration: underline; }
      @media only screen and (max-width: 720px) {
        #login .links a {
          float: none; } }
  #login .btn {
    margin: 10px auto 0px;
    width: 100%; }

#register .page-headline {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 100;
  color: white;
  padding: 20px 10px; }
#register .register-page {
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  margin-bottom: 70px; }
#register .status-bar::after {
  clear: both;
  content: " ";
  display: table; }
#register .status-bar .item {
  position: relative;
  background: #202020;
  border: 1px solid #121212;
  height: 70px;
  width: 33.33333%;
  box-sizing: border-box;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 100;
  color: white;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  @media only screen and (max-width: 1240px) {
    #register .status-bar .item {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35;
      padding-left: 50px; }
      #register .status-bar .item .title {
        display: block;
        text-align: center; } }
  @media only screen and (max-width: 720px) {
    #register .status-bar .item {
      padding-left: 0px;
      width: 100% !important; }
      .body-eng #register .status-bar .item .title {
        font-size: 14px; } }
  #register .status-bar .item .number {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    font-size: 30px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    border-radius: 100%;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 15px; }
    @media only screen and (max-width: 1240px) {
      #register .status-bar .item .number {
        display: none; } }
  #register .status-bar .item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 43px;
    height: 68px;
    background: url("../images/status-tri-rtl.png") center left no-repeat;
    z-index: 99; }
    .body-eng #register .status-bar .item:after {
      background: url("../images/status-tri.png") center right no-repeat; }
  #register .status-bar .item.active, #register .status-bar .item.current-menu-item {
    background: #dd3e3a; }
    #register .status-bar .item.active:after, #register .status-bar .item.current-menu-item:after {
      background-image: url("../images/status-tri-active-rtl.png"); }
      .body-eng #register .status-bar .item.active:after, .body-eng #register .status-bar .item.current-menu-item:after {
        background-image: url("../images/status-tri-active.png"); }
    #register .status-bar .item.active .number, #register .status-bar .item.current-menu-item .number {
      border-color: #91dc5a;
      color: #91dc5a; }
#register .form {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 20px; }
  #register .form .genders .gender {
    text-align: center;
    max-width: 360px;
    margin: 20px auto;
    color: white;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    #register .form .genders .gender:before {
      content: "";
      position: absolute;
      top: 60px;
      left: 120px;
      background: none;
      height: 110px;
      width: 160px;
      z-index: 100; }
    #register .form .genders .gender.active, #register .form .genders .gender.current-menu-item {
      border: 3px solid #2076bf; }
    #register .form .genders .gender .gender-title {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.35;
      font-weight: 600;
      margin-bottom: 15px; }
    #register .form .genders .gender .upload-box {
      position: relative;
      display: inline-block;
      cursor: pointer;
      margin-bottom: 20px; }
      #register .form .genders .gender .upload-box .add-icon {
        position: absolute;
        top: calc(100% - 35px);
        right: 0px; }
      #register .form .genders .gender .upload-box .media {
        height: 139px; }
      #register .form .genders .gender .upload-box .profile-pic {
        max-width: 139px;
        max-height: 100%; }
    #register .form .genders .gender .input {
      background: #202020;
      border-color: #202020;
      color: white;
      width: calc(100% - 38px);
      height: 38px; }
    #register .form .genders .gender .icon {
      width: 38px;
      background: #0a0a0a;
      border-color: #0a0a0a;
      color: white;
      height: 38px; }
  #register .form .user-info {
    padding: 30px 0px; }
    #register .form .user-info .input {
      background: #dce1e7;
      border-color: #dce1e7; }
    #register .form .user-info .split-inputs {
      width: calc(100% - 58px);
      float: left; }
      #register .form .user-info .split-inputs .input {
        width: calc(100% - 7px);
        border-radius: 0px; }
        #register .form .user-info .split-inputs .input.input-radius {
          border-radius: 10px 0px 0px 10px; }
          .dir-ltr #register .form .user-info .split-inputs .input.input-radius {
            border-radius: 0px 10px 10px 0px; }
    #register .form .user-info .icon {
      background: #dce1e7;
      border-color: #dce1e7; }
#register .btns {
  padding: 20px 0px;
  margin-top: 30px;
  direction: rtl; }
  #register .btns .btn {
    border-radius: 30px;
    position: relative; }
    #register .btns .btn .fa {
      font-size: 30px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      height: 36px;
      line-height: 36px; }
      #register .btns .btn .fa.fa-angle-right {
        right: 10px; }
      #register .btns .btn .fa.fa-angle-left {
        left: 10px; }
#register header {
  text-align: center; }
  #register header .section-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.35;
    font-weight: 600;
    color: white; }
    @media only screen and (max-width: 720px) {
      #register header .section-title {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.35; } }
  #register header .section-subtitle {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.35;
    font-weight: 100;
    color: #dd3e3a; }
    @media only screen and (max-width: 720px) {
      #register header .section-subtitle {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.35; } }
#register .select-custom-type-1 {
  text-align: center;
  direction: ltr; }
  #register .select-custom-type-1 .item {
    position: relative;
    cursor: pointer;
    width: 40%;
    box-sizing: border-box;
    display: inline-block;
    background: #dd3e3a;
    margin: 10px;
    color: white;
    font-size: 36px;
    line-height: 1;
    padding: 10px;
    border-radius: 10px;
    border: 4px solid #dd3e3a;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    #register .select-custom-type-1 .item:hover, #register .select-custom-type-1 .item:focus, #register .select-custom-type-1 .item:active, #register .select-custom-type-1 .item.hover {
      background: #c22622; }
    #register .select-custom-type-1 .item.active, #register .select-custom-type-1 .item.current-menu-item {
      border-color: #0177c1; }
      #register .select-custom-type-1 .item.active:before, #register .select-custom-type-1 .item.current-menu-item:before {
        content: "";
        display: block;
        background: url("../images/check.png") center center no-repeat;
        width: 57px;
        height: 57px;
        position: absolute;
        top: -25px;
        right: -30px; }
#register .select-custom-type-2 {
  padding: 30px 0px;
  max-width: 800px;
  margin: 0 auto; }
  #register .select-custom-type-2 .item {
    position: relative;
    cursor: pointer;
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0;
    padding:0 1%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    #register .select-custom-type-2 .item:before {
      content: "";
      display: inline-block;
      background: url("../images/checkbox.png") center center no-repeat;
      background-size: 100% 100%;
      width: 26px;
      height: 26px;
      margin-left: 10px;
      position: relative;
      top: 4px; }
      #register .select-custom-type-2 .item.squared:before {
        background: url("../images/checkbox-square.png") no-repeat;
        background-size:cover;
    }       
    #register .select-custom-type-2 .item.active:before, #register .select-custom-type-2 .item.current-menu-item:before {
      background-image: url("../images/checkbox-checked.png"); }
    #register .select-custom-type-2 .item.squared.active:before, #register .select-custom-type-2 .item.squared.current-menu-item:before {
        background-image: url("../images/checkbox-square-checked.png"); }          
    @media only screen and (max-width: 720px) {
      #register .select-custom-type-2 .item {
        display: block;
        width: 100%;
        font-size: 24px; }
        #register .select-custom-type-2 .item:before {
          width: 28px;
          height: 28px; } }

.programs {
  padding: 50px 0px; }
  .programs .program {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px; }
    .programs .program .headline {
      background: #dd3e3a;
      color: white;
      text-align: center;
      padding: 20px 6px;
      height: 110px;
      box-sizing: border-box;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.35;
      position: relative; }
      @media only screen and (max-width: 1240px) {
        .programs .program .headline {
          height: 110px; } }
      @media only screen and (max-width: 720px) {
        .programs .program .headline {
          height: auto; } }
      .programs .program .headline:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0px;
        left: 0px;
        height: 30px;
        background: url("../images/program-headline-red.jpg") center bottom no-repeat;
        background-size: 100% 100%; }
    .programs .program .price {
      width: 130px;
      height: 130px;
      background: #dd3e3a;
      color: white;
      position: relative;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 50px;
      border: 4px solid white;
      margin: -10px auto 10px;
      box-sizing: border-box;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); }
      .programs .program .price:after {
        content: "₪";
        font-size: 30px;
        position: relative;
        top: 10px; }
        .body-eng .programs .program .price:after {
          content: "$"; }
      .programs .program .price .dot {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 18px; }
    .programs .program .text-style {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2.1111111111;
      line-height: 38px;
      background: url("../images/program-text-bg.jpg") top right repeat;
      padding: 0px 20px;
      height: auto;
      overflow: hidden;
      margin: 20px 0px; }
    .programs .program .btn {
      margin: 50px auto;
      display: table; }
    .programs .program.active {
      border: 4px solid #0177c1;
      transform: scale(1.1); }
      @media only screen and (max-width: 720px) {
        .programs .program.active {
          transform: scale(1); } }
      .programs .program.active .headline {
        background: #0177c1; }
        .programs .program.active .headline:after {
          background-image: url("../images/program-headline-blue.jpg"); }
      .programs .program.active .price {
        background: #0167a8; }

.level.lock {
  overflow: hidden;
  background: gray;
  border-color: black;
  pointer-events: none; }
  .level.lock:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3c3c3c url("../images/lock.png") center center no-repeat;
    background-size: 80%;
    content: "";
    display: block;
    opacity: 0.5; }

@media only screen and (min-width: 980px) {
  #levels {
    background: url("../images/levels.png") right center no-repeat;
    background-attachment: fixed;
    background-size: contain; }
    #levels .container {
      width: 960px;
      /*      height: 1200px;*/
      max-width: none;
      /*      background: url('../images/levels-ring.png') center center no-repeat;*/
      transform: translateX(-7vw); }
    #levels .levels {
      position: relative; }
      #levels .levels .level {
        display: block;
        position: absolute;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3871a4+0,125fa8+100 */
        background: #3871a4;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #3871a4 0%, #125fa8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3871a4', endColorstr='#125fa8', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        border: 4px solid #125fa8;
        border-radius: 100%;
        width: 160px;
        height: 160px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        #levels .levels .level.lock {
          overflow: hidden;
          background: gray;
          border-color: black;
          pointer-events: none; }
          #levels .levels .level.lock:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #3c3c3c url("../images/lock.png") center center no-repeat;
            background-size: 80%;
            content: "";
            display: block;
            opacity: 0.5; }
        #levels .levels .level span {
          display: block;
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
          #levels .levels .level span.title {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.35;
            line-height: 1; }
          #levels .levels .level span.num {
            font-size: 87px;
            font-size: 8.7rem;
            line-height: 1.35;
            line-height: 1;
            font-weight: 600; }
        #levels .levels .level:hover, #levels .levels .level:focus, #levels .levels .level:active, #levels .levels .level.hover {
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8); }
          #levels .levels .level:hover span, #levels .levels .level:focus span, #levels .levels .level:active span, #levels .levels .level.hover span {
            text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); }
        #levels .levels .level.active, #levels .levels .level.current-menu-item {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf4643+0,c83330+100 */
          background: #cf4643;
          /* Old browsers */
          background: -moz-linear-gradient(left, #cf4643 0%, #c83330 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #cf4643 0%, #c83330 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #cf4643 0%, #c83330 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4643', endColorstr='#c83330', GradientType=1);
          /* IE6-9 */
          border-color: #b70d2e; }
        #levels .levels .level.level-1 {
          top: 50px;
          right: 50px; }
        #levels .levels .level.level-2 {
          top: 30px;
          right: 280px; }
        #levels .levels .level.level-3 {
          top: 110px;
          right: 500px; }
        #levels .levels .level.level-4 {
          top: 290px;
          right: 660px; }
        #levels .levels .level.level-5 {
          top: 520px;
          right: 710px; }
        #levels .levels .level.level-6 {
          top: 750px;
          right: 650px; }
        #levels .levels .level.level-7 {
          top: 930px;
          right: 500px; }
        #levels .levels .level.level-8 {
          top: 1010px;
          right: 281px; }
        #levels .levels .level.level-9 {
          top: 980px;
          right: 50px; }
      #levels .levels .levels-cta {
        background: #cf4643;
        /* Old browsers */
        background: -moz-linear-gradient(left, #cf4643 0%, #c83330 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #cf4643 0%, #c83330 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #cf4643 0%, #c83330 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4643', endColorstr='#c83330', GradientType=1);
        /* IE6-9 */
        color: white;
        text-align: center;
        /*        border: 5px solid #b70d2e;*/
        width: 640px;
        height: 640px;
        position: absolute;
        /*        top: 280px;
                right: -50px;*/
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #levels .levels .levels-cta .headline {
          font-size: 70px;
          font-size: 7rem;
          line-height: 1.35;
          line-height: 1;
          font-weight: 400; }
          #levels .levels .levels-cta .headline strong {
            display: block;
            font-weight: 700; }
          .body-eng #levels .levels .levels-cta .headline {
            font-size: 6rem; }
        #levels .levels .levels-cta .subline {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.35;
          line-height: 1;
          font-weight: 400; }
          #levels .levels .levels-cta .subline .number {
            font-size: 130px;
            font-size: 13rem;
            line-height: 1.35;
            display: inline-block;
            padding: 10px; }
        #levels .levels .levels-cta .btn {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3871a4+0,125fa8+100 */
          background: #3871a4;
          /* Old browsers */
          background: -moz-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, #3871a4 0%, #125fa8 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3871a4', endColorstr='#125fa8', GradientType=1);
          /* IE6-9 fallback on horizontal gradient */
          border: 4px solid #125fa8;
          font-size: 60px;
          line-height: 1;
          font-weight: 700;
          border-radius: 100px;
          height: 70px; } }
@media only screen and (max-width: 980px) {
  #levels {
    color: white; }
    #levels .levels-cta {
      background: #cf4643;
      /* Old browsers */
      background: -moz-linear-gradient(left, #cf4643 0%, #c83330 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #cf4643 0%, #c83330 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #cf4643 0%, #c83330 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4643', endColorstr='#c83330', GradientType=1);
      /* IE6-9 */
      color: white;
      text-align: center;
      border: 5px solid #b70d2e;
      border-radius: 30px;
      margin: 50px 0px;
      padding: 20px 0px; }
      #levels .levels-cta .headline {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.35;
        line-height: 1;
        font-weight: 400; }
        #levels .levels-cta .headline strong {
          display: block;
          font-weight: 700; }
      #levels .levels-cta .subline {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.35;
        line-height: 1;
        font-weight: 400; }
        #levels .levels-cta .subline .number {
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 1.35;
          display: inline-block;
          padding: 10px; }
      #levels .levels-cta .btn {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3871a4+0,125fa8+100 */
        background: #3871a4;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #3871a4 0%, #125fa8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3871a4', endColorstr='#125fa8', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        border: 4px solid #125fa8;
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
        border-radius: 100px;
        height: 40px;
        margin-bottom: 10px; }
    #levels .level {
      display: block;
      position: relative;
      float: left;
      margin: 2vw 1vw;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3871a4+0,125fa8+100 */
      background: #3871a4;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #3871a4 0%, #125fa8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #3871a4 0%, #125fa8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3871a4', endColorstr='#125fa8', GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
      border: 4px solid #125fa8;
      border-radius: 100%;
      width: 26vw;
      height: 26vw;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      text-align: center;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; } }
    @media only screen and (max-width: 980px) and (max-width: 720px) {
      #levels .level {
        width: 40vw;
        height: 40vw; } }
@media only screen and (max-width: 980px) {
      #levels .level span {
        display: block;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
        #levels .level span.title {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1.35;
          line-height: 1; }
        #levels .level span.num {
          font-size: 70px;
          font-size: 7rem;
          line-height: 1.35;
          line-height: 1;
          font-weight: 600; }
      #levels .level:hover, #levels .level:focus, #levels .level:active, #levels .level.hover {
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8); }
        #levels .level:hover span, #levels .level:focus span, #levels .level:active span, #levels .level.hover span {
          text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); }
      #levels .level.active, #levels .level.current-menu-item {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf4643+0,c83330+100 */
        background: #cf4643;
        /* Old browsers */
        background: -moz-linear-gradient(left, #cf4643 0%, #c83330 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #cf4643 0%, #c83330 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #cf4643 0%, #c83330 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4643', endColorstr='#c83330', GradientType=1);
        /* IE6-9 */
        border-color: #b70d2e; } }
.section-content .container {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #cccccc; }
@media only screen and (max-width: 720px) {
  .section-content iframe {
    width: auto; } }

.section-contact {
  color: white; }
  .section-contact .container {
    max-width: 640px; }
  .section-contact .icon {
    background: white; }
  .section-contact .submit {
    width: 300px;
    margin: 50px auto; }

#player {
  margin: 0 auto; }
  #player .media {
    position: relative; }
    #player .media img {
      display: block;
      margin: 0 auto; }
    #player .media .big-play {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: url("../images/play-big.png") center center no-repeat;
      background-size: 100%;
      width: 214px;
      height: 214px;
      margin: auto;
      opacity: 0.65;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      @media only screen and (max-width: 980px) {
        #player .media .big-play {
          width: 150px;
          height: 150px; } }
      @media only screen and (max-width: 720px) {
        #player .media .big-play {
          width: 120px;
          height: 120px; } }
      #player .media .big-play:hover, #player .media .big-play:focus, #player .media .big-play:active, #player .media .big-play.hover {
        opacity: 1; }
  #player .btns {
    position: absolute;
    bottom: 0px;
    left: 2%;
    right: 2%;
    max-width: 1650px;
    margin: auto;
    color: white; }
    #player .btns::after {
      clear: both;
      content: " ";
      display: table; }
    #player .btns .holder {
      float: left;
      width: 95px;
      height: 30px; }
    #player .btns .timeline {
      float: right;
      width: calc(100% - 100px);
      position: relative;
      height: 30px; }
      #player .btns .timeline:after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 5px;
        background: white;
        margin: auto;
        z-index: 1;
        border-radius: 5px; }
    #player .btns #timeline {
      position: absolute;
      bottom: 4px;
      left: 0%;
      width: 20px;
      height: 20px;
      background: #dd3e3a;
      border-radius: 100%;
      border: 2px solid white;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
      z-index: 2; }
    #player .btns .player-btn {
      margin: 5px; }
    #player .btns .pause-btn {
      display: none; }
    #player .btns canvas {
      opacity: 0.8; }
    #player .btns .detial {
      width: 94px;
      height: 94px;
      top: 0px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      direction: ltr;
      position: absolute;
      color: white;
      z-index: 9; }
  #player .info {
    /*position: absolute;*/
    z-index: 9;
    /*top: 10px;*/
    /*right: 20px;*/
    width: 240px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    /*border-radius: 10px;*/
    box-sizing: border-box;
    padding: 10px 20px;
    cursor: pointer; }
    #player .info::after {
      clear: both;
      content: " ";
      display: table; }
    @media only screen and (max-width: 980px) {
      #player .info {
        width: 100%;
        position: relative;
        top: auto;
        right: auto; } }
    #player .info .right-side {
      float: right;
      box-sizing: border-box;
      width: 200px;
      padding: 0px 10px;
      text-align: center; }
      @media only screen and (max-width: 720px) {
        #player .info .right-side {
          width: 100%; } }
    #player .info .left-side {
      float: right;
      box-sizing: border-box;
      width: calc(100% - 240px);
      padding: 16px 12px;
      display: none; }
      @media only screen and (max-width: 980px) {
        #player .info .left-side {
          display: block; } }
      @media only screen and (max-width: 720px) {
        #player .info .left-side {
          width: 100%; } }
    #player .info.active {
      width: 50vw; }
      @media only screen and (max-width: 980px) {
        #player .info.active {
          width: 100%; } }
      #player .info.active .left-side {
        display: block; }
    #player .info .program-title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.35;
      margin: 20px 0px 30px; }
    #player .info .detial {
      padding: 20px;
      border-top: 1px solid rgba(222, 222, 222, 0.5);
      font-size: 20px; }
      #player .info .detial .title {
        font-weight: 700; }

.section-workouts {
  padding: 30px 0px; }
  .section-workouts .item {
    margin-bottom: 20px;
    display: block; }
    .section-workouts .item .headline {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      height: 40px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      overflow: hidden; }
    .section-workouts .item .succes-rate {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center; }

.section-injury .form .holder {
  padding-top: 10px; }
.section-injury .label {
  margin-bottom: 20px; }
  .section-injury .label .title {
    color: white;
    font-size: 20px;
    display: block;
    margin-bottom: 7px; }
  .section-injury .label .input {
    height: 40px; }
.section-injury span {
  color: #fff; }

.profile-nav ul {
  list-style-type: none;
  text-align: center;
  direction: ltr; }
  .profile-nav ul li {
    display: inline-block;
    margin: 0px 5px; }
    .profile-nav ul li a {
      display: block; }
      .profile-nav ul li a:before {
        display: block;
        width: 10px;
        height: 10px;
        background: white;
        content: "";
        border-radius: 100%; }
      .profile-nav ul li a.active:before {
        background: #dd3e3a; }

.section-store-item-page {
  color: white; }
  .section-store-item-page .holder {
    max-width: 660px; }
  .section-store-item-page .btn {
    margin-bottom: 20px; }
  .section-store-item-page .swiper-button-prev.swiper-button-white, .section-store-item-page .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url("../images/swiper-left.png") center center no-repeat; }
  .section-store-item-page .swiper-button-next.swiper-button-white, .section-store-item-page .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url("../images/swiper-right.png") center center no-repeat; }

#store .page-headline {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 100;
  color: white;
  padding: 20px 10px; }
#store .store-filter {
  background: #333;
  color: white;
  padding: 5px 10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 720px) {
    #store .store-filter form .left {
      float: right; } }
  #store .store-filter .label {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 5px;
    padding-right: 5px; }
    #store .store-filter .label:after {
      width: 5px;
      height: 5px;
      display: block;
      content: "";
      background: url("../images/select-arrow.png") center center no-repeat;
      position: absolute;
      left: 5px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
    #store .store-filter .label.white-input {
      background: white;
      color: black; }
      #store .store-filter .label.white-input:after {
        background: url("../images/select-arrow-black.png") center center no-repeat; }
      #store .store-filter .label.white-input .input-sort {
        color: black; }
  #store .store-filter .input-sort {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block; }
  #store .store-filter .pagi {
    display: inline-block;
    margin-right: 20px; }
    #store .store-filter .pagi a, #store .store-filter .pagi strong {
      margin: 2px; }

.the-store .item {
  padding: 7px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(161, 161, 161, 0);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .the-store .item .content {
    background: #333333;
    color: white;
    text-align: center;
    padding: 10px;
    padding-bottom: 30px; }
    .the-store .item .content .headline {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.35;
      margin-bottom: 20px; }
  .the-store .item:hover, .the-store .item:focus, .the-store .item:active, .the-store .item.hover {
    border: 1px solid #a1a1a1; }

.h-info {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold; }
  .h-info span {
    font-weight: normal; }

.history {
  margin-bottom: 30px; }

.bmi-scale {
  padding: 20px 0px; }
  .bmi-scale .item {
    border: 1px solid white;
    border-top: none;
    margin-bottom: 0px;
    padding: 8px; }
    .bmi-scale .item:first-child {
      border-top: 1px solid white; }
    .bmi-scale .item.active {
      background: white;
      color: black; }

.section-calender-sidebar th {
  font-weight: bold;
  height: 50px; }
  @media only screen and (min-width: 720px) {
    .section-calender-sidebar th {
      height: 100px; } }
.section-calender-sidebar td {
  padding: 3px; }
  .section-calender-sidebar td .workout {
    padding: 10px;
    color: #dd3e3a; }
  .section-calender-sidebar td .day.active {
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: white; }
    @media only screen and (min-width: 720px) {
      .section-calender-sidebar td .day.active {
        position: absolute;
        bottom: 10px;
        right: 10px; } }
  .section-calender-sidebar td .cell {
    border-radius: 3px;
    position: relative;
    display: block;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px; }
    @media only screen and (min-width: 720px) {
      .section-calender-sidebar td .cell {
        height: 200px; } }

.landing-page-01 .bg-img {
  display: block; }
  @media only screen and (max-width: 720px) {
    .landing-page-01 .bg-img.mobile-hide {
      display: none; } }
.landing-page-01 .form {
  position: absolute;
  left: 70px;
  top: 50px;
  width: 340px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px; }
  .landing-page-01 .form .input {
    border-radius: 6px; }
  .landing-page-01 .form .submit {
    border-radius: 6px; }
  @media only screen and (max-width: 720px) {
    .landing-page-01 .form {
      background: rgba(0, 0, 0, 0.9);
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      margin: 0px;
      border-radius: 0px; } }
.landing-page-01 .section-header {
  margin-bottom: 10px; }
  .landing-page-01 .section-header:after {
    display: none; }
.landing-page-01 .headline {
  font-weight: 400; }
.landing-page-01 .click2call span {
  display: block; }
.landing-page-01 .click2call .c2c-text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.35; }
.landing-page-01 .click2call .c2c-num {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 900; }
  @media only screen and (max-width: 720px) {
    .landing-page-01 .click2call .c2c-num {
      display: none; } }
@media only screen and (max-width: 720px) {
  .landing-page-01 .click2call {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background: black;
    padding: 10px 0px; } }


