﻿/* file: owl.carousel.min.css */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/DigitalSite/static/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* file: owl.theme.default.min.css */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* file: general.css */
body {
  direction: rtl;
  font-family: arial;
  color: #343434;
  background-color: #f8f8f8;
  font-size: 15px;
  margin: 0px auto;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
ul {
  padding: 0px;
}
select,
textarea,
input {
  font-size: 16px;
  font-family: arial;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
h1 {
  color: #4d4d4d;
}
li {
  list-style: none;
}
.blue {
  color: #0078bd;
}
button {
  cursor: pointer;
  border: none;
}
.mobile-only {
  display: none !important;
}
.btn {
  background-color: #0078bd;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
}
.btn-gray {
  background-color: #444;
}
.pagging {
  display: block;
  text-align: center;
  clear: both;
}
.pagging li {
  display: inline-block;
}
.pagging li a {
  background-color: #ea1985;
  float: right;
  display: inline-block;
  color: #fff;
  padding: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 7px;
  margin: 0px 3px;
  font-weight: bold;
  text-decoration: none;
}
.pagging li.next a {
  background-color: transparent;
}
.pagging li.prev a {
  background-color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.side_conection_link {
  position: fixed;
  top: 48%;
  left: 0px;
  z-index: 30;
  font-family: spacer;
}
.side_conection {
  display: none;
  position: fixed;
  top: 0;
  left: -33vw;
  z-index: 130;
  width: 400px;
  height: 100vw;
  background-color: #fff;
  font-family: spacer-reg;
  -webkit-box-shadow: 18px 1px 28px -17px #444444;
  -moz-box-shadow: 18px 1px 28px -17px #444444;
  box-shadow: 18px 1px 28px -17px #444444;
}
.side_conection .side_conect_ttl {
  display: table;
  margin: auto;
  border-bottom: #0479bc 4px solid;
  padding: 0 20px;
}
.side_conection .side_conect_ttl span {
  text-align: center;
  display: block;
}
.side_conection .side_conect_ttl span.txt1 {
  font-size: 56px;
  color: #072956;
  font-weight: bold;
}
.side_conection .side_conect_ttl span.txt2 {
  font-size: 66px;
  color: #0479bc ;
  font-weight: bold;
}
.side_conection .txt3 {
  font-size: 35px;
  color: #2d2d2d ;
  text-align: center;
  margin-top: 20px;
}
.flex_side_conection {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 86%;
}
.flex_side_conection > a {
  cursor: pointer;
  width: 29%;
  border: #0479ba 2px solid;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: #0177bd;
  font-weight: bold;
}
.flex_side_conection img {
  margin: auto;
  height: 40px;
  margin-top: 5px;
}
.flex_side_conection span {
  display: block;
  padding-bottom: 4px;
}
@font-face {
  font-family: spacerBold;
  src: url(/DigitalSite/fonts/SpacerBold.ttf);
}
@font-face {
  font-family: 'SPACER-REG';
  src: url('/digitalsite/fonts/spacerregularwebfont.eot') format('eot'), url('/digitalsite/fonts/spacerregularwebfont.woff') format('woff'), url('/digitalsite/fonts/spacerregularwebfont.ttf') format('truetype'), url('/digitalsite/fonts/spacerregularwebfont.svg') format('svg');
}
@font-face {
  font-family: 'SPACER';
  src: url('/digitalsite/fonts/spacerboldwebfont.eot');
  src: url('/DigitalSite/static/digitalsite/fonts/spacerboldwebfont.eot?iefix') format('eot'), url('/digitalsite/fonts/spacerboldwebfont.woff') format('woff'), url('/DigitalSite/static/digitalsite/fonts/spacerboldwebfont.ttf') format('truetype'), url('/digitalsite/fonts/spacerboldwebfont.svg#FbSpacer') format('svg');
}
@font-face {
  font-family: 'FbSpacer';
  src: url('/digitalsite/fonts/spacerboldwebfont.eot');
  src: url('/digitalsite/fonts/spacerboldwebfont.eot?iefix') format('eot'), url('/digitalsite/fontsfonts/spacerboldwebfont.woff') format('woff'), url('/digitalsite/fonts/spacerboldwebfont.ttf') format('truetype'), url('/digitalsite/fonts/fonts/spacerboldwebfont.svg#FbSpacer') format('svg');
  font-weight: bold;
}
.arr_top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
}
.bread_section .braed {
  width: 1170px;
  margin: auto;
}
.bread_section .braed a {
  color: #343434;
  margin: 0px 3px;
  text-decoration: none;
}
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 120;
  -webkit-box-shadow: 0px 2px 13px -2px #9e9e9e;
  -moz-box-shadow: 0px 2px 13px -2px #9e9e9e;
  box-shadow: 0px 2px 13px -2px #9e9e9e;
}
header .head {
  width: 1170px;
  margin: auto;
}
header .line1 {
  width: 100%;
  position: relative;
}
header .line1.iweb {
  min-height: 42px;
}
header .line1 .logo {
  float: right;
  margin-top: 14px;
  right: 0px;
}
header .line1 .logo img {
  position: absolute;
  width: 54px;
}
header.nino .line1 .logo img {
  width: 68px;
}
header .right {
  float: right;
  padding-right: 40px;
}
header .left {
  float: left;
  margin-top: 10px;
}
header .left a {
  color: #0177bd;
  text-decoration: none;
  font-weight: bold;
  font-family: spacer-reg;
}
header .left a:after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #0177bd ;
  display: inline-block;
  margin: -2px 10px;
}
header .left .no-after:after {
  content: none;
}
header .left a:last-child:after {
  width: 0px;
}
header .left .do_login {
  background: url('/DigitalSite/images/icn_login2.png') right no-repeat;
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
header.transparent .left .do_login {
  background-image: url('/DigitalSite/images/icn_login3.png');
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
}
header.transparent .left a:after {
  background-color: #ffffff;
}
header .right .type {
  float: right;
  margin: -3px 30px;
}
header .right .type a {
  color: #0177bd;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  padding: 8px 2px;
  font-size: 24px;
  text-shadow: 3px 4px 13px #b7b3b2;
  font-family: spacer-reg;
}
header .right .type a.on {
  border-top: #0177bd 4px solid;
  font-weight: bold;
}
header .right .type a.business-clients {
  margin-right: 40px;
  font-size: 15px;
}
header .hello {
  display: none;
  color: #0177bd;
  font-weight: bold;
}
header .hello span {
  border-left: 1px solid #0177bd;
  padding: 0 14px;
}
header .hello span:first-child {
  padding-right: 0;
}
header .connected .hello {
  display: inline;
}
header .connected .do_login {
  display: none!important;
}
header .clearSession {
  display: none;
  border-left: 1px solid #0177bd;
  padding: 0 14px;
  color: #0177bd;
  font-weight: bold;
  background: none;
  font-size: 15px;
}
header .connected .clearSession {
  display: inline;
}
header.transparent .hello span {
  border-color: #fff;
}
header nav {
  clear: both;
  float: right;
  width: 790px;
  text-align: center;
  padding-right: 200px;
  font-family: spacer-reg;
}
header nav > a {
  font-size: 26px;
  color: #0177bd;
  text-decoration: none;
  margin: 0 24px;
}
header nav .homepage {
  margin-left: 46px;
  position: relative;
  top: 3px;
}
header .search {
  float: left;
  position: relative;
  width: 370px;
}
header .search input {
  font-family: arial;
  /*font-family:SPACER-REG;*/
  -webkit-box-shadow: inset 1px 3px 20px -4px #dddddd;
  -moz-box-shadow: inset 1px 3px 20px -4px #dddddd;
  box-shadow: inset 1px 3px 20px -4px #dddddd;
  float: left;
  border: #ddd 2px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  height: 32px;
  width: 230px;
  /*background:url("/DigitalSite/images/icn_search.png") no-repeat 8px center;background-size:20px;*/
  padding-right: 10px;
  color: #000;
}
header .search > div {
  float: left;
}
header .search input:focus {
  box-shadow: none;
}
header .btn_do_search {
  position: absolute;
  left: 0px;
  background-color: transparent;
}
header .btn_do_search img {
  width: 24px;
  margin-top: 4px;
}
header .header_cart {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0px 0px 0 0px;
  background: url("/DigitalSite/images/icn_cart3.png") left center no-repeat;
  width: 90px;
  display: inline-block;
  color: #0177bd;
  padding: 14px 11px 0 34px;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}
header .header_cart.blue {
  background: url("/DigitalSite/images/icn_cart4.png") left -3px center no-repeat;
}
header .header_cart span {
  position: relative;
  top: -6px;
  font-size: 14px;
  display: inline-block;
}
header .line2 {
  margin-top: 10px;
}
header .line2 .site_type {
  margin-top: 10px;
  border-bottom: #ddd 1px solid;
  width: 100%;
}
header .line2 .site_type a {
  width: 80px;
  height: 30px;
  border-radius: 10px 10px 0px 0px;
  border: #ddd 1px solid;
  border-bottom: none;
  background-color: #fff;
  margin-left: 3px;
  font-size: 15px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
header .line2 .site_type a.active {
  background-color: #eeeeee;
}
header .line1 {
  padding: 0px 20px 0 0;
}
.fixed_space {
  height: 91px;
}
header.transparent {
  background-color: transparent;
  box-shadow: none;
}
header.transparent .head * {
  color: #fff;
  border-color: #ffffff;
}
header.transparent .head a {
  color: #fff!important;
  border-color: #ffffff !important;
}
header.transparent .head .search a {
  color: #000 !important;
}
header.transparent .head .search .ui-menu b {
  color: deeppink;
  font-weight: normal;
}
header.transparent .ui-menu .ui-menu-item a.ui-state-focus,
header.transparent .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  color: #0177bd !important;
}
header.transparent .head .sub_nav_items .ttl {
  color: #343434;
}
header.transparent .head .sub_nav_items a {
  color: #343434 !important;
}
header.transparent .head .search input {
  color: #000000;
}
header.transparent + .fixed_space {
  display: none;
}
/* AUTO COMPLITE*/
header .ui-menu {
  position: absolute;
  cursor: default;
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
  -webkit-box-shadow: inset 1px -3px 20px -4px #dddddd;
  -moz-box-shadow: inset 1px -3px 20px -4px #dddddd;
  box-shadow: inset 1px -3px 20px -4px #dddddd;
}
header .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
header .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
header .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  height: 24px;
  overflow: hidden;
  color: #000000;
}
header .ui-menu .ui-menu-item a.ui-state-focus,
header .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  color: #0177bd;
}
header .ui-menu .ui-menu-item a span {
  color: #dc0c0c;
}
header .ui-menu .ui-menu-item img {
  width: 16px;
  height: 20px;
  float: right;
}
header .ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
header .ui-menu .ui-state-disabled a {
  cursor: default;
}
header .ui-menu {
  font-family: Arial;
  font-size: 1.1em;
}
header .ui-menu .ui-widget {
  font-size: 1em;
}
header .ui-menu input,
.Shell .ui-menu select,
.Shell .ui-menu textarea,
.Shell .ui-menu button {
  font-family: Arial;
  font-size: 1em;
}
header .ui-menu {
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 24px!important;
  width: 230px!important;
  left: 0px!important;
  border: 1px solid #ddd;
  border-top: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}
header .ui-menu div {
  color: #000;
}
header .ui-menu b {
  color: deeppink;
  font-weight: normal;
}
header .ui-helper-hidden-accessible {
  display: none;
}
.head_nav {
  clear: both;
  float: right;
  width: 100%;
  padding-bottom: 10px;
  /*background:url('/DigitalSite/images/ln11.png') no-repeat center bottom*/
}
.head_nav nav > a {
  display: inline-block;
}
.head_nav .sub_head_nav {
  background-color: #efefef;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 90px;
  -webkit-box-shadow: 0px 20px 28px -17px #444444;
  -moz-box-shadow: 0px 20px 28px -17px #444444;
  box-shadow: 0px 20px 28px -17px #444444;
}
.head_nav .sub_nav_items {
  clear: both;
  width: 1170px;
  margin: auto;
  text-align: right;
}
.head_nav .sub_nav_items a {
  text-align: right;
  color: #343434;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding-right: 13px;
  padding: 4px 9px 10px 0;
}
.head_nav .sub_nav_items a[prevent-default] {
  cursor: default;
}
.head_nav .sub_nav_items a.plus_sub:before {
  content: "+";
  color: #0177bd;
  font-weight: bold;
}
.head_nav .sub_nav_items a.plus_sub {
  padding-right: 0px;
}
.head_nav .sub_nav_items a.minus_sub:before {
  content: "-";
  color: #0177bd;
  font-weight: bold;
}
.head_nav .sub_nav_items a.minus_sub {
  padding-right: 3px;
}
.head_nav .sub_nav_items a .menuoutlet {
  color: red;
  font-weight: bold;
}
.head_nav .sub_nav_items .item {
  float: right;
  width: 14%;
  margin: 30px 2% 30px 0px;
  line-height: 24px;
}
.head_nav .sub_nav_items .ttl {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #0177bd 4px solid;
  margin-bottom: 8px;
}
.head_nav .sub_nav_items .sub_lnk:hover {
  color: #000;
  text-shadow: 1px 1px 2px #969696;
}
.head_nav .arr_sub_menu {
  width: 100%;
  position: relative;
  z-index: 20;
}
.head_nav .arr_sub_menu img {
  position: absolute;
  top: 5px;
  right: calc(50% - 15px);
}
.head_nav .triple_sub_nav {
  display: block;
  margin-right: 13px;
}
.head_nav .triple_sub_nav a {
  color: #0177bd;
  line-height: 14px;
  display: block;
  padding-right: 0px;
  font-size: 13px;
}
.head_nav .triple_sub_nav a:hover {
  text-shadow: 1px 1px 2px #969696;
}
.scroll-prompt {
  opacity: 1;
  display: block;
  position: fixed;
  z-index: 998;
  bottom: -80px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  pointer-events: none;
}
.scroll-prompt .scroll-prompt-arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow {
  animation-name: opacity;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow:last-child {
  animation-direction: reverse;
  margin-top: -6px;
}
.scroll-prompt .scroll-prompt-arrow > div {
  width: 36px;
  height: 36px;
  border-right: 8px solid #5ec7f2;
  border-bottom: 8px solid #5ec7f2;
  transform: rotate(45deg) translateZ(1px);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(6px);
  }
  30% {
    transform: translateY(9px);
  }
  40% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(18px);
  }
  70% {
    transform: translateY(21px);
  }
  80% {
    transform: translateY(24px);
  }
  90% {
    transform: translateY(27px);
  }
  100% {
    transform: translateY(30px);
  }
}
.compare_cb {
  text-decoration: underline;
  cursor: pointer;
}
footer {
  background-color: #0078bd;
  height: 100%;
  color: #fff;
  clear: both;
}
.footer_section {
  width: 1170px;
  margin: auto;
  padding: 20px 0px;
}
.footer_section a {
  color: #fff;
  text-decoration: none;
}
.footer_section a:hover {
  color: #dddddd;
}
.footer_section .net {
  margin: 20px 0;
}
.footer_section .net a {
  display: inline-block;
  margin: 0px 10px;
}
.footer_section .right_foot > img {
  margin-right: 31%;
}
.footer_section .right_foot {
  float: right;
  width: 21%;
  border-left: #ddd 1px solid;
  min-height: 180px;
}
.footer_section .left_foot {
  float: left;
  width: 76%;
  padding-right: 2%;
}
.footer_section .lnks div {
  float: right;
  padding-left: 30px;
}
.footer_section .lnks a {
  display: block;
}
.footer_section .partners {
  clear: both;
  margin: 30px 0px 10px 0px;
  float: right;
  width: 100%;
}
.footer_section .partners > a {
  padding: 0 0px;
  float: left;
}
.footer_section .partners > a:before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-right: 20px;
}
.footer_section .partners > a:last-child:before {
  content: "";
}
.footer_section .rights {
  clear: both;
  margin: 10px 0px;
  float: right;
  width: 100%;
}
.footer_section .ewave {
  float: left;
}
.footer_section .emun_logo {
  width: 37px;
  margin-right: 36%!important;
}
.customplaceholder {
  background: url('/DigitalSite/images/ln11.png') top center no-repeat;
  clear: both;
  width: 100%;
}
#dialog {
  display: none;
}
#dialog {
  background-color: White;
}
.ui-dialog {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  transition: top 0.3s ease-out;
}
.ui-dialog-titlebar {
  height: 31px;
  background-color: #ffffff;
}
.ui-dialog-titlebar button {
  background: url(/DigitalSite/images/btn_close.jpg);
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 0px;
  outline: none;
  z-index: 1;
}
.ui-dialog-titlebar:before,
.ui-dialog-titlebar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-dialog-titlebar:after {
  clear: both;
}
.ui-widget-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #015d90;
  top: 0px;
  right: 0px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 70;
}
.ui-button-text {
  display: none;
}
.compare_pop {
  padding: 30px 100px;
  background-color: #fff;
}
.compare_pop h1 {
  font-size: 28px;
  color: #0177bd;
  border-bottom: #0177bd 4px solid;
  padding-bottom: 10px;
  text-align: center;
}
.compare_pop .txt_choose {
  font-size: 16px;
  text-align: right;
  margin: 10px 6px 10px 0;
  color: #0177bd;
  font-weight: bold;
}
.compare_pop .compare_box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.compare_pop .compare_box h2 {
  color: #0078bd;
  font-weight: normal;
  font-size: 16px;
  height: 38px;
  margin-bottom: 0px;
  overflow: hidden;
}
.compare_pop .compare_box h2 span {
  display: block;
  font-size: 15px;
  color: #343434;
  font-weight: normal;
}
.compare_pop .compare_box .device1 {
  float: right;
  width: 50%;
}
.compare_pop .compare_box .device2 {
  float: left;
  width: 50%;
}
.compare_pop .compare_box .device1 button {
  display: block;
  color: #343434;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: auto;
  text-decoration: underline;
}
.compare_pop .compare_box .device2 button {
  display: block;
  color: #343434;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: auto;
  text-decoration: underline;
}
.compare_pop .compare_box .device1 img {
  height: 260px;
}
.compare_pop .compare_box .device2 img {
  height: 260px;
}
.compare_pop .compare_box .btn {
  display: table;
}
.compare_pop .compare_box .between_txt {
  color: #343434;
  position: absolute;
  top: 160px;
  right: calc(50% - 40px);
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}
.compare_pop .slct_yzrn_degem {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 40px;
  margin: 0px auto 0px 36px;
  background: #ffffff url("/DigitalSite/images/arr_slct.png") 8px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: #a9a9a9 1px solid;
  float: right;
  padding: 0px;
}
.compare_pop .slct_yzrn_degem select {
  background: transparent;
  border: none;
  height: 38px;
  padding: 0px 10px;
}
.compare_pop .slct_yzrn_degem {
  width: 180px;
}
.compare_pop .slct_yzrn_degem select {
  width: 208px;
}
.compare_pop .select_box {
  margin: 4px 0px;
}
/*clearfix*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.iweb {
  display: inline-block;
}
.imob {
  display: none;
}
[ng-cloak] {
  visibility: hidden;
}
.owl-carousel.single-mode {
  display: block;
}
.ex8msg {
  color: #ffffff;
  font: bold 42px arial;
  width: 100%;
  text-align: center;
  position: relative;
  top: 400px;
  z-index: 1000;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 130%;
  background-color: #015d90;
  top: 0px;
  right: 0px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 70;
}
/* popup youtube video */
.ytVideoBody {
  margin: 0px;
  overflow: hidden;
}
.ytVideoBody .ytVideo iframe {
  height: 100%!important;
  width: 640px !important;
}
.ytVideoBody .ytVideo {
  height: 100%;
}
.categories_nav_section {
  clear: both;
  float: right;
  width: 100%;
  /*background:url('/DigitalSite/images/ln11.png') no-repeat center bottom*/
}
.categories_nav_section nav {
  clear: both;
  width: 1170px;
  margin: auto;
  line-height: 50px;
}
.categories_nav_section nav > a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: auto;
  padding: 0px 40px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: url('/DigitalSite/images/ln5.png') no-repeat left center;
}
.categories_nav_section nav > a:last-child {
  background: none;
}
.categories_nav_section nav > a.active {
  color: #0177bd;
}
.categories_nav_section .sub_nav {
  display: none;
  background-color: #e3e3e3;
  position: absolute;
  width: 100%;
  left: 0px;
}
.categories_nav_section .sub_nav_items {
  clear: both;
  width: 1170px;
  margin: auto;
  line-height: 50px;
}
.categories_nav_section .sub_nav_items a {
  text-align: right;
  color: #343434 ;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
  background: url('/DigitalSite/images/arr_pink.png') no-repeat center right;
  margin-left: 0px;
  text-decoration: none;
  margin-right: 26px;
  display: inline-block;
}
.categories_nav_section .arr_sub_menu {
  display: none;
  width: 100%;
  position: relative;
  z-index: 20;
}
.categories_nav_section .arr_sub_menu img {
  position: absolute;
  right: 41%;
}
.dialog-popup {
  background-color: #fff;
}
section.legal-notes {
  width: 1170px;
  clear: both;
  margin: auto;
  max-width: 100%;
  margin-bottom: 15px;
}
.device-price .price span {
  color: #343434;
  font-weight: bold;
  margin-right: 10px;
}
.device-price .price {
  display: inline-block;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  height: 66px;
  padding-top: 20px;
}
.device-price .special_price {
  height: 66px;
  padding-top: 20px;
  font-weight: bold;
}
.device-price .special_price del {
  font-size: 16px;
}
.device-price .special_price ins {
  margin-right: 10px;
  text-decoration: none;
  font-size: 17px;
}
.device-price .special_price .pink_price {
  color: #ec1a87;
  font-size: 22px;
}
.device-price .special_price .pink_price span {
  font-size: 20px;
}
.link-banner {
  width: 1170px;
  clear: both;
  margin: 0 auto 10px;
  max-width: 100%;
}
.link-banner img {
  width: 100%;
}
[row-number-item] {
  display: none;
}
rating-stars img {
  width: 14px !important;
  height: auto !important;
}
/*  ����� ������  */
.questions_section {
  text-align: center;
  width: 1170px;
  clear: both;
  margin: auto;
  background: url('/DigitalSite/images/bg_ln9.png') no-repeat top center;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
.questions_section h1 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 20px 0px;
}
.questions_section .items_qst {
  overflow: hidden;
  text-align: right;
}
.questions_section .items_qst .item_qst {
  position: relative;
  border: #ddd 1px solid;
  float: right;
  background-color: #fff;
  padding: 20px;
  width: 23.4%;
  margin-left: 2%;
}
.questions_section .items_qst .item_qst:last-child {
  margin-left: 0%;
}
.questions_section .items_qst .txt_qst {
  font-weight: bold;
}
.questions_section .items_qst .name_qst {
  margin-bottom: 4px;
}
.questions_section .items_qst .item_ans {
  display: none;
  position: absolute;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 10px;
  width: 274px;
  top: 0px;
  height: 98px;
  right: 0px;
  background-color: #0078bd;
  color: #ffffff;
}
.questions_section .btn {
  margin: 20px auto;
  display: table;
}
.questions_section .lnk_more_qst {
  margin: 20px 0px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  background: url("/DigitalSite/images/arr_left.png") no-repeat left center;
  padding-left: 10px;
}
.questions_section .items_qst2 {
  overflow: hidden;
  text-align: right;
}
.questions_section .items_qst2 .item_qst {
  background: url("/DigitalSite/images/icn_qst.png") no-repeat 10px 10px;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 20px;
  width: 99.6%;
}
.questions_section .items_qst2 .item_qst:last-child {
  margin-left: 0%;
}
.questions_section .items_qst2 .txt_qst {
  font-weight: bold;
}
.questions_section .items_qst2 .name_qst {
  margin-bottom: 4px;
}
.questions_section .items_qst2 .txt_ans {
  font-weight: bold;
  color: #0078bd;
}
.questions_section .items_qst2 .item_ans {
  border-bottom: #ddd 1px solid;
  padding: 20px;
  width: 99.6%;
  margin-bottom: 40px;
}
.questions_section .search_qst {
  width: 368px;
  margin: auto;
}
.questions_section input[type="search"] {
  border: #a9a9a9  1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0px 0px 0 4px;
  width: 290px;
  height: 40px;
  float: right;
}
.questions_section input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.questions_section input::-moz-placeholder {
  color: #5e5e5e;
}
.questions_section input:-ms-input-placeholder {
  color: #5e5e5e;
}
.questions_section input:-moz-placeholder {
  color: #5e5e5e;
}
.questions_section input[type="checkbox"] {
  width: auto;
}
.questions_section .btn {
  margin-top: 0px;
}
.questions_section .gray_btn {
  background-color: #4d4d4d;
}
.popup_ask {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.popup_ask h1 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0px 20px 0px;
}
.popup_ask h2 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  font-weight: normal;
}
.popup_ask .message {
  width: 400px;
  max-width: calc(100% - 20px);
  margin: 10px auto;
}
.popup_ask .btn.close {
  display: block;
  margin: 15px 0;
}
.popup_ask .frm {
  width: 480px;
  margin: auto;
}
.popup_ask .frm textarea {
  width: 100%;
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.popup_ask .frm input[type="text"] {
  border: #a9a9a9  1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_ask .frm input[type="email"] {
  border: #a9a9a9  1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_ask .frm input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input::-moz-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input:-ms-input-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input:-moz-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input[type="checkbox"] {
  width: auto;
}
.popup_ask .frm .inpt {
  float: right;
  position: relative;
  min-height: 90px;
}
.popup_ask .frm label {
  color: #0078bd;
  font-size: 13px;
}
.popup_ask .frm .inpt label {
  position: absolute;
  display: none;
  top: 0px;
  right: 10px;
  color: #0078bd;
}
.popup_ask .frm .inpt input:focus + label {
  display: block;
}
.popup_ask .frm .inpt input:valid + label {
  display: block;
}
.popup_ask .frm .inpt input:invalid {
  box-shadow: none;
}
.popup_ask .frm .inpt.email {
  float: left;
}
.popup_ask .frm .btn {
  clear: both;
  display: block;
  float: left;
  width: 120px;
}
.popup_ask .frm .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  background: url("/DigitalSite/images/err_pink.png") no-repeat center right;
  clear: both;
  padding-right: 15px;
  text-align: right;
}
.popup_ask .frm .msgs_textarea {
  margin-bottom: 14px;
}
/*  ���� ���   */
.reviews_section {
  text-align: center;
  width: 1170px;
  clear: both;
  margin: auto;
  background: url('/DigitalSite/images/bg_ln9.png') no-repeat top center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.reviews_section h1 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 20px 0px;
}
.reviews_section .items_reviews {
  text-align: right;
}
.reviews_section .items_reviews .item_review {
  background: url('/DigitalSite/images/bg_review.jpg') no-repeat top center;
  position: relative;
  min-height: 180px;
  float: right;
  padding: 44px 20px 18px 20px;
  width: 50%;
}
.reviews_section .items_reviews .txt_review {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 6px 0px;
}
.reviews_section .items_reviews .top_review {
  margin-bottom: 4px;
}
.reviews_section .items_reviews .top_review time {
  margin-bottom: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews .top_review .name {
  float: right;
  font-weight: bold;
}
.reviews_section .items_reviews .top_review .stars {
  float: right;
  padding: 0px 10px;
  border-right: #aaa 1px solid;
  border-left: #aaa 1px solid;
  margin: 0px 10px;
  height: 20px;
}
.reviews_section .items_reviews .top_review .stars img {
  float: right;
}
.reviews_section .items_reviews .top_review .stars span {
  margin-right: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews .openFullReview {
  color: #0177bd;
}
.reviews_section .items_reviews .closeFullReview {
  display: none;
  color: #0177bd;
}
.reviews_section .items_reviews .res2 {
  display: none;
}
.reviews_section .items_reviews .review {
  transition: all;
}
.reviews_section .items_reviews .review.abs {
  background-color: #e6e6e6;
  padding: 0px 14px 10px 14px;
  position: absolute;
  width: 574px;
  right: 5px;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.reviews_section .btn {
  margin: 20px auto;
  display: table;
}
.reviews_section .lnk_more_review {
  margin: 20px 0px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  background: url("/DigitalSite/images/arr_left.png") no-repeat left center;
  padding-left: 10px;
}
.reviews_section .items_reviews2 {
  text-align: right;
}
.reviews_section .items_reviews2 .item_review {
  background-color: #e8e8e8;
  position: relative;
  min-height: 180px;
  float: right;
  padding: 20px 20px 18px 20px;
  width: 99.6%;
  margin: 10px 0px;
}
.reviews_section .items_reviews2 .txt_review {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 6px 0px;
}
.reviews_section .items_reviews2 .top_review {
  margin-bottom: 4px;
}
.reviews_section .items_reviews2 .top_review time {
  margin-bottom: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews2 .top_review .name {
  float: right;
  font-weight: bold;
}
.reviews_section .items_reviews2 .top_review .stars {
  float: right;
  padding: 0px 10px;
  border-right: #aaa 1px solid;
  border-left: #aaa 1px solid;
  margin: 0px 10px;
  height: 20px;
}
.reviews_section .items_reviews2 .top_review .stars img {
  float: right;
}
.reviews_section .items_reviews2 .top_review .stars span {
  margin-right: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews2 .openFullReview {
  text-decoration: none;
  color: #0177bd;
}
.reviews_section .items_reviews2 .closeFullReview {
  display: none;
  color: #0177bd;
}
.reviews_section .items_reviews2 .res2 {
  display: none;
}
.reviews_section .items_reviews2 .review {
  transition: all;
}
.reviews_section .items_reviews2 .review.abs {
  background-color: #e6e6e6;
  padding: 0px 14px 10px 14px;
  position: absolute;
  width: 574px;
  right: 5px;
}
.popup_review {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.popup_review h1 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0px 20px 0px;
}
.popup_review h2 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  font-weight: normal;
}
.popup_review .message {
  width: 400px;
  max-width: calc(100% - 20px);
  margin: 10px auto;
}
.popup_review .btn.close {
  display: block;
  margin: 15px auto;
}
.popup_review .frm {
  width: 480px;
  margin: auto;
}
.popup_review .frm textarea {
  width: 100%;
  height: 110px;
}
.popup_review .frm textarea:nth-child(2) {
  width: 100%;
  height: 30px;
  max-width: 100%;
  max-height: 30px;
}
.popup_review .frm input[type="text"] {
  border: #a9a9a9  1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_review .frm input[type="email"] {
  border: #a9a9a9  1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_review .frm input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input::-moz-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input:-ms-input-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input:-moz-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input[type="checkbox"] {
  width: auto;
}
.popup_review .frm .inpt {
  float: right;
  position: relative;
  min-height: 90px;
}
.popup_review .frm label {
  color: #0078bd;
  font-size: 13px;
}
.popup_review .frm .inpt label {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #0078bd;
}
.popup_review .frm .inpt input:focus + label {
  display: block;
}
.popup_review .frm .inpt input:valid + label {
  display: block;
}
.popup_review .frm .inpt input:invalid {
  box-shadow: none;
}
.popup_review .frm .inpt.email {
  float: left;
}
.popup_review .frm .dtls {
  height: 80px;
}
.popup_review .frm .Short_message {
  height: 66px;
}
.popup_review .frm .btn {
  clear: both;
  display: block;
  float: left;
  width: 120px;
}
.popup_review .frm .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  background: url("/DigitalSite/images/err_pink.png") no-repeat center right;
  clear: both;
  padding-right: 15px;
  text-align: right;
}
.popup_review .frm .msgs_textarea {
  margin-bottom: 14px;
}
.popup_review .frm .rating .ttl {
  float: right;
  font-size: 19px;
  color: #343434;
  margin-left: 10px;
}
.popup_review .frm .rating {
  overflow: hidden;
  margin: 14px 0;
}
.starRating:not(old) {
  display: inline-block;
  width: 200px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
}
.starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0;
}
.starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url('/DigitalSite/images/star_gray.png') no-repeat;
  background-size: contain;
}
.starRating:not(old) > label:before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url('/DigitalSite/images/star_blue.png') no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}
.pop_cart {
  width: 470px;
  margin: auto;
  padding: 10px 0;
}
.pop_cart select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 10px;
  border: #a9a9a9 1px solid;
}
.pop_cart .ttl_frm {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
  border-bottom: #0074bb 5px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.pop_cart .slct {
  overflow: hidden;
  height: 38px;
  margin: 10px auto 10px auto;
  background: #ffffff url("/DigitalSite/imgs/arr_slct.png") 8px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 0px;
  border: #a9a9a9 1px solid;
}
.pop_cart .slct select {
  background: transparent;
  border: none;
  height: 38px;
}
.pop_cart .slct_type {
  width: 270px;
}
.pop_cart .slct_type select {
  width: 298px;
}
.pop_cart .slct_payment {
  width: 270px;
}
.pop_cart .slct_payment select {
  width: 298px;
}
.pop_cart .slct_vol {
  width: 120px;
}
.pop_cart .slct_vol select {
  width: 148px;
}
.pop_cart .mid_frm {
  width: 270px;
  margin: auto;
  overflow: hidden;
}
.pop_cart .color_frm {
  float: right;
  font-weight: bold;
  margin-top: 4px;
  text-align: right;
  color: #555;
}
.pop_cart .color_frm .color_pic {
  margin-top: 4px;
}
.pop_cart .color_frm .color_pic div {
  float: right;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px;
  border: #999 1px solid;
  background-clip: content-box;
  padding: 2px;
}
.pop_cart .color_frm .color_pic div.active {
  border: #555555 2px solid;
}
.pop_cart .color_frm span {
  font-weight: normal;
}
.pop_cart .slct_vol {
  float: left;
}
.pop_cart .price {
  font-size: 36px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.pop_cart .price span {
  font-size: 26px;
  font-weight: normal;
}
.pop_cart .special_price {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.pop_cart .special_price del {
  font-size: 18px;
}
.pop_cart .special_price ins {
  margin-right: 10px;
  text-decoration: none;
  font-size: 17px;
}
.pop_cart .special_price .pink_price {
  color: #ec1a87;
  font-size: 36px;
}
.pop_cart .btns {
  text-align: center;
}
.pop_cart .btns a {
  margin: 0px 10px;
}
.pop_cart .btn {
  width: 200px;
}
.pop_cart_simple {
  width: 100%;
  margin: auto;
  padding: 0px 0;
  text-align: center;
}
.pop_cart_simple .ttl_frm {
  color: #0078bd;
  font-size: 19px;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding: 0 10px 5px;
}
.pop_cart_simple .counted_cart {
  font-size: 18px;
  margin-bottom: 12px;
}
.pop_cart_simple .btn {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial;
  padding: 0px 10px;
}
.pop_cart_simple .gray_btn {
  background-color: #ea1985;
}
.slider {
  position: relative;
}
.slider .stand_alone {
  position: absolute;
  z-index: 30;
  top: 0px;
  bottom: 3px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.slider .stand_alone a {
  width: 100%;
  height: 100%;
  display: block;
}
.slider .stand_alone img {
  width: 100%;
  height: 100%;
}
.slider.slider-images .stand_alone {
  bottom: 26px;
}
.slider.slider-video .stand_alone {
  pointer-events: all;
}
.slider.no-select-buttons .owl-dots {
  display: none;
}
.slider.slider-images.no-select-buttons .stand_alone {
  bottom: 3px;
}
.general-slider {
  padding: 0px;
  margin: 0px 0px;
}
.general-slider > img,
.general-slider > a > img {
  width: 100%;
  display: block;
}
.slider.natural-width {
  overflow: hidden;
}
.slider.natural-width.left-align {
  direction: ltr;
  text-align: left;
}
.slider.natural-width.keep-center .general-slider > img {
  margin-right: calc((100% - 1920px) / 2);
}
.slider.natural-width.keep-center .general-slider > a {
  margin-right: calc((100% - 1920px) / 2);
  display: block;
}
.slider.natural-width.left-align.keep-center .general-slider > img {
  margin-right: 0;
  margin-left: calc((100% - 1920px) / 2);
}
.slider.natural-width.left-align.keep-center .general-slider > a {
  margin-right: 0;
  margin-left: calc((100% - 1920px) / 2);
  display: block;
}
.natural-width .general-slider > img,
.natural-width .general-slider > a > img {
  width: auto;
  display: table;
  margin: auto;
}
.general-slider {
  color: #0177BD;
  text-align: center;
  position: relative;
}
.general-slider h1 {
  text-align: center;
  color: #0177bd;
  font-size: 44px;
  font-weight: normal;
  margin: 0px;
  padding: 20px 0;
}
.general-slider .owl-nav {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 45px);
  z-index: 100;
  right: 0;
  left: 0;
}
.general-slider .owl-carousel .owl-item a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.general-slider .owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}
.general-slider .owl-carousel .item {
  width: 100%;
  float: right;
  margin: 0px 0px;
  background-color: #fff;
  text-align: right;
}
.general-slider .owl-carousel .item:hover {
  background-color: #eeeeee;
}
.general-slider .owl-carousel a {
  text-decoration: none;
}
.general-slider .owl-carousel .bg {
  float: right;
  width: 100% !important;
}
.general-slider .owl-carousel .pic {
  float: right;
}
.general-slider .owl-carousel .data_content {
  float: right;
}
.general-slider .owl-carousel .data_content h2 {
  color: #3b3b3b;
}
.general-slider .owl-carousel .data_content div {
  font-size: 18px;
  color: #3b3b3b;
}
.general-slider .owl-carousel .data_content .btn {
  margin: 20px 0px;
}
.general-slider .owl-prev {
  margin: 0px!important;
  position: absolute;
  left: 0px;
  top: 0;
  background: url('/DigitalSite/images/arr_carosel_left.png') center !important;
  background-size: 49px 93px !important;
  height: 93px;
  width: 49px;
}
.general-slider .owl-next {
  margin: 0px!important;
  position: absolute;
  right: 0px;
  top: 0;
  background: url('/DigitalSite/images/arr_carosel_right.png') center !important;
  background-size: 49px 93px !important;
  height: 93px;
  width: 49px;
}
.general-slider .btn {
  text-align: center;
}
.general-slider .owl-carousel .item .data {
  position: absolute;
  margin: 160px;
}
.general-slider .owl-dots,
.mid_promotion_carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.general-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.general-slider .owl-dots .owl-dot.active span {
  background: #ea1985;
}
.general-slider .owl-dots .owl-dot:hover span {
  background: #869791;
}
.general-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.general-slider .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  pointer-events: none;
}
.general-slider .image-overlay * {
  pointer-events: all;
}
.banner img {
  width: 100%;
  display: block;
}
.default-cursor {
  cursor: default;
}
.content-section {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.content-section img {
  max-width: 100%;
}
.content-section li {
  list-style-type: disc;
  margin: 0 15px 0 0;
}
/* chrome fix */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  /* added this */

}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
/* CHAT */
#divPreInteractiveNavigatorButton {
  z-index: 100 !important;
}
.error {
  color: red;
}
.devices-promotion {
  position: relative;
}
.devices-promotion .background {
  overflow: hidden;
  direction: ltr;
}
.devices-promotion .background img {
  height: 100%;
}
.devices-promotion .devices-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.devices-promotion .devices-container .devices {
  display: table;
  height: 100%;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.devices-promotion .devices-container ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.devices-promotion .devices-container ul li {
  width: calc(25% - 4px);
  display: inline-block;
  vertical-align: top;
}
.devices-promotion li .ttl {
  color: #0078bd;
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0px;
  padding-bottom: 10px;
}
.devices-promotion rating-stars {
  margin-bottom: 10px;
  display: block;
}
.devices-promotion .lnk_lead {
  color: #fff;
  display: block;
  margin-top: 15px;
}
/******OpenCloseText********/.OpenClose_item {
  display: none;
  font-size: 15px;
}
.OpenClose_title {
  cursor: pointer;
  padding-right: 26px;
  line-height: 30px;
  font-weight: bold ;
  font-size: 16px;
}
.OpenClose_title {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.OpenClose_title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.OpenClose_title[is-open=no] {
  background: url("/DigitalSite/images/arrowleft.png") center right no-repeat;
}
.OpenClose_title[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown.png") center right no-repeat;
}
.OpenClose_title.close {
  background: url("/DigitalSite/images/arrowleft.png") center right no-repeat;
}
.OpenClose_title.open {
  background: url("/DigitalSite/images/arrowDown.png") center right no-repeat;
}
.OpenClose_item {
  padding: 4px 25px 0px 0px;
}
/******OpenCloseText2********/.OpenClose_item2 {
  display: none;
  font-size: 15px;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0px 10px 0px;
}
.OpenClose_title2 {
  cursor: pointer;
  padding: 10px 0px;
  font-weight: bold ;
  font-size: 16px;
  border-bottom: #e3e3e3 1px solid;
}
.OpenClose_title2 {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.OpenClose_title2 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.OpenClose_title2[is-open=no] {
  background: url("/DigitalSite/images/arrowleft.png") center left no-repeat;
}
.OpenClose_title2[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown.png") center left no-repeat;
}
.OpenClose_title2.close {
  background: url("/DigitalSite/images/arrowleft.png") center left no-repeat;
}
.OpenClose_title2.open {
  background: url("/DigitalSite/images/arrowDown.png") center left no-repeat;
}
.OpenClose_item2 span[onclick] {
  color: #0177bd;
}
.OpenClose_faq2 {
  border-top: #e3e3e3 5px solid;
  border-bottom: #e3e3e3 5px solid;
  margin-top: 10px;
  clear: both;
}
.openclose2 .btn_OpenClose2 {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 18px 0px 0px 16px;
  padding: 0px 25px 0px 25px;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.openclose2 .btn_OpenClose2 span {
  color: #0078bd;
  Background: url('/DigitalSite/images/balance_bar_blue.png') right 0px no-repeat;
  display: none;
  float: right;
  height: 40px;
  left: 11px;
  position: relative;
  width: 11px;
}
.openclose2 .wrap_btn {
  text-align: center;
}
.openclose2 .wrap_btn2 {
  text-align: center;
  border-bottom: #e3e3e3 5px solid;
  padding-bottom: 16px;
}
/******OpenCloseTextblue********/.OpenCloseTextblue .OpenClose_item2 {
  color: #ffffff;
  padding: 10px 10px;
}
.OpenCloseTextblue .OpenClose_title2 {
  color: #ffffff;
  padding-right: 10px;
}
.OpenCloseTextblue .OpenClose_title2[is-open=no] {
  background: url("/DigitalSite/images/arrowleft_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2.close {
  background: url("/DigitalSite/images/arrowleft_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2.open {
  background: url("/DigitalSite/images/arrowDown_w.png") 1% center no-repeat;
}
.OpenCloseTextblue {
  margin: 10px 0px;
  background-color: #0078BD;
  padding: 0px 10px;
}
/******FAQ********/.faq h2 {
  font-family: spacer;
  color: #0076bc;
}
.faq .inner {
  border-top: #e3e3e3 5px solid;
  border-bottom: #e3e3e3 5px solid;
  margin-top: 10px;
  clear: both;
  max-width: 1170px;
  font-family: arial;
}
.faq .answer {
  display: none;
  font-size: 15px;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0px 10px 0px;
}
.faq .question {
  cursor: pointer;
  padding: 10px 0px;
  font-weight: bold ;
  font-size: 16px;
  border-bottom: #e3e3e3 1px solid;
  padding-left: 18px;
}
.faq .question {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq .question h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.faq .question {
  background: url("/digitalsite/images/arrowleft.png") center left no-repeat;
}
.faq .question[is-open=yes] {
  background: url("/digitalsite/images/arrowDown.png") center left no-repeat;
}
.faq .question.close {
  background: url("/digitalsite/images/arrowleft.png") center left no-repeat;
}
.faq .question.open {
  background: url("/digitalsite/images/arrowDown.png") center left no-repeat;
}
.faq .answer span[onclick] {
  color: #0177bd;
}
.FloatingButton {
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 100;
}
.FloatingButton.right_side {
  right: 0;
}
.natural-width video {
  width: auto;
}
.general-slider .image-overlay {
  text-align: right;
}
.narrow-display {
  width: 1170px;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
  display: block;
}
.general-lead {
  position: relative;
}
.general-lead .slider + .lead-container {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.general-lead .lead-container > .inner {
  background: #fff;
  text-align: right;
  padding: 20px;
}
.general-lead .lead-container h3 {
  margin: 0;
}
.general-lead.center .lead-container {
  justify-content: center;
}
.general-lead.right .lead-container {
  justify-content: flex-start;
}
.general-lead.left .lead-container {
  justify-content: flex-end;
}
.general-lead.middle .lead-container {
  align-items: center;
}
.general-lead.top .lead-container {
  align-items: flex-start;
}
.general-lead.bottom .lead-container {
  align-items: flex-end;
}
.general-lead .field-name + .field-input {
  margin-top: 5px;
}
.general-lead .field-row {
  margin-top: 15px;
}
.general-lead .field-row:first-child {
  margin-top: 0;
}
.general-lead .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  clear: both;
  margin-top: 5px;
}
.general-lead .field-input::after {
  clear: both;
  display: block;
  content: '';
}
.general-lead .field-input input:not([type="checkbox"]):not([type="radio"]),
.general-lead .field-input select {
  width: 100%;
  min-width: 250px;
  height: 36px;
  padding: 1px 10px 1px 0;
  border: 1px solid #f5b726;
  background: #fff;
}
.general-lead .field-input textarea {
  resize: none;
  width: 100%;
  min-width: 250px;
  height: 150px;
  border: 1px solid #f5b726;
  padding: 5px 10px;
}
.general-lead .field-input [type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.general-lead .field-input [type="radio"] + label {
  float: right;
  position: relative;
  padding: 0 17px 0 10px;
}
.general-lead .field-input [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 1px solid #000;
}
.general-lead .field-input [type="radio"] + label:after {
  content: '';
  opacity: 0;
  position: absolute;
  right: 3px;
  top: 6px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  transition: all 0.1s ease-in;
}
.general-lead .field-input [type="radio"]:checked + label:after {
  opacity: 1;
}
.general-lead .field-input [type="radio"]:first-child {
  margin-right: 0;
}
.general-lead .field-input [type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.general-lead .field-input [type="checkbox"] + label {
  float: right;
  padding: 0 17px 0 10px;
  position: relative;
}
.general-lead .field-input [type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  height: 11px;
  width: 11px;
  border-radius: 2px;
  border: 1px solid #000;
}
.general-lead .field-input [type="checkbox"]:checked + label:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 1px;
  top: 2px;
  height: 11px;
  width: 11px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgGDSUc8P1pYQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAwUlEQVQoz4WQuw3CQBBER4SO3QIh2Tg4OT4hOiCjAc4lEJD6qIAGiM+Z40Xk55ASzj0siZFs8/FIm8zqrWYHqor/E9eeFNJJSGqxBERPIakupFpV8R+I/khS6IIk1WwBmEZ5+z+BFFxNUumjjP2F616i6nq8W6FvbFUUUlSN9EAGAOja7Q0ozenw2ABPjLRCbu7WAHicy92la4E+a663PWDu1uQt5ppGoPoQ1H3J/vlDCtYNEOl03MzPp4dmJr3P5wWtWD6BOWlT/AAAAABJRU5ErkJggg==");
}
.general-lead .btn {
  width: 100%;
}
.general-lead .leads-message {
  width: 250px;
}
.general-lead .date {
  margin-top: 10px;
}
.general-lead .date > div {
  float: right;
  width: 32%;
}
.general-lead .date > div + div {
  margin-right: 2%;
}
.general-lead .date:after {
  content: ' ';
  display: block;
  clear: both;
}
.general-lead .date select {
  min-width: 0;
}
.formAccfeedback {
  display: none;
  position: absolute;
  top: 0px;
  width: 400px;
  height: 350px;
  background-color: #fff;
  left: 0px;
  padding: 20px;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 13px -2px #343434;
  -moz-box-shadow: 0px 2px 13px -2px #343434;
  box-shadow: 0px 2px 13px -2px #343434;
}
.formAccfeedback select {
  float: right;
  border: #444 1px solid;
  font-family: arial;
  clear: both;
  font-size: 18px;
  padding: 6px 3px;
  margin: 4px 0px;
  width: 100%;
}
.formAccfeedback .txtPhoneNumber {
  display: none;
}
.formAccfeedback textarea {
  width: 100%;
}
.formAccfeedback .send_btn {
  background-color: #0177bd;
  color: #fff;
  text-decoration: none;
  margin: 0px 3px;
  padding: 6px 10px;
  font-weight: bold;
}
.formAccfeedback .btns {
  margin-top: 20px;
}
.formAccfeedback h3 {
  color: #0177bd;
}
.formAccfeedback .advise_results .err {
  display: none;
  margin-top: 50px;
  color: red;
  font-size: 23px;
}
.formAccfeedback .advise_results .suc {
  display: none;
  margin-top: 50px;
  color: green;
  font-size: 23px;
}
.formAccfeedback .closeAccfeedback {
  border: none;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #ffffff;
}
.page-links {
  position: relative;
  width: 100%;
  font-size: 24px;
}
.page-links .wrap-page-links {
  background-color: rgba(0, 51, 102, 0.8);
  padding: 10px 0px;
}
.page-links ul {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 1170px;
  margin: auto;
}
.page-links.align-right ul {
  justify-content: flex-start;
}
.page-links.align-left ul {
  justify-content: flex-end;
}
.page-links.align-right li + li,
.page-links.align-left li + li {
  margin-right: 20px;
}
.page-links li {
  padding: 5px 10px;
}
.page-links a {
  text-decoration: none;
  color: #fff;
}
.page-links a:hover {
  text-decoration: underline;
}
.slow-dialog {
  padding: 15px 30px 10px;
  position: relative;
}
.slow-dialog .buttons {
  margin: 30px 0 20px;
}
.slow-dialog .buttons a,
.slow-dialog .buttons button {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  line-height: 20px;
  padding: 10px;
}
.ui-dialog-title {
  display: none;
}
.jumping_aria {
  padding: 0px;
  margin: 0px;
}
.jumping_aria a {
  position: fixed;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  z-index: 99999;
  right: 0px;
  top: 0px;
  font-size: 14px;
  padding: 4px;
  text-decoration: none;
}
.jumping_aria a:focus {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #000000;
  color: #ffffff;
}
.jumping_aria a:active {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #000000;
  color: #ffffff;
}
.dynamic-form {
  padding: 30px 84px;
  -webkit-box-shadow: 0px 1px 20px 1px #444444;
  -moz-box-shadow: 0px 1px 20px 1px #444444;
  box-shadow: 0px 1px 20px 1px #444444;
  margin: 20px auto;
  display: table;
  width: auto;
}
.dynamic-form .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  clear: both;
  margin: 5px 160px 0 0;
}
.dynamic-form .field-row {
  float: right;
  clear: both;
}
.dynamic-form .field-row .field-row {
  max-width: 100%;
}
.dynamic-form .field-row + .field-row {
  margin-top: 10px;
}
.dynamic-form .field-row-wrapper {
  margin-top: 10px;
  clear: both;
}
.dynamic-form .field-row-wrapper:first-child {
  margin-top: 0;
}
.dynamic-form .mandatory {
  position: relative;
}
.dynamic-form .mandatory:before {
  content: '*';
  display: block;
  position: absolute;
  right: -10px;
  top: 3px;
  color: red;
}
.dynamic-form .field-input label {
  width: 144px;
  float: right;
  margin-left: 10px;
  font-size: 17px;
}
.dynamic-form .field-input label.btn {
  width: auto;
  line-height: 30px;
}
.dynamic-form .field-input input[type="file"] {
  display: none;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]),
.dynamic-form .field-input select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 260px;
  max-width: 100%;
  height: 40px;
  float: right;
  background: #fff;
  line-height: 30px;
  border: 1px solid #aaa;
  padding-right: 8px;
  padding-left: 8px;
}
.dynamic-form .field-input textarea {
  width: 260px;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  float: right;
  background: #fff;
}
.dynamic-form .file-name {
  display: inline-block;
  text-align: left;
  direction: ltr;
  line-height: 30px;
  margin-right: 10px;
}
.dynamic-form .explanation {
  position: relative;
  float: right;
  margin: 0px 10px 0 0;
}
.dynamic-form .explanation-btn {
  width: 32px;
  height: 34px;
  background-image: url(/DigitalSite/Images/info.png);
  float: right;
  background-color: transparent;
}
.dynamic-form .explanation-content {
  display: block;
  position: absolute;
  top: 5px;
  right: 35px;
  width: 160px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border: gray 1px solid;
  background-color: #e3e3e3;
  padding: 5px 10px;
  pointer-events: none;
  z-index: 1;
}
.dynamic-form .explanation-btn:focus + .explanation-content,
.dynamic-form .explanation-content:focus {
  opacity: 1;
  pointer-events: all;
}
.dynamic-form .btn-dynamic-form {
  float: left;
  margin-top: 10px;
}
.dynamic-form textarea {
  resize: none;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).time {
  direction: ltr;
  width: 72px;
  padding-left: 13px;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).time.ng-empty {
  padding-left: 7px;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).has-time {
  margin-left: 10px;
  width: 178px;
  max-width: calc(100% - 83px);
}
.dynamic-form .ui-datepicker {
  top: 40px !important;
  right: 154px !important;
}
.services-cancellation .btn-services-cancellation {
  margin-top: 10px;
  float: left;
  margin-left: 41px;
}
.services-cancellation .error-wrapper .err_msg {
  margin-right: 0;
}
.dynamic-form.services-cancellation {
  display: table;
}
/* datepicker highlight remove start */
.jquery-ui-css.hide-today .ui-state-highlight,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-highlight,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
}
.jquery-ui-css.hide-today .ui-state-active,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-active,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-active,
a.jquery-ui-css.hide-today .ui-button:active,
.jquery-ui-css.hide-today .ui-button:active,
.jquery-ui-css.hide-today .ui-button.ui-state-active:hover {
  border: 1px solid #0062ff !important;
  background: #0078bd !important;
  color: #ffffff !important;
}
.jquery-ui-css.hide-today .ui-state-hover,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-hover,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-hover,
.jquery-ui-css.hide-today .ui-state-focus,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-focus,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-focus,
.jquery-ui-css.hide-today .ui-button:hover,
.jquery-ui-css.hide-today .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
}
/* datepicker highlight remove end */
.ui-datepicker .ui-datepicker-prev span {
  background: url("/DigitalSite/images/arr_calendar_right.png") no-repeat center !important;
}
.ui-datepicker .ui-datepicker-next span {
  background: url("/DigitalSite/images/arr_calendar_left.png") no-repeat center !important;
}
input[datetimepicker] {
  direction: ltr;
  text-align: right;
}
.your-services {
  position: relative;
}
.your-services .ttl1 {
  font-size: 40px;
  color: #2e4f82;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  margin-top: 140px;
}
.your-services .ttl2 {
  font-size: 36px;
  color: #0177bd;
  text-align: center;
  padding: 10px 0;
}
.your-services .actions-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.your-services .actions {
  width: 1170px;
  padding-top: 30px;
  margin: auto;
  overflow: hidden;
}
.your-services .actions_items {
  display: table;
  margin: auto;
}
.your-services .actions_items.right {
  float: right;
}
.your-services .actions_items.left {
  float: left;
}
.your-services .actions_items a {
  float: right;
  background-color: #fff;
  margin: 10px;
  text-align: center;
  color: #0177bd;
  padding: 10px;
  width: 140px;
  -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.your-services .actions_items a:nth-child(4n+1) {
  clear: both;
}
.your-services .actions_items span {
  display: block;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 6px;
  min-height: 50px;
}
.your-services .actions_items a img {
  height: 100px;
}
.your-services .items-links {
  margin-top: 50px;
}
#loader {
  z-index: 130;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(58, 150, 199, 0.5);
}
#loader:before {
  content: ' ';
  width: 64px;
  height: 64px;
  z-index: 200;
  position: absolute;
  top: 240px;
  left: 50%;
  background: url(/DigitalSite/Images/loader.gif) no-repeat 0 0;
}
.sticky-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: bottom 0.3s ease-in;
}
.sticky-bottom .inner {
  min-height: 50px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 1px 20px 2px #000;
  padding: 20px;
  position: relative;
}
.sticky-bottom .close {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  border-radius: 100% 100%;
  height: 23px;
  width: 23px;
  display: inline-block;
  border: 1px solid #8e8e8e;
}
.sticky-bottom .hidden {
  display: none;
}
.has-sticky-bottom .scroll-prompt {
  display: none !important;
}
.has-sticky-bottom .arr_top {
  display: none !important;
}
.CustomerType {
  text-align: center;
  background-color: #fff;
  font-family: spacer-reg;
}
.CustomerType h1 {
  font-size: 35px;
  color: #0177bd;
  text-align: center;
  font-weight: bold;
  border-bottom: #0177bd 4px solid;
  margin-bottom: 8px;
}
.CustomerType .flex_customer {
  display: flex;
  justify-content: center;
}
.CustomerType .flex_customer a {
  display: inline-block;
  margin: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #0177bd;
}
.CustomerType .flex_customer span {
  display: block;
}
.CustomerType .bu_lnk {
  display: inline-block;
  margin: 20px;
  color: #0177bd;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 1;
}
.gsc-control-searchbox-only {
  width: 276px !important;
}
.gsc-control-searchbox-only .gsib_a {
  padding: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 25px !important;
  box-shadow: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
table.gsc-search-box {
  direction: rtl !important;
  display: block;
  position: relative;
}
table.gsc-search-box > table.gsc-search-box > tr,
table.gsc-search-box > tr > td,
table.gsc-search-box > tbody,
table.gsc-search-box > tbody > tr,
table.gsc-search-box > tbody > tr > td {
  display: block;
}
.gsc-search-button {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/digitalsite/images/icn_search.png") no-repeat 4px 6px !important;
  background-size: 25px!important;
  border-color: transparent !important;
}
.gsc-search-button svg {
  display: none;
}
.gsc-search-button button {
  height: 27px;
}
table.gsc-search-box input[type="text"] {
  width: calc(100% - 45px) !important;
  float: right;
  text-align: right;
}
.gsc-input-box {
  border-radius: 10px;
  width: 80%;
  float: left;
  padding: 4px 0px;
  width: 100%;
}
.gsc-input-box {
  -webkit-box-shadow: inset 1px 3px 10px -4px #dddddd;
  -moz-box-shadow: inset 1px 3px 10px -4px #dddddd;
  box-shadow: inset 1px 3px 10px -4px #dddddd;
}
.gsc-input-box .gsib_b {
  display: none;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
/*Mobile*/
@media (min-width: 0px) and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .iweb {
    display: none;
  }
  .imob {
    display: inline-block;
  }
  .bread_section .braed {
    width: 100%;
  }
  .bread_section {
    display: none;
  }
  .customplaceholder {
    background: none;
  }
  .content-section {
    width: 100%;
  }
  /*old header*/
  /*  header .head{width:100%;}
      header nav a{font-size:21px;margin-left:0px;border-left:#0177BD 1px solid;padding:0px 10px 0 10px;}
      header nav a:last-child{border-left:none}
      header .login{width:85%}
      header .login .lnk_logon_bzn{display:none}
      header .left{position:absolute;left:16px;width:100%}
      header .left img{width:40px;}
      header .right{width:100%}
      header nav a{padding:0px 6px 0 6px}
      header .login .sep{margin:0px 4px}
      header .login{margin:0px 0px 25px 0}
      header .search {display:none }
      header .login .lnk_logon {font-size:19px}
      header .login .hello {font-size:19px}
      header .header_cart{float:none;top:0px;}
      header .logo{margin-top:0px;}*/
  .profiler-results {
    display: none;
  }
  /*new header*/
  header {
    z-index: 90;
  }
  header .head {
    width: 100%;
  }
  header nav {
    width: 100%;
    padding-right: 0px;
  }
  header .line1_ {
    width: 100%;
  }
  header .line1_ .btn_mob_menu {
    float: right;
    margin: 12px 3%;
    position: relative;
    z-index: 10;
    width: 26px;
  }
  header .line1_ .btn_mob_chat {
    float: right;
    margin: 10px 3% 0 3%;
    position: relative;
    z-index: 10;
  }
  header .line1_ .btn_mob_chat img {
    width: 28px;
  }
  header .line1_ .logo_mob {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 6px;
  }
  header .line1_ .logo_mob img {
    width: 30px;
  }
  header.nino .line1_ .logo_mob img {
    width: 42px;
  }
  header .line1_ .actions_mob {
    width: 40%;
    margin: 16px 0px 0 5px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
  }
  header .header_cart_mob {
    background: url("/digitalsite/images/icn_mob_cart_w.png") left center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  header .actions_mob a {
    float: left;
    margin: 0px 5px 0 7px;
  }
  header .actions_mob .btn_search_mob img {
    width: 21px;
  }
  header .actions_mob .btn_login_mob img {
    width: 18px;
  }
  header .actions_mob .btn_cart_mob img {
    width: 18px;
  }
  header .actions_mob .btn_cart_mob span {
    float: right;
    color: #0177bd;
    margin-left: 5px;
    display: inline-block;
  }
  header .actions_mob .clearSession_mob {
    display: none;
    background-color: transparent;
    float: left;
  }
  header .actions_mob .clearSession_mob img {
    width: 25px;
    position: relative;
    top: -2px;
  }
  header .connected_mob .clearSession_mob {
    display: inline-block;
  }
  header .connected_mob .btn_login_mob {
    display: none;
  }
  header.transparent .actions_mob .btn_cart_mob span {
    color: #ffffff;
  }
  header .line2 {
    display: none;
    margin-top: 0px;
  }
  header nav > a {
    background: url("/digitalsite/images/arr_menu_down.jpg") no-repeat 10px center;
    width: 100%;
    margin: 0px;
    text-align: right;
    font-size: 17px;
    color: #343434;
    padding: 10px;
    border-bottom: #ddd 1px solid;
  }
  header nav > a.active {
    background: url("/digitalsite/images/arr_menu_up.jpg") no-repeat 10px center;
  }
  header .head_nav {
    display: none;
    position: absolute;
    background-color: #fff;
    height: 300px;
    overflow: scroll;
  }
  header .head_nav.show {
    display: block;
  }
  header .head_nav .sub_nav_items .item {
    width: 100%;
    margin: auto;
  }
  header .head_nav .sub_head_nav {
    position: static;
  }
  header .search {
    position: fixed;
    z-index: 1000;
    width: 97%;
    top: 60px;
    left: 5px;
  }
  header .search input {
    width: 100%;
    padding-right: 30px;
    font-size: 18px;
  }
  header .search .close_mob_search {
    width: 30px;
    height: 25px;
    background-color: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: relative;
    left: -2px;
    top: -27px;
  }
  header .search .header_cart {
    display: none;
  }
  header .search > div {
    width: 100%;
  }
  header .ui-menu {
    width: 100%!important;
    left: 0px;
  }
  .gsc-control-searchbox-only {
    width: 100% !important;
  }
  .head_nav .sub_nav_items {
    width: 100%;
  }
  .head_nav .sub_nav_items .ttl {
    overflow: hidden;
    background: #0177bd url("/digitalsite/images/plus_menu_open.jpg") no-repeat 10px center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 1px;
  }
  .head_nav .sub_nav_items .ttl.active_ttl {
    background: #0177bd url("/digitalsite/images/plus_menu_close.jpg") no-repeat 10px center;
  }
  .head_nav .sub_nav_items .sub_lnk {
    display: none;
  }
  .head_nav .sub_nav_items .plus_sub {
    display: none;
  }
  .head_nav .sub_nav_items .sub_lnk .menuoutlet {
    color: #ff0000;
  }
  .head_nav .sub_nav_items .ttl a {
    color: #fff;
    padding: 4px 0px;
    float: right;
    width: 80%;
  }
  .footer {
    width: 100%;
  }
  .footer .operad_section {
    position: static;
    margin-top: 0px;
  }
  .footer .ewave_logo img {
    position: static;
    display: block;
  }
  .footer .ewave_logo {
    float: right;
  }
  .footer .middle_footer {
    margin-right: 0px;
  }
  .footer .operad_section {
    margin-left: 4px;
  }
  .footer_section {
    width: 100%;
  }
  .footer_section .lnks div {
    width: 42%;
    margin: 0px 4%;
    border-bottom: #ccc 1px solid;
    padding: 8px 0px;
  }
  .footer_section .right_foot {
    float: none;
    width: 100%;
    border-left: none;
  }
  .footer_section .left_foot {
    float: none;
    width: 100%;
  }
  .footer_section .right_foot > img {
    margin: auto;
    display: table;
  }
  .footer_section .net {
    display: table;
    margin: 40px auto;
    border-top: #fff 1px solid;
    border-bottom: #ffffff 1px solid;
  }
  .footer_section .net a {
    margin: 0px 2px;
    padding: 20px 10px;
  }
  .footer_section .rights {
    color: #000;
    text-align: center;
  }
  .footer_section .ewave {
    margin-top: 10px;
    display: table;
    margin: 10px auto;
    float: none;
  }
  .footer_section .partners {
    text-align: center;
  }
  .footer_section .partners span {
    display: block;
    text-align: center;
  }
  .footer_section .partners > a:before {
    display: none;
    visibility: hidden;
  }
  .footer_section .partners > a {
    float: none;
    padding: 0 10px;
  }
  .footer_section .net {
    margin: 10px auto;
  }
  .footer_section .partners span {
    margin-bottom: 10px;
  }
  .footer_section .emun_logo {
    margin: auto!important;
  }
  .compare_and_more_section .bg_compare {
    display: none;
  }
  .ui-dialog,
  #dialog,
  .ui-dialog iframe {
    width: 310px!important;
    overflow: hidden;
  }
  #dialog {
    overflow-y: auto;
  }
  .ui-dialog-titlebar button {
    right: 10px;
    top: 5px;
  }
  .ui-dialog-titlebar {
    background-color: #fff;
    position: relative;
    top: 1px;
  }
  .ytVideoBody .ytVideo {
    border: #fff 1px solid;
    height: 100%;
  }
  .ytVideoBody .ytVideo iframe {
    height: 100%!important;
    width: 100% !important;
  }
  .categories_nav_section {
    position: relative;
    display: none;
    width: 300px;
    margin: auto;
    float: none;
  }
  .categories_nav_section nav {
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 40;
    line-height: 30px;
  }
  .categories_nav_section nav a {
    width: 100%;
    background: none;
    font-weight: normal;
    line-height: 38px;
    text-align: right;
    border: #ddd 1px solid;
    padding: 0px 10px;
  }
  .categories_nav_section .sub_nav {
    position: static;
  }
  .categories_nav_section .sub_nav_items {
    width: 100%;
  }
  .categories_nav_section .sub_nav_items a {
    display: block;
    margin-right: 0px;
  }
  .categories_nav_section .arr_sub_menu {
    display: none !important;
  }
  .categories_mob {
    border: #ddd 1px solid;
    padding: 10px;
    width: 310px;
    margin: 10px auto 0px auto;
    font-weight: bold;
    display: block;
  }
  .categoriesNavigator {
    padding: 1px 0px;
  }
  .compare_pop .compare_box .btn {
    margin: auto;
  }
  .compare_pop {
    padding: 10px 0px;
  }
  .compare_pop .slct_yzrn_degem {
    margin: 10px auto;
    float: none;
  }
  .compare_pop .compare_box .between_txt {
    display: none;
  }
  .compare_pop .compare_box .device1 img {
    height: 180px;
  }
  .questions_section {
    width: 100%;
    padding-bottom: 0px;
    background-image: none;
    padding-top: 0px;
  }
  .questions_section .items_qst .item_qst {
    width: 100%;
    margin-bottom: 16px;
  }
  .questions_section .items_qst .item_ans {
    position: static;
    width: 100%;
  }
  .questions_section .mob_open_ans {
    display: block;
    color: #0078bd;
    margin-bottom: 4px;
    background: url(/DigitalSite/images/arr_down.jpg) 200px center no-repeat;
  }
  .questions_section .btn {
    line-height: 40px;
  }
  .questions_section h1 {
    margin: 10px 0;
    padding: 0px 10px;
    background: url('/DigitalSite/images/bg_ln8.png');
    cursor: pointer;
    height: 42px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
  }
  .questions_section .questions_box {
    display: none;
  }
  .reviews_section {
    width: 100%;
    background: none;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .reviews_section .items_reviews {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
  .reviews_section .items_reviews .item_review {
    width: 100%;
    background: #e8e8e8 url(/DigitalSite/images/bg_review_mob.jpg) top center no-repeat;
    height: auto;
  }
  .reviews_section .items_reviews .review.abs {
    width: 100%;
    position: relative;
    padding-right: 0px;
  }
  .reviews_section .lnk_more_review {
    clear: both;
  }
  .reviews_section h1 {
    margin: 10px 0;
    padding: 0px 10px;
    background: url('/DigitalSite/images/bg_ln8.png');
    cursor: pointer;
    height: 42px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
  }
  .reviews_section .reviews_box {
    display: none;
  }
  .reviews_section .ranking {
    overflow: hidden;
  }
  .popup_ask .frm {
    width: 100%;
  }
  .popup_ask .frm .inpt.email {
    float: right;
  }
  .popup_ask .frm .inpt {
    width: 100%;
  }
  .popup_ask .frm input[type="text"] {
    width: 100%;
  }
  .popup_ask .frm input[type="email"] {
    width: 100%;
  }
  .popup_review .frm {
    width: 100%;
  }
  .popup_review .frm .inpt.email {
    float: right;
  }
  .popup_review .frm input[type="text"] {
    width: 100%;
  }
  .popup_review .frm input[type="email"] {
    width: 100%;
  }
  .popup_review .frm .inpt {
    width: 100%;
  }
  .pop_cart {
    width: 100%;
  }
  .pop_cart .ttl_frm {
    font-size: 20px;
  }
  .pop_cart .mid_frm {
    padding-top: 20px;
  }
  .ui-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 43px!important;
    width: 90%!important;
    left: 8px!important;
    border: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
  }
  .link-banner {
    width: 100%;
  }
  .link-banner img {
    width: 100%;
  }
  .scroll-prompt {
    display: none;
  }
  .pop_cart_simple .btn {
    font-size: 15px;
  }
  .devices-promotion .devices-container {
    position: relative;
    padding: 25px 0;
  }
  .devices-promotion .devices-container ul,
  .devices-promotion .devices-container .devices {
    display: block;
  }
  .devices-promotion .devices-container ul li {
    width: 50%;
    display: block;
    float: right;
    margin: 25px 0;
  }
  .devices-promotion li img.main {
    width: 110px;
    max-width: 90px;
    max-height: 150px;
  }
  .devices-promotion .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .devices-promotion .background img {
    width: 100%;
  }
  .devices-promotion .devices-container .single-mobile ul li {
    width: 100%;
  }
  .fixed_space {
    height: 52px;
  }
  .general-lead .lead-container {
    justify-content: center !important;
  }
  .general-lead .lead-container {
    align-items: center !important;
  }
  .general-lead .leads-message {
    width: 100%;
  }
  .your-services .actions_items span {
    min-height: 32px;
    font-size: 16px;
    line-height: 14px;
    padding-bottom: 4px;
  }
  .your-services .ttl1 {
    font-size: 20px;
    padding: 4px 0;
    margin-top: 0px;
  }
  .your-services .ttl2 {
    font-size: 19px;
    padding: 4px 0;
  }
  .your-services .actions_items a:nth-child(5n+1) {
    clear: none;
  }
  .your-services .actions {
    width: 100%;
    background: url('/DigitalSite/images/bg_actions_mob.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 0px;
    height: auto;
  }
  .your-services .actions_items {
    width: 100%;
    margin: 10px auto;
  }
  .your-services .actions_items a {
    width: 46%;
    margin: 2%;
    padding: 0px 10px;
  }
  .your-services .items-links {
    margin-top: 0px;
  }
  .your-services .items-links img {
    margin: auto;
  }
  .page-links {
    font-size: 18px;
  }
  .page-links ul {
    width: 100%;
  }
  .dynamic-form {
    padding: 30px 20px;
    max-width: 90% !important;
  }
  .dynamic-form .field-input label {
    width: 100%;
    margin-bottom: 5px;
  }
  .dynamic-form .explanation {
    float: left;
    top: 30px;
    left: 0px;
    position: absolute;
  }
  .dynamic-form .explanation-content {
    right: inherit;
    left: 35px;
  }
  .dynamic-form .btn {
    margin-top: 5px;
  }
  .dynamic-form .btn[type="submit"] {
    margin-top: 10px;
  }
  .dynamic-form .err_msg {
    margin-right: 0;
  }
  .dynamic-form .field-row {
    width: 100%;
  }
  .dynamic-form .has-explanation .field-row {
    max-width: 100%;
  }
  .dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]),
  .dynamic-form .field-input select {
    width: 100%;
  }
  .dynamic-form .field-input textarea {
    width: 100%;
  }
  .dynamic-form .btn-dynamic-form {
    width: auto;
  }
  .dynamic-form .explanation-btn:hover + .explanation-content,
  .dynamic-form .explanation-content:hover {
    opacity: 1;
    pointer-events: all;
  }
  .dynamic-form .ui-datepicker {
    top: 65px !important;
    right: 0 !important;
  }
  .faq {
    width: 90%;
  }
  .slider.natural-width.keep-center .general-slider > img {
    margin-right: 0px;
  }
  .slider.natural-width.keep-center .general-slider > a {
    margin-right: 0px;
  }
  .natural-width .general-slider > img,
  .natural-width .general-slider > a > img {
    width: 100%;
  }
  .sticky-bottom .narrow-display {
    max-width: calc(100% - 20px);
  }
  .side_conection {
    height: 100vh;
    width: 100%;
    left: -100vw;
  }
  .side_conection .logo_side_conection {
    width: 83px;
    margin: auto;
    display: table;
  }
  .side_conection .side_conect_ttl span.txt2 {
    font-size: 42px;
  }
  .side_conection .side_conect_ttl span.txt1 {
    font-size: 36px;
  }
  .side_conection .txt3 {
    font-size: 28px;
  }
  .side_conection_link img {
    width: 51px;
  }
  .side_conection_link {
    display: none;
  }
}
/* file: accessibilty.css */
.accessible {
  display: none;
  border: #a9a9a9 1px solid;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: auto;
  background-color: #fff;
  z-index: 1000;
}
.accessible .item {
  display: block;
  width: 100%;
  border-bottom: #ddd 1px solid;
  line-height: 34px;
  padding: 2px 10px;
  cursor: pointer;
  color: #0177bd;
  background-color: #fff;
  text-align: right;
}
.accessible .item:hover {
  background-color: #eeeeee;
}
.accessible .ttl {
  line-height: 22px;
  background-color: #0177bd;
  color: #fff;
  padding: 2px 10px;
}
.accessible .close {
  position: absolute;
  background-color: #0177bd;
  left: 238px;
  top: -1px;
  cursor: pointer;
  border: none;
  padding: 0px;
}
.btn_accessible_mob {
  width: 46px;
  position: fixed;
  bottom: -2px;
  z-index: 1000;
}
.close_acc_mob {
  padding: 0 4px;
  border-radius: 3px 0px 3px 3px;
  background-color: #b60000;
  color: #fff;
  font-size: 13px;
  position: fixed;
  bottom: 28px;
  z-index: 1000;
}
/* file: animate.css */
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
