[class*=icon-] {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  [class*=icon-] {
    font-size: 1rem;
  }
}

.icon-menu {
  font-size: 100%;
}

.icon-tick {
  color: black;
  text-shadow: 0px 0px 4px white;
}

.icon-print {
  color: black;
  cursor: pointer;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?v=4.6.3");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown, .testimonials #testimonials-carousel .right-arrow, .testimonials #testimonials-carousel .left-arrow, .right-arrow, .left-arrow, [class*=icon-] {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-left.obj_omcart_summary_grand_total_dropdown, .testimonials #testimonials-carousel .fa-pull-left.right-arrow, .testimonials #testimonials-carousel .fa-pull-left.left-arrow, .fa-pull-left.right-arrow, .fa-pull-left.left-arrow, .fa-pull-left[class*=icon-] {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-right.obj_omcart_summary_grand_total_dropdown, .testimonials #testimonials-carousel .fa-pull-right.right-arrow, .testimonials #testimonials-carousel .fa-pull-right.left-arrow, .fa-pull-right.right-arrow, .fa-pull-right.left-arrow, .fa-pull-right[class*=icon-] {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-left.obj_omcart_summary_grand_total_dropdown, .testimonials #testimonials-carousel .pull-left.right-arrow, .testimonials #testimonials-carousel .pull-left.left-arrow, .pull-left.right-arrow, .pull-left.left-arrow, .pull-left[class*=icon-] {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-right.obj_omcart_summary_grand_total_dropdown, .testimonials #testimonials-carousel .pull-right.right-arrow, .testimonials #testimonials-carousel .pull-right.left-arrow, .pull-right.right-arrow, .pull-right.left-arrow, .pull-right[class*=icon-] {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .icon-account:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-yes:before, .icon-tick:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-menu-close:before,
.icon-close:before,
.instruction-modal .modal-details .w3-closebtn:before,
.instruction-modal .modal-details .close:before,
.icon-no:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before, .icon-time:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before, .icon-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before, .icon-contact:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before, .icon-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before, .icon-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-write:before, .icon-edit:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-address:before, .icon-location:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, .testimonials #testimonials-carousel .left-arrow:before, .left-arrow:before, .icon-left:before {
  content: "\f053";
}

.fa-chevron-right:before, .testimonials #testimonials-carousel .right-arrow:before, .right-arrow:before, .icon-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before, .icon-help:before, .icon-question:before {
  content: "\f059";
}

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before, .icon-prev-step:before, .icon-panel-previous:before {
  content: "\f060";
}

.fa-arrow-right:before, .icon-next-step:before, .icon-panel-next:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before,
.icon-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before, .icon-design-yours:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before, .icon-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before, .icon-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before, .icon-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .icon-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.icon-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before,
.icon-duplicate:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.icon-menu:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before, .icon-shipment:before {
  content: "\f0d1";
}

.fa-pinterest:before, .icon-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .icon-gplus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown:before, .icon-down:before, .icon-dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_dropdown:before {
  content: "\f0d7";
}

.fa-caret-up:before, .icon-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .icon-mail:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before, .icon-start:before {
  content: "\f100";
}

.fa-angle-double-right:before, .icon-last:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before, .icon-previous:before {
  content: "\f104";
}

.fa-angle-right:before, .icon-next:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before, .icon-left-quote:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-right-quote:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before, .icon-bullet:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before, .icon-about:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before, .icon-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-faq:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before, .icon-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before, .icon-howto:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before, .icon-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .icon-remove:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before, .icon-paint:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before, .icon-cart-plus:before, .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*=icon-] {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  [class*=icon-] {
    font-size: 1rem;
  }
}

.icon-menu {
  font-size: 100%;
}

.icon-tick {
  color: black;
  text-shadow: 0px 0px 4px white;
}

.icon-print {
  color: black;
  cursor: pointer;
}

/* W3.CSS 2.61 by Jan Egil and Borge Refsnes. Do not remove this line */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

pre, textarea {
  overflow: auto;
}

/*End extract from normalize.css*/
html, body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
  font-family: "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.w3-serif {
  font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

.w3-wide {
  letter-spacing: 4px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

img {
  margin-bottom: -5px;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

table, th, td {
  border: none;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th, .w3-centered tr td {
  text-align: center;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn, .w3-btn-block {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn.w3-disabled, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large.w3-disabled, .w3-btn-floating-large:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn-block {
  width: 100%;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.w3-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.w3-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.w3-btn-group .w3-btn {
  float: left;
}

.w3-btn.w3-ripple {
  position: relative;
}

.w3-ripple:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.w3-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.w3-badge, .w3-tag, .w3-sign {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

ul.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.w3-ul li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #ddd;
}

ul.w3-ul li:last-child {
  border-bottom: none;
}

.w3-image, .w3-tooltip, .w3-display-container {
  position: relative;
}

img.w3-image, .w3-image img {
  max-width: 100%;
  height: auto;
}

.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}

.w3-fluid {
  max-width: 100%;
  height: auto;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w3-navbar li {
  float: left;
}

.w3-navbar li a {
  display: block;
  padding: 8px 16px;
}

.w3-navbar li a:hover {
  color: #000;
  background-color: #ccc;
}

.w3-navbar .w3-dropdown-hover, .w3-navbar .w3-dropdown-click {
  position: static;
}

.w3-navbar .w3-dropdown-hover:hover, .w3-navbar .w3-dropdown-hover:first-child, .w3-navbar .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-navbar a, .w3-topnav a, .w3-sidenav a, .w3-dropnav a, .w3-dropdown-content a, .w3-accordion-content a {
  text-decoration: none !important;
}

.w3-navbar .w3-opennav.w3-right {
  float: right !important;
}

.w3-topnav {
  padding: 8px 8px;
}

.w3-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.w3-topnav a:hover {
  border-bottom: 3px solid #fff;
}

.w3-topnav .w3-dropdown-hover a {
  border-bottom: 0;
}

.w3-opennav, .w3-closenav {
  color: inherit;
}

.w3-opennav:hover, .w3-closenav:hover {
  cursor: pointer;
  opacity: 0.8;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity,
.w3-navbar a, .w3-sidenav a, .w3-dropnav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
  -webkit-transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  -webkit-transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}

.w3-sidenav {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.w3-sidenav a {
  padding: 4px 2px 4px 16px;
}

.w3-sidenav a:hover {
  background-color: #ccc;
}

.w3-sidenav a, .w3-dropnav a {
  display: block;
}

.w3-sidenav .w3-dropdown-hover:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-sidenav .w3-dropdown-hover, .w3-sidenav .w3-dropdown-click {
  width: 100%;
}

.w3-sidenav .w3-dropdown-hover .w3-dropdown-content, .w3-sidenav .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

.w3-main, #main {
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}

.w3-dropnav {
  background-color: #fff;
}

.w3-dropnav a:hover {
  text-decoration: underline !important;
}

.w3-modal, .instruction-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.w3-closebtn:hover, .w3-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.w3-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.w3-pagination li {
  display: inline;
}

.w3-pagination li a {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
}

.w3-pagination li a:hover, .w3-pagination li a:focus {
  background-color: #ccc;
}

.w3-input-group, .w3-group {
  margin-top: 24px;
  margin-bottom: 24px;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}

.w3-label {
  color: #009688;
}

.w3-input:not(:valid) ~ .w3-validate {
  color: #f44336;
}

.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}

.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}

.w3-select option[disabled] {
  color: #009688;
}

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-dropdown-content a {
  padding: 6px 16px;
  display: block;
}

.w3-dropdown-content a:hover {
  background-color: #ccc;
}

.w3-accordion {
  width: 100%;
  cursor: pointer;
}

.w3-accordion-content {
  cursor: auto;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.w3-accordion-content a {
  padding: 6px 16px;
  display: block;
}

.w3-accordion-content a:hover {
  background-color: #ccc;
}

.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}

.w3-progressbar {
  background-color: #757575;
  height: 100%;
  position: absolute;
  line-height: inherit;
}

input[type=checkbox].w3-check, input[type=radio].w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

input[type=checkbox].w3-check:checked + .w3-validate, input[type=radio].w3-radio:checked + .w3-validate {
  color: #009688;
}

input[type=checkbox].w3-check:disabled + .w3-validate, input[type=radio].w3-radio:disabled + .w3-validate {
  color: #aaa;
}

.w3-responsive {
  overflow-x: auto;
}

.w3-container:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  width: 99.99999%;
}

@media only screen and (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media only screen and (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.l4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.l9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-content {
  max-width: 980px;
  margin: auto;
}

.w3-rest {
  overflow: hidden;
}

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

.w3-show-block, .w3-show {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal, .instruction-modal {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal, .instruction-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav a {
    display: block;
  }
  .w3-navbar li:not(.w3-opennav) {
    float: none;
    width: 100% !important;
  }
  .w3-navbar li.w3-right {
    float: none !important;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav .w3-dropdown-hover .w3-dropdown-content, .w3-navbar .w3-dropdown-click .w3-dropdown-content, .w3-navbar .w3-dropdown-hover .w3-dropdown-content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav, .w3-navbar {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .w3-hide-small {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .w3-hide-large {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: block !important;
  }
}
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-vertical {
  word-break: break-all;
  line-height: 1;
  text-align: center;
  width: 0.6em;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  text-align: center;
}

.w3-display-topmiddle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.w3-display-bottommiddle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.w3-circle {
  border-radius: 50% !important;
}

.w3-round-small {
  border-radius: 2px !important;
}

.w3-round, .w3-round-medium {
  border-radius: 4px !important;
}

.w3-round-large {
  border-radius: 8px !important;
}

.w3-round-xlarge {
  border-radius: 16px !important;
}

.w3-round-xxlarge {
  border-radius: 32px !important;
}

.w3-round-jumbo {
  border-radius: 64px !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #ccc !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-0 {
  margin: 0 !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Might be removed in a later version */
.w3-margin-4 {
  margin: 4px !important;
}

.w3-margin-8 {
  margin: 8px !important;
}

.w3-margin-12 {
  margin: 12px !important;
}

.w3-margin-16 {
  margin: 16px !important;
}

.w3-margin-24 {
  margin: 24px !important;
}

.w3-margin-32 {
  margin: 32px !important;
}

.w3-margin-48 {
  margin: 48px !important;
}

.w3-margin-64 {
  margin: 64px !important;
}

/* End remove */
.w3-padding-tiny {
  padding: 2px 4px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding-medium, .w3-padding, .w3-form {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-xlarge {
  padding: 16px 32px !important;
}

.w3-padding-xxlarge {
  padding: 24px 48px !important;
}

.w3-padding-jumbo {
  padding: 32px 64px !important;
}

.w3-padding-4, .w3-padding-hor-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.w3-padding-8, .w3-padding-hor-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w3-padding-12, .w3-padding-hor-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.w3-padding-16, .w3-padding-hor-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24, .w3-padding-hor-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32, .w3-padding-hor-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48, .w3-padding-hor-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64, .w3-padding-hor-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-padding-128, .w3-padding-hor-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.w3-padding-0 {
  padding: 0 !important;
}

.w3-padding-ver-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.w3-padding-ver-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.w3-padding-ver-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.w3-padding-ver-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.w3-padding-ver-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.w3-padding-ver-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.w3-padding-ver-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.w3-padding-ver-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.w3-padding-top {
  padding-top: 8px !important;
}

.w3-padding-bottom {
  padding-bottom: 8px !important;
}

.w3-padding-left {
  padding-left: 16px !important;
}

.w3-padding-right {
  padding-right: 16px !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px;
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
  -webkit-animation: w3-spin 2s infinite linear;
}

@-webkit-keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.w3-container {
  padding: 0.01em 16px;
}

.w3-example {
  background-color: #f1f1f1;
  padding: 0.01em 16px;
}

.w3-code {
  font-family: Consolas, "courier new";
  font-size: 16px;
  line-height: 1.4;
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #009688;
  word-wrap: break-word;
}

.w3-example, .w3-code, .w3-reference {
  margin: 20px 0;
}

.w3-card {
  border: 1px solid #ccc;
}

.w3-card-2, .w3-example {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.w3-card-4, .w3-hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-8 {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-12 {
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-16 {
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
          box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.w3-card-24 {
  -webkit-box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

.w3-animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}

@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s;
}

@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s;
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s;
}

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.w3-animate-input {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-transparent {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.w3-amber, .w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua, .w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-light-blue, .w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

.w3-brown, .w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan, .w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-grey, .w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green, .w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.w3-light-green, .w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-indigo, .w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-khaki, .w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

.w3-lime, .w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-pink, .w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-purple, .w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-red, .w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-sand, .w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-teal, .w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}

.w3-yellow, .w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-grey, .w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.w3-light-grey, .w3-hover-light-grey:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-pale-red, .w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffe7e7 !important;
}

.w3-pale-green, .w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #e7ffe7 !important;
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffd7 !important;
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #e7ffff !important;
}

.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important;
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: #00ffff !important;
}

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: #87CEEB !important;
}

.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important;
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover {
  color: #607d8b !important;
}

.w3-text-green, .w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}

.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important;
}

.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important;
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}

.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important;
}

.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important;
}

.w3-text-sand, .w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}

.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important;
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}

.w3-text-white, .w3-hover-text-white:hover {
  color: #fff !important;
}

.w3-text-black, .w3-hover-text-black:hover {
  color: #000 !important;
}

.w3-text-grey, .w3-hover-text-grey:hover {
  color: #757575 !important;
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover {
  color: #f1f1f1 !important;
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover {
  color: #3a3a3a !important;
}

.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: #87CEEB !important;
}

.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important;
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}

.w3-border-blue-grey, .w3-hover-blue-grey:hover {
  border-color: #607d8b !important;
}

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}

.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}

.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}

.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}

.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}

.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important;
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white, .w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black, .w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-grey, .w3-hover-border-grey:hover {
  border-color: #9e9e9e !important;
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover {
  border-color: #f1f1f1 !important;
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover {
  border-color: #616161 !important;
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffd7 !important;
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.6;
}

.w3-text-shadow {
  text-shadow: 1px 1px 0 #444;
}

.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #ddd;
}

.base-font, .steps .steps-wrapper .step .step-title, body {
  font-family: "Roboto", sans-serif;
}

.feature-font, .cart-page-container .cart-main .cart-product .cart-product-desc .cart-product-name, .cart-page-container .cart-summary .grand-total, footer .contact-details .bold, footer .contact-details, .pagination .group span, .cart-common-div .bold, .extra-interests .caption, .two-column-wrapper .contact-label, .product-price, .product-original-price, .product-details .product-description-wrapper .product-price, .product-details .product-description-wrapper .product-original-price, .section-heading, .static-faq .faqs .faq-section .faq_title, .testimonials .section-title h4, .design-specific-listing .design-specific-card .card-title, .design-specific-listing .sport-type span, .variations-listing .horizontal-card .card-text .price, .variations-listing .horizontal-card .card-text .card-title, .variations-listing .sport-type span, .balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .sales-price-range, .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range, .balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link, .play-ball .more-button span, .all-sports .more-button span, .theme-based .more-button span, .steps .steps-wrapper .step .step-desc, .hero-banner .hero-banner-text, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.header-font, header .product-nav .nav-link, header .menu-bar nav, header .micro-banner {
  font-family: "montserrat-bold", "museo-sans", sans-serif;
}

.inert-text {
  color: #c6c6c6;
}

.text-orange {
  color: #f48e30;
}

.text-red {
  color: #e74c3c;
}

.text-green {
  color: #2ecc71;
}

.text-black {
  color: black;
}

.text-mab-blue {
  color: #005ea7;
}

.text-gray {
  color: #9d9fa2;
}

.text-white {
  color: white;
}

.text-strikethrough {
  position: relative;
  text-decoration: line-through !important;
}

.bg-light-orange {
  background-color: white;
}

body {
  max-width: 100vw;
  margin: 0;
  background-color: #f4f4f6;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: top left;
  color: #414042;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.456789;
}
@media screen and (min-width: 4000px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 3999px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 341px) and (max-width: 1299px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  body {
    font-size: 11px;
  }
}

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

.clearfix {
  clear: both;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}

a, a:active, a:visited, a:focus {
  text-decoration: none;
}
a:hover, a:active:hover, a:visited:hover, a:focus:hover {
  color: inherit;
}

.green-link {
  color: #2ecc71 !important;
}
.green-link:hover {
  text-decoration: underline !important;
}

.blue-link {
  color: #005ea7 !important;
}
.blue-link:hover {
  text-decoration: underline !important;
}

.orange-link {
  color: #f48e30 !important;
}
.orange-link:hover {
  text-decoration: underline !important;
}

.grey_bg, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image {
  background-color: #f4f4f4;
}
.grey_bg hr, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image hr {
  border-top: 1px solid #bdc3c7;
}

hr {
  margin: 0.5rem auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.34;
}

h1 {
  font-size: 3.1rem;
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 4000px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 4000px) {
  h2 {
    font-size: 3.1rem;
  }
}

h3 {
  font-size: 2.11rem;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 4000px) {
  h3 {
    font-size: 2.9rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 4000px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 980px) {
  h5 {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 4000px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.12rem;
}
@media only screen and (max-width: 980px) {
  h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 4000px) {
  h6 {
    font-size: 1.5rem;
  }
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=search]:focus, input[type=number]:focus, select:focus,
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=checkbox]:hover, input[type=search]:hover, input[type=number]:hover, select:hover,
input[type=text]:active, input[type=email]:active, input[type=password]:active, input[type=checkbox]:active, input[type=search]:active, input[type=number]:active, select:active,
textarea:focus, textarea:hover, textarea:active {
  background-color: #f4f4f4;
  outline: none;
  border: 1px solid #9d9fa2;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], textarea, select {
  /* width: 100%;
  margin: 0 auto 0.5rem auto !important;
  padding: 0.5rem 1rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0; */
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=number] {
  width: 60px;
  padding: 0.5rem;
}

input[type=search] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

select {
  background-color: white;
  border-radius: 0 !important;
}

#captcha_code {
  display: inline-block;
  width: 40%;
  margin: auto 0.5rem;
}

input[type=checkbox], input[type=radio] {
  margin: auto 1rem;
  padding: 0.3125rem 0.625rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0;
}

.success_message, .error_message, .info_message, .message-cell {
  display: block;
  width: 100%;
  margin: 0.25rem auto 0.25rem auto;
  padding: 0.5rem;
  text-align: center;
  color: white;
}

.info_message {
  background-color: #005ea7;
  border: 1px solid #005ea7;
  color: white !important;
}

.error_message {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: white !important;
}

.success_message {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
  color: white !important;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
.form-group label {
  text-align: left;
  margin-bottom: 0.25rem;
}
.form-group .form-hidden {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
}

.captcha-div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0 2%;
}
.captcha-div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

table tr {
  border-bottom: 1px solid #bdc3c7;
}
table tr td {
  padding: 0.5rem 0;
}
table tr:last-child {
  border-bottom: 0;
}

.mrindia {
  display: none !important;
}

.justified {
  text-align: justify !important;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 10rem;
  width: 4rem;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fbae17;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounceball 500ms alternate infinite ease;
          animation: bounceball 500ms alternate infinite ease;
}

@-webkit-keyframes bounceball {
  0% {
    top: 8rem;
    height: 1.3rem;
    border-radius: 6rem 6rem 2rem 2rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 4rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounceball {
  0% {
    top: 8rem;
    height: 1.3rem;
    border-radius: 6rem 6rem 2rem 2rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 4rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.sticky-element-top {
  position: sticky;
  top: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .in-view {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .infinite.in-view {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX, .flipOutX.in-view,
.animated.flipOutY,
.flipOutY.in-view,
.animated.bounceIn,
.bounceIn.in-view,
.animated.bounceOut,
.bounceOut.in-view {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, .flip.in-view {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp, .in-view {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "museo-sans";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.otf");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff2") format("woff");
}
@font-face {
  font-family: "montserrat-black";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-bold";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-extralight";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff") format("woff");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-medium";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-thin";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.page-container, .page-container-landing-page {
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .page-container, .page-container-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 11vw;
  }
}

.page-container-designtool {
  width: 100vw;
  height: 100vh;
  padding: 8.5vh 0;
  background-color: white;
}

.in-view {
  opacity: 1 !important;
}

.scrolled {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .scrolled .menu-bar {
    top: 15vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .scrolled .menu-bar {
    top: 24vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}

.content-wrapper {
  position: relative;
}

.flex-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header {
  position: absolute;
  display: block;
  width: 100vw;
  height: 11vh;
  top: 89vh;
  left: 0;
  z-index: 99999;
  /*
  .menu-mobile {
  	position: absolute;
  	display: none;
  	top: 9vh;
  	left: 0;
  	background-color: white;
  	text-align: left;		
  	z-index: 9999;

  	@media screen and (max-width: 799px) and (orientation: landscape) {
  		top: 16vh;
  	}

  	@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  		top: 10vh;
  	}

  	@media screen and (min-width: 1100px) {
  		display: none;
  	}

  	.menu-links {
  		display: none;
  		width: 100%;
  		list-style-type: none;

  		.menu-link {
  			position: relative;
  			width: 100vw;
  			padding: $padding-small/2;
  			text-transform: uppercase;
  			//border-bottom: 1px solid $base-text;

  			&:hover {
  				background-color: $corp-color6;
  			}

  			.tool-icon {
  				position: relative;
  				display: block;
  				font-size: 220%;
  			}

  			.badge {
  				position: absolute;
  				top: 0;
  				//left: 0;
  				margin-left: -$padding;
  				width: $padding;
  				height: $padding;
  				border-radius: $padding/2;
  				background-color: $corp-color4;
  				font-size: 44%;
  				color: white;
  				line-height: $padding;
  				text-align: center;
  			}
  		}
  		.menu-link:last-child {
  			border-bottom: 0;
  		}
  	}
  }
  */
}
@media screen and (max-width: 992px) and (orientation: portrait) {
  header {
    height: 15vh;
    top: 85vh;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  header {
    height: 24vh;
    top: 76vh;
  }
}
header .micro-banner {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 6vh;
  background-color: #002855;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner {
    height: 5vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner {
    height: 11vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 2.4vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 6.2vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 800px) {
  header .micro-banner .micro-banner-div {
    display: inline-block;
    max-width: 44%;
    height: 4vh;
    line-height: 4vh;
    margin: auto 2%;
  }
}
header .micro-banner .micro-banner-text {
  font-size: 85%;
}
@media screen and (min-width: 1900px) {
  header .micro-banner .micro-banner-text {
    font-size: 100%;
    line-height: 4vh;
  }
}
header .micro-banner .micro-banner-subtext {
  font-size: 80%;
}
header .micro-banner .micro-banner-promotion {
  color: #eeaf30;
}
header .micro-banner sup {
  margin: auto 0.25rem;
}
header #header_menu_block {
  background-color: rgba(255, 255, 255, 0.65);
}
header .header-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 8vh;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo {
    height: 10vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo {
    height: 13vh;
  }
}
header .header-logo a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
header .header-logo a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
header .header-logo img {
  max-height: 5vh;
  margin: auto 0.5rem;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo img {
    max-height: 7vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo img {
    max-height: 7.5vh;
  }
}
@media screen and (min-width: 751px) {
  header .header-logo {
    display: inline-block;
    width: 22vw;
    margin-right: 2vw;
    text-align: left;
    vertical-align: top;
  }
}
header .menu-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 4vh;
  right: 2vw;
  height: 8vh;
  width: 8vw;
  font-size: 2.2rem !important;
  color: #000000;
}
header .menu-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-icon {
    height: 10vh;
    top: 5vh;
    line-height: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-icon {
    height: 13vh;
    top: 11vh;
    line-height: 13vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 1100px) {
  header .menu-icon {
    display: none;
  }
}
header .menu-bar {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
  z-index: 999999;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-bar {
    top: 11vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-bar {
    top: 14vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 1100px) {
  header .menu-bar {
    position: relative;
    display: inline-block;
    width: 74vw;
    height: 8vh;
    text-align: right;
    vertical-align: top;
  }
}
header .menu-bar nav {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  width: 74vw;
  height: 100%;
  font-weight: 300;
  text-align: right;
}
header .menu-bar nav * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav {
    display: inline-block;
    width: 100%;
    height: auto !important;
  }
}
header .menu-bar nav .nav-with-submenu {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 15vw;
  min-width: 8vw;
  height: 100%;
  margin: auto 1rem;
}
header .menu-bar nav .nav-with-submenu * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
header .menu-bar nav .nav-with-submenu .dropdown-toggle {
  margin: auto 1rem;
  background: transparent;
  color: #414042;
}
header .menu-bar nav .nav-with-submenu .submenu-links {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  list-style-type: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
  }
}
header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
  width: 100%;
  margin: 0.5rem auto !important;
  text-align: left;
  font-family: "montserrat-medium", sans-serif;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
    padding-left: 2rem;
  }
}
header .menu-bar nav .nav-link {
  display: inline-block;
  max-width: 15vw;
  margin: auto 1rem;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-link {
    width: 100%;
    max-width: 100% !important;
    padding: 0.5rem 1rem;
    text-align: left;
  }
}
header .menu-bar nav .tool-icon {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  font-size: 220%;
}
header .menu-bar nav .tool-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .tool-icon {
    width: 100% !important;
    display: block !important;
  }
}
header .menu-bar nav .tool-icon .badge {
  position: relative;
  margin: auto 0.5rem;
  color: #005ea7;
  font-size: 44%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-left, header .menu-bar .nav-right {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: white;
  }
  header .menu-bar .nav-left .nav-link, header .menu-bar .nav-right .nav-link {
    display: block;
    padding: 0.25rem;
    text-align: left;
    border-bottom: 1px solid #bdc3c7;
  }
  header .menu-bar .nav-left .nav-link .tool-icon, header .menu-bar .nav-right .nav-link .tool-icon {
    display: inline-block;
    width: 2rem;
    margin: auto 0.25rem;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-left {
    width: 44%;
  }
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-center {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-center {
    width: 20%;
  }
  header .menu-bar .nav-center .logo {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    padding: 0.5rem 0 !important;
  }
  header .menu-bar .nav-center .logo * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  header .menu-bar .nav-center img {
    max-height: 4.4vh;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-right {
    width: 36%;
  }
}
header .product-nav {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
header .product-nav .nav-links {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #005ea7;
  text-transform: uppercase;
}
header .product-nav .nav-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 980px) {
  header .product-nav .nav-links {
    width: 60%;
    margin: 0 20%;
  }
}
header .product-nav .nav-link {
  position: relative;
  padding: 0.125rem 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 750px) {
  header .product-nav .nav-link {
    font-size: 121%;
  }
}
header .product-nav .nav-link img {
  position: relative;
  width: 80%;
  height: auto;
}
@media screen and (min-aspect-ratio: 4/3) {
  header .product-nav .nav-link img {
    width: 67%;
  }
}
@media screen and (min-width: 800px) {
  header .product-nav .nav-link img {
    width: 31%;
  }
}

.home-banner {
  position: relative;
  display: block;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
.home-banner .banner-image {
  width: 100%;
  height: 100%;
}
.home-banner .banner-image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mini-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.mini-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: landscape) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1601px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.mini-banner .mini-banner-left {
  padding-right: 0.5vw;
}
.mini-banner .mini-banner-right {
  padding-left: 0.5vw;
}
.mini-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-modal {
  position: absolute;
  top: 5.5vh;
  left: 13vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    margin-top: -40vw !important;
    margin-left: -40vw !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 30vw;
    margin-top: -15vw !important;
    margin-left: -15vw !important;
  }
}
@media screen and (min-width: 801px) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 35vw;
    height: 35vw;
    margin-left: -17.5vw !important;
    margin-top: -17.5vw !important;
  }
}
.banner-modal .icon-close, .banner-modal .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .banner-modal .w3-closebtn, .banner-modal .instruction-modal .modal-details .close, .instruction-modal .modal-details .banner-modal .close {
  position: absolute;
  top: 0.4vh;
  right: 0.4vw;
  color: white;
}
.banner-modal .banner-modal-image {
  width: 100%;
  height: 100%;
}
.banner-modal .banner-modal-image img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
}

.hero-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  height: 89vh;
  background: radial-gradient(circle, #74bce4, #002a5c);
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/herobannerbg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner {
    height: 85vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hero-banner {
    height: 76vh;
  }
}
.hero-banner .banner-half-left, .hero-banner .banner-half-right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left, .hero-banner .banner-half-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 2.5%;
  width: 50%;
  height: 50%;
  z-index: 9;
}
.hero-banner .banner-half-left .banner-text-overlay-left *, .hero-banner .banner-half-left .banner-text-overlay-right *, .hero-banner .banner-half-right .banner-text-overlay-left *, .hero-banner .banner-half-right .banner-text-overlay-right * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
    width: 90%;
    height: 40%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left img, .hero-banner .banner-half-left .banner-text-overlay-right img, .hero-banner .banner-half-right .banner-text-overlay-left img, .hero-banner .banner-half-right .banner-text-overlay-right img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 66%;
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
  left: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
    top: 0%;
    left: 5%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
  right: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
    top: 60%;
    right: 5%;
  }
}
.hero-banner .banner-half-left img, .hero-banner .banner-half-right img {
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner .banner-half-left {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/left.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-half-right {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/right.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-image {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 4vh;
  left: 0;
  width: 100%;
}
.hero-banner .banner-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  .hero-banner .banner-image {
    bottom: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  .hero-banner .banner-image {
    position: relative;
    width: 44%;
  }
}
.hero-banner .banner-image img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 70%;
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
  .hero-banner .banner-image img {
    max-width: 60%;
  }
}
@media screen and (min-width: 1101px) {
  .hero-banner .banner-image img {
    max-width: 44%;
  }
}
.hero-banner .banner-half-center {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 50%;
  height: 50%;
}
.hero-banner .banner-half-center * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-center {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 980px) {
  .hero-banner .banner-half-center {
    bottom: 6rem;
    width: 60%;
    height: 50%;
  }
}
.hero-banner .banner-half-center img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hero-banner .hero-banner-text-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner-text-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (orientation: portrait) {
  .hero-banner .hero-banner-text-wrapper {
    display: none;
  }
}
.hero-banner .hero-banner-text-wrapper .hero-banner-text-image {
  position: relative;
  width: auto;
  height: 80%;
  max-width: 80%;
  max-height: 80%;
  margin: auto !important;
}
.hero-banner .hero-banner-text {
  position: absolute;
  top: 1rem;
  display: none;
  width: 92%;
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  font-family: "montserrat-black", sans-serif;
  line-height: 1 !important;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .hero-banner .hero-banner-text {
    top: 8vh;
    font-size: 310%;
  }
}
@media screen and (max-width: 759px) and (orientation: landscape) {
  .hero-banner .hero-banner-text {
    position: relative;
    top: 0;
    left: 0;
    width: 44%;
    margin: auto !important;
    font-size: 310%;
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1899px) {
  .hero-banner .hero-banner-text {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    margin-right: 10%;
    font-size: 600%;
    text-align: center;
    vertical-align: top;
    margin-top: 0;
  }
}
@media screen and (min-width: 1900px) and (max-width: 2799px) {
  .hero-banner .hero-banner-text {
    font-size: 700% !important;
  }
}
@media screen and (min-width: 2800px) {
  .hero-banner .hero-banner-text {
    font-size: 10vw;
  }
}
.hero-banner .hero-banner-text:first-child {
  display: inline-block;
}
.hero-banner .hero-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.3rem;
    bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.7rem;
    bottom: 1.5rem;
  }
}
.hero-banner .hero-banner-bottom .icon-down {
  display: block;
}
.hero-banner .hero-banner-bottom .icon-down-image {
  display: block;
  width: 4rem;
  height: 6rem;
  text-align: center;
}
.hero-banner .hero-banner-bottom .icon-down-image img {
  width: 100%;
  height: 100%;
}
.hero-banner .banner-modal-promotion {
  position: relative;
  display: none;
  width: 80vw !important;
  height: 74vh !important;
  max-width: 80vw;
  max-height: 74vh;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .hero-banner .banner-modal-promotion {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 95vw !important;
    height: 80vh !important;
    max-width: 95vw;
    max-height: 80vh;
  }
  .hero-banner .banner-modal-promotion * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.hero-banner .banner-modal-promotion .banner-modal-image {
  margin: auto !important;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero-banner .banner-modal-promotion .banner-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto !important;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-sections-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.steps {
  position: relative;
  display: none;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px dotted #bdc3c7;
}
.steps .steps-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.steps .steps-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper {
    padding: 0 4vw;
  }
}
.steps .steps-wrapper .step {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 92vw;
  height: 22em;
  margin-bottom: 1.25rem;
  padding: 1rem;
}
.steps .steps-wrapper .step * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step {
    width: 31vw;
    height: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step {
    width: 29vw;
    height: 22em;
  }
}
.steps .steps-wrapper .step .step-number {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 22em;
  line-height: 0.8 !important;
  color: #bdc3c7;
  opacity: 0.44;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
.steps .steps-wrapper .step .step-title {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 50%;
  font-size: 220%;
  text-transform: uppercase;
  z-index: 9;
}
.steps .steps-wrapper .step .step-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.steps .steps-wrapper .step .step-title::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  width: 20%;
  height: 2px;
  margin-left: -10%;
  background-color: rgba(0, 0, 0, 0.66);
}
.steps .steps-wrapper .step .step-desc {
  width: 100%;
  height: 50%;
  font-size: 121%;
  z-index: 9;
}

.play-ball, .all-sports, .theme-based {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.play-ball *, .all-sports *, .theme-based * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 22vh 2vw 4vh 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 31vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 17vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
@media screen and (min-width: 1901px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
.play-ball .section-title, .all-sports .section-title, .theme-based .section-title {
  font-size: 400%;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 4px;
}
.play-ball .section-title span, .all-sports .section-title span, .theme-based .section-title span {
  display: block;
  margin: 2.5rem auto;
  cursor: pointer;
}
.play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  padding: 1rem 2rem;
  background-color: transparent;
  color: #002855;
  border: 1px solid #002855;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
.play-ball .more-button:hover, .all-sports .more-button:hover, .theme-based .more-button:hover {
  background-color: #002855;
  color: white;
  border: 1px solid transparent;
}
.play-ball .more-button span, .all-sports .more-button span, .theme-based .more-button span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.all-sports {
  padding-top: 2vh;
  background-color: #fafafb;
}

.testimonials #testimonials-carousel .right-arrow, .testimonials #testimonials-carousel .left-arrow, .right-arrow, .left-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 6vw;
  height: 6vw;
  top: 50%;
  margin-top: -3vw !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  font-size: 150%;
  background-color: rgba(128, 128, 128, 0.4);
  color: black;
  z-index: 999;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.22);
  cursor: pointer;
  /*
  @media screen and (max-width: 600px) {
  	width: 14vw;
  	height: 14vw;
  	margin-top: -7vw !important;
  	border-radius: 7vw;
  }

  @media screen and (min-width: 601px) and (max-width: 799px) {
  	width: 8vw;
  	height: 8vw;
  	margin-top: -4vw !important;
  	border-radius: 4vw;
  }

  @media screen and (min-width: 981px) {
  	display: none;
  }
  */
  display: none;
}
.testimonials #testimonials-carousel .right-arrow *, .testimonials #testimonials-carousel .left-arrow *, .right-arrow *, .left-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.left-arrow {
  left: 0vw;
}

.right-arrow {
  right: 0;
}

.balls-listing, .balls-listing-short {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  overflow: hidden;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 89vh; //83vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 55vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 81vh;
  }
  */
}
.balls-listing *, .balls-listing-short * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card, .balls-listing-short .ball-card {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  color: #808285;
  text-align: center;
  cursor: pointer;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	width: 92vw;
  	height: 96%; //78vh;
  	margin: 3% 3vw; //2vh 3vw;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	@include flex-container;
  	background-color: transparent;
  	width: 92vw;
  	height: 63vh;
  	margin: 2vh 3vw;
  }
  */
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 51vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 77vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing .ball-card a, .balls-listing-short .ball-card a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.balls-listing .ball-card a *, .balls-listing-short .ball-card a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.balls-listing .ball-card .ball-img *, .balls-listing-short .ball-card .ball-img *, .balls-listing .ball-card .card-img *, .balls-listing-short .ball-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 92vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 100%;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card .card-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  color: white;
  cursor: pointer;
  z-index: 9;
  opacity: 0.67;
}
.balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon .icon-info, .balls-listing-short .ball-card .ball-img .card-image-icon .icon-info, .balls-listing .ball-card .card-img .card-image-icon .icon-info, .balls-listing-short .ball-card .card-img .card-image-icon .icon-info {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .black .icon-info, .balls-listing-short .ball-card .ball-img .black .icon-info, .balls-listing .ball-card .card-img .black .icon-info, .balls-listing-short .ball-card .card-img .black .icon-info {
  color: #a7a6a8 !important;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .card-desc, .balls-listing-short .ball-card .ball-img .card-desc, .balls-listing .ball-card .card-img .card-desc, .balls-listing-short .ball-card .card-img .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.83);
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
}
.balls-listing .ball-card .ball-img .card-desc p, .balls-listing-short .ball-card .ball-img .card-desc p, .balls-listing .ball-card .card-img .card-desc p, .balls-listing-short .ball-card .card-img .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.balls-listing .ball-card .ball-img .card-desc ul, .balls-listing-short .ball-card .ball-img .card-desc ul, .balls-listing .ball-card .card-img .card-desc ul, .balls-listing-short .ball-card .card-img .card-desc ul {
  padding-left: 1rem !important;
}
.balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link {
  width: 100%;
  margin: 1rem auto;
  color: #005ea7;
  text-transform: uppercase;
}
.balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 23vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 51vw;
    height: 100%;
    background-color: white;
    vertical-align: top;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text a, .balls-listing-short .ball-card .ball-text a {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 16.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 22vh;
  }
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox {
  width: 100%;
  padding: 0.5rem;
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing .ball-card .ball-text .photographer_backgound_checkbox a, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox a {
  display: inline-block;
}
.balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
  height: 4.4rem;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.3 !important;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 8vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 6vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 7vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
  color: #4c4c4c;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
  color: #4c4c4c;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 3.5vh;
    line-height: 3.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    lin-height: 5vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .sales-price-range {
  color: #e74c3c;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation, .balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  width: 100%;
  color: #285ea2;
  text-align: center;
  cursor: pointer;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation {
  font-weight: 900;
}
.balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 750px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background-color: white;
    width: 92vw;
    height: 40vw;
    margin: 1vh 1vw;
  }
  .balls-listing .ball-card *, .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card hr, .balls-listing-short .ball-card hr {
    display: none;
  }
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card card-img, .balls-listing-short .ball-card card-img {
    width: 40vw;
    height: 100%;
  }
  .balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card card-img img, .balls-listing-short .ball-card card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 50vw;
    height: 100%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text .ball-name, .balls-listing-short .ball-card .ball-text .ball-name, .balls-listing .ball-card .ball-text .price-range, .balls-listing-short .ball-card .ball-text .price-range, .balls-listing .ball-card .ball-text .variation, .balls-listing-short .ball-card .ball-text .variation, .balls-listing .ball-card .ball-text .shipping-duration, .balls-listing-short .ball-card .ball-text .shipping-duration {
    height: auto !important;
    font-size: 100% !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range, .balls-listing-short .ball-card .ball-text .ball-price-range {
    display: block;
    width: 100%;
    margin: 0.25rem auto !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range *, .balls-listing-short .ball-card .ball-text .ball-price-range * {
    line-height: 1.12 !important;
  }
}
@media screen and (max-width: 980px) {
  .balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.balls-listing-short {
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	height: 60vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	height: 37vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	height: 81vh;
  }
  */
}
.balls-listing-short .ball-card {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 92vw;
    height: 58vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 92vw;
    height: 65vh;
    margin: 1vh 2vw;
  }
  .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 35vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 76vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
  width: 100%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 51vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 65vh;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 30vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 76vh;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.balls-listing-short .ball-card .ball-text {
  position: relative;
  background-color: white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
.balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 980px) {
  .balls-listing-short .ball-card {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 100%;
  }
  .balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing-short .ball-card .ball-text {
    display: none;
  }
  .balls-listing-short .ball-card .card-image-icon {
    display: none;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 44vw;
    height: 44vw;
    margin: 1vw;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.variations-listing {
  position: relative;
  margin-top: 3.1rem;
  width: 100%;
  padding: 0;
}
.variations-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.variations-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.variations-listing .horizontal-card {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
.variations-listing .horizontal-card * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .variations-listing .horizontal-card {
    width: 31%;
    margin: 1%;
    vertical-align: top;
  }
}
.variations-listing .horizontal-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.variations-listing .horizontal-card .card-img img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.variations-listing .horizontal-card .card-text {
  display: inline-block;
  width: 100%;
  height: 11rem;
  text-align: center;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-text .card-title {
  width: 100%;
  height: 6rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808285;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .card-desc {
  height: 5rem;
  font-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .price {
  margin: 0.25rem auto;
}
.variations-listing .horizontal-card .card-text .variation {
  display: block;
  color: #f48e30;
  font-size: 75%;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .variations-listing .horizontal-card .card-text .variation {
    display: block;
  }
}
.variations-listing .horizontal-card .card-desc-extra {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
}
.variations-listing .horizontal-card:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
}

#photographer_section > .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#photographer_section > .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #photographer_section > .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
#photographer_section > .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.ordering_process_main .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.ordering_process_main .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .ordering_process_main .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
.ordering_process_main .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.design-specific-listing {
  position: relative;
  width: 100%;
  padding: 0;
}
.design-specific-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.design-specific-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.design-specific-listing .designs-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5rem 0;
}
.design-specific-listing .designs-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .design-specific-listing .designs-listing {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .design-specific-listing .designs-listing {
    padding-top: 3.75rem;
  }
}
.design-specific-listing .design-specific-card {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -o-transition: all ease 0s;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .design-specific-listing .design-specific-card {
    width: 40vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
@media screen and (min-width: 801px) {
  .design-specific-listing .design-specific-card {
    display: inline-block;
    width: 38vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
.design-specific-listing .design-specific-card .card-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 15em;
  overflow: hidden;
}
.design-specific-listing .design-specific-card .card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.design-specific-listing .design-specific-card .card-image img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.design-specific-listing .design-specific-card .card-title {
  padding: 1rem 0.5rem;
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #005ea7;
}
.design-specific-listing .ball-card:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
}

.my-designs .ball-card {
  background-color: white;
}
.my-designs .my-design-checkbox {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .my-designs .my-design-checkbox {
    display: inline-block;
    width: 6vw;
  }
  .my-designs .ball-img {
    width: 42vw !important;
  }
  .my-designs .ball-text {
    width: 42vw !important;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .resource-backgrounds .ball-card {
    width: 44vw;
    background-color: white;
  }
  .resource-backgrounds .ball-card .ball-text {
    width: 100%;
    height: 30%;
    text-align: center;
  }
  .resource-backgrounds .ball-card .ball-text .chk_backgrounds {
    display: inline-block;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-text a {
    display: inline-block;
    width: 1rem;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-img {
    width: 100%;
    height: auto !important;
  }
}

.reviews-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #4c4c4c;
}
.reviews-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.reviews-wrapper .stars {
  display: inline-block;
  width: 6.5rem;
  margin: auto 0.5rem;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/stars-bg-red.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 40% 100%;
}
.reviews-wrapper .stars .star {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1.3rem;
  height: 1.3rem;
}
.reviews-wrapper .stars .star img {
  width: 100%;
  height: 100%;
}
.reviews-wrapper .review-number, .reviews-wrapper .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 100%;
}
.reviews-wrapper .review-number {
  font-size: 0.85rem;
}
.reviews-wrapper .price-range {
  height: 1.7rem;
}

.review-wrapper-seo .stars {
  width: 13rem;
}
.review-wrapper-seo .stars .star {
  width: 2.6rem;
  height: 2.6rem;
}
.review-wrapper-seo .review-number, .review-wrapper-seo .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 170%;
}
.review-wrapper-seo .review-number {
  font-size: 1.5rem;
}

.reviews {
  margin: 1rem 0 !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.reviews .stars {
  margin: 0 !important;
}

.product-details-large {
  font-size: 112%;
}

.rated_tobe {
  background-color: #ffc000;
}

.rated {
  background-color: #ffc000;
}

.sort-type {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.1rem;
  padding: 0 1rem;
  background: white;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 4000px) {
  .sort-type {
    width: 60%;
  }
}
.sort-type span {
  line-height: 3.1rem;
  font-weight: 500;
}
.sort-type select {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.sort-type .dropdown {
  position: relative;
  display: inline-block;
  width: 92%;
  height: auto;
  margin: 0 !important;
  padding: 0.5rem !important;
  cursor: pointer;
}
.sort-type .btn {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  background-color: transparent;
  color: #005ea7;
  font-size: 130%;
  text-align: center;
  cursor: pointer;
}
.sort-type .btn * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.sort-type .dropdown-menu {
  position: absolute;
  display: none;
  top: 3.1rem;
  left: 0;
  width: 100%;
  max-height: 22vh;
  background-color: white;
  list-style-type: none;
  z-index: 999;
  overflow-y: auto;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .sort-type .dropdown-menu {
    max-height: 40vh;
  }
}
.sort-type .dropdown-menu li {
  padding: 0.5rem 0;
  cursor: pointer;
}
.sort-type .open .dropdown-menu {
  display: block;
  width: 100%;
  background-color: white;
  padding-left: 0.5rem;
}

.theme-based {
  position: relative;
}
@media screen and (max-width: 599px) {
  .theme-based {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .theme-based {
    padding: 0vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1100px) {
  .theme-based {
    padding: 0vh 10vw 6vh 10vw;
  }
}

.themes-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 1rem 0 0 0;
}
.themes-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .themes-listing {
    height: 34.4em;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .themes-listing a {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing {
    height: 38em;
    padding: 0;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.themes-listing .theme-card {
  position: relative;
  height: 33em;
  margin-bottom: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .themes-listing .theme-card {
    width: 100%;
    margin-bottom: 3.28rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing .theme-card {
    width: 27vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .themes-listing .theme-card {
    width: 24vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
.themes-listing .theme-card .theme-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
}
.themes-listing .theme-card .theme-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.themes-listing .theme-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 25em;
  padding: 1.64rem 2vw;
  z-index: 9;
}
.themes-listing .theme-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card .card-img img {
  position: relative;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.themes-listing .theme-card .theme-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  background-color: black;
  font-size: 310%;
  color: white;
  line-height: 3rem !important;
  text-transform: uppercase;
  z-index: 9;
}
.themes-listing .theme-card .theme-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.signup {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5vh;
  background-color: #e6e7e8;
}
.signup * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.signup h3 {
  line-height: 1 !important;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1501px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .signup {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.signup .featured-text {
  color: #005ea7;
}
.signup .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .signup .form-group {
    width: 92%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
  .signup .form-group {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group {
    width: 66%;
  }
}
.signup .form-group input[type=email] {
  display: inline-block;
  width: 65%;
  padding: 1rem 0.5rem;
  border: 1px solid #c6c6c6;
  background: transparent !important;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  .signup .form-group input[type=email] {
    width: 100%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group input[type=email] {
    width: 40%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group input[type=email] {
    width: 30%;
  }
}
.signup .form-group button {
  display: inline-block;
  width: 28%;
  background-color: #005ea7;
  border: 1px solid #005ea7;
  font-size: 100%;
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  vertical-align: top;
}
@media screen and (min-width: 3000px) {
  .signup .form-group button {
    width: 10%;
  }
}

.search-box {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-box * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box input[type=search] {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.5rem !important;
  padding-right: 3.5rem;
  border: 0 !important;
}
.search-box button, .search-box #search-submit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #005ea7;
  color: white;
}
.search-box button *, .search-box #search-submit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box button:hover, .search-box #search-submit:hover {
  background-color: #002855;
  color: white;
}

.search-select {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-select * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-select select {
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.25rem;
  padding-right: 3.5rem;
  border: 0 !important;
}

.testimonials {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2.2rem 0;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .testimonials {
    max-width: 100vw;
    background-image: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1499px) {
  .testimonials {
    padding: 6vh 4vw;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials {
    padding: 3vh 4vw;
  }
}
.testimonials .testimonial-bg-mobile {
  display: none;
}
@media screen and (max-width: 799px) {
  .testimonials .testimonial-bg-mobile {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
.testimonials .section-title {
  display: inline-block;
  padding: 0.5rem 8.8rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .testimonials .section-title {
    padding: 0.5rem 1.25rem;
  }
}
.testimonials .section-title h4 {
  font-weight: 500 !important;
  font-size: 330%;
  line-height: 1.2 !important;
  color: #f48e30;
  text-transform: initial;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 600px) {
  .testimonials .image-container {
    width: 100vw;
  }
}
.testimonials .testimonial-text {
  display: inline-block;
  font-size: 170%;
  font-weight: 300;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-text {
    max-height: 22vh;
    font-size: 2.2rem;
  }
}
.testimonials [class*=icon-] {
  position: relative;
  margin: auto 0.5rem;
}
.testimonials .testimonial-author {
  position: relative;
  display: block;
  margin: 1rem auto;
  color: white;
  font-weight: 300;
  text-indent: -1rem;
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-author {
    font-size: 1.5rem;
  }
}
.testimonials .testimonial-author::before {
  position: absolute;
  display: inline-block;
  content: "-";
  color: white;
}
.testimonials #testimonials-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel {
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel {
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .right-arrow, .testimonials #testimonials-carousel .left-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 2vw;
  height: 2vw;
  top: 50%;
  margin-top: -1vw;
  font-size: 150%;
  color: white;
  z-index: 9999;
  cursor: pointer;
}
.testimonials #testimonials-carousel .right-arrow *, .testimonials #testimonials-carousel .left-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1100px) {
  .testimonials #testimonials-carousel .right-arrow, .testimonials #testimonials-carousel .left-arrow {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .testimonials #testimonials-carousel .right-arrow *, .testimonials #testimonials-carousel .left-arrow * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.testimonials #testimonials-carousel .left-arrow {
  left: 0;
}
.testimonials #testimonials-carousel .right-arrow {
  right: 2vw;
}
.testimonials #testimonials-carousel .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  width: 80vw;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 38vh;
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 29vh;
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .image-container .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 99;
  overflow: hidden;
}
.testimonials #testimonials-carousel .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.testimonials #testimonials-carousel .image-container .category-image {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.testimonials #testimonials-carousel .image-container .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
.testimonials .testimonial-rating {
  margin: 1rem auto !important;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
}
.testimonials .reviews-wrapper {
  width: 100%;
  margin: 1rem auto;
}
.testimonials .reviews-wrapper .stars {
  background-image: none !important;
  width: 10rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars {
    width: 25rem;
  }
}
.testimonials .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars .star {
    width: 5rem;
    height: 5rem;
  }
}

.instagram-section {
  position: relative;
  background-color: white;
}
.instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.instagram-section .section-content *, .instagram-section .static-contact .section-content-landing-page *, .instagram-section .static-account .section-content-landing-page *, .instagram-section .static-how-to-demo .section-content-landing-page *, .instagram-section .static-testimonials .section-content-landing-page *, .instagram-section .static-faq .section-content-landing-page *, .instagram-section .static-page .section-content-landing-page *, .static-contact .instagram-section .section-content-landing-page *, .static-account .instagram-section .section-content-landing-page *, .static-how-to-demo .instagram-section .section-content-landing-page *, .static-testimonials .instagram-section .section-content-landing-page *, .static-faq .instagram-section .section-content-landing-page *, .static-page .instagram-section .section-content-landing-page * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content, .instagram-section .static-contact .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .instagram-section .static-page .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .static-account .instagram-section .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .static-page .instagram-section .section-content-landing-page {
    padding: 8vh 11vw;
  }
}
.instagram-section .section-content .section-title, .instagram-section .static-contact .section-content-landing-page .section-title, .instagram-section .static-account .section-content-landing-page .section-title, .instagram-section .static-how-to-demo .section-content-landing-page .section-title, .instagram-section .static-testimonials .section-content-landing-page .section-title, .instagram-section .static-faq .section-content-landing-page .section-title, .instagram-section .static-page .section-content-landing-page .section-title, .static-contact .instagram-section .section-content-landing-page .section-title, .static-account .instagram-section .section-content-landing-page .section-title, .static-how-to-demo .instagram-section .section-content-landing-page .section-title, .static-testimonials .instagram-section .section-content-landing-page .section-title, .static-faq .instagram-section .section-content-landing-page .section-title, .static-page .instagram-section .section-content-landing-page .section-title {
  width: 100%;
  margin-bottom: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
  position: relative;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
    width: 44%;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 551px) and (max-width: 992px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
    width: 22vw;
    height: 22vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
    width: 16vw;
    height: 16vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
    width: 13vw;
    height: 13vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card {
    width: 11vw;
    height: 11vw;
    margin: 0.5vw;
  }
}
.instagram-section .section-content .instagram-card img.instagram-card-image, .instagram-section .static-contact .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-account .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-testimonials .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-faq .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-page .section-content-landing-page .instagram-card img.instagram-card-image, .static-contact .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .static-account .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .static-testimonials .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .static-faq .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .static-page .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.static-page-section-title {
  margin: 15vh 0 4vh 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .static-page-section-title {
    margin: 15vh 0 2vh 0;
    padding-top: 1rem;
  }
}
.static-page-section-title .section-title {
  width: 100%;
  padding: 0rem;
  margin-top: 0 !important;
  font-size: 2.7rem;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: 300;
}
@media screen and (max-width: 799px) {
  .static-page-section-title .section-title {
    font-size: 2rem;
    line-height: 1.3 !important;
  }
}
@media screen and (min-width: 800px) {
  .static-page-section-title .section-title {
    margin-bottom: 4vh;
  }
}

.section-heading, .static-faq .faqs .faq-section .faq_title {
  color: #005ea7;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2vh;
  text-align: left;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs {
    display: block !important;
  }
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  margin: auto 1rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
}
.breadcrumbs a::after, .breadcrumbs span::after {
  position: absolute;
  content: ">>";
  margin: auto 0.25rem;
}
.breadcrumbs a:last-child::after, .breadcrumbs span:last-child::after {
  content: "";
}
.breadcrumbs .previous-step {
  color: #2ecc71;
}
.breadcrumbs .current-step {
  color: #f48e30;
  cursor: default !important;
}
.breadcrumbs .next-step {
  color: #c6c6c6;
  cursor: default !important;
}

.static-contact, .static-account, .static-how-to-demo, .static-testimonials, .static-faq, .static-page {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 0;
}
.static-contact *, .static-account *, .static-how-to-demo *, .static-testimonials *, .static-faq *, .static-page * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-contact .section-title, .static-account .section-title, .static-how-to-demo .section-title, .static-testimonials .section-title, .static-faq .section-title, .static-page .section-title {
  width: 100%;
  padding: 4rem;
  margin-bottom: 1rem;
  font-size: 400%;
  text-transform: uppercase;
}
.static-contact .section-content, .static-account .section-content, .static-how-to-demo .section-content, .static-testimonials .section-content, .static-faq .section-content, .static-page .section-content, .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #414042;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .static-contact .section-content, .static-account .section-content, .static-how-to-demo .section-content, .static-testimonials .section-content, .static-faq .section-content, .static-page .section-content, .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 2vh 1vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-contact .section-content, .static-account .section-content, .static-how-to-demo .section-content, .static-testimonials .section-content, .static-faq .section-content, .static-page .section-content, .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 6vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .static-contact .section-content, .static-account .section-content, .static-how-to-demo .section-content, .static-testimonials .section-content, .static-faq .section-content, .static-page .section-content, .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 6vh 11vw;
  }
}
.static-contact .section-content .static-column, .static-account .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-testimonials .section-content .static-column, .static-faq .section-content .static-column, .static-page .section-content .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-page .section-content-landing-page .static-column {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 0 1rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .static-contact .section-content .static-column, .static-account .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-testimonials .section-content .static-column, .static-faq .section-content .static-column, .static-page .section-content .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-page .section-content-landing-page .static-column {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1101px) {
  .static-contact .section-content-landing-page, .static-account .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-faq .section-content-landing-page, .static-page .section-content-landing-page {
    padding: 0 !important;
  }
}

.static-page .bulk-order-info-text {
  line-height: 2;
}
.static-page p {
  font-size: 121%;
  line-height: 1.82;
  margin-bottom: 2rem;
}
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  margin-bottom: 0.5rem;
}
.static-page ul {
  list-style-type: disc;
}
.static-page ul li {
  margin-left: 1.25rem;
}

@media screen and (min-width: 990px) {
  .products-details-image {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.products-details-image .big-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.products-details-image .big-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image object {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.products-details-image .big-image object * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image video {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.products-details-image .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5vw;
  height: 5vw;
  overflow: hidden;
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 990px) {
  .products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
    width: 13vw;
    height: 13vw;
  }
}
.products-details-image .thumbnails .video-thumbnail {
  background-color: black;
}

.products-details-description {
  padding-left: 2rem;
}

.static-faq .faq-search-wrapper {
  position: relative;
  padding: 1rem 1.25rem;
}
.static-faq .faq-search-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #9d9fa2;
}
.static-faq .faq-search-wrapper input[type=search] {
  position: relative;
  display: inline-block;
  width: 92%;
  height: 4rem;
  font-size: 100%;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 0 !important;
}
.static-faq .faq-search-wrapper button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  background-color: transparent;
}
.static-faq .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .question-wrapper .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  color: #090909;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .static-faq .question-wrapper .faq_question {
    font-size: 121%;
  }
}
.static-faq .question-wrapper .faq_question::before {
  position: absolute;
  display: none;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .question-wrapper .faq_answer {
  position: relative;
  display: none;
  line-height: 2;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
}
.static-faq .question-wrapper input {
  margin-bottom: 0.5rem;
}
.static-faq .question-wrapper input[type=submit] {
  padding: 0.5rem 1rem;
  background-color: #005ea7;
  color: white;
}
.static-faq .faqs {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1.64rem;
  padding: 1.25rem 0;
  text-align: left;
}
.static-faq .faqs .faq-section {
  margin: 2rem auto;
  list-style-type: none;
}
.static-faq .faqs .faq-section .faq_title {
  font-size: 1.12rem;
  cursor: pointer;
}
.static-faq .faqs .faq-section .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .faqs .faq-section .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  cursor: pointer;
}
.static-faq .faqs .faq-section .faq_question::before {
  position: absolute;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .faqs .faq-section .faq_answer {
  position: relative;
  display: none;
}
.static-faq .faqs .faq-section .inline-link {
  color: #005ea7 !important;
}
.static-faq .faqs .faq-section .inline-link:hover {
  text-decoration: underline !important;
}
.static-faq .faqs .faq-section .more-link {
  margin-left: 1rem;
  font-size: 121%;
  color: #005ea7;
  text-transform: uppercase;
}
.static-faq .faqs .faq-section:first-child {
  margin-top: 0;
}

.static-testimonials .testimonials-wrapper {
  background-image: none !important;
}
.static-testimonials .static-column {
  width: 100% !important;
}
.static-testimonials .testimonials_main_div {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div {
    position: relative;
    display: inline-block;
    width: 47%;
    height: 18em;
    margin: 1%;
    vertical-align: top;
    overflow: hidden;
  }
}
.static-testimonials .testimonials_main_div .testimonial-author-image {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonial-author-image {
    width: 22%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data {
    width: 65%;
    max-height: 17.5em;
    padding: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
  height: auto;
  font-style: italic;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
    max-height: 11em;
    margin-bottom: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-date {
  font-style: italic;
  color: #201f20;
}

.static-how-to-demo .how-to-demo {
  position: relative;
  padding: 1.64rem 1rem;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .static-column {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-how-to-demo .how-to-demo .static-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .static-column {
    display: inline-block !important;
    padding: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper {
  display: inline-block;
  /* width: 47%; */
  margin-bottom: 1rem;
  padding: 0 1rem;
  /*
  .how_to_demo_question::before {
  	position: absolute;
  	top: $padding-small/2;
  	left: 1.5*(-$padding-small);
  	//width: $padding-small/4;
  	//height: 100%;
  	width: $padding-small/2;
  	height: $padding-small/2;
  	border-radius: 50%;
  	background-color: $base-text;
  	//border-left: 5px solid #91929a;
  	//@extend .icon-bullet;
  	content: '';
  	//font-size: 200%;

  	@media screen and (max-width: 400px) {
  		//top: -50%;
  	}
  }
  */
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .question-wrapper {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 125%;
  cursor: pointer;
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question span {
  margin-right: 0.5rem;
}

.static-contact .page-title, .static-account .page-title {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}
.static-contact .page-description, .static-account .page-description {
  padding: 1rem;
  text-align: left;
  margin-bottom: 2.5rem;
}
.static-contact .contact-wrapper, .static-account .contact-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-contact .contact-wrapper *, .static-account .contact-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin-bottom: 2.5rem;
  padding: 2.2rem;
  background-color: #f4f4f4;
  color: #808285;
  vertical-align: top;
}
.static-contact .contact-wrapper .contact-card *, .static-account .contact-wrapper .contact-card *, .static-contact .contact-wrapper .blank-template-details *, .static-account .contact-wrapper .blank-template-details * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 31vw;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .contact-card .card-icon, .static-account .contact-wrapper .contact-card .card-icon, .static-contact .contact-wrapper .blank-template-details .card-icon, .static-account .contact-wrapper .blank-template-details .card-icon {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.static-contact .contact-wrapper .contact-card .card-icon span, .static-account .contact-wrapper .contact-card .card-icon span, .static-contact .contact-wrapper .blank-template-details .card-icon span, .static-account .contact-wrapper .blank-template-details .card-icon span {
  font-size: 400%;
}
.static-contact .contact-wrapper .contact-card .card-title, .static-account .contact-wrapper .contact-card .card-title, .static-contact .contact-wrapper .blank-template-details .card-title, .static-account .contact-wrapper .blank-template-details .card-title {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.static-contact .contact-wrapper .contact-card hr, .static-account .contact-wrapper .contact-card hr, .static-contact .contact-wrapper .blank-template-details hr, .static-account .contact-wrapper .blank-template-details hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto;
}
.static-contact .contact-wrapper .contact-card .notes, .static-account .contact-wrapper .contact-card .notes, .static-contact .contact-wrapper .blank-template-details .notes, .static-account .contact-wrapper .blank-template-details .notes {
  font-style: italic;
  text-align: center;
}
.static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  display: block;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 70vw;
    height: auto;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 35vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .blank-template-details .ball_type, .static-account .contact-wrapper .blank-template-details .ball_type {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .static-account .paragraph-30 {
    width: 98%;
    margin: 0.5rem auto;
  }
}
.static-account .account-details-card {
  margin: 0 auto;
  padding: 0.5rem;
  vertical-align: top;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
  line-height: 1.75;
}
.static-account .account-details-card .section-heading, .static-account .account-details-card .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .static-account .account-details-card .faq_title {
  margin-bottom: 1rem;
}
.static-account .account-card {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f4f4f4;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card {
    height: 50vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-account .account-card {
    width: 44%;
    height: 90vh;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-account .account-card {
    width: 44%;
    height: 40vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-account .account-card {
    width: 31%;
    height: 67vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-account .account-card {
    width: 30%;
    height: 35vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-account .account-card {
    width: 30%;
    height: 35vh;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-account .account-card {
    width: 30%;
    height: 31vh;
    margin: 1vw;
  }
}
.static-account .account-card hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto !important;
}
.static-account .account-card .card-content {
  height: 85%;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card .card-content {
    height: 85%;
  }
}
.static-account .account-card .card-content .myaccount-order-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-number {
  display: inline-block;
  width: 17%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-date {
  display: inline-block;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-status {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-my-design-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-design-card-date {
  display: inline-block;
  width: 30%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-my-design-card-title {
  display: inline-block;
  width: 64%;
}
.static-account .account-card .card-button {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .static-account .account-card .card-button {
    bottom: 0;
  }
}

.landing-page-section-content {
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  .landing-page-section-content .landing-page-section {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-section-content .landing-page-section {
    padding: 2vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-section-content .landing-page-section {
    padding: 3vh 11vw;
  }
}

.row-odd {
  background-color: #f4f4f4;
}

.row-even {
  background-color: #e6e7e8;
}

.product-details {
  position: relative;
  width: 100%;
  background-color: white;
}
.product-details .product-image-wrapper {
  display: inline-block;
  width: 44%;
  max-width: 50%;
  height: auto;
  padding: 1.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-image-wrapper .image-container {
  width: 100%;
}
.product-details .product-image-wrapper .product-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: auto;
}
.product-details .product-image-wrapper .product-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.product-details .product-image-wrapper .product-image img {
  width: auto;
  max-width: 85%;
  height: auto;
}
.product-details .product-description-wrapper {
  position: relative;
  display: inline-block;
  width: 49%;
  max-width: 50%;
  height: auto;
  background-color: white;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-description-wrapper .product-name {
  padding-bottom: 1.25rem;
  color: #005ea7;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description {
  padding: 0.625rem 0;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description .description-title {
  color: #005ea7;
}
.product-details .product-description-wrapper .product-price, .product-details .product-description-wrapper .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}
.product-details .product-description-wrapper .product-variation {
  display: inline-block;
  width: 47%;
  margin: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper .product-variation {
    width: 100%;
  }
}
.product-details .product-description-wrapper .product-variation select {
  width: 100%;
  border: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .form-field {
  margin: 1rem 0;
}
.product-details .product-description-wrapper .form-field input[type=submit] {
  padding: 0.5rem 1.64rem;
  background-color: #005ea7;
  font-size: 112%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-details .product-disclaimer {
  font-size: 80%;
}

.product-quantity {
  width: 60px;
}
@media screen and (min-width: 1300px) {
  .product-quantity {
    width: 60px;
  }
}

.product-price, .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}

.product-original-price {
  color: #414042 !important;
}

.customer-reviews .section-heading, .customer-reviews .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .customer-reviews .faq_title {
  color: #005ea7;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 98%;
  }
  .customer-reviews .paragraph-70 {
    width: 98%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}

.cart-page-container .locker_buttons, .action_div .action_button, .table-wrapper .button, .two-column-wrapper #user_login .button_div .button-forgot-password, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], #button_save_register, #button_saveas_register, .button-gray, .reset-button, .button-orange, .checkout, .button-green, .submit-button, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, input[type=button], input[type=submit], .button, .medium-button {
  display: inline-block;
  min-width: 10rem;
  margin: 0.5rem auto;
  padding: 1rem 1rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cart-page-container .locker_buttons, .action_div .action_button, .table-wrapper .button, .two-column-wrapper #user_login .button_div .button-forgot-password, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], #button_save_register, #button_saveas_register, .button-gray, .reset-button, .button-orange, .checkout, .button-green, .submit-button, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, input[type=button], input[type=submit], .button, .medium-button {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.cart-page-container .locker_buttons:hover, .action_div .action_button:hover, .two-column-wrapper #user_login .button_div .button-forgot-password:hover, .two-column-wrapper #user_login .button_div .button-login input[type=submit]:hover, .two-column-wrapper #user_login .forgot-password-link:hover, .two-column-wrapper #user_registration .forgot-password-link:hover, .two-column-wrapper .column-1 .forgot-password-link:hover, .two-column-wrapper .column-2 .forgot-password-link:hover, .two-column-wrapper #user_login input[type=submit]:hover, .two-column-wrapper #user_registration input[type=submit]:hover, .two-column-wrapper .column-1 input[type=submit]:hover, .two-column-wrapper .column-2 input[type=submit]:hover, #button_save_register:hover, #button_saveas_register:hover, .button-gray:hover, .reset-button:hover, .button-orange:hover, .checkout:hover, .button-green:hover, .submit-button:hover, .cancel-button:hover, #button_save_cancel:hover, #button_saveas_cancel:hover, .button-red:hover, .continue-button:hover, .continue-shopping:hover, #button_save:hover, #button_save_login:hover, #button_saveas_save:hover, #button_saveas_login:hover, .button-blue:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover, .medium-button:hover {
  background-color: #002855;
  color: white;
}

.continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue {
  background-color: #005ea7;
  color: white;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red {
  background-color: #e74c3c;
  color: white;
}

.submit-button {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.checkout, .button-green {
  background-color: #2ecc71;
  color: white;
}

.small-button {
  display: inline-block;
  min-width: 2rem !important;
  margin: auto;
  padding: 0.5rem !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}

.checkout {
  float: right;
}

.continue-shopping {
  margin-left: 0;
}

.reset-button, .button-orange {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.button-gray {
  background-color: #bdc3c7;
  color: #8a8a8f;
}

#button_save_register, #button_saveas_register, .button-green {
  background-color: #2ecc71;
  color: white;
}

.color-green {
  color: #2ecc71;
}

.green-bg {
  background-color: #2ecc71;
}

.button-orange {
  background-color: #f48e30;
}

.button-blue {
  background-color: #005ea7;
  color: white;
}

.button-white {
  background-color: white;
  border: 1px solid #005ea7;
  color: #005ea7;
}

.button-black {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.button-black:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}

.button-orange-2 {
  background-color: #f48e30;
  color: white;
  border: 1px solid #f48e30;
}
.button-orange-2:hover {
  background-color: #002855;
  border: 1px solid #002855;
  color: white !important;
}

.approved {
  background-color: #CAFFCA !important;
}

.waiting_for_approval {
  background-color: #FFFFCA !important;
}

.order_printed {
  background-color: rgba(255, 205, 180, 0.4) !important;
}

.revise_artwork {
  background-color: #FAAAAA !important;
}

.ptc_attention_needed, .mab_attention_needed, .expert_review_in_progress {
  background-color: #ADD8E6 !important;
}

.all_accessories {
  background-color: #ffe6ff !important;
}

.button-disabled {
  background-color: #bdc3c7;
  color: white;
}
.button-disabled:hover {
  background-color: #bdc3c7;
}

.div-section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.two-column-wrapper {
  position: relative;
  display: block;
}
.two-column-wrapper .contact-label {
  font-size: 1.12rem;
}
.two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: auto 1%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.two-column-wrapper #user_login .form-field, .two-column-wrapper #user_registration .form-field, .two-column-wrapper .column-1 .form-field, .two-column-wrapper .column-2 .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit] {
  margin-right: 0.5rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link {
  background-color: #f48e30;
}
.two-column-wrapper #user_login .button_div {
  display: inline-block;
  width: 100%;
}
.two-column-wrapper #user_login .button_div .button-login input[type=submit] {
  min-width: 1rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password {
  min-width: 1rem;
  width: auto;
  padding: 0;
  background-color: transparent;
  letter-spacing: 1px;
}
.two-column-wrapper #user_login .button_div .button-forgot-password:hover {
  background-color: transparent !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password .forgot-password-link {
  background-color: transparent;
}
.two-column-wrapper #register_option {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.two-column-wrapper #register_option * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 801px) {
  .two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
    display: block;
    width: 85%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    width: 60%;
  }
  .two-column-wrapper #register_option #member_image img, .two-column-wrapper #register_option #photographer_image img {
    max-width: 100%;
  }
}
.two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background-color: #e6e7e8;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
    display: none;
  }
}

.extra-interests {
  position: relative;
  display: block;
  padding-top: 2.2vh;
  padding-bottom: 2.2vh;
  text-align: center;
}
.extra-interests .caption {
  margin-bottom: 1rem;
  font-size: 112%;
  text-transform: uppercase;
}
.extra-interests .section-heading, .extra-interests .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .extra-interests .faq_title {
  text-transform: capitalize;
}
.extra-interests .carousel-wrapper, .extra-interests .image-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0;
  overflow: hidden;
}
.extra-interests .category-images {
  position: relative;
  display: inline-block;
  width: auto;
  height: 42vh;
  overflow: hidden;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images {
    height: 50vh;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images {
    height: 80vh;
  }
}
.extra-interests .category-images .category-image {
  position: relative;
  display: inline-block;
  width: 22vw;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images .category-image {
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
.extra-interests .category-images .category-image .item-image {
  display: inline-block;
  width: 100%;
  height: 22vh;
  margin-right: 2vw;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image .item-image {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.extra-interests .category-images .category-image .item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20vh;
}
.extra-interests .category-images .category-image .item-title {
  display: block;
  width: 100%;
  text-align: center;
}
.extra-interests .category-images .category-image .button-blue {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: no-wrap;
}

.table-wrapper {
  margin: 0;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 980px) {
  .table-wrapper {
    padding: 0.5rem 0;
  }
}
.table-wrapper table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  text-align: center;
}
.table-wrapper table thead {
  background-color: #dbdfe1;
}
.table-wrapper table tr {
  width: 100%;
}
.table-wrapper table tr th, .table-wrapper table tr td {
  padding: 0.25rem;
  border-collapse: collapse;
  vertical-align: top;
}
.table-wrapper table tr:nth-child(even) {
  background-color: #fafafb;
}
.table-wrapper table tr:last-child {
  background-color: #dbdfe1;
}
.table-wrapper table .sr {
  width: 8vw;
}
.table-wrapper table .thumbnail {
  width: 22vw;
}
.table-wrapper table .thumbnail a {
  display: inline-block;
}
.table-wrapper table .thumbnail img {
  width: 90%;
  height: auto;
}
.table-wrapper table .product-name {
  width: 44vw;
  vertical-align: top;
}
.table-wrapper table .quantity {
  width: 10vw;
  vertical-align: top;
}
@media screen and (min-width: 1500px) {
  .table-wrapper table .quantity {
    width: 6vw;
  }
}
.table-wrapper table .quantity input[type=number] {
  width: 90%;
  padding: 0.25rem;
}
.table-wrapper table .total {
  width: 15vw;
}
.table-wrapper table .order-head {
  width: 60vw;
  text-align: right;
}
.table-wrapper table .order-cost {
  width: 40vw;
}
@media only screen and (max-width: 980px) {
  .table-wrapper table {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .table-wrapper table thead {
    display: none;
  }
  .table-wrapper table tbody {
    display: block;
  }
  .table-wrapper table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0;
    border: 0;
  }
  .table-wrapper table td {
    position: relative;
    display: block;
    width: 100% !important;
    padding-left: 50% !important;
    line-height: 2;
    text-align: left;
    border-left: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
  }
  .table-wrapper table td:first-child {
    border-top: 1px solid #bdc3c7;
  }
  .table-wrapper table td::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 1rem;
    content: attr(data-title);
    background-color: #808c93;
    color: white;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
.table-wrapper .button {
  margin: 0.25rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 800px) {
  .table-wrapper .button {
    width: 100%;
    margin: 0.25rem 0;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 801px) {
  .table-wrapper .button {
    font-size: 80%;
  }
}
.table-wrapper .continue-button {
  background-color: #005ea7;
  color: white;
}

.cart-common-div {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 114%;
  text-transform: uppercase;
}
.cart-common-div .cart-common-div-title {
  display: inline-block;
  width: 40%;
  margin-right: 8%;
  color: #545e64;
  text-align: left;
}
.cart-common-div .cart-common-div-value {
  display: inline-block;
  width: 42%;
  margin: auto 0.5rem;
  color: #005ea7;
  text-align: left;
}
.invisible-form-fields {
  position: relatvie;
  display: block;
  width: 100%;
}

.invisible {
  display: inline-block !important;
  width: 1rem !important;
  margin-right: 0.25rem;
  opacity: 0;
}

.date_pending {
  background-color: #f9c391 !important;
}

.html_dropdown_select {
  display: none;
}

.html_dropdown_div, .html_dropdown_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
}

.html_dropdown_option_div, .html_dropdown_selected_option_div, .html_dropdown_option_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.html_dropdown_button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 100% !important;
  z-index: 9999;
}
.html_dropdown_button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.html_dropdown_options_list {
  position: absolute;
  display: none;
  width: 100% !important;
  height: 9em;
  padding: 0.25rem;
  margin-top: -0.25rem;
  background-color: white;
  border: 1px solid #eeeeee;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: scroll;
}

.html_dropdown_div_hover > .html_dropdown_options_list {
  display: block;
}

#photographerorder-form [class*=button-] {
  margin: 0.5rem auto;
}

.upload_photographer_form {
  position: relative;
  display: block;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry {
  position: relative;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry .photographer_products, .upload_photographer_form .upload_photographer_entry .photographer_orientation, .upload_photographer_form .upload_photographer_entry .photographer_panel, .upload_photographer_form .upload_photographer_entry .close_photographer, .upload_photographer_form .upload_photographer_entry .photographer_bulk_image {
  margin: 0.5rem auto;
}
.upload_photographer_form .upload_photographer_entry:nth-child(odd) {
  background-color: #f4f4f4;
}
.upload_photographer_form .upload_photographer_entry:nth-child(even) {
  background-color: #e6e7e8;
}
.upload_photographer_form .icon-yes {
  color: #2ecc71;
  margin-right: 0.5rem;
}
.upload_photographer_form .icon-no {
  color: black;
}
.upload_photographer_form .confirm_bg {
  background-color: #ed7669 !important;
  color: white;
}

.checkout-step {
  display: none;
}
.checkout-step:first-child {
  display: block;
}
.checkout-step .input-with-button {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.checkout-step .input-with-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkout-step .input-with-button input[type=text] {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.checkout-step .input-with-button input[type=button] {
  display: inline-block;
  width: 40%;
  min-width: auto !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c6c6c6;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .checkout-step #shipping-info-form .paragraph-50, .checkout-step #billing_details_form .paragraph-50 {
    width: 100%;
  }
}

.step {
  display: block;
  border-bottom: 1px solid #bdc3c7;
}
@media screen and (max-width: 980px) {
  .step {
    display: none;
  }
  .step:first-child {
    display: block;
  }
}
.step .radio-image {
  position: relative;
  display: inline-block;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .step .radio-image {
    width: 40% !important;
    margin-left: -0.25rem;
  }
}
@media screen and (max-width: 750px) {
  .step .step-title {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-title {
    display: inline-block;
    width: 47% !important;
  }
}
@media screen and (max-width: 750px) {
  .step .step-explanation {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-explanation {
    display: inline-block;
    width: 47% !important;
  }
}

.step-buttons {
  display: inline-block !important;
}
@media screen and (max-width: 980px) {
  .step-buttons {
    display: none !important;
  }
}

.step-buttons-mobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .step-buttons-mobile {
    display: block !important;
  }
  .step-buttons-mobile button {
    margin-bottom: 0.5rem;
  }
}
.step-buttons-mobile .prev-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.step-buttons-mobile .next-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: right;
}
.step-buttons-mobile .step-icon {
  margin: auto 0.25rem;
  cursor: pointer;
}
.step-buttons-mobile .step-head {
  color: #414042;
  text-decoration: underline;
  cursor: pointer;
}
.step-buttons-mobile .step-navigation {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.step-buttons-mobile .step-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-form-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.supereasy-form-wrapper hr {
  border-top: 1px solid #91929a;
}
.supereasy-form-wrapper .step-buttons-mobile {
  padding: 1rem 0;
}
.supereasy-form-wrapper .section-content, .supereasy-form-wrapper .static-page .section-content-landing-page, .static-page .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-faq .section-content-landing-page, .static-faq .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-testimonials .section-content-landing-page, .static-testimonials .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-how-to-demo .section-content-landing-page, .static-how-to-demo .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-contact .section-content-landing-page, .static-contact .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-account .section-content-landing-page, .static-account .supereasy-form-wrapper .section-content-landing-page {
  background-color: transparent;
}
.supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
  border: 0 !important;
}
@media screen and (max-width: 980px) {
  .supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
    background-color: white;
  }
}
.supereasy-form-wrapper .step:nth-child(odd), .supereasy-form-wrapper .static-page:nth-child(odd) {
  position: relative;
  background-color: white;
}
.supereasy-form-wrapper .step:nth-child(even), .supereasy-form-wrapper .static-page:nth-child(even) {
  background-color: #dfefff;
}
.supereasy-form-wrapper .supereasy-section-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .supereasy-section-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .step-title {
  width: 100% !important;
  text-align: center;
  text-transform: initial;
}
.supereasy-form-wrapper .step-title .section-heading, .supereasy-form-wrapper .step-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .step-title .faq_title {
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .step-explanation {
  width: 100% !important;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 112%;
}
.supereasy-form-wrapper .step-explanation ul {
  margin: 1rem auto;
  padding: 0;
  list-style-type: none;
}
.supereasy-form-wrapper .step-explanation .note {
  font-size: 90% !important;
}
.supereasy-form-wrapper .supereasy-subsection-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
}
.supereasy-form-wrapper .supereasy-subsection-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-subsection-title .section-heading, .supereasy-form-wrapper .supereasy-subsection-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .supereasy-subsection-title .faq_title {
  color: black !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .supereasy-category-images {
  position: relative;
}
.supereasy-form-wrapper .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .category-images .category-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 44%;
  height: 100%;
  margin: auto 0.5rem;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 30%;
  }
}
@media screen and (min-width: 751px) and (max-width: 992px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 23%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 22%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1899px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    max-width: 15%;
  }
}
@media screen and (min-width: 1900px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 16%;
        -ms-flex: 16%;
            flex: 16%;
    max-width: 15%;
  }
}
.supereasy-form-wrapper .category-images .category-image .selected {
  border: 1px solid #005ea7;
}
.supereasy-form-wrapper .category-images .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.supereasy-form-wrapper .category-images .category-image input[type=radio] {
  display: none;
}
.supereasy-form-wrapper .category-images .category-image .teamColorPicker_image {
  width: 4vw;
  height: 4vw;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_list_div {
  display: inline-block;
  width: 10%;
  position: relative;
  text-align: center;
  margin: 5px 5px 5px 5px;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_element_image {
  display: inline-block;
  width: 100%;
  height: auto;
}
.supereasy-form-wrapper .category-images .category-image:hover img.background_element_image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99 !important;
}
.supereasy-form-wrapper .supereasy-navigation {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  top: 50%;
  margin-top: -1vw;
  text-align: center;
}
.supereasy-form-wrapper .supereasy-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-navigation .text-center {
  position: relative;
  width: 50%;
  height: 100%;
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
  top: 0;
  margin-top: 0 !important;
  font-size: 1.5vw;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow {
  left: 0;
  margin-left: 0;
}
.supereasy-form-wrapper .supereasy-navigation .right-arrow {
  right: 0;
  margin-right: 0;
}
.supereasy-form-wrapper .text_input {
  height: 130px;
}
.supereasy-form-wrapper .small-color-blocks {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .small-color-blocks * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .small-color-blocks .color-block {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 4vw;
  height: 4vw;
  margin: 0.13rem !important;
  border: 1px solid #bdc3c7;
}
.supereasy-form-wrapper .small-color-blocks .color-block * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .supereasy-form-wrapper .small-color-blocks .color-block {
    width: 9vw;
    height: 9vw;
  }
}
.supereasy-form-wrapper .small-color-blocks .color-block img {
  width: 100%;
  height: 100%;
}
.supereasy-form-wrapper .small-color-blocks .color-block .teamColorSelected {
  font-size: 200%;
}
.supereasy-form-wrapper .icon-edit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-edit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .icon-close, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn, .supereasy-form-wrapper .instruction-modal .modal-details .close, .instruction-modal .modal-details .supereasy-form-wrapper .close {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-close *, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn *, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn *, .supereasy-form-wrapper .instruction-modal .modal-details .close *, .instruction-modal .modal-details .supereasy-form-wrapper .close * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-background {
  position: relative;
  background-color: white;
}
.supereasy-background .supereasy-background-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-background .supereasy-background-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .supereasy-background-images div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}
.supereasy-background .supereasy-background-images div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .supereasy-background .supereasy-background-images div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0.5rem auto;
  }
}
.supereasy-background .supereasy-background-images div input[type=radio] {
  margin: auto 0.5rem;
}
.supereasy-background .supereasy-background-images div .background_element_image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
}
.supereasy-background .supereasy-background-images div .background_element_image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .team-colors-selection-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-background .team-colors-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 981px) {
  .supereasy-background .team-colors-selection-wrapper {
    background-color: #f4f4f6;
  }
}
.supereasy-background .team-colors-selection-wrapper .small-color-blocks {
  margin: 1.25rem auto;
}

.supereasy-user-image {
  position: relative;
  background-color: white;
}
.supereasy-user-image .bsns_upload_plugin_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 1rem auto;
}
.supereasy-user-image .bsns_upload_plugin_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  .supereasy-user-image .bsns_upload_plugin_div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
}
.supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
  position: relative;
  width: auto;
  max-width: 30%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
    width: 100%;
    max-width: 100%;
  }
}
.supereasy-user-image .bsns_upload_plugin_div .help-block {
  position: relative;
  width: auto;
  text-align: left;
  margin: auto 0.5rem;
  padding: 0 !important;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div .help-block {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.supereasy-user-image .panel-user-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.supereasy-user-image .panel-user-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-image .add_options {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #9d9fa2;
  overflow: hidden;
}
.supereasy-user-image .add_options * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .add_options {
    width: 44vw;
    height: 44vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .supereasy-user-image .add_options {
    width: 30vw;
    height: 30vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .supereasy-user-image .add_options {
    width: 15vw;
    height: 15vw;
    margin: 1vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .supereasy-user-image .add_options {
    width: 13vw;
    height: 13vw;
    margin: 1vw !important;
  }
}
.supereasy-user-image .add_options img {
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supereasy-user-text {
  background-color: #f4f4f6;
}
.supereasy-user-text .font-selection-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-user-text .font-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .font-selection-wrapper .fonts_list {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 121%;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .supereasy-user-text .font-selection-wrapper .fonts_list {
    font-size: 150% !important;
  }
}
.supereasy-user-text .font-selection-wrapper .html_dropdown_div {
  position: relative;
}
.supereasy-user-text .small-color-blocks {
  margin: 1.25rem auto;
}
.supereasy-user-text input[type=button] {
  width: auto !important;
  margin-bottom: 4rem;
}
.supereasy-user-text .panel-user-text {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-user-text .panel-user-text * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .add_options {
  position: relative;
  display: inline-block;
  margin: 0.25rem;
  text-align: left;
  border: 1px solid #9d9fa2;
}
@media screen and (max-width: 750px) {
  .supereasy-user-text .add_options {
    width: 100% !important;
  }
}
.supereasy-user-text .userTextImage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 130px;
}
@media screen and (max-width: 550px) {
  .supereasy-user-text .userTextImage {
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .supereasy-user-text .userTextImage {
    max-height: 80px;
  }
}

.supereasy-clipart {
  background-color: white;
}
.supereasy-clipart .category-image {
  max-width: 13% !important;
}
.supereasy-clipart .category-image img {
  max-width: 90%;
  max-height: 90%;
}
.supereasy-clipart .panel-selected-clipart-list {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 1rem 0;
}
.supereasy-clipart .panel-selected-clipart-list * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-clipart .selected_clipart_list_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  min-width: 6%;
  max-width: 8%;
  height: auto;
  margin: 0.25rem auto !important;
  border: 1px solid #9d9fa2;
}
.supereasy-clipart .selected_clipart_list_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-clipart .selected_clipart_list_div {
    max-width: 10%;
  }
}
.supereasy-clipart .selected_clipart_list_div img {
  width: 100%;
  height: auto;
}

.supereasy-comment {
  background-color: #f4f4f6;
}
.supereasy-comment .add-to-cart-button {
  padding: 0.5rem 0;
  font-size: 120% !important;
}
.supereasy-comment .back_next_div {
  position: relative;
  font-size: 150%;
  cursor: pointer;
}
.supereasy-comment .back_next_div [class*=icon-] {
  font-size: 121%;
  color: #f48e30;
  margin: auto 0.5rem;
}

.panel_class {
  display: none;
}
.panel_class:first-child {
  display: block;
}
.panel_class .step .paragraph-element {
  vertical-align: top;
}
.panel_class .sample-design-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  text-align: center;
}
.panel_class .sample-design-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .panel_class .sample-design-image img {
    width: 40%;
  }
}

.back_next_div {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem;
}
.back_next_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.back_next_div .paragraph-element {
  vertical-align: bottom !important;
}
.back_next_div .text-center .step-head, .back_next_div .navigation-div .step-head {
  margin: auto 0.125rem;
  padding: 1rem;
}
.back_next_div .back-div, .back_next_div .next-div {
  display: inline-block;
  width: 44%;
  max-width: 49%;
  overflow: hidden;
}
.back_next_div .back-div .step-head, .back_next_div .next-div .step-head {
  margin: auto 0.125rem;
}
.back_next_div .back-div {
  float: left;
  text-align: right;
}
.back_next_div .next-div {
  float: right;
  text-align: left;
}
.back_next_div .left-arrow, .back_next_div .right-arrow {
  display: inline-block !important;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
}

.payment-detail-list hr {
  margin: 0.5rem 0;
  border-top: 1px solid #bdc3c7;
}

@media screen and (max-width: 800px) {
  .buttons [class*=button-] {
    margin: 0.25rem auto;
  }
}

.form-group .paragraph-row {
  margin: 0 !important;
}

.associated-accessory-details-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 33vh;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 35vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 981px) and (max-width: 1499px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1901px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.associated-accessory-details-carousel .image-container {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container #interests {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container #interests * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1900px) {
  .associated-accessory-details-carousel .image-container #interests {
    display: inline-block;
    text-align: center;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card {
  position: relative;
  width: 100%;
  height: 92%;
  max-height: 94%;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 46%;
    height: 96%;
    margin: 2% auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 30vw;
    margin: 3% auto !important;
  }
  .associated-accessory-details-carousel .image-container .associated-accessory-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 30vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 24vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 18vw;
    margin: 1% 2vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 1361px) and (max-width: 2000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 2001px) and (max-width: 2999px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 3000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 11vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 64%;
  background-color: #f2f2f2;
  overflow: hidden;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon .icon-info {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon .icon-cart {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2rem;
  color: #a7a6a8 !important;
  font-size: 1rem !important;
  vertical-align: top;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons div {
  display: inline-block;
  width: 44%;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .black .icon-info {
  color: #a7a6a8 !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.76);
  font-size: 80%;
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35%;
  padding: 0.5rem;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto !important;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3 !important;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name *, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
    font-size: 3.1vh;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 1.65rem;
  margin: 0.25rem auto;
  overflow: hidden;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-price {
  position: relative;
  font-size: 1rem;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .undiscounted-price {
  margin-right: 1rem;
  color: #e74c3c;
  text-decoration: line-through;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons {
  position: relative;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart-plus, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .design-now-button {
  padding: 0 0.5rem;
  border: 1px solid #005ea7;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.discount-codes-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}
.discount-codes-wrapper .form-field {
  width: 100%;
  margin-bottom: 1rem;
}
.discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
  display: inline-block;
  width: 47%;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
    width: 100%;
  }
}
.discount-codes-wrapper .form-field input[type=text] {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text] {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.discount-codes-wrapper .form-field input[type=submit] {
  background-color: #005ea7;
  color: white;
  text-transform: uppercase;
}

.db_list .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.pagination {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  text-align: center;
}
.pagination .group {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}
.pagination .group span {
  margin: auto 0.5rem;
  padding: 0.5rem 0.5rem;
}
.pagination .group .active-page {
  background-color: #005ea7;
  color: white;
}

.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.instruction-modal {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .instruction-modal {
    padding-top: 40px;
  }
}
.instruction-modal .modal-details {
  position: absolute;
  display: inline-block;
  width: 80vw;
  height: auto;
  max-height: 76vh;
  top: 50%;
  left: 50%;
  margin-top: -36vh;
  margin-left: -40vw;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9999;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  .instruction-modal .modal-details {
    padding: 0.5rem;
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details {
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media screen and (min-width: 1201px) {
  .instruction-modal .modal-details {
    width: 60vw;
    margin-left: -30vw;
  }
}
.instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .close {
  position: absolute;
  display: inline-block;
  font-size: 150%;
  color: #bdc3c7;
  top: 0.25rem;
  right: 0.25rem;
  width: 2rem;
  height: 2rem;
  z-index: 99999;
}
.instruction-modal .modal-details .modal-heading {
  text-transform: uppercase;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .instruction {
  color: #bdc3c7;
}
.instruction-modal .modal-details .carousel-wrapper {
  width: 100%;
  height: 40vh;
  margin-bottom: 1vh;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .carousel-wrapper .left-arrow, .instruction-modal .modal-details .carousel-wrapper .right-arrow {
    display: none;
  }
}
.instruction-modal .modal-details .carousel-wrapper .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  right: 0vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: auto;
  height: 100%;
  text-align: left;
  overflow-x: auto;
  z-index: 999;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images .category-image {
  width: auto;
  max-width: 22vw;
  height: auto;
  margin: auto 0.5rem;
}
.instruction-modal .modal-details .review_rating {
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.instruction-modal .modal-details .review_rating .page_heading {
  text-transform: uppercase;
  font-size: 150%;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .review_rating .seperator_heading {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #f4f4f6;
}
.instruction-modal .modal-details .review_rating .average_rating_stars {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search .sort {
  position: relative;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  padding: 0.5rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .sort {
    width: 100%;
    margin-right: 0;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
  position: relative;
  display: inline-block;
  width: 65%;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
    width: 100%;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper input[type=search], .instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search {
  float: left;
  width: 94%;
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  z-index: 1;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem;
  width: 2.2rem;
  height: 100%;
  z-index: 99;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .search-results {
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a {
  display: inline-block;
  margin: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list {
  padding: 0.5rem;
  border: 1px solid #bdc3c7;
  border-radius: 0.125rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list:hover {
  background-color: #2ecc71;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    position: relative;
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 20vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 15vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1501px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 11vw;
    margin: auto !important;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .reliability_list .voting_subject {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-right: 1%;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
    width: 15%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image img {
  width: 100%;
  height: auto;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
  position: relative;
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
    width: 80%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_name {
  display: block;
  font-size: 112%;
  color: #005ea7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_location {
  display: block;
  font-size: 92%;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
    width: 44%;
    margin-right: 2%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .rating_stars {
  width: 100%;
  text-align: center;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .reviewed_date {
  font-style: italic;
  color: #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
  width: 100%;
  font-size: 112%;
  color: #005ea7;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
    width: 60%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
  width: 100%;
  font-size: 92%;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .instruction-modal .modal-details .sort .paragraph-50 {
    width: 100%;
    margin: 0.25rem auto;
  }
}

#terms_n_conditions .modal-details {
  overflow: initial !important;
}
#terms_n_conditions .modal-details .form-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 65vh;
  padding: 0.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  #terms_n_conditions .modal-details .form-wrapper {
    max-height: 56vh;
  }
}

#understand_window .message_div ul {
  font-size: 112%;
}
@media screen and (min-width: 1900px) {
  #understand_window .message_div ul {
    font-size: 121%;
  }
}
#understand_window .message_div ul li {
  margin-bottom: 0.5rem;
}

#confirm_msg {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#confirm_msg * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#confirm_msg .msg-icon {
  font-size: 400%;
  color: black;
}
#confirm_msg .msg-title {
  color: black;
}
#confirm_msg .msg-body {
  color: #bdc3c7;
}

#emailer_popup .modal-details {
  background-color: #e6e7e8;
  overflow: initial !important;
}
@media screen and (orientation: portrait) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
    overflow-y: auto !important;
  }
}
@media screen and (min-width: 1300px) {
  #emailer_popup .modal-details {
    width: 40vw;
    height: auto;
    max-height: 40vw;
    top: 50%;
    left: 50%;
    margin-top: -20vw;
    margin-left: -20vw;
    overflow-y: auto;
  }
}
#emailer_popup .modal-details .modal-content {
  padding: 2vh 2vw;
}
@media screen and (max-width: 750px) {
  #emailer_popup .modal-details .modal-content {
    padding: 0;
  }
}
#emailer_popup .modal-details .modal-content .paragraph-image {
  max-width: 66%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1, #emailer_popup .modal-details .modal-content .paragraph-h4 {
  margin: 0.5rem auto;
  color: #005ea7;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1 strong, #emailer_popup .modal-details .modal-content .paragraph-h4 strong {
  font-weight: 900 !important;
}
#emailer_popup .modal-details .modal-content .emailer-form {
  width: 100%;
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-column * {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-element {
    margin: 0.25rem auto !important;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
  width: 63%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
  width: 35%;
  margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column .medium-button {
  width: 100%;
  margin: auto;
  padding: 0.5rem 1rem !important;
  background-color: #f48e30;
  border: 1px solid #f48e30;
}
#emailer_popup .modal-details .modal-content .email_popup_fine_print {
  font-size: 90%;
  font-style: italic;
}
#emailer_popup .modal-details .modal-content .no-thanks a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #emailer_popup .paragraph-row {
    margin: 0.5rem 0;
  }
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 48%;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper ul, #emailer_popup .emailer-image-wrapper ul {
    margin: 2rem 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper {
    width: 38% !important;
  }
  #emailer_popup .emailer-image-wrapper {
    width: 58% !important;
  }
}
#emailer_popup .emailer-header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto;
  font-style: italic;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-header .paragraph-h2, #emailer_popup .emailer-header .paragraph-h4 {
  font-family: "montserrat-black", sans-serif !important;
}
#emailer_popup .emailer-desc {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-form {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#emailer_popup .emailer-form .form-field {
  text-align: center;
}
#emailer_popup .emailer-form .form-field button {
  width: 100%;
}
#emailer_popup .emailer-form .form-field button:hover {
  background-color: #005ea7;
  border-color: #005ea7;
  color: white;
}

@media screen and (min-width: 1350px) {
  #designtool_popup .modal-details {
    max-width: 60vw;
  }
  #designtool_popup .modal-details .paragraph-20 {
    width: 28% !important;
  }
}

@media screen and (max-width: 980px) {
  .regular-form-wrapper {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .regular-form-wrapper {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .mobile-form-wrapper {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .mobile-form-wrapper {
    display: none;
  }
}

.text_element {
  position: absolute;
  display: inline-block;
  cursor: text;
  line-height: 1.2;
  white-space: nowrap;
}

.landing-page-2020 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page-2020 .landing-page-graybg {
  background-color: #f4f4f6;
}
.landing-page-2020 .landing-page-section-content {
  position: relative;
  width: 100%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0;
}
.landing-page-2020 .landing-page-section-content .landing-page-section * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  width: 50%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
    max-width: 66%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    width: 100%;
    max-width: 100%;
  }
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right .paragraph-h1 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 11vw !important;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 11vw !important;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
  position: relative;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 34%;
        -ms-flex: 34%;
            flex: 34%;
    max-width: 34%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    width: 100%;
    max-width: 100%;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-padding {
  padding: 2vh 2vw;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h5, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h2, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h3, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h4 {
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.3 !important;
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 799px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section ul {
    margin-left: 1rem;
    margin-top: 2rem;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul li {
  margin-bottom: 1.5rem;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-orange {
  background-color: #f48e30;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-blue {
  background-color: #005ea7;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .wide-button {
  padding: 1rem 3rem;
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    width: 100%;
    max-width: 100vw;
    padding: 4rem 1rem;
  }
  .landing-page-2020 .landing-page-section-content .testimonials .testimonial-bg-mobile {
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 6vh 11vw;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 6vh 11vw;
  }
}
.landing-page-2020 .landing-page-blue-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_blue.jpg");
  color: white;
}
.landing-page-2020 .landing-page-gray-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_gray.jpg");
  color: white;
}
.landing-page-2020 .button-green {
  background-color: #2ecc71 !important;
  color: white;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 15%;
  height: auto;
  margin: auto;
  vertical-align: top;
}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-thumbnail video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

.floating-button {
  position: fixed;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 2%;
  right: 2%;
  width: 5rem;
  height: 5rem;
  min-width: 5rem !important;
  border-radius: 50%;
  background-color: #005ea7;
  color: white;
  z-index: 999999999;
}
.floating-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.floating-button a, .floating-button a:hover {
  text-decoration: none;
}
.floating-button .icon-cart {
  margin: auto !important;
}

.help-label {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 80%;
}

.ecard-buttons {
  position: relative;
  width: 100%;
}
.ecard-buttons .ecard-button {
  display: inline-block;
  width: 49%;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button {
    width: 100%;
    padding: 1% 2%;
  }
}
.ecard-buttons .ecard-button:first-child {
  margin-right: 1%;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button:first-child {
    margin-right: 0%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button .ecard-button-div {
    width: 100%;
    text-align: center;
  }
}
.ecard-buttons #ecard_template_email_div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .ecard-buttons #ecard_template_email_div {
    text-align: right;
  }
}
.ecard-buttons .ecard_email_field {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
@media screen and (min-width: 980px) {
  .ecard-buttons .ecard_email_field {
    width: 400px !important;
  }
}
.ecard-buttons .ecard_email_field_button {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 801px) {
  .ecard-buttons .ecard_email_field_button {
    width: auto !important;
  }
}
.ecard-buttons .ecard_email_field_button input[type=button] {
  margin-top: 0 !important;
}

.baseball_softball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASEBALL.SOFTBALL.3D.png") no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.basketball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASKETBALL.3D.png") no-repeat center top;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.football_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/FOOTBALL.3D.png") no-repeat bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hockeypuck_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/HOCKEY.3D.png") no-repeat left bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.soccer_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/SOCCER.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.volleyball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/VOLLEYBALL.3D.png") no-repeat center;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.rugby_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/RUGBY.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.action_div {
  position: relative;
  display: block;
  width: 100%;
  margin: 1vh 0 0.5rem 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .action_div .action_button {
    width: 30%;
    margin-right: 4%;
  }
}
.action_div .action_button a:hover {
  text-decoration: none;
}
.action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
  width: 22%;
  margin: auto 1.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 26%;
    margin: auto 0.5rem;
    font-size: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 981px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 17%;
    font-size: 100%;
  }
  .action_div .green_gradient span, .action_div .blue_gradient span, .action_div .yellow_gradient span {
    margin: auto 0.25rem;
  }
}
.action_div .blue_gradient {
  background-color: #005ea7;
}
.action_div .yellow_gradient {
  background-color: #e74c3c;
}
.action_div .green_gradient {
  background-color: #2ecc71;
}
.action_div .green_gradient:hover {
  background-color: #2ecc71;
}

#loading {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
#loading .loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 22rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
#loading .loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #loading .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #loading .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  #loading .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  #loading .loading_div {
    width: 30%;
  }
}
#loading .loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
#loading .loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#loading .loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#loading .loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}
#loading .loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}
@-webkit-keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 8rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  .loading_div {
    width: 30%;
  }
}

.loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
.loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}

.loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}

@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
X3D, x3d {
  width: 100vw !important;
  height: 65vh !important;
  position: relative !important;
  margin: auto !important;
  padding: 0 10vw;
  float: none !important;
  border: 0 !important;
}

#flat_panel_div_id {
  display: none;
  width: 100vw;
  height: 65vh;
  position: relative;
  padding: 0 10vw;
}

.panel_images {
  width: auto;
  max-width: 44%;
  height: auto;
  max-height: 94%;
  position: relative;
  display: inline-block;
  margin: auto;
}

.preview_3d_div {
  display: block;
  width: 90vw;
  height: 70vh;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 5vw;
}

#adjust_screen_height_width {
  z-index: 99999999999;
}

.preview_text_3d {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 90%;
  height: auto;
  margin: 0.5em 5%;
  padding: 0.5em;
  font-size: 121%;
  text-align: center;
}
.preview_text_3d div {
  margin: 0.5rem auto;
}

.order-review-form {
  position: relative;
}
@media screen and (max-width: 992px) {
  .order-review-form .paragraph-column {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .section-heading, .order-review-form .paragraph-column .paragraph-element .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .paragraph-column .paragraph-element .faq_title {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .form-field {
    width: 100%;
  }
}
.order-review-form .order_uploaded_image {
  margin-left: 0 !important;
}
.order-review-form .section-heading, .order-review-form .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .faq_title {
  margin-left: 0 !important;
  font-size: 1rem;
  color: #414042;
}
.order-review-form .reviews-wrapper .stars {
  margin: auto auto 1rem 0 !important;
}

#review_rating {
  position: relative;
  display: block;
  width: 100%;
}
#review_rating .landing-page-2020-reviews {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars {
  width: auto !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  margin: -1px !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star img {
  max-width: 40px;
}
#review_rating .landing-page-2020-reviews .review-filters {
  display: inline-block;
  width: 38%;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter {
  width: 100%;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter .search-select {
  display: inline-block;
  width: 44%;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box {
  height: 2.5rem;
  line-height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box #search-submit {
  width: 2.5rem;
  height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
    margin: 0.25rem auto;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .review-filter-category {
  display: inline-block;
  width: 44%;
  margin: 1% 2%;
  padding: 0.5rem 1rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .active-blue {
  background-color: transparent;
  color: #005ea7;
}
#review_rating .landing-page-2020-reviews .reviews-list {
  display: inline-block;
  width: 60%;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .reviews-list {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by div {
  display: inline-block;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-name {
  margin-right: 0.25rem;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-location {
  margin-right: 0.25rem;
  font-style: italic;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-date {
  margin-right: 0.25rem;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper {
  display: inline-block;
  width: 30%;
  margin-right: 0.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper {
  display: inline-block;
  width: 66%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-title {
  width: 100%;
  font-size: 121%;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-message {
  width: 100%;
  margin: 0.25rem 0;
}

#fetch_review_rating .section-content, #fetch_review_rating .static-page .section-content-landing-page, .static-page #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-faq .section-content-landing-page, .static-faq #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-testimonials .section-content-landing-page, .static-testimonials #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-how-to-demo .section-content-landing-page, .static-how-to-demo #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-contact .section-content-landing-page, .static-contact #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-account .section-content-landing-page, .static-account #fetch_review_rating .section-content-landing-page {
  padding: 0 !important;
}
#fetch_review_rating .page-wrapper {
  height: 60vh;
  min-height: 60vh;
}
#fetch_review_rating .page-wrapper .review-details-wrapper {
  width: 100% !important;
}

.section-content-review-rating {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: 1vw 1vh;
  padding: 2vh 2vw;
  background-color: #ffffff;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .section-content-review-rating {
    width: 100%;
  }
}
.section-content-review-rating .review-rating-form-wrapper {
  position: relative;
  width: 100%;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column {
  width: 100% !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .paragraph-element {
  display: inline-block !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .section-heading, .section-content-review-rating .review-rating-form-wrapper .paragraph-column .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .section-content-review-rating .review-rating-form-wrapper .paragraph-column .faq_title {
  display: inline-block;
  padding-left: 0.5rem;
}

.page-container-simplified-designtool {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.page-container-simplified-designtool * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-container-simplified-designtool .design-area {
  width: 58%;
}
.page-container-simplified-designtool .simplified-steps {
  position: relative;
  width: 40%;
}
.page-container-simplified-designtool .simplified-steps .simplified-step {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.omcart-tooltip {
  position: relative;
  display: inline-block;
  margin: auto 0.5rem;
}
.omcart-tooltip .omcart-tooltiptext {
  position: absolute;
  left: 50%;
  bottom: 125%;
  margin-left: -60px;
  width: 120px;
  padding: 8px 0;
  background-color: #666;
  color: #ffffff;
  font-size: smaller;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.omcart-tooltip .omcart-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
.omcart-tooltip:hover .omcart-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: absolute;
  background-color: #eeeefe;
  border: 1px solid #aaaaca;
  font-size: smaller;
  padding: 4px;
  width: 160px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

footer {
  position: relative;
  background-color: #f1f2f4;
  margin: 0;
  color: #808285;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  footer span {
    display: block;
  }
}
footer .contact-details {
  width: 100%;
  padding: 1.25rem;
  background-color: #002855;
  color: #005ea7;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .contact-details {
    padding: 1.25rem 5rem;
  }
}
footer .contact-details .bold {
  font-weight: 900;
  color: #9d9fa2;
}
footer .contact-details .big {
  font-size: 112%;
}
footer .contact-details h4 {
  color: white;
}
footer .links-wrapper {
  position: relative;
  margin: 1.25rem auto;
  padding: 1.25rem;
}
@media screen and (min-width: 980px) {
  footer .links-wrapper {
    padding: 1.25rem 5rem;
  }
}
footer .links-wrapper .footer-links-section {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  footer .links-wrapper .footer-links-section {
    width: 47%;
    margin: 0.5rem 0.5%;
  }
}
@media screen and (min-width: 1101px) {
  footer .links-wrapper .footer-links-section {
    width: 24%;
    margin: 0.5rem 0.25%;
  }
}
footer .links-wrapper .footer-links-section .section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #bdc3c7;
}
footer .links-wrapper .footer-links-section .footer-links {
  position: relative;
  width: 100%;
  padding: 0 0.5rem;
  list-style-type: none;
}
footer .links-wrapper .footer-links-section .footer-links .footer-link {
  margin-bottom: 0.25rem;
  font-weight: 300;
  text-transform: capitalize;
}
footer .links-wrapper .footer-links-section .form-field {
  position: relative;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div .loading_image {
  width: 94%;
  max-width: 100%;
  height: auto;
}
footer .links-wrapper .footer-links-section .form-field .message-cell {
  width: 100%;
  margin: 0 0 0.25rem 0 !important;
  padding: 0.25rem;
  font-size: 80%;
}
footer .links-wrapper .footer-links-section .form-field input[type=email] {
  height: 2rem;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #005ea7;
  color: white;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .form-field .input-button:hover {
  background-color: #002855;
  color: white;
}
footer .links-wrapper .footer-links-section .form-field .input-button .icon-right {
  font-size: 1rem !important;
}
footer .links-wrapper .footer-links-section .social-links {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
}
footer .links-wrapper .footer-links-section .social-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto 0.5rem;
  background-color: #9d9fa2;
  color: white;
}
footer .links-wrapper .footer-links-section .social-links .social-link * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1370px) {
  footer .links-wrapper .footer-links-section .social-links .social-link {
    font-size: 1.7rem;
  }
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?v=4.6.3");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown, [class*=icon-], .left-arrow, .right-arrow, .testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-left.obj_omcart_summary_grand_total_dropdown, .fa-pull-left[class*=icon-], .fa-pull-left.left-arrow, .fa-pull-left.right-arrow, .testimonials #testimonials-carousel .fa-pull-left.left-arrow, .testimonials #testimonials-carousel .fa-pull-left.right-arrow {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-right.obj_omcart_summary_grand_total_dropdown, .fa-pull-right[class*=icon-], .fa-pull-right.left-arrow, .fa-pull-right.right-arrow, .testimonials #testimonials-carousel .fa-pull-right.left-arrow, .testimonials #testimonials-carousel .fa-pull-right.right-arrow {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-left.obj_omcart_summary_grand_total_dropdown, .pull-left[class*=icon-], .pull-left.left-arrow, .pull-left.right-arrow, .testimonials #testimonials-carousel .pull-left.left-arrow, .testimonials #testimonials-carousel .pull-left.right-arrow {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.icon-remove, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-right.obj_omcart_summary_grand_total_dropdown, .pull-right[class*=icon-], .pull-right.left-arrow, .pull-right.right-arrow, .testimonials #testimonials-carousel .pull-right.left-arrow, .testimonials #testimonials-carousel .pull-right.right-arrow {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .icon-account:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-yes:before, .icon-tick:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-menu-close:before,
.icon-close:before,
.icon-no:before,
.instruction-modal .modal-details .w3-closebtn:before,
.instruction-modal .modal-details .close:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before, .icon-time:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before, .icon-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before, .icon-contact:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before, .icon-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before, .icon-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-write:before, .icon-edit:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-address:before, .icon-location:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, .icon-left:before, .left-arrow:before, .testimonials #testimonials-carousel .left-arrow:before {
  content: "\f053";
}

.fa-chevron-right:before, .icon-right:before, .right-arrow:before, .testimonials #testimonials-carousel .right-arrow:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before, .icon-help:before, .icon-question:before {
  content: "\f059";
}

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before, .icon-prev-step:before, .icon-panel-previous:before {
  content: "\f060";
}

.fa-arrow-right:before, .icon-next-step:before, .icon-panel-next:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before,
.icon-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before, .icon-design-yours:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before, .icon-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before, .icon-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before, .icon-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .icon-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.icon-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before,
.icon-duplicate:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.icon-menu:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before, .icon-shipment:before {
  content: "\f0d1";
}

.fa-pinterest:before, .icon-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .icon-gplus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown:before, .icon-down:before, .icon-dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_dropdown:before {
  content: "\f0d7";
}

.fa-caret-up:before, .icon-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .icon-mail:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before, .icon-start:before {
  content: "\f100";
}

.fa-angle-double-right:before, .icon-last:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before, .icon-previous:before {
  content: "\f104";
}

.fa-angle-right:before, .icon-next:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before, .icon-left-quote:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-right-quote:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before, .icon-bullet:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before, .icon-about:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before, .icon-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-faq:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before, .icon-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before, .icon-howto:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before, .icon-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .icon-remove:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before, .icon-paint:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before, .icon-cart-plus:before, .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*=icon-] {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  [class*=icon-] {
    font-size: 1rem;
  }
}

.icon-menu {
  font-size: 100%;
}

.icon-tick {
  color: black;
  text-shadow: 0px 0px 4px white;
}

.icon-print {
  color: black;
  cursor: pointer;
}

/* W3.CSS 2.61 by Jan Egil and Borge Refsnes. Do not remove this line */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

pre, textarea {
  overflow: auto;
}

/*End extract from normalize.css*/
html, body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
  font-family: "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.w3-serif {
  font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

.w3-wide {
  letter-spacing: 4px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

img {
  margin-bottom: -5px;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

table, th, td {
  border: none;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th, .w3-centered tr td {
  text-align: center;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn, .w3-btn-block {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn.w3-disabled, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large.w3-disabled, .w3-btn-floating-large:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn-block {
  width: 100%;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.w3-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.w3-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.w3-btn-group .w3-btn {
  float: left;
}

.w3-btn.w3-ripple {
  position: relative;
}

.w3-ripple:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.w3-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.w3-badge, .w3-tag, .w3-sign {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

ul.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.w3-ul li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #ddd;
}

ul.w3-ul li:last-child {
  border-bottom: none;
}

.w3-image, .w3-tooltip, .w3-display-container {
  position: relative;
}

img.w3-image, .w3-image img {
  max-width: 100%;
  height: auto;
}

.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}

.w3-fluid {
  max-width: 100%;
  height: auto;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w3-navbar li {
  float: left;
}

.w3-navbar li a {
  display: block;
  padding: 8px 16px;
}

.w3-navbar li a:hover {
  color: #000;
  background-color: #ccc;
}

.w3-navbar .w3-dropdown-hover, .w3-navbar .w3-dropdown-click {
  position: static;
}

.w3-navbar .w3-dropdown-hover:hover, .w3-navbar .w3-dropdown-hover:first-child, .w3-navbar .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-navbar a, .w3-topnav a, .w3-sidenav a, .w3-dropnav a, .w3-dropdown-content a, .w3-accordion-content a {
  text-decoration: none !important;
}

.w3-navbar .w3-opennav.w3-right {
  float: right !important;
}

.w3-topnav {
  padding: 8px 8px;
}

.w3-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.w3-topnav a:hover {
  border-bottom: 3px solid #fff;
}

.w3-topnav .w3-dropdown-hover a {
  border-bottom: 0;
}

.w3-opennav, .w3-closenav {
  color: inherit;
}

.w3-opennav:hover, .w3-closenav:hover {
  cursor: pointer;
  opacity: 0.8;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity,
.w3-navbar a, .w3-sidenav a, .w3-dropnav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
  -webkit-transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  -webkit-transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}

.w3-sidenav {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.w3-sidenav a {
  padding: 4px 2px 4px 16px;
}

.w3-sidenav a:hover {
  background-color: #ccc;
}

.w3-sidenav a, .w3-dropnav a {
  display: block;
}

.w3-sidenav .w3-dropdown-hover:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-sidenav .w3-dropdown-hover, .w3-sidenav .w3-dropdown-click {
  width: 100%;
}

.w3-sidenav .w3-dropdown-hover .w3-dropdown-content, .w3-sidenav .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

.w3-main, #main {
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}

.w3-dropnav {
  background-color: #fff;
}

.w3-dropnav a:hover {
  text-decoration: underline !important;
}

.w3-modal, .instruction-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.w3-closebtn:hover, .w3-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.w3-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.w3-pagination li {
  display: inline;
}

.w3-pagination li a {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
}

.w3-pagination li a:hover, .w3-pagination li a:focus {
  background-color: #ccc;
}

.w3-input-group, .w3-group {
  margin-top: 24px;
  margin-bottom: 24px;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}

.w3-label {
  color: #009688;
}

.w3-input:not(:valid) ~ .w3-validate {
  color: #f44336;
}

.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}

.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}

.w3-select option[disabled] {
  color: #009688;
}

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-dropdown-content a {
  padding: 6px 16px;
  display: block;
}

.w3-dropdown-content a:hover {
  background-color: #ccc;
}

.w3-accordion {
  width: 100%;
  cursor: pointer;
}

.w3-accordion-content {
  cursor: auto;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.w3-accordion-content a {
  padding: 6px 16px;
  display: block;
}

.w3-accordion-content a:hover {
  background-color: #ccc;
}

.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}

.w3-progressbar {
  background-color: #757575;
  height: 100%;
  position: absolute;
  line-height: inherit;
}

input[type=checkbox].w3-check, input[type=radio].w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

input[type=checkbox].w3-check:checked + .w3-validate, input[type=radio].w3-radio:checked + .w3-validate {
  color: #009688;
}

input[type=checkbox].w3-check:disabled + .w3-validate, input[type=radio].w3-radio:disabled + .w3-validate {
  color: #aaa;
}

.w3-responsive {
  overflow-x: auto;
}

.w3-container:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  width: 99.99999%;
}

@media only screen and (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media only screen and (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.l4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.l9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-content {
  max-width: 980px;
  margin: auto;
}

.w3-rest {
  overflow: hidden;
}

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

.w3-show-block, .w3-show {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal, .instruction-modal {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal, .instruction-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav a {
    display: block;
  }
  .w3-navbar li:not(.w3-opennav) {
    float: none;
    width: 100% !important;
  }
  .w3-navbar li.w3-right {
    float: none !important;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav .w3-dropdown-hover .w3-dropdown-content, .w3-navbar .w3-dropdown-click .w3-dropdown-content, .w3-navbar .w3-dropdown-hover .w3-dropdown-content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav, .w3-navbar {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .w3-hide-small {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .w3-hide-large {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: block !important;
  }
}
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-vertical {
  word-break: break-all;
  line-height: 1;
  text-align: center;
  width: 0.6em;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  text-align: center;
}

.w3-display-topmiddle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.w3-display-bottommiddle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.w3-circle {
  border-radius: 50% !important;
}

.w3-round-small {
  border-radius: 2px !important;
}

.w3-round, .w3-round-medium {
  border-radius: 4px !important;
}

.w3-round-large {
  border-radius: 8px !important;
}

.w3-round-xlarge {
  border-radius: 16px !important;
}

.w3-round-xxlarge {
  border-radius: 32px !important;
}

.w3-round-jumbo {
  border-radius: 64px !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #ccc !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-0 {
  margin: 0 !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Might be removed in a later version */
.w3-margin-4 {
  margin: 4px !important;
}

.w3-margin-8 {
  margin: 8px !important;
}

.w3-margin-12 {
  margin: 12px !important;
}

.w3-margin-16 {
  margin: 16px !important;
}

.w3-margin-24 {
  margin: 24px !important;
}

.w3-margin-32 {
  margin: 32px !important;
}

.w3-margin-48 {
  margin: 48px !important;
}

.w3-margin-64 {
  margin: 64px !important;
}

/* End remove */
.w3-padding-tiny {
  padding: 2px 4px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding-medium, .w3-padding, .w3-form {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-xlarge {
  padding: 16px 32px !important;
}

.w3-padding-xxlarge {
  padding: 24px 48px !important;
}

.w3-padding-jumbo {
  padding: 32px 64px !important;
}

.w3-padding-4, .w3-padding-hor-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.w3-padding-8, .w3-padding-hor-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w3-padding-12, .w3-padding-hor-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.w3-padding-16, .w3-padding-hor-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24, .w3-padding-hor-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32, .w3-padding-hor-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48, .w3-padding-hor-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64, .w3-padding-hor-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-padding-128, .w3-padding-hor-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.w3-padding-0 {
  padding: 0 !important;
}

.w3-padding-ver-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.w3-padding-ver-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.w3-padding-ver-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.w3-padding-ver-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.w3-padding-ver-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.w3-padding-ver-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.w3-padding-ver-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.w3-padding-ver-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.w3-padding-top {
  padding-top: 8px !important;
}

.w3-padding-bottom {
  padding-bottom: 8px !important;
}

.w3-padding-left {
  padding-left: 16px !important;
}

.w3-padding-right {
  padding-right: 16px !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px;
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
  -webkit-animation: w3-spin 2s infinite linear;
}

@-webkit-keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.w3-container {
  padding: 0.01em 16px;
}

.w3-example {
  background-color: #f1f1f1;
  padding: 0.01em 16px;
}

.w3-code {
  font-family: Consolas, "courier new";
  font-size: 16px;
  line-height: 1.4;
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #009688;
  word-wrap: break-word;
}

.w3-example, .w3-code, .w3-reference {
  margin: 20px 0;
}

.w3-card {
  border: 1px solid #ccc;
}

.w3-card-2, .w3-example {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.w3-card-4, .w3-hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-8 {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-12 {
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-16 {
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
          box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.w3-card-24 {
  -webkit-box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

.w3-animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}

@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s;
}

@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s;
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s;
}

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.w3-animate-input {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-transparent {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.w3-amber, .w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua, .w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-light-blue, .w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

.w3-brown, .w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan, .w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-grey, .w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green, .w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.w3-light-green, .w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-indigo, .w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-khaki, .w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

.w3-lime, .w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-pink, .w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-purple, .w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-red, .w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-sand, .w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-teal, .w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}

.w3-yellow, .w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-grey, .w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.w3-light-grey, .w3-hover-light-grey:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-pale-red, .w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffe7e7 !important;
}

.w3-pale-green, .w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #e7ffe7 !important;
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffd7 !important;
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #e7ffff !important;
}

.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important;
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: #00ffff !important;
}

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: #87CEEB !important;
}

.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important;
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover {
  color: #607d8b !important;
}

.w3-text-green, .w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}

.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important;
}

.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important;
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}

.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important;
}

.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important;
}

.w3-text-sand, .w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}

.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important;
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}

.w3-text-white, .w3-hover-text-white:hover {
  color: #fff !important;
}

.w3-text-black, .w3-hover-text-black:hover {
  color: #000 !important;
}

.w3-text-grey, .w3-hover-text-grey:hover {
  color: #757575 !important;
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover {
  color: #f1f1f1 !important;
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover {
  color: #3a3a3a !important;
}

.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: #87CEEB !important;
}

.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important;
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}

.w3-border-blue-grey, .w3-hover-blue-grey:hover {
  border-color: #607d8b !important;
}

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}

.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}

.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}

.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}

.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}

.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important;
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white, .w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black, .w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-grey, .w3-hover-border-grey:hover {
  border-color: #9e9e9e !important;
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover {
  border-color: #f1f1f1 !important;
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover {
  border-color: #616161 !important;
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffd7 !important;
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.6;
}

.w3-text-shadow {
  text-shadow: 1px 1px 0 #444;
}

.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #ddd;
}

.base-font, body, .steps .steps-wrapper .step .step-title {
  font-family: "Roboto", sans-serif;
}

.feature-font, .cart-page-container .cart-main .cart-product .cart-product-desc .cart-product-name, .cart-page-container .cart-summary .grand-total, h1, h2, h3, h4, h5, h6, .hero-banner .hero-banner-text, .steps .steps-wrapper .step .step-desc, .play-ball .more-button span, .theme-based .more-button span, .all-sports .more-button span, .balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing .ball-card .price-range, .balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .price-range, .balls-listing-short .ball-card .sales-price-range, .variations-listing .sport-type span, .variations-listing .horizontal-card .card-text .card-title, .variations-listing .horizontal-card .card-text .price, .design-specific-listing .sport-type span, .design-specific-listing .design-specific-card .card-title, .testimonials .section-title h4, .section-heading, .static-faq .faqs .faq-section .faq_title, .product-details .product-description-wrapper .product-price, .product-price, .product-details .product-description-wrapper .product-original-price, .product-original-price, .two-column-wrapper .contact-label, .extra-interests .caption, .cart-common-div .bold, .pagination .group span, footer .contact-details, footer .contact-details .bold {
  font-family: "Roboto", sans-serif;
}

.header-font, header .micro-banner, header .menu-bar nav, header .product-nav .nav-link {
  font-family: "montserrat-bold", "museo-sans", sans-serif;
}

.inert-text {
  color: #c6c6c6;
}

.text-orange {
  color: #f48e30;
}

.text-red {
  color: #e74c3c;
}

.text-green {
  color: #2ecc71;
}

.text-black {
  color: black;
}

.text-mab-blue {
  color: #005ea7;
}

.text-gray {
  color: #9d9fa2;
}

.text-white {
  color: white;
}

.text-strikethrough {
  position: relative;
  text-decoration: line-through !important;
}

.bg-light-orange {
  background-color: white;
}

body {
  max-width: 100vw;
  margin: 0;
  background-color: #f4f4f6;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: top left;
  color: #414042;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.456789;
}
@media screen and (min-width: 4000px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 3999px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 341px) and (max-width: 1299px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  body {
    font-size: 11px;
  }
}

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

.clearfix {
  clear: both;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}

a, a:active, a:visited, a:focus {
  text-decoration: none;
}
a:hover, a:active:hover, a:visited:hover, a:focus:hover {
  color: inherit;
}

.green-link {
  color: #2ecc71 !important;
}
.green-link:hover {
  text-decoration: underline !important;
}

.blue-link {
  color: #005ea7 !important;
}
.blue-link:hover {
  text-decoration: underline !important;
}

.orange-link {
  color: #f48e30 !important;
}
.orange-link:hover {
  text-decoration: underline !important;
}

.grey_bg, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image {
  background-color: #f4f4f4;
}
.grey_bg hr, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image hr {
  border-top: 1px solid #bdc3c7;
}

hr {
  margin: 0.5rem auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.34;
}

h1 {
  font-size: 3.1rem;
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 4000px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 4000px) {
  h2 {
    font-size: 3.1rem;
  }
}

h3 {
  font-size: 2.11rem;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 4000px) {
  h3 {
    font-size: 2.9rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 4000px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 980px) {
  h5 {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 4000px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.12rem;
}
@media only screen and (max-width: 980px) {
  h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 4000px) {
  h6 {
    font-size: 1.5rem;
  }
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=search]:focus, input[type=number]:focus, select:focus,
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=checkbox]:hover, input[type=search]:hover, input[type=number]:hover, select:hover,
input[type=text]:active, input[type=email]:active, input[type=password]:active, input[type=checkbox]:active, input[type=search]:active, input[type=number]:active, select:active,
textarea:focus, textarea:hover, textarea:active {
  background-color: #f4f4f4;
  outline: none;
  border: 1px solid #9d9fa2;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], textarea, select {
  /* width: 100%;
  margin: 0 auto 0.5rem auto !important;
  padding: 0.5rem 1rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0; */
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=number] {
  width: 60px;
  padding: 0.5rem;
}

input[type=search] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

select {
  background-color: white;
  border-radius: 0 !important;
}

#captcha_code {
  display: inline-block;
  width: 40%;
  margin: auto 0.5rem;
}

input[type=checkbox], input[type=radio] {
  margin: auto 1rem;
  padding: 0.3125rem 0.625rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0;
}

.message-cell, .info_message, .error_message, .success_message {
  display: block;
  width: 100%;
  margin: 0.25rem auto 0.25rem auto;
  padding: 0.5rem;
  text-align: center;
  color: white;
}

.info_message {
  background-color: #005ea7;
  border: 1px solid #005ea7;
  color: white !important;
}

.error_message {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: white !important;
}

.success_message {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
  color: white !important;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
.form-group label {
  text-align: left;
  margin-bottom: 0.25rem;
}
.form-group .form-hidden {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
}

.captcha-div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0 2%;
}
.captcha-div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

table tr {
  border-bottom: 1px solid #bdc3c7;
}
table tr td {
  padding: 0.5rem 0;
}
table tr:last-child {
  border-bottom: 0;
}

.mrindia {
  display: none !important;
}

.justified {
  text-align: justify !important;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 10rem;
  width: 4rem;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fbae17;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounceball 500ms alternate infinite ease;
          animation: bounceball 500ms alternate infinite ease;
}

@keyframes bounceball {
  0% {
    top: 8rem;
    height: 1.3rem;
    border-radius: 6rem 6rem 2rem 2rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 4rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.sticky-element-top {
  position: sticky;
  top: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .in-view {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .infinite.in-view {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX, .flipOutX.in-view,
.animated.flipOutY,
.flipOutY.in-view,
.animated.bounceIn,
.bounceIn.in-view,
.animated.bounceOut,
.bounceOut.in-view {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, .flip.in-view {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp, .in-view {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "museo-sans";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.otf");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff2") format("woff");
}
@font-face {
  font-family: "montserrat-black";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-bold";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-extralight";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff") format("woff");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-medium";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-thin";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.page-container, .page-container-landing-page {
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .page-container, .page-container-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 11vw;
  }
}

.page-container-designtool {
  width: 100vw;
  height: 100vh;
  padding: 8.5vh 0;
  background-color: white;
}

.in-view {
  opacity: 1 !important;
}

.scrolled {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .scrolled .menu-bar {
    top: 15vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .scrolled .menu-bar {
    top: 24vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}

.content-wrapper {
  position: relative;
}

.flex-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header {
  position: absolute;
  display: block;
  width: 100vw;
  height: 11vh;
  top: 89vh;
  left: 0;
  z-index: 99999;
  /*
  .menu-mobile {
  	position: absolute;
  	display: none;
  	top: 9vh;
  	left: 0;
  	background-color: white;
  	text-align: left;		
  	z-index: 9999;

  	@media screen and (max-width: 799px) and (orientation: landscape) {
  		top: 16vh;
  	}

  	@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  		top: 10vh;
  	}

  	@media screen and (min-width: 1100px) {
  		display: none;
  	}

  	.menu-links {
  		display: none;
  		width: 100%;
  		list-style-type: none;

  		.menu-link {
  			position: relative;
  			width: 100vw;
  			padding: $padding-small/2;
  			text-transform: uppercase;
  			//border-bottom: 1px solid $base-text;

  			&:hover {
  				background-color: $corp-color6;
  			}

  			.tool-icon {
  				position: relative;
  				display: block;
  				font-size: 220%;
  			}

  			.badge {
  				position: absolute;
  				top: 0;
  				//left: 0;
  				margin-left: -$padding;
  				width: $padding;
  				height: $padding;
  				border-radius: $padding/2;
  				background-color: $corp-color4;
  				font-size: 44%;
  				color: white;
  				line-height: $padding;
  				text-align: center;
  			}
  		}
  		.menu-link:last-child {
  			border-bottom: 0;
  		}
  	}
  }
  */
}
@media screen and (max-width: 992px) and (orientation: portrait) {
  header {
    height: 15vh;
    top: 85vh;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  header {
    height: 24vh;
    top: 76vh;
  }
}
header .micro-banner {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 6vh;
  background-color: #002855;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner {
    height: 5vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner {
    height: 11vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 2.4vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 6.2vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 800px) {
  header .micro-banner .micro-banner-div {
    display: inline-block;
    max-width: 44%;
    height: 4vh;
    line-height: 4vh;
    margin: auto 2%;
  }
}
header .micro-banner .micro-banner-text {
  font-size: 85%;
}
@media screen and (min-width: 1900px) {
  header .micro-banner .micro-banner-text {
    font-size: 100%;
    line-height: 4vh;
  }
}
header .micro-banner .micro-banner-subtext {
  font-size: 80%;
}
header .micro-banner .micro-banner-promotion {
  color: #eeaf30;
}
header .micro-banner sup {
  margin: auto 0.25rem;
}
header #header_menu_block {
  background-color: rgba(255, 255, 255, 0.65);
}
header .header-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 8vh;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo {
    height: 10vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo {
    height: 13vh;
  }
}
header .header-logo a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
header .header-logo a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
header .header-logo img {
  max-height: 5vh;
  margin: auto 0.5rem;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo img {
    max-height: 7vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo img {
    max-height: 7.5vh;
  }
}
@media screen and (min-width: 751px) {
  header .header-logo {
    display: inline-block;
    width: 22vw;
    margin-right: 2vw;
    text-align: left;
    vertical-align: top;
  }
}
header .menu-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 4vh;
  right: 2vw;
  height: 8vh;
  width: 8vw;
  font-size: 2.2rem !important;
  color: #000000;
}
header .menu-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-icon {
    height: 10vh;
    top: 5vh;
    line-height: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-icon {
    height: 13vh;
    top: 11vh;
    line-height: 13vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 1100px) {
  header .menu-icon {
    display: none;
  }
}
header .menu-bar {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
  z-index: 999999;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-bar {
    top: 11vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-bar {
    top: 14vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 1100px) {
  header .menu-bar {
    position: relative;
    display: inline-block;
    width: 74vw;
    height: 8vh;
    text-align: right;
    vertical-align: top;
  }
}
header .menu-bar nav {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  width: 74vw;
  height: 100%;
  font-weight: 300;
  text-align: right;
}
header .menu-bar nav * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav {
    display: inline-block;
    width: 100%;
    height: auto !important;
  }
}
header .menu-bar nav .nav-with-submenu {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 15vw;
  min-width: 8vw;
  height: 100%;
  margin: auto 1rem;
}
header .menu-bar nav .nav-with-submenu * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
header .menu-bar nav .nav-with-submenu .dropdown-toggle {
  margin: auto 1rem;
  background: transparent;
  color: #414042;
}
header .menu-bar nav .nav-with-submenu .submenu-links {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  list-style-type: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
  }
}
header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
  width: 100%;
  margin: 0.5rem auto !important;
  text-align: left;
  font-family: "montserrat-medium", sans-serif;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
    padding-left: 2rem;
  }
}
header .menu-bar nav .nav-link {
  display: inline-block;
  max-width: 15vw;
  margin: auto 1rem;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-link {
    width: 100%;
    max-width: 100% !important;
    padding: 0.5rem 1rem;
    text-align: left;
  }
}
header .menu-bar nav .tool-icon {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  font-size: 220%;
}
header .menu-bar nav .tool-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .tool-icon {
    width: 100% !important;
    display: block !important;
  }
}
header .menu-bar nav .tool-icon .badge {
  position: relative;
  margin: auto 0.5rem;
  color: #005ea7;
  font-size: 44%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-left, header .menu-bar .nav-right {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: white;
  }
  header .menu-bar .nav-left .nav-link, header .menu-bar .nav-right .nav-link {
    display: block;
    padding: 0.25rem;
    text-align: left;
    border-bottom: 1px solid #bdc3c7;
  }
  header .menu-bar .nav-left .nav-link .tool-icon, header .menu-bar .nav-right .nav-link .tool-icon {
    display: inline-block;
    width: 2rem;
    margin: auto 0.25rem;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-left {
    width: 44%;
  }
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-center {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-center {
    width: 20%;
  }
  header .menu-bar .nav-center .logo {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    padding: 0.5rem 0 !important;
  }
  header .menu-bar .nav-center .logo * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  header .menu-bar .nav-center img {
    max-height: 4.4vh;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-right {
    width: 36%;
  }
}
header .product-nav {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
header .product-nav .nav-links {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #005ea7;
  text-transform: uppercase;
}
header .product-nav .nav-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 980px) {
  header .product-nav .nav-links {
    width: 60%;
    margin: 0 20%;
  }
}
header .product-nav .nav-link {
  position: relative;
  padding: 0.125rem 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 750px) {
  header .product-nav .nav-link {
    font-size: 121%;
  }
}
header .product-nav .nav-link img {
  position: relative;
  width: 80%;
  height: auto;
}
@media screen and (min-aspect-ratio: 4/3) {
  header .product-nav .nav-link img {
    width: 67%;
  }
}
@media screen and (min-width: 800px) {
  header .product-nav .nav-link img {
    width: 31%;
  }
}

.home-banner {
  position: relative;
  display: block;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
.home-banner .banner-image {
  width: 100%;
  height: 100%;
}
.home-banner .banner-image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mini-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.mini-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: landscape) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1601px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.mini-banner .mini-banner-left {
  padding-right: 0.5vw;
}
.mini-banner .mini-banner-right {
  padding-left: 0.5vw;
}
.mini-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-modal {
  position: absolute;
  top: 5.5vh;
  left: 13vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    margin-top: -40vw !important;
    margin-left: -40vw !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 30vw;
    margin-top: -15vw !important;
    margin-left: -15vw !important;
  }
}
@media screen and (min-width: 801px) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 35vw;
    height: 35vw;
    margin-left: -17.5vw !important;
    margin-top: -17.5vw !important;
  }
}
.banner-modal .icon-close, .banner-modal .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .banner-modal .w3-closebtn, .banner-modal .instruction-modal .modal-details .close, .instruction-modal .modal-details .banner-modal .close {
  position: absolute;
  top: 0.4vh;
  right: 0.4vw;
  color: white;
}
.banner-modal .banner-modal-image {
  width: 100%;
  height: 100%;
}
.banner-modal .banner-modal-image img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
}

.hero-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  height: 89vh;
  background: radial-gradient(circle, #74bce4, #002a5c);
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/herobannerbg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner {
    height: 85vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hero-banner {
    height: 76vh;
  }
}
.hero-banner .banner-half-left, .hero-banner .banner-half-right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left, .hero-banner .banner-half-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 2.5%;
  width: 50%;
  height: 50%;
  z-index: 9;
}
.hero-banner .banner-half-left .banner-text-overlay-left *, .hero-banner .banner-half-left .banner-text-overlay-right *, .hero-banner .banner-half-right .banner-text-overlay-left *, .hero-banner .banner-half-right .banner-text-overlay-right * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
    width: 90%;
    height: 40%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left img, .hero-banner .banner-half-left .banner-text-overlay-right img, .hero-banner .banner-half-right .banner-text-overlay-left img, .hero-banner .banner-half-right .banner-text-overlay-right img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 66%;
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
  left: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
    top: 0%;
    left: 5%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
  right: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
    top: 60%;
    right: 5%;
  }
}
.hero-banner .banner-half-left img, .hero-banner .banner-half-right img {
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner .banner-half-left {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/left.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-half-right {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/right.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-image {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 4vh;
  left: 0;
  width: 100%;
}
.hero-banner .banner-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  .hero-banner .banner-image {
    bottom: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  .hero-banner .banner-image {
    position: relative;
    width: 44%;
  }
}
.hero-banner .banner-image img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 70%;
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
  .hero-banner .banner-image img {
    max-width: 60%;
  }
}
@media screen and (min-width: 1101px) {
  .hero-banner .banner-image img {
    max-width: 44%;
  }
}
.hero-banner .banner-half-center {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 50%;
  height: 50%;
}
.hero-banner .banner-half-center * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-center {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 980px) {
  .hero-banner .banner-half-center {
    bottom: 6rem;
    width: 60%;
    height: 50%;
  }
}
.hero-banner .banner-half-center img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hero-banner .hero-banner-text-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner-text-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (orientation: portrait) {
  .hero-banner .hero-banner-text-wrapper {
    display: none;
  }
}
.hero-banner .hero-banner-text-wrapper .hero-banner-text-image {
  position: relative;
  width: auto;
  height: 80%;
  max-width: 80%;
  max-height: 80%;
  margin: auto !important;
}
.hero-banner .hero-banner-text {
  position: absolute;
  top: 1rem;
  display: none;
  width: 92%;
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  font-family: "montserrat-black", sans-serif;
  line-height: 1 !important;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .hero-banner .hero-banner-text {
    top: 8vh;
    font-size: 310%;
  }
}
@media screen and (max-width: 759px) and (orientation: landscape) {
  .hero-banner .hero-banner-text {
    position: relative;
    top: 0;
    left: 0;
    width: 44%;
    margin: auto !important;
    font-size: 310%;
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1899px) {
  .hero-banner .hero-banner-text {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    margin-right: 10%;
    font-size: 600%;
    text-align: center;
    vertical-align: top;
    margin-top: 0;
  }
}
@media screen and (min-width: 1900px) and (max-width: 2799px) {
  .hero-banner .hero-banner-text {
    font-size: 700% !important;
  }
}
@media screen and (min-width: 2800px) {
  .hero-banner .hero-banner-text {
    font-size: 10vw;
  }
}
.hero-banner .hero-banner-text:first-child {
  display: inline-block;
}
.hero-banner .hero-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.3rem;
    bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.7rem;
    bottom: 1.5rem;
  }
}
.hero-banner .hero-banner-bottom .icon-down {
  display: block;
}
.hero-banner .hero-banner-bottom .icon-down-image {
  display: block;
  width: 4rem;
  height: 6rem;
  text-align: center;
}
.hero-banner .hero-banner-bottom .icon-down-image img {
  width: 100%;
  height: 100%;
}
.hero-banner .banner-modal-promotion {
  position: relative;
  display: none;
  width: 80vw !important;
  height: 74vh !important;
  max-width: 80vw;
  max-height: 74vh;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .hero-banner .banner-modal-promotion {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 95vw !important;
    height: 80vh !important;
    max-width: 95vw;
    max-height: 80vh;
  }
  .hero-banner .banner-modal-promotion * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.hero-banner .banner-modal-promotion .banner-modal-image {
  margin: auto !important;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero-banner .banner-modal-promotion .banner-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto !important;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-sections-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.steps {
  position: relative;
  display: none;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px dotted #bdc3c7;
}
.steps .steps-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.steps .steps-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper {
    padding: 0 4vw;
  }
}
.steps .steps-wrapper .step {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 92vw;
  height: 22em;
  margin-bottom: 1.25rem;
  padding: 1rem;
}
.steps .steps-wrapper .step * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step {
    width: 31vw;
    height: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step {
    width: 29vw;
    height: 22em;
  }
}
.steps .steps-wrapper .step .step-number {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 22em;
  line-height: 0.8 !important;
  color: #bdc3c7;
  opacity: 0.44;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
.steps .steps-wrapper .step .step-title {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 50%;
  font-size: 220%;
  text-transform: uppercase;
  z-index: 9;
}
.steps .steps-wrapper .step .step-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.steps .steps-wrapper .step .step-title::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  width: 20%;
  height: 2px;
  margin-left: -10%;
  background-color: rgba(0, 0, 0, 0.66);
}
.steps .steps-wrapper .step .step-desc {
  width: 100%;
  height: 50%;
  font-size: 121%;
  z-index: 9;
}

.play-ball, .all-sports, .theme-based {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.play-ball *, .all-sports *, .theme-based * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 22vh 2vw 4vh 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 31vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 17vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
@media screen and (min-width: 1901px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
.play-ball .section-title, .all-sports .section-title, .theme-based .section-title {
  font-size: 400%;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 4px;
}
.play-ball .section-title span, .all-sports .section-title span, .theme-based .section-title span {
  display: block;
  margin: 2.5rem auto;
  cursor: pointer;
}
.play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  padding: 1rem 2rem;
  background-color: transparent;
  color: #002855;
  border: 1px solid #002855;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
.play-ball .more-button:hover, .all-sports .more-button:hover, .theme-based .more-button:hover {
  background-color: #002855;
  color: white;
  border: 1px solid transparent;
}
.play-ball .more-button span, .all-sports .more-button span, .theme-based .more-button span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.all-sports {
  padding-top: 2vh;
  background-color: #fafafb;
}

.left-arrow, .right-arrow, .testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 6vw;
  height: 6vw;
  top: 50%;
  margin-top: -3vw !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  font-size: 150%;
  background-color: rgba(128, 128, 128, 0.4);
  color: black;
  z-index: 999;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.22);
  cursor: pointer;
  /*
  @media screen and (max-width: 600px) {
  	width: 14vw;
  	height: 14vw;
  	margin-top: -7vw !important;
  	border-radius: 7vw;
  }

  @media screen and (min-width: 601px) and (max-width: 799px) {
  	width: 8vw;
  	height: 8vw;
  	margin-top: -4vw !important;
  	border-radius: 4vw;
  }

  @media screen and (min-width: 981px) {
  	display: none;
  }
  */
  display: none;
}
.left-arrow *, .right-arrow *, .testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.left-arrow {
  left: 0vw;
}

.right-arrow {
  right: 0;
}

.balls-listing, .balls-listing-short {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  overflow: hidden;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 89vh; //83vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 55vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 81vh;
  }
  */
}
.balls-listing *, .balls-listing-short * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card, .balls-listing-short .ball-card {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  color: #808285;
  text-align: center;
  cursor: pointer;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	width: 92vw;
  	height: 96%; //78vh;
  	margin: 3% 3vw; //2vh 3vw;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	@include flex-container;
  	background-color: transparent;
  	width: 92vw;
  	height: 63vh;
  	margin: 2vh 3vw;
  }
  */
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 51vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 77vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing .ball-card a, .balls-listing-short .ball-card a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.balls-listing .ball-card a *, .balls-listing-short .ball-card a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.balls-listing .ball-card .ball-img *, .balls-listing-short .ball-card .ball-img *, .balls-listing .ball-card .card-img *, .balls-listing-short .ball-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 92vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 100%;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card .card-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  color: white;
  cursor: pointer;
  z-index: 9;
  opacity: 0.67;
}
.balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon .icon-info, .balls-listing-short .ball-card .ball-img .card-image-icon .icon-info, .balls-listing .ball-card .card-img .card-image-icon .icon-info, .balls-listing-short .ball-card .card-img .card-image-icon .icon-info {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .black .icon-info, .balls-listing-short .ball-card .ball-img .black .icon-info, .balls-listing .ball-card .card-img .black .icon-info, .balls-listing-short .ball-card .card-img .black .icon-info {
  color: #a7a6a8 !important;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .card-desc, .balls-listing-short .ball-card .ball-img .card-desc, .balls-listing .ball-card .card-img .card-desc, .balls-listing-short .ball-card .card-img .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.83);
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
}
.balls-listing .ball-card .ball-img .card-desc p, .balls-listing-short .ball-card .ball-img .card-desc p, .balls-listing .ball-card .card-img .card-desc p, .balls-listing-short .ball-card .card-img .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.balls-listing .ball-card .ball-img .card-desc ul, .balls-listing-short .ball-card .ball-img .card-desc ul, .balls-listing .ball-card .card-img .card-desc ul, .balls-listing-short .ball-card .card-img .card-desc ul {
  padding-left: 1rem !important;
}
.balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link {
  width: 100%;
  margin: 1rem auto;
  color: #005ea7;
  text-transform: uppercase;
}
.balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 23vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 51vw;
    height: 100%;
    background-color: white;
    vertical-align: top;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text a, .balls-listing-short .ball-card .ball-text a {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 16.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 22vh;
  }
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox {
  width: 100%;
  padding: 0.5rem;
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing .ball-card .ball-text .photographer_backgound_checkbox a, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox a {
  display: inline-block;
}
.balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
  height: 4.4rem;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.3 !important;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 8vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 6vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 7vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
  color: #4c4c4c;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
  color: #4c4c4c;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 3.5vh;
    line-height: 3.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    lin-height: 5vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .sales-price-range {
  color: #e74c3c;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation, .balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  width: 100%;
  color: #285ea2;
  text-align: center;
  cursor: pointer;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation {
  font-weight: 900;
}
.balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 750px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background-color: white;
    width: 92vw;
    height: 40vw;
    margin: 1vh 1vw;
  }
  .balls-listing .ball-card *, .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card hr, .balls-listing-short .ball-card hr {
    display: none;
  }
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card card-img, .balls-listing-short .ball-card card-img {
    width: 40vw;
    height: 100%;
  }
  .balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card card-img img, .balls-listing-short .ball-card card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 50vw;
    height: 100%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text .ball-name, .balls-listing-short .ball-card .ball-text .ball-name, .balls-listing .ball-card .ball-text .price-range, .balls-listing-short .ball-card .ball-text .price-range, .balls-listing .ball-card .ball-text .variation, .balls-listing-short .ball-card .ball-text .variation, .balls-listing .ball-card .ball-text .shipping-duration, .balls-listing-short .ball-card .ball-text .shipping-duration {
    height: auto !important;
    font-size: 100% !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range, .balls-listing-short .ball-card .ball-text .ball-price-range {
    display: block;
    width: 100%;
    margin: 0.25rem auto !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range *, .balls-listing-short .ball-card .ball-text .ball-price-range * {
    line-height: 1.12 !important;
  }
}
@media screen and (max-width: 980px) {
  .balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.balls-listing-short {
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	height: 60vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	height: 37vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	height: 81vh;
  }
  */
}
.balls-listing-short .ball-card {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 92vw;
    height: 58vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 92vw;
    height: 65vh;
    margin: 1vh 2vw;
  }
  .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 35vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 76vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
  width: 100%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 51vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 65vh;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 30vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 76vh;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.balls-listing-short .ball-card .ball-text {
  position: relative;
  background-color: white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
.balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 980px) {
  .balls-listing-short .ball-card {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 100%;
  }
  .balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing-short .ball-card .ball-text {
    display: none;
  }
  .balls-listing-short .ball-card .card-image-icon {
    display: none;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 44vw;
    height: 44vw;
    margin: 1vw;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.variations-listing {
  position: relative;
  margin-top: 3.1rem;
  width: 100%;
  padding: 0;
}
.variations-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.variations-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.variations-listing .horizontal-card {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
.variations-listing .horizontal-card * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .variations-listing .horizontal-card {
    width: 31%;
    margin: 1%;
    vertical-align: top;
  }
}
.variations-listing .horizontal-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.variations-listing .horizontal-card .card-img img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.variations-listing .horizontal-card .card-text {
  display: inline-block;
  width: 100%;
  height: 11rem;
  text-align: center;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-text .card-title {
  width: 100%;
  height: 6rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808285;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .card-desc {
  height: 5rem;
  font-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .price {
  margin: 0.25rem auto;
}
.variations-listing .horizontal-card .card-text .variation {
  display: block;
  color: #f48e30;
  font-size: 75%;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .variations-listing .horizontal-card .card-text .variation {
    display: block;
  }
}
.variations-listing .horizontal-card .card-desc-extra {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
}
.variations-listing .horizontal-card:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
}

#photographer_section > .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#photographer_section > .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #photographer_section > .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
#photographer_section > .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.ordering_process_main .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.ordering_process_main .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .ordering_process_main .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
.ordering_process_main .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.design-specific-listing {
  position: relative;
  width: 100%;
  padding: 0;
}
.design-specific-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.design-specific-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.design-specific-listing .designs-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5rem 0;
}
.design-specific-listing .designs-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .design-specific-listing .designs-listing {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .design-specific-listing .designs-listing {
    padding-top: 3.75rem;
  }
}
.design-specific-listing .design-specific-card {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -o-transition: all ease 0s;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .design-specific-listing .design-specific-card {
    width: 40vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
@media screen and (min-width: 801px) {
  .design-specific-listing .design-specific-card {
    display: inline-block;
    width: 38vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
.design-specific-listing .design-specific-card .card-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 15em;
  overflow: hidden;
}
.design-specific-listing .design-specific-card .card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.design-specific-listing .design-specific-card .card-image img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.design-specific-listing .design-specific-card .card-title {
  padding: 1rem 0.5rem;
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #005ea7;
}
.design-specific-listing .ball-card:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
}

.my-designs .ball-card {
  background-color: white;
}
.my-designs .my-design-checkbox {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .my-designs .my-design-checkbox {
    display: inline-block;
    width: 6vw;
  }
  .my-designs .ball-img {
    width: 42vw !important;
  }
  .my-designs .ball-text {
    width: 42vw !important;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .resource-backgrounds .ball-card {
    width: 44vw;
    background-color: white;
  }
  .resource-backgrounds .ball-card .ball-text {
    width: 100%;
    height: 30%;
    text-align: center;
  }
  .resource-backgrounds .ball-card .ball-text .chk_backgrounds {
    display: inline-block;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-text a {
    display: inline-block;
    width: 1rem;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-img {
    width: 100%;
    height: auto !important;
  }
}

.reviews-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #4c4c4c;
}
.reviews-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.reviews-wrapper .stars {
  display: inline-block;
  width: 6.5rem;
  margin: auto 0.5rem;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/stars-bg-red.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 40% 100%;
}
.reviews-wrapper .stars .star {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1.3rem;
  height: 1.3rem;
}
.reviews-wrapper .stars .star img {
  width: 100%;
  height: 100%;
}
.reviews-wrapper .review-number, .reviews-wrapper .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 100%;
}
.reviews-wrapper .review-number {
  font-size: 0.85rem;
}
.reviews-wrapper .price-range {
  height: 1.7rem;
}

.review-wrapper-seo .stars {
  width: 13rem;
}
.review-wrapper-seo .stars .star {
  width: 2.6rem;
  height: 2.6rem;
}
.review-wrapper-seo .review-number, .review-wrapper-seo .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 170%;
}
.review-wrapper-seo .review-number {
  font-size: 1.5rem;
}

.reviews {
  margin: 1rem 0 !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.reviews .stars {
  margin: 0 !important;
}

.product-details-large {
  font-size: 112%;
}

.rated_tobe {
  background-color: #ffc000;
}

.rated {
  background-color: #ffc000;
}

.sort-type {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.1rem;
  padding: 0 1rem;
  background: white;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 4000px) {
  .sort-type {
    width: 60%;
  }
}
.sort-type span {
  line-height: 3.1rem;
  font-weight: 500;
}
.sort-type select {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.sort-type .dropdown {
  position: relative;
  display: inline-block;
  width: 92%;
  height: auto;
  margin: 0 !important;
  padding: 0.5rem !important;
  cursor: pointer;
}
.sort-type .btn {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  background-color: transparent;
  color: #005ea7;
  font-size: 130%;
  text-align: center;
  cursor: pointer;
}
.sort-type .btn * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.sort-type .dropdown-menu {
  position: absolute;
  display: none;
  top: 3.1rem;
  left: 0;
  width: 100%;
  max-height: 22vh;
  background-color: white;
  list-style-type: none;
  z-index: 999;
  overflow-y: auto;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .sort-type .dropdown-menu {
    max-height: 40vh;
  }
}
.sort-type .dropdown-menu li {
  padding: 0.5rem 0;
  cursor: pointer;
}
.sort-type .open .dropdown-menu {
  display: block;
  width: 100%;
  background-color: white;
  padding-left: 0.5rem;
}

.theme-based {
  position: relative;
}
@media screen and (max-width: 599px) {
  .theme-based {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .theme-based {
    padding: 0vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1100px) {
  .theme-based {
    padding: 0vh 10vw 6vh 10vw;
  }
}

.themes-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 1rem 0 0 0;
}
.themes-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .themes-listing {
    height: 34.4em;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .themes-listing a {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing {
    height: 38em;
    padding: 0;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.themes-listing .theme-card {
  position: relative;
  height: 33em;
  margin-bottom: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .themes-listing .theme-card {
    width: 100%;
    margin-bottom: 3.28rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing .theme-card {
    width: 27vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .themes-listing .theme-card {
    width: 24vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
.themes-listing .theme-card .theme-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
}
.themes-listing .theme-card .theme-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.themes-listing .theme-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 25em;
  padding: 1.64rem 2vw;
  z-index: 9;
}
.themes-listing .theme-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card .card-img img {
  position: relative;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.themes-listing .theme-card .theme-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  background-color: black;
  font-size: 310%;
  color: white;
  line-height: 3rem !important;
  text-transform: uppercase;
  z-index: 9;
}
.themes-listing .theme-card .theme-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.signup {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5vh;
  background-color: #e6e7e8;
}
.signup * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.signup h3 {
  line-height: 1 !important;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1501px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .signup {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.signup .featured-text {
  color: #005ea7;
}
.signup .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .signup .form-group {
    width: 92%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
  .signup .form-group {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group {
    width: 66%;
  }
}
.signup .form-group input[type=email] {
  display: inline-block;
  width: 65%;
  padding: 1rem 0.5rem;
  border: 1px solid #c6c6c6;
  background: transparent !important;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  .signup .form-group input[type=email] {
    width: 100%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group input[type=email] {
    width: 40%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group input[type=email] {
    width: 30%;
  }
}
.signup .form-group button {
  display: inline-block;
  width: 28%;
  background-color: #005ea7;
  border: 1px solid #005ea7;
  font-size: 100%;
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  vertical-align: top;
}
@media screen and (min-width: 3000px) {
  .signup .form-group button {
    width: 10%;
  }
}

.search-box {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-box * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box input[type=search] {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.5rem !important;
  padding-right: 3.5rem;
  border: 0 !important;
}
.search-box button, .search-box #search-submit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #005ea7;
  color: white;
}
.search-box button *, .search-box #search-submit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box button:hover, .search-box #search-submit:hover {
  background-color: #002855;
  color: white;
}

.search-select {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-select * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-select select {
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.25rem;
  padding-right: 3.5rem;
  border: 0 !important;
}

.testimonials {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2.2rem 0;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .testimonials {
    max-width: 100vw;
    background-image: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1499px) {
  .testimonials {
    padding: 6vh 4vw;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials {
    padding: 3vh 4vw;
  }
}
.testimonials .testimonial-bg-mobile {
  display: none;
}
@media screen and (max-width: 799px) {
  .testimonials .testimonial-bg-mobile {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
.testimonials .section-title {
  display: inline-block;
  padding: 0.5rem 8.8rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .testimonials .section-title {
    padding: 0.5rem 1.25rem;
  }
}
.testimonials .section-title h4 {
  font-weight: 500 !important;
  font-size: 330%;
  line-height: 1.2 !important;
  color: #f48e30;
  text-transform: initial;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 600px) {
  .testimonials .image-container {
    width: 100vw;
  }
}
.testimonials .testimonial-text {
  display: inline-block;
  font-size: 170%;
  font-weight: 300;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-text {
    max-height: 22vh;
    font-size: 2.2rem;
  }
}
.testimonials [class*=icon-] {
  position: relative;
  margin: auto 0.5rem;
}
.testimonials .testimonial-author {
  position: relative;
  display: block;
  margin: 1rem auto;
  color: white;
  font-weight: 300;
  text-indent: -1rem;
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-author {
    font-size: 1.5rem;
  }
}
.testimonials .testimonial-author::before {
  position: absolute;
  display: inline-block;
  content: "-";
  color: white;
}
.testimonials #testimonials-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel {
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel {
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 2vw;
  height: 2vw;
  top: 50%;
  margin-top: -1vw;
  font-size: 150%;
  color: white;
  z-index: 9999;
  cursor: pointer;
}
.testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1100px) {
  .testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.testimonials #testimonials-carousel .left-arrow {
  left: 0;
}
.testimonials #testimonials-carousel .right-arrow {
  right: 2vw;
}
.testimonials #testimonials-carousel .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  width: 80vw;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 38vh;
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 29vh;
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .image-container .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 99;
  overflow: hidden;
}
.testimonials #testimonials-carousel .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.testimonials #testimonials-carousel .image-container .category-image {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.testimonials #testimonials-carousel .image-container .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
.testimonials .testimonial-rating {
  margin: 1rem auto !important;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
}
.testimonials .reviews-wrapper {
  width: 100%;
  margin: 1rem auto;
}
.testimonials .reviews-wrapper .stars {
  background-image: none !important;
  width: 10rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars {
    width: 25rem;
  }
}
.testimonials .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars .star {
    width: 5rem;
    height: 5rem;
  }
}

.instagram-section {
  position: relative;
  background-color: white;
}
.instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.instagram-section .section-content *, .instagram-section .static-page .section-content-landing-page *, .static-page .instagram-section .section-content-landing-page *, .instagram-section .static-faq .section-content-landing-page *, .static-faq .instagram-section .section-content-landing-page *, .instagram-section .static-testimonials .section-content-landing-page *, .static-testimonials .instagram-section .section-content-landing-page *, .instagram-section .static-how-to-demo .section-content-landing-page *, .static-how-to-demo .instagram-section .section-content-landing-page *, .instagram-section .static-contact .section-content-landing-page *, .static-contact .instagram-section .section-content-landing-page *, .instagram-section .static-account .section-content-landing-page *, .static-account .instagram-section .section-content-landing-page * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 8vh 11vw;
  }
}
.instagram-section .section-content .section-title, .instagram-section .static-page .section-content-landing-page .section-title, .static-page .instagram-section .section-content-landing-page .section-title, .instagram-section .static-faq .section-content-landing-page .section-title, .static-faq .instagram-section .section-content-landing-page .section-title, .instagram-section .static-testimonials .section-content-landing-page .section-title, .static-testimonials .instagram-section .section-content-landing-page .section-title, .instagram-section .static-how-to-demo .section-content-landing-page .section-title, .static-how-to-demo .instagram-section .section-content-landing-page .section-title, .instagram-section .static-contact .section-content-landing-page .section-title, .static-contact .instagram-section .section-content-landing-page .section-title, .instagram-section .static-account .section-content-landing-page .section-title, .static-account .instagram-section .section-content-landing-page .section-title {
  width: 100%;
  margin-bottom: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
  position: relative;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 44%;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 551px) and (max-width: 992px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 22vw;
    height: 22vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 16vw;
    height: 16vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 13vw;
    height: 13vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 11vw;
    height: 11vw;
    margin: 0.5vw;
  }
}
.instagram-section .section-content .instagram-card img.instagram-card-image, .instagram-section .static-page .section-content-landing-page .instagram-card img.instagram-card-image, .static-page .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-faq .section-content-landing-page .instagram-card img.instagram-card-image, .static-faq .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-testimonials .section-content-landing-page .instagram-card img.instagram-card-image, .static-testimonials .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card img.instagram-card-image, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-contact .section-content-landing-page .instagram-card img.instagram-card-image, .static-contact .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-account .section-content-landing-page .instagram-card img.instagram-card-image, .static-account .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.static-page-section-title {
  margin: 15vh 0 4vh 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .static-page-section-title {
    margin: 15vh 0 2vh 0;
    padding-top: 1rem;
  }
}
.static-page-section-title .section-title {
  width: 100%;
  padding: 0rem;
  margin-top: 0 !important;
  font-size: 2.7rem;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: 300;
}
@media screen and (max-width: 799px) {
  .static-page-section-title .section-title {
    font-size: 2rem;
    line-height: 1.3 !important;
  }
}
@media screen and (min-width: 800px) {
  .static-page-section-title .section-title {
    margin-bottom: 4vh;
  }
}

.section-heading, .static-faq .faqs .faq-section .faq_title {
  color: #005ea7;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2vh;
  text-align: left;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs {
    display: block !important;
  }
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  margin: auto 1rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
}
.breadcrumbs a::after, .breadcrumbs span::after {
  position: absolute;
  content: ">>";
  margin: auto 0.25rem;
}
.breadcrumbs a:last-child::after, .breadcrumbs span:last-child::after {
  content: "";
}
.breadcrumbs .previous-step {
  color: #2ecc71;
}
.breadcrumbs .current-step {
  color: #f48e30;
  cursor: default !important;
}
.breadcrumbs .next-step {
  color: #c6c6c6;
  cursor: default !important;
}

.static-page, .static-faq, .static-testimonials, .static-how-to-demo, .static-contact, .static-account {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 0;
}
.static-page *, .static-faq *, .static-testimonials *, .static-how-to-demo *, .static-contact *, .static-account * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-page .section-title, .static-faq .section-title, .static-testimonials .section-title, .static-how-to-demo .section-title, .static-contact .section-title, .static-account .section-title {
  width: 100%;
  padding: 4rem;
  margin-bottom: 1rem;
  font-size: 400%;
  text-transform: uppercase;
}
.static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #414042;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 2vh 1vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 6vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 6vh 11vw;
  }
}
.static-page .section-content .static-column, .static-faq .section-content .static-column, .static-testimonials .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-contact .section-content .static-column, .static-account .section-content .static-column, .static-page .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 0 1rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .static-page .section-content .static-column, .static-faq .section-content .static-column, .static-testimonials .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-contact .section-content .static-column, .static-account .section-content .static-column, .static-page .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1101px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}

.static-page .bulk-order-info-text {
  line-height: 2;
}
.static-page p {
  font-size: 121%;
  line-height: 1.82;
  margin-bottom: 2rem;
}
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  margin-bottom: 0.5rem;
}
.static-page ul {
  list-style-type: disc;
}
.static-page ul li {
  margin-left: 1.25rem;
}

@media screen and (min-width: 990px) {
  .products-details-image {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.products-details-image .big-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.products-details-image .big-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image object {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.products-details-image .big-image object * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image video {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.products-details-image .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5vw;
  height: 5vw;
  overflow: hidden;
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 990px) {
  .products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
    width: 13vw;
    height: 13vw;
  }
}
.products-details-image .thumbnails .video-thumbnail {
  background-color: black;
}

.products-details-description {
  padding-left: 2rem;
}

.static-faq .faq-search-wrapper {
  position: relative;
  padding: 1rem 1.25rem;
}
.static-faq .faq-search-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #9d9fa2;
}
.static-faq .faq-search-wrapper input[type=search] {
  position: relative;
  display: inline-block;
  width: 92%;
  height: 4rem;
  font-size: 100%;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 0 !important;
}
.static-faq .faq-search-wrapper button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  background-color: transparent;
}
.static-faq .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .question-wrapper .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  color: #090909;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .static-faq .question-wrapper .faq_question {
    font-size: 121%;
  }
}
.static-faq .question-wrapper .faq_question::before {
  position: absolute;
  display: none;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .question-wrapper .faq_answer {
  position: relative;
  display: none;
  line-height: 2;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
}
.static-faq .question-wrapper input {
  margin-bottom: 0.5rem;
}
.static-faq .question-wrapper input[type=submit] {
  padding: 0.5rem 1rem;
  background-color: #005ea7;
  color: white;
}
.static-faq .faqs {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1.64rem;
  padding: 1.25rem 0;
  text-align: left;
}
.static-faq .faqs .faq-section {
  margin: 2rem auto;
  list-style-type: none;
}
.static-faq .faqs .faq-section .faq_title {
  font-size: 1.12rem;
  cursor: pointer;
}
.static-faq .faqs .faq-section .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .faqs .faq-section .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  cursor: pointer;
}
.static-faq .faqs .faq-section .faq_question::before {
  position: absolute;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .faqs .faq-section .faq_answer {
  position: relative;
  display: none;
}
.static-faq .faqs .faq-section .inline-link {
  color: #005ea7 !important;
}
.static-faq .faqs .faq-section .inline-link:hover {
  text-decoration: underline !important;
}
.static-faq .faqs .faq-section .more-link {
  margin-left: 1rem;
  font-size: 121%;
  color: #005ea7;
  text-transform: uppercase;
}
.static-faq .faqs .faq-section:first-child {
  margin-top: 0;
}

.static-testimonials .testimonials-wrapper {
  background-image: none !important;
}
.static-testimonials .static-column {
  width: 100% !important;
}
.static-testimonials .testimonials_main_div {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div {
    position: relative;
    display: inline-block;
    width: 47%;
    height: 18em;
    margin: 1%;
    vertical-align: top;
    overflow: hidden;
  }
}
.static-testimonials .testimonials_main_div .testimonial-author-image {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonial-author-image {
    width: 22%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data {
    width: 65%;
    max-height: 17.5em;
    padding: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
  height: auto;
  font-style: italic;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
    max-height: 11em;
    margin-bottom: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-date {
  font-style: italic;
  color: #201f20;
}

.static-how-to-demo .how-to-demo {
  position: relative;
  padding: 1.64rem 1rem;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .static-column {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-how-to-demo .how-to-demo .static-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .static-column {
    display: inline-block !important;
    padding: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper {
  display: inline-block;
  /* width: 47%; */
  margin-bottom: 1rem;
  padding: 0 1rem;
  /*
  .how_to_demo_question::before {
  	position: absolute;
  	top: $padding-small/2;
  	left: 1.5*(-$padding-small);
  	//width: $padding-small/4;
  	//height: 100%;
  	width: $padding-small/2;
  	height: $padding-small/2;
  	border-radius: 50%;
  	background-color: $base-text;
  	//border-left: 5px solid #91929a;
  	//@extend .icon-bullet;
  	content: '';
  	//font-size: 200%;

  	@media screen and (max-width: 400px) {
  		//top: -50%;
  	}
  }
  */
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .question-wrapper {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 125%;
  cursor: pointer;
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question span {
  margin-right: 0.5rem;
}

.static-contact .page-title, .static-account .page-title {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}
.static-contact .page-description, .static-account .page-description {
  padding: 1rem;
  text-align: left;
  margin-bottom: 2.5rem;
}
.static-contact .contact-wrapper, .static-account .contact-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-contact .contact-wrapper *, .static-account .contact-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin-bottom: 2.5rem;
  padding: 2.2rem;
  background-color: #f4f4f4;
  color: #808285;
  vertical-align: top;
}
.static-contact .contact-wrapper .contact-card *, .static-account .contact-wrapper .contact-card *, .static-contact .contact-wrapper .blank-template-details *, .static-account .contact-wrapper .blank-template-details * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 31vw;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .contact-card .card-icon, .static-account .contact-wrapper .contact-card .card-icon, .static-contact .contact-wrapper .blank-template-details .card-icon, .static-account .contact-wrapper .blank-template-details .card-icon {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.static-contact .contact-wrapper .contact-card .card-icon span, .static-account .contact-wrapper .contact-card .card-icon span, .static-contact .contact-wrapper .blank-template-details .card-icon span, .static-account .contact-wrapper .blank-template-details .card-icon span {
  font-size: 400%;
}
.static-contact .contact-wrapper .contact-card .card-title, .static-account .contact-wrapper .contact-card .card-title, .static-contact .contact-wrapper .blank-template-details .card-title, .static-account .contact-wrapper .blank-template-details .card-title {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.static-contact .contact-wrapper .contact-card hr, .static-account .contact-wrapper .contact-card hr, .static-contact .contact-wrapper .blank-template-details hr, .static-account .contact-wrapper .blank-template-details hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto;
}
.static-contact .contact-wrapper .contact-card .notes, .static-account .contact-wrapper .contact-card .notes, .static-contact .contact-wrapper .blank-template-details .notes, .static-account .contact-wrapper .blank-template-details .notes {
  font-style: italic;
  text-align: center;
}
.static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  display: block;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 70vw;
    height: auto;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 35vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .blank-template-details .ball_type, .static-account .contact-wrapper .blank-template-details .ball_type {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .static-account .paragraph-30 {
    width: 98%;
    margin: 0.5rem auto;
  }
}
.static-account .account-details-card {
  margin: 0 auto;
  padding: 0.5rem;
  vertical-align: top;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
  line-height: 1.75;
}
.static-account .account-details-card .section-heading, .static-account .account-details-card .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .static-account .account-details-card .faq_title {
  margin-bottom: 1rem;
}
.static-account .account-card {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f4f4f4;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card {
    height: 50vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-account .account-card {
    width: 44%;
    height: 90vh;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-account .account-card {
    width: 44%;
    height: 40vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-account .account-card {
    width: 31%;
    height: 67vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-account .account-card {
    width: 30%;
    height: 35vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-account .account-card {
    width: 30%;
    height: 35vh;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-account .account-card {
    width: 30%;
    height: 31vh;
    margin: 1vw;
  }
}
.static-account .account-card hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto !important;
}
.static-account .account-card .card-content {
  height: 85%;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card .card-content {
    height: 85%;
  }
}
.static-account .account-card .card-content .myaccount-order-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-number {
  display: inline-block;
  width: 17%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-date {
  display: inline-block;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-status {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-my-design-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-design-card-date {
  display: inline-block;
  width: 30%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-my-design-card-title {
  display: inline-block;
  width: 64%;
}
.static-account .account-card .card-button {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .static-account .account-card .card-button {
    bottom: 0;
  }
}

.landing-page-section-content {
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  .landing-page-section-content .landing-page-section {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-section-content .landing-page-section {
    padding: 2vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-section-content .landing-page-section {
    padding: 3vh 11vw;
  }
}

.row-odd {
  background-color: #f4f4f4;
}

.row-even {
  background-color: #e6e7e8;
}

.product-details {
  position: relative;
  width: 100%;
  background-color: white;
}
.product-details .product-image-wrapper {
  display: inline-block;
  width: 44%;
  max-width: 50%;
  height: auto;
  padding: 1.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-image-wrapper .image-container {
  width: 100%;
}
.product-details .product-image-wrapper .product-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: auto;
}
.product-details .product-image-wrapper .product-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.product-details .product-image-wrapper .product-image img {
  width: auto;
  max-width: 85%;
  height: auto;
}
.product-details .product-description-wrapper {
  position: relative;
  display: inline-block;
  width: 49%;
  max-width: 50%;
  height: auto;
  background-color: white;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-description-wrapper .product-name {
  padding-bottom: 1.25rem;
  color: #005ea7;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description {
  padding: 0.625rem 0;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description .description-title {
  color: #005ea7;
}
.product-details .product-description-wrapper .product-price, .product-details .product-description-wrapper .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}
.product-details .product-description-wrapper .product-variation {
  display: inline-block;
  width: 47%;
  margin: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper .product-variation {
    width: 100%;
  }
}
.product-details .product-description-wrapper .product-variation select {
  width: 100%;
  border: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .form-field {
  margin: 1rem 0;
}
.product-details .product-description-wrapper .form-field input[type=submit] {
  padding: 0.5rem 1.64rem;
  background-color: #005ea7;
  font-size: 112%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-details .product-disclaimer {
  font-size: 80%;
}

.product-quantity {
  width: 60px;
}
@media screen and (min-width: 1300px) {
  .product-quantity {
    width: 60px;
  }
}

.product-price, .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}

.product-original-price {
  color: #414042 !important;
}

.customer-reviews .section-heading, .customer-reviews .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .customer-reviews .faq_title {
  color: #005ea7;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 98%;
  }
  .customer-reviews .paragraph-70 {
    width: 98%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}

.cart-page-container .locker_buttons, input[type=button], input[type=submit], .button, .medium-button, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .submit-button, .checkout, .button-green, .reset-button, .button-orange, .button-gray, #button_save_register, #button_saveas_register, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .button_div .button-forgot-password, .table-wrapper .button, .action_div .action_button {
  display: inline-block;
  min-width: 10rem;
  margin: 0.5rem auto;
  padding: 1rem 1rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cart-page-container .locker_buttons, input[type=button], input[type=submit], .button, .medium-button, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .submit-button, .checkout, .button-green, .reset-button, .button-orange, .button-gray, #button_save_register, #button_saveas_register, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .button_div .button-forgot-password, .table-wrapper .button, .action_div .action_button {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.cart-page-container .locker_buttons:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover, .medium-button:hover, .continue-button:hover, .continue-shopping:hover, #button_save:hover, #button_save_login:hover, #button_saveas_save:hover, #button_saveas_login:hover, .button-blue:hover, .cancel-button:hover, #button_save_cancel:hover, #button_saveas_cancel:hover, .button-red:hover, .submit-button:hover, .checkout:hover, .button-green:hover, .reset-button:hover, .button-orange:hover, .button-gray:hover, #button_save_register:hover, #button_saveas_register:hover, .two-column-wrapper #user_login input[type=submit]:hover, .two-column-wrapper #user_registration input[type=submit]:hover, .two-column-wrapper .column-1 input[type=submit]:hover, .two-column-wrapper .column-2 input[type=submit]:hover, .two-column-wrapper #user_login .forgot-password-link:hover, .two-column-wrapper #user_registration .forgot-password-link:hover, .two-column-wrapper .column-1 .forgot-password-link:hover, .two-column-wrapper .column-2 .forgot-password-link:hover, .two-column-wrapper #user_login .button_div .button-login input[type=submit]:hover, .two-column-wrapper #user_login .button_div .button-forgot-password:hover, .action_div .action_button:hover {
  background-color: #002855;
  color: white;
}

.continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue {
  background-color: #005ea7;
  color: white;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red {
  background-color: #e74c3c;
  color: white;
}

.submit-button {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.checkout, .button-green {
  background-color: #2ecc71;
  color: white;
}

.small-button {
  display: inline-block;
  min-width: 2rem !important;
  margin: auto;
  padding: 0.5rem !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}

.checkout {
  float: right;
}

.continue-shopping {
  margin-left: 0;
}

.reset-button, .button-orange {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.button-gray {
  background-color: #bdc3c7;
  color: #8a8a8f;
}

#button_save_register, #button_saveas_register, .button-green {
  background-color: #2ecc71;
  color: white;
}

.color-green {
  color: #2ecc71;
}

.green-bg {
  background-color: #2ecc71;
}

.button-orange {
  background-color: #f48e30;
}

.button-blue {
  background-color: #005ea7;
  color: white;
}

.button-white {
  background-color: white;
  border: 1px solid #005ea7;
  color: #005ea7;
}

.button-black {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.button-black:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}

.button-orange-2 {
  background-color: #f48e30;
  color: white;
  border: 1px solid #f48e30;
}
.button-orange-2:hover {
  background-color: #002855;
  border: 1px solid #002855;
  color: white !important;
}

.approved {
  background-color: #CAFFCA !important;
}

.waiting_for_approval {
  background-color: #FFFFCA !important;
}

.order_printed {
  background-color: rgba(255, 205, 180, 0.4) !important;
}

.revise_artwork {
  background-color: #FAAAAA !important;
}

.ptc_attention_needed, .mab_attention_needed, .expert_review_in_progress {
  background-color: #ADD8E6 !important;
}

.all_accessories {
  background-color: #ffe6ff !important;
}

.button-disabled {
  background-color: #bdc3c7;
  color: white;
}
.button-disabled:hover {
  background-color: #bdc3c7;
}

.div-section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.two-column-wrapper {
  position: relative;
  display: block;
}
.two-column-wrapper .contact-label {
  font-size: 1.12rem;
}
.two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: auto 1%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.two-column-wrapper #user_login .form-field, .two-column-wrapper #user_registration .form-field, .two-column-wrapper .column-1 .form-field, .two-column-wrapper .column-2 .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit] {
  margin-right: 0.5rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link {
  background-color: #f48e30;
}
.two-column-wrapper #user_login .button_div {
  display: inline-block;
  width: 100%;
}
.two-column-wrapper #user_login .button_div .button-login input[type=submit] {
  min-width: 1rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password {
  min-width: 1rem;
  width: auto;
  padding: 0;
  background-color: transparent;
  letter-spacing: 1px;
}
.two-column-wrapper #user_login .button_div .button-forgot-password:hover {
  background-color: transparent !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password .forgot-password-link {
  background-color: transparent;
}
.two-column-wrapper #register_option {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.two-column-wrapper #register_option * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 801px) {
  .two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
    display: block;
    width: 85%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    width: 60%;
  }
  .two-column-wrapper #register_option #member_image img, .two-column-wrapper #register_option #photographer_image img {
    max-width: 100%;
  }
}
.two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background-color: #e6e7e8;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
    display: none;
  }
}

.extra-interests {
  position: relative;
  display: block;
  padding-top: 2.2vh;
  padding-bottom: 2.2vh;
  text-align: center;
}
.extra-interests .caption {
  margin-bottom: 1rem;
  font-size: 112%;
  text-transform: uppercase;
}
.extra-interests .section-heading, .extra-interests .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .extra-interests .faq_title {
  text-transform: capitalize;
}
.extra-interests .carousel-wrapper, .extra-interests .image-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0;
  overflow: hidden;
}
.extra-interests .category-images {
  position: relative;
  display: inline-block;
  width: auto;
  height: 42vh;
  overflow: hidden;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images {
    height: 50vh;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images {
    height: 80vh;
  }
}
.extra-interests .category-images .category-image {
  position: relative;
  display: inline-block;
  width: 22vw;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images .category-image {
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
.extra-interests .category-images .category-image .item-image {
  display: inline-block;
  width: 100%;
  height: 22vh;
  margin-right: 2vw;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image .item-image {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.extra-interests .category-images .category-image .item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20vh;
}
.extra-interests .category-images .category-image .item-title {
  display: block;
  width: 100%;
  text-align: center;
}
.extra-interests .category-images .category-image .button-blue {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: no-wrap;
}

.table-wrapper {
  margin: 0;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 980px) {
  .table-wrapper {
    padding: 0.5rem 0;
  }
}
.table-wrapper table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  text-align: center;
}
.table-wrapper table thead {
  background-color: #dbdfe1;
}
.table-wrapper table tr {
  width: 100%;
}
.table-wrapper table tr th, .table-wrapper table tr td {
  padding: 0.25rem;
  border-collapse: collapse;
  vertical-align: top;
}
.table-wrapper table tr:nth-child(even) {
  background-color: #fafafb;
}
.table-wrapper table tr:last-child {
  background-color: #dbdfe1;
}
.table-wrapper table .sr {
  width: 8vw;
}
.table-wrapper table .thumbnail {
  width: 22vw;
}
.table-wrapper table .thumbnail a {
  display: inline-block;
}
.table-wrapper table .thumbnail img {
  width: 90%;
  height: auto;
}
.table-wrapper table .product-name {
  width: 44vw;
  vertical-align: top;
}
.table-wrapper table .quantity {
  width: 10vw;
  vertical-align: top;
}
@media screen and (min-width: 1500px) {
  .table-wrapper table .quantity {
    width: 6vw;
  }
}
.table-wrapper table .quantity input[type=number] {
  width: 90%;
  padding: 0.25rem;
}
.table-wrapper table .total {
  width: 15vw;
}
.table-wrapper table .order-head {
  width: 60vw;
  text-align: right;
}
.table-wrapper table .order-cost {
  width: 40vw;
}
@media only screen and (max-width: 980px) {
  .table-wrapper table {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .table-wrapper table thead {
    display: none;
  }
  .table-wrapper table tbody {
    display: block;
  }
  .table-wrapper table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0;
    border: 0;
  }
  .table-wrapper table td {
    position: relative;
    display: block;
    width: 100% !important;
    padding-left: 50% !important;
    line-height: 2;
    text-align: left;
    border-left: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
  }
  .table-wrapper table td:first-child {
    border-top: 1px solid #bdc3c7;
  }
  .table-wrapper table td::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 1rem;
    content: attr(data-title);
    background-color: #808c93;
    color: white;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
.table-wrapper .button {
  margin: 0.25rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 800px) {
  .table-wrapper .button {
    width: 100%;
    margin: 0.25rem 0;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 801px) {
  .table-wrapper .button {
    font-size: 80%;
  }
}
.table-wrapper .continue-button {
  background-color: #005ea7;
  color: white;
}

.cart-common-div {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 114%;
  text-transform: uppercase;
}
.cart-common-div .cart-common-div-title {
  display: inline-block;
  width: 40%;
  margin-right: 8%;
  color: #545e64;
  text-align: left;
}
.cart-common-div .cart-common-div-value {
  display: inline-block;
  width: 42%;
  margin: auto 0.5rem;
  color: #005ea7;
  text-align: left;
}
.invisible-form-fields {
  position: relatvie;
  display: block;
  width: 100%;
}

.invisible {
  display: inline-block !important;
  width: 1rem !important;
  margin-right: 0.25rem;
  opacity: 0;
}

.date_pending {
  background-color: #f9c391 !important;
}

.html_dropdown_select {
  display: none;
}

.html_dropdown_div, .html_dropdown_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
}

.html_dropdown_option_div, .html_dropdown_selected_option_div, .html_dropdown_option_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.html_dropdown_button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 100% !important;
  z-index: 9999;
}
.html_dropdown_button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.html_dropdown_options_list {
  position: absolute;
  display: none;
  width: 100% !important;
  height: 9em;
  padding: 0.25rem;
  margin-top: -0.25rem;
  background-color: white;
  border: 1px solid #eeeeee;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: scroll;
}

.html_dropdown_div_hover > .html_dropdown_options_list {
  display: block;
}

#photographerorder-form [class*=button-] {
  margin: 0.5rem auto;
}

.upload_photographer_form {
  position: relative;
  display: block;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry {
  position: relative;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry .photographer_products, .upload_photographer_form .upload_photographer_entry .photographer_orientation, .upload_photographer_form .upload_photographer_entry .photographer_panel, .upload_photographer_form .upload_photographer_entry .close_photographer, .upload_photographer_form .upload_photographer_entry .photographer_bulk_image {
  margin: 0.5rem auto;
}
.upload_photographer_form .upload_photographer_entry:nth-child(odd) {
  background-color: #f4f4f4;
}
.upload_photographer_form .upload_photographer_entry:nth-child(even) {
  background-color: #e6e7e8;
}
.upload_photographer_form .icon-yes {
  color: #2ecc71;
  margin-right: 0.5rem;
}
.upload_photographer_form .icon-no {
  color: black;
}
.upload_photographer_form .confirm_bg {
  background-color: #ed7669 !important;
  color: white;
}

.checkout-step {
  display: none;
}
.checkout-step:first-child {
  display: block;
}
.checkout-step .input-with-button {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.checkout-step .input-with-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkout-step .input-with-button input[type=text] {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.checkout-step .input-with-button input[type=button] {
  display: inline-block;
  width: 40%;
  min-width: auto !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c6c6c6;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .checkout-step #shipping-info-form .paragraph-50, .checkout-step #billing_details_form .paragraph-50 {
    width: 100%;
  }
}

.step {
  display: block;
  border-bottom: 1px solid #bdc3c7;
}
@media screen and (max-width: 980px) {
  .step {
    display: none;
  }
  .step:first-child {
    display: block;
  }
}
.step .radio-image {
  position: relative;
  display: inline-block;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .step .radio-image {
    width: 40% !important;
    margin-left: -0.25rem;
  }
}
@media screen and (max-width: 750px) {
  .step .step-title {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-title {
    display: inline-block;
    width: 47% !important;
  }
}
@media screen and (max-width: 750px) {
  .step .step-explanation {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-explanation {
    display: inline-block;
    width: 47% !important;
  }
}

.step-buttons {
  display: inline-block !important;
}
@media screen and (max-width: 980px) {
  .step-buttons {
    display: none !important;
  }
}

.step-buttons-mobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .step-buttons-mobile {
    display: block !important;
  }
  .step-buttons-mobile button {
    margin-bottom: 0.5rem;
  }
}
.step-buttons-mobile .prev-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.step-buttons-mobile .next-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: right;
}
.step-buttons-mobile .step-icon {
  margin: auto 0.25rem;
  cursor: pointer;
}
.step-buttons-mobile .step-head {
  color: #414042;
  text-decoration: underline;
  cursor: pointer;
}
.step-buttons-mobile .step-navigation {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.step-buttons-mobile .step-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-form-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.supereasy-form-wrapper hr {
  border-top: 1px solid #91929a;
}
.supereasy-form-wrapper .step-buttons-mobile {
  padding: 1rem 0;
}
.supereasy-form-wrapper .section-content, .supereasy-form-wrapper .static-page .section-content-landing-page, .static-page .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-faq .section-content-landing-page, .static-faq .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-testimonials .section-content-landing-page, .static-testimonials .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-how-to-demo .section-content-landing-page, .static-how-to-demo .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-contact .section-content-landing-page, .static-contact .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-account .section-content-landing-page, .static-account .supereasy-form-wrapper .section-content-landing-page {
  background-color: transparent;
}
.supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
  border: 0 !important;
}
@media screen and (max-width: 980px) {
  .supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
    background-color: white;
  }
}
.supereasy-form-wrapper .step:nth-child(odd), .supereasy-form-wrapper .static-page:nth-child(odd) {
  position: relative;
  background-color: white;
}
.supereasy-form-wrapper .step:nth-child(even), .supereasy-form-wrapper .static-page:nth-child(even) {
  background-color: #dfefff;
}
.supereasy-form-wrapper .supereasy-section-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .supereasy-section-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .step-title {
  width: 100% !important;
  text-align: center;
  text-transform: initial;
}
.supereasy-form-wrapper .step-title .section-heading, .supereasy-form-wrapper .step-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .step-title .faq_title {
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .step-explanation {
  width: 100% !important;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 112%;
}
.supereasy-form-wrapper .step-explanation ul {
  margin: 1rem auto;
  padding: 0;
  list-style-type: none;
}
.supereasy-form-wrapper .step-explanation .note {
  font-size: 90% !important;
}
.supereasy-form-wrapper .supereasy-subsection-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
}
.supereasy-form-wrapper .supereasy-subsection-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-subsection-title .section-heading, .supereasy-form-wrapper .supereasy-subsection-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .supereasy-subsection-title .faq_title {
  color: black !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .supereasy-category-images {
  position: relative;
}
.supereasy-form-wrapper .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .category-images .category-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 44%;
  height: 100%;
  margin: auto 0.5rem;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 30%;
  }
}
@media screen and (min-width: 751px) and (max-width: 992px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 23%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 22%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1899px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    max-width: 15%;
  }
}
@media screen and (min-width: 1900px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 16%;
        -ms-flex: 16%;
            flex: 16%;
    max-width: 15%;
  }
}
.supereasy-form-wrapper .category-images .category-image .selected {
  border: 1px solid #005ea7;
}
.supereasy-form-wrapper .category-images .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.supereasy-form-wrapper .category-images .category-image input[type=radio] {
  display: none;
}
.supereasy-form-wrapper .category-images .category-image .teamColorPicker_image {
  width: 4vw;
  height: 4vw;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_list_div {
  display: inline-block;
  width: 10%;
  position: relative;
  text-align: center;
  margin: 5px 5px 5px 5px;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_element_image {
  display: inline-block;
  width: 100%;
  height: auto;
}
.supereasy-form-wrapper .category-images .category-image:hover img.background_element_image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99 !important;
}
.supereasy-form-wrapper .supereasy-navigation {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  top: 50%;
  margin-top: -1vw;
  text-align: center;
}
.supereasy-form-wrapper .supereasy-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-navigation .text-center {
  position: relative;
  width: 50%;
  height: 100%;
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
  top: 0;
  margin-top: 0 !important;
  font-size: 1.5vw;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow {
  left: 0;
  margin-left: 0;
}
.supereasy-form-wrapper .supereasy-navigation .right-arrow {
  right: 0;
  margin-right: 0;
}
.supereasy-form-wrapper .text_input {
  height: 130px;
}
.supereasy-form-wrapper .small-color-blocks {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .small-color-blocks * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .small-color-blocks .color-block {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 4vw;
  height: 4vw;
  margin: 0.13rem !important;
  border: 1px solid #bdc3c7;
}
.supereasy-form-wrapper .small-color-blocks .color-block * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .supereasy-form-wrapper .small-color-blocks .color-block {
    width: 9vw;
    height: 9vw;
  }
}
.supereasy-form-wrapper .small-color-blocks .color-block img {
  width: 100%;
  height: 100%;
}
.supereasy-form-wrapper .small-color-blocks .color-block .teamColorSelected {
  font-size: 200%;
}
.supereasy-form-wrapper .icon-edit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-edit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .icon-close, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn, .supereasy-form-wrapper .instruction-modal .modal-details .close, .instruction-modal .modal-details .supereasy-form-wrapper .close {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-close *, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn *, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn *, .supereasy-form-wrapper .instruction-modal .modal-details .close *, .instruction-modal .modal-details .supereasy-form-wrapper .close * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-background {
  position: relative;
  background-color: white;
}
.supereasy-background .supereasy-background-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-background .supereasy-background-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .supereasy-background-images div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}
.supereasy-background .supereasy-background-images div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .supereasy-background .supereasy-background-images div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0.5rem auto;
  }
}
.supereasy-background .supereasy-background-images div input[type=radio] {
  margin: auto 0.5rem;
}
.supereasy-background .supereasy-background-images div .background_element_image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
}
.supereasy-background .supereasy-background-images div .background_element_image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .team-colors-selection-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-background .team-colors-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 981px) {
  .supereasy-background .team-colors-selection-wrapper {
    background-color: #f4f4f6;
  }
}
.supereasy-background .team-colors-selection-wrapper .small-color-blocks {
  margin: 1.25rem auto;
}

.supereasy-user-image {
  position: relative;
  background-color: white;
}
.supereasy-user-image .bsns_upload_plugin_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 1rem auto;
}
.supereasy-user-image .bsns_upload_plugin_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  .supereasy-user-image .bsns_upload_plugin_div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
}
.supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
  position: relative;
  width: auto;
  max-width: 30%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
    width: 100%;
    max-width: 100%;
  }
}
.supereasy-user-image .bsns_upload_plugin_div .help-block {
  position: relative;
  width: auto;
  text-align: left;
  margin: auto 0.5rem;
  padding: 0 !important;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div .help-block {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.supereasy-user-image .panel-user-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.supereasy-user-image .panel-user-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-image .add_options {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #9d9fa2;
  overflow: hidden;
}
.supereasy-user-image .add_options * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .add_options {
    width: 44vw;
    height: 44vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .supereasy-user-image .add_options {
    width: 30vw;
    height: 30vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .supereasy-user-image .add_options {
    width: 15vw;
    height: 15vw;
    margin: 1vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .supereasy-user-image .add_options {
    width: 13vw;
    height: 13vw;
    margin: 1vw !important;
  }
}
.supereasy-user-image .add_options img {
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supereasy-user-text {
  background-color: #f4f4f6;
}
.supereasy-user-text .font-selection-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-user-text .font-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .font-selection-wrapper .fonts_list {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 121%;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .supereasy-user-text .font-selection-wrapper .fonts_list {
    font-size: 150% !important;
  }
}
.supereasy-user-text .font-selection-wrapper .html_dropdown_div {
  position: relative;
}
.supereasy-user-text .small-color-blocks {
  margin: 1.25rem auto;
}
.supereasy-user-text input[type=button] {
  width: auto !important;
  margin-bottom: 4rem;
}
.supereasy-user-text .panel-user-text {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-user-text .panel-user-text * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .add_options {
  position: relative;
  display: inline-block;
  margin: 0.25rem;
  text-align: left;
  border: 1px solid #9d9fa2;
}
@media screen and (max-width: 750px) {
  .supereasy-user-text .add_options {
    width: 100% !important;
  }
}
.supereasy-user-text .userTextImage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 130px;
}
@media screen and (max-width: 550px) {
  .supereasy-user-text .userTextImage {
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .supereasy-user-text .userTextImage {
    max-height: 80px;
  }
}

.supereasy-clipart {
  background-color: white;
}
.supereasy-clipart .category-image {
  max-width: 13% !important;
}
.supereasy-clipart .category-image img {
  max-width: 90%;
  max-height: 90%;
}
.supereasy-clipart .panel-selected-clipart-list {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 1rem 0;
}
.supereasy-clipart .panel-selected-clipart-list * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-clipart .selected_clipart_list_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  min-width: 6%;
  max-width: 8%;
  height: auto;
  margin: 0.25rem auto !important;
  border: 1px solid #9d9fa2;
}
.supereasy-clipart .selected_clipart_list_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-clipart .selected_clipart_list_div {
    max-width: 10%;
  }
}
.supereasy-clipart .selected_clipart_list_div img {
  width: 100%;
  height: auto;
}

.supereasy-comment {
  background-color: #f4f4f6;
}
.supereasy-comment .add-to-cart-button {
  padding: 0.5rem 0;
  font-size: 120% !important;
}
.supereasy-comment .back_next_div {
  position: relative;
  font-size: 150%;
  cursor: pointer;
}
.supereasy-comment .back_next_div [class*=icon-] {
  font-size: 121%;
  color: #f48e30;
  margin: auto 0.5rem;
}

.panel_class {
  display: none;
}
.panel_class:first-child {
  display: block;
}
.panel_class .step .paragraph-element {
  vertical-align: top;
}
.panel_class .sample-design-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  text-align: center;
}
.panel_class .sample-design-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .panel_class .sample-design-image img {
    width: 40%;
  }
}

.back_next_div {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem;
}
.back_next_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.back_next_div .paragraph-element {
  vertical-align: bottom !important;
}
.back_next_div .text-center .step-head, .back_next_div .navigation-div .step-head {
  margin: auto 0.125rem;
  padding: 1rem;
}
.back_next_div .back-div, .back_next_div .next-div {
  display: inline-block;
  width: 44%;
  max-width: 49%;
  overflow: hidden;
}
.back_next_div .back-div .step-head, .back_next_div .next-div .step-head {
  margin: auto 0.125rem;
}
.back_next_div .back-div {
  float: left;
  text-align: right;
}
.back_next_div .next-div {
  float: right;
  text-align: left;
}
.back_next_div .left-arrow, .back_next_div .right-arrow {
  display: inline-block !important;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
}

.payment-detail-list hr {
  margin: 0.5rem 0;
  border-top: 1px solid #bdc3c7;
}

@media screen and (max-width: 800px) {
  .buttons [class*=button-] {
    margin: 0.25rem auto;
  }
}

.form-group .paragraph-row {
  margin: 0 !important;
}

.associated-accessory-details-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 33vh;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 35vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 981px) and (max-width: 1499px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1901px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.associated-accessory-details-carousel .image-container {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container #interests {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container #interests * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1900px) {
  .associated-accessory-details-carousel .image-container #interests {
    display: inline-block;
    text-align: center;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card {
  position: relative;
  width: 100%;
  height: 92%;
  max-height: 94%;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 46%;
    height: 96%;
    margin: 2% auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 30vw;
    margin: 3% auto !important;
  }
  .associated-accessory-details-carousel .image-container .associated-accessory-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 30vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 24vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 18vw;
    margin: 1% 2vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 1361px) and (max-width: 2000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 2001px) and (max-width: 2999px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 3000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 11vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 64%;
  background-color: #f2f2f2;
  overflow: hidden;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon .icon-info {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon .icon-cart {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2rem;
  color: #a7a6a8 !important;
  font-size: 1rem !important;
  vertical-align: top;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons div {
  display: inline-block;
  width: 44%;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .black .icon-info {
  color: #a7a6a8 !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.76);
  font-size: 80%;
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35%;
  padding: 0.5rem;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto !important;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3 !important;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name *, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
    font-size: 3.1vh;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 1.65rem;
  margin: 0.25rem auto;
  overflow: hidden;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-price {
  position: relative;
  font-size: 1rem;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .undiscounted-price {
  margin-right: 1rem;
  color: #e74c3c;
  text-decoration: line-through;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons {
  position: relative;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart-plus, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .design-now-button {
  padding: 0 0.5rem;
  border: 1px solid #005ea7;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.discount-codes-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}
.discount-codes-wrapper .form-field {
  width: 100%;
  margin-bottom: 1rem;
}
.discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
  display: inline-block;
  width: 47%;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
    width: 100%;
  }
}
.discount-codes-wrapper .form-field input[type=text] {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text] {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.discount-codes-wrapper .form-field input[type=submit] {
  background-color: #005ea7;
  color: white;
  text-transform: uppercase;
}

.db_list .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.pagination {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  text-align: center;
}
.pagination .group {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}
.pagination .group span {
  margin: auto 0.5rem;
  padding: 0.5rem 0.5rem;
}
.pagination .group .active-page {
  background-color: #005ea7;
  color: white;
}

.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.instruction-modal {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .instruction-modal {
    padding-top: 40px;
  }
}
.instruction-modal .modal-details {
  position: absolute;
  display: inline-block;
  width: 80vw;
  height: auto;
  max-height: 76vh;
  top: 50%;
  left: 50%;
  margin-top: -36vh;
  margin-left: -40vw;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9999;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  .instruction-modal .modal-details {
    padding: 0.5rem;
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details {
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media screen and (min-width: 1201px) {
  .instruction-modal .modal-details {
    width: 60vw;
    margin-left: -30vw;
  }
}
.instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .close {
  position: absolute;
  display: inline-block;
  font-size: 150%;
  color: #bdc3c7;
  top: 0.25rem;
  right: 0.25rem;
  width: 2rem;
  height: 2rem;
  z-index: 99999;
}
.instruction-modal .modal-details .modal-heading {
  text-transform: uppercase;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .instruction {
  color: #bdc3c7;
}
.instruction-modal .modal-details .carousel-wrapper {
  width: 100%;
  height: 40vh;
  margin-bottom: 1vh;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .carousel-wrapper .left-arrow, .instruction-modal .modal-details .carousel-wrapper .right-arrow {
    display: none;
  }
}
.instruction-modal .modal-details .carousel-wrapper .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  right: 0vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: auto;
  height: 100%;
  text-align: left;
  overflow-x: auto;
  z-index: 999;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images .category-image {
  width: auto;
  max-width: 22vw;
  height: auto;
  margin: auto 0.5rem;
}
.instruction-modal .modal-details .review_rating {
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.instruction-modal .modal-details .review_rating .page_heading {
  text-transform: uppercase;
  font-size: 150%;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .review_rating .seperator_heading {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #f4f4f6;
}
.instruction-modal .modal-details .review_rating .average_rating_stars {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search .sort {
  position: relative;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  padding: 0.5rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .sort {
    width: 100%;
    margin-right: 0;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
  position: relative;
  display: inline-block;
  width: 65%;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
    width: 100%;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper input[type=search], .instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search {
  float: left;
  width: 94%;
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  z-index: 1;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem;
  width: 2.2rem;
  height: 100%;
  z-index: 99;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .search-results {
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a {
  display: inline-block;
  margin: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list {
  padding: 0.5rem;
  border: 1px solid #bdc3c7;
  border-radius: 0.125rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list:hover {
  background-color: #2ecc71;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    position: relative;
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 20vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 15vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1501px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 11vw;
    margin: auto !important;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .reliability_list .voting_subject {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-right: 1%;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
    width: 15%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image img {
  width: 100%;
  height: auto;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
  position: relative;
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
    width: 80%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_name {
  display: block;
  font-size: 112%;
  color: #005ea7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_location {
  display: block;
  font-size: 92%;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
    width: 44%;
    margin-right: 2%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .rating_stars {
  width: 100%;
  text-align: center;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .reviewed_date {
  font-style: italic;
  color: #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
  width: 100%;
  font-size: 112%;
  color: #005ea7;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
    width: 60%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
  width: 100%;
  font-size: 92%;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .instruction-modal .modal-details .sort .paragraph-50 {
    width: 100%;
    margin: 0.25rem auto;
  }
}

#terms_n_conditions .modal-details {
  overflow: initial !important;
}
#terms_n_conditions .modal-details .form-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 65vh;
  padding: 0.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  #terms_n_conditions .modal-details .form-wrapper {
    max-height: 56vh;
  }
}

#understand_window .message_div ul {
  font-size: 112%;
}
@media screen and (min-width: 1900px) {
  #understand_window .message_div ul {
    font-size: 121%;
  }
}
#understand_window .message_div ul li {
  margin-bottom: 0.5rem;
}

#confirm_msg {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#confirm_msg * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#confirm_msg .msg-icon {
  font-size: 400%;
  color: black;
}
#confirm_msg .msg-title {
  color: black;
}
#confirm_msg .msg-body {
  color: #bdc3c7;
}

#emailer_popup .modal-details {
  background-color: #e6e7e8;
  overflow: initial !important;
}
@media screen and (orientation: portrait) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
    overflow-y: auto !important;
  }
}
@media screen and (min-width: 1300px) {
  #emailer_popup .modal-details {
    width: 40vw;
    height: auto;
    max-height: 40vw;
    top: 50%;
    left: 50%;
    margin-top: -20vw;
    margin-left: -20vw;
    overflow-y: auto;
  }
}
#emailer_popup .modal-details .modal-content {
  padding: 2vh 2vw;
}
@media screen and (max-width: 750px) {
  #emailer_popup .modal-details .modal-content {
    padding: 0;
  }
}
#emailer_popup .modal-details .modal-content .paragraph-image {
  max-width: 66%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1, #emailer_popup .modal-details .modal-content .paragraph-h4 {
  margin: 0.5rem auto;
  color: #005ea7;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1 strong, #emailer_popup .modal-details .modal-content .paragraph-h4 strong {
  font-weight: 900 !important;
}
#emailer_popup .modal-details .modal-content .emailer-form {
  width: 100%;
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-column * {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-element {
    margin: 0.25rem auto !important;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
  width: 63%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
  width: 35%;
  margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column .medium-button {
  width: 100%;
  margin: auto;
  padding: 0.5rem 1rem !important;
  background-color: #f48e30;
  border: 1px solid #f48e30;
}
#emailer_popup .modal-details .modal-content .email_popup_fine_print {
  font-size: 90%;
  font-style: italic;
}
#emailer_popup .modal-details .modal-content .no-thanks a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #emailer_popup .paragraph-row {
    margin: 0.5rem 0;
  }
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 48%;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper ul, #emailer_popup .emailer-image-wrapper ul {
    margin: 2rem 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper {
    width: 38% !important;
  }
  #emailer_popup .emailer-image-wrapper {
    width: 58% !important;
  }
}
#emailer_popup .emailer-header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto;
  font-style: italic;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-header .paragraph-h2, #emailer_popup .emailer-header .paragraph-h4 {
  font-family: "montserrat-black", sans-serif !important;
}
#emailer_popup .emailer-desc {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-form {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#emailer_popup .emailer-form .form-field {
  text-align: center;
}
#emailer_popup .emailer-form .form-field button {
  width: 100%;
}
#emailer_popup .emailer-form .form-field button:hover {
  background-color: #005ea7;
  border-color: #005ea7;
  color: white;
}

@media screen and (min-width: 1350px) {
  #designtool_popup .modal-details {
    max-width: 60vw;
  }
  #designtool_popup .modal-details .paragraph-20 {
    width: 28% !important;
  }
}

@media screen and (max-width: 980px) {
  .regular-form-wrapper {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .regular-form-wrapper {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .mobile-form-wrapper {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .mobile-form-wrapper {
    display: none;
  }
}

.text_element {
  position: absolute;
  display: inline-block;
  cursor: text;
  line-height: 1.2;
  white-space: nowrap;
}

.landing-page-2020 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page-2020 .landing-page-graybg {
  background-color: #f4f4f6;
}
.landing-page-2020 .landing-page-section-content {
  position: relative;
  width: 100%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0;
}
.landing-page-2020 .landing-page-section-content .landing-page-section * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  width: 50%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
    max-width: 66%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    width: 100%;
    max-width: 100%;
  }
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right .paragraph-h1 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 11vw !important;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 11vw !important;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
  position: relative;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 34%;
        -ms-flex: 34%;
            flex: 34%;
    max-width: 34%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    width: 100%;
    max-width: 100%;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-padding {
  padding: 2vh 2vw;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h5, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h2, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h3, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h4 {
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.3 !important;
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 799px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section ul {
    margin-left: 1rem;
    margin-top: 2rem;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul li {
  margin-bottom: 1.5rem;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-orange {
  background-color: #f48e30;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-blue {
  background-color: #005ea7;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .wide-button {
  padding: 1rem 3rem;
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    width: 100%;
    max-width: 100vw;
    padding: 4rem 1rem;
  }
  .landing-page-2020 .landing-page-section-content .testimonials .testimonial-bg-mobile {
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 6vh 11vw;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 6vh 11vw;
  }
}
.landing-page-2020 .landing-page-blue-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_blue.jpg");
  color: white;
}
.landing-page-2020 .landing-page-gray-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_gray.jpg");
  color: white;
}
.landing-page-2020 .button-green {
  background-color: #2ecc71 !important;
  color: white;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 15%;
  height: auto;
  margin: auto;
  vertical-align: top;
}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-thumbnail video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

.floating-button {
  position: fixed;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 2%;
  right: 2%;
  width: 5rem;
  height: 5rem;
  min-width: 5rem !important;
  border-radius: 50%;
  background-color: #005ea7;
  color: white;
  z-index: 999999999;
}
.floating-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.floating-button a, .floating-button a:hover {
  text-decoration: none;
}
.floating-button .icon-cart {
  margin: auto !important;
}

.help-label {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 80%;
}

.ecard-buttons {
  position: relative;
  width: 100%;
}
.ecard-buttons .ecard-button {
  display: inline-block;
  width: 49%;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button {
    width: 100%;
    padding: 1% 2%;
  }
}
.ecard-buttons .ecard-button:first-child {
  margin-right: 1%;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button:first-child {
    margin-right: 0%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button .ecard-button-div {
    width: 100%;
    text-align: center;
  }
}
.ecard-buttons #ecard_template_email_div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .ecard-buttons #ecard_template_email_div {
    text-align: right;
  }
}
.ecard-buttons .ecard_email_field {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
@media screen and (min-width: 980px) {
  .ecard-buttons .ecard_email_field {
    width: 400px !important;
  }
}
.ecard-buttons .ecard_email_field_button {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 801px) {
  .ecard-buttons .ecard_email_field_button {
    width: auto !important;
  }
}
.ecard-buttons .ecard_email_field_button input[type=button] {
  margin-top: 0 !important;
}

.baseball_softball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASEBALL.SOFTBALL.3D.png") no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.basketball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASKETBALL.3D.png") no-repeat center top;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.football_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/FOOTBALL.3D.png") no-repeat bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hockeypuck_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/HOCKEY.3D.png") no-repeat left bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.soccer_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/SOCCER.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.volleyball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/VOLLEYBALL.3D.png") no-repeat center;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.rugby_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/RUGBY.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.action_div {
  position: relative;
  display: block;
  width: 100%;
  margin: 1vh 0 0.5rem 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .action_div .action_button {
    width: 30%;
    margin-right: 4%;
  }
}
.action_div .action_button a:hover {
  text-decoration: none;
}
.action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
  width: 22%;
  margin: auto 1.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 26%;
    margin: auto 0.5rem;
    font-size: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 981px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 17%;
    font-size: 100%;
  }
  .action_div .green_gradient span, .action_div .blue_gradient span, .action_div .yellow_gradient span {
    margin: auto 0.25rem;
  }
}
.action_div .blue_gradient {
  background-color: #005ea7;
}
.action_div .yellow_gradient {
  background-color: #e74c3c;
}
.action_div .green_gradient {
  background-color: #2ecc71;
}
.action_div .green_gradient:hover {
  background-color: #2ecc71;
}

#loading {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
#loading .loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 22rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
#loading .loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #loading .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #loading .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  #loading .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  #loading .loading_div {
    width: 30%;
  }
}
#loading .loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
#loading .loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#loading .loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#loading .loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}
#loading .loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}
@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 8rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  .loading_div {
    width: 30%;
  }
}

.loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
.loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}

.loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}

@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
X3D, x3d {
  width: 100vw !important;
  height: 65vh !important;
  position: relative !important;
  margin: auto !important;
  padding: 0 10vw;
  float: none !important;
  border: 0 !important;
}

#flat_panel_div_id {
  display: none;
  width: 100vw;
  height: 65vh;
  position: relative;
  padding: 0 10vw;
}

.panel_images {
  width: auto;
  max-width: 44%;
  height: auto;
  max-height: 94%;
  position: relative;
  display: inline-block;
  margin: auto;
}

.preview_3d_div {
  display: block;
  width: 90vw;
  height: 70vh;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 5vw;
}

#adjust_screen_height_width {
  z-index: 99999999999;
}

.preview_text_3d {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 90%;
  height: auto;
  margin: 0.5em 5%;
  padding: 0.5em;
  font-size: 121%;
  text-align: center;
}
.preview_text_3d div {
  margin: 0.5rem auto;
}

.order-review-form {
  position: relative;
}
@media screen and (max-width: 992px) {
  .order-review-form .paragraph-column {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .section-heading, .order-review-form .paragraph-column .paragraph-element .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .paragraph-column .paragraph-element .faq_title {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .form-field {
    width: 100%;
  }
}
.order-review-form .order_uploaded_image {
  margin-left: 0 !important;
}
.order-review-form .section-heading, .order-review-form .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .faq_title {
  margin-left: 0 !important;
  font-size: 1rem;
  color: #414042;
}
.order-review-form .reviews-wrapper .stars {
  margin: auto auto 1rem 0 !important;
}

#review_rating {
  position: relative;
  display: block;
  width: 100%;
}
#review_rating .landing-page-2020-reviews {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars {
  width: auto !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  margin: -1px !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star img {
  max-width: 40px;
}
#review_rating .landing-page-2020-reviews .review-filters {
  display: inline-block;
  width: 38%;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter {
  width: 100%;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter .search-select {
  display: inline-block;
  width: 44%;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box {
  height: 2.5rem;
  line-height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box #search-submit {
  width: 2.5rem;
  height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
    margin: 0.25rem auto;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .review-filter-category {
  display: inline-block;
  width: 44%;
  margin: 1% 2%;
  padding: 0.5rem 1rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .active-blue {
  background-color: transparent;
  color: #005ea7;
}
#review_rating .landing-page-2020-reviews .reviews-list {
  display: inline-block;
  width: 60%;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .reviews-list {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by div {
  display: inline-block;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-name {
  margin-right: 0.25rem;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-location {
  margin-right: 0.25rem;
  font-style: italic;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-date {
  margin-right: 0.25rem;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper {
  display: inline-block;
  width: 30%;
  margin-right: 0.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper {
  display: inline-block;
  width: 66%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-title {
  width: 100%;
  font-size: 121%;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-message {
  width: 100%;
  margin: 0.25rem 0;
}

#fetch_review_rating .section-content, #fetch_review_rating .static-page .section-content-landing-page, .static-page #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-faq .section-content-landing-page, .static-faq #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-testimonials .section-content-landing-page, .static-testimonials #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-how-to-demo .section-content-landing-page, .static-how-to-demo #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-contact .section-content-landing-page, .static-contact #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-account .section-content-landing-page, .static-account #fetch_review_rating .section-content-landing-page {
  padding: 0 !important;
}
#fetch_review_rating .page-wrapper {
  height: 60vh;
  min-height: 60vh;
}
#fetch_review_rating .page-wrapper .review-details-wrapper {
  width: 100% !important;
}

.section-content-review-rating {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: 1vw 1vh;
  padding: 2vh 2vw;
  background-color: #ffffff;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .section-content-review-rating {
    width: 100%;
  }
}
.section-content-review-rating .review-rating-form-wrapper {
  position: relative;
  width: 100%;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column {
  width: 100% !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .paragraph-element {
  display: inline-block !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .section-heading, .section-content-review-rating .review-rating-form-wrapper .paragraph-column .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .section-content-review-rating .review-rating-form-wrapper .paragraph-column .faq_title {
  display: inline-block;
  padding-left: 0.5rem;
}

.page-container-simplified-designtool {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.page-container-simplified-designtool * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-container-simplified-designtool .design-area {
  width: 58%;
}
.page-container-simplified-designtool .simplified-steps {
  position: relative;
  width: 40%;
}
.page-container-simplified-designtool .simplified-steps .simplified-step {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.omcart-tooltip {
  position: relative;
  display: inline-block;
  margin: auto 0.5rem;
}
.omcart-tooltip .omcart-tooltiptext {
  position: absolute;
  left: 50%;
  bottom: 125%;
  margin-left: -60px;
  width: 120px;
  padding: 8px 0;
  background-color: #666;
  color: #ffffff;
  font-size: smaller;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.omcart-tooltip .omcart-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
.omcart-tooltip:hover .omcart-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: absolute;
  background-color: #eeeefe;
  border: 1px solid #aaaaca;
  font-size: smaller;
  padding: 4px;
  width: 160px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

footer {
  position: relative;
  background-color: #f1f2f4;
  margin: 0;
  color: #808285;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  footer span {
    display: block;
  }
}
footer .contact-details {
  width: 100%;
  padding: 1.25rem;
  background-color: #002855;
  color: #005ea7;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .contact-details {
    padding: 1.25rem 5rem;
  }
}
footer .contact-details .bold {
  font-weight: 900;
  color: #9d9fa2;
}
footer .contact-details .big {
  font-size: 112%;
}
footer .contact-details h4 {
  color: white;
}
footer .links-wrapper {
  position: relative;
  margin: 1.25rem auto;
  padding: 1.25rem;
}
@media screen and (min-width: 980px) {
  footer .links-wrapper {
    padding: 1.25rem 5rem;
  }
}
footer .links-wrapper .footer-links-section {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  footer .links-wrapper .footer-links-section {
    width: 47%;
    margin: 0.5rem 0.5%;
  }
}
@media screen and (min-width: 1101px) {
  footer .links-wrapper .footer-links-section {
    width: 24%;
    margin: 0.5rem 0.25%;
  }
}
footer .links-wrapper .footer-links-section .section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #bdc3c7;
}
footer .links-wrapper .footer-links-section .footer-links {
  position: relative;
  width: 100%;
  padding: 0 0.5rem;
  list-style-type: none;
}
footer .links-wrapper .footer-links-section .footer-links .footer-link {
  margin-bottom: 0.25rem;
  font-weight: 300;
  text-transform: capitalize;
}
footer .links-wrapper .footer-links-section .form-field {
  position: relative;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div .loading_image {
  width: 94%;
  max-width: 100%;
  height: auto;
}
footer .links-wrapper .footer-links-section .form-field .message-cell {
  width: 100%;
  margin: 0 0 0.25rem 0 !important;
  padding: 0.25rem;
  font-size: 80%;
}
footer .links-wrapper .footer-links-section .form-field input[type=email] {
  height: 2rem;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #005ea7;
  color: white;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .form-field .input-button:hover {
  background-color: #002855;
  color: white;
}
footer .links-wrapper .footer-links-section .form-field .input-button .icon-right {
  font-size: 1rem !important;
}
footer .links-wrapper .footer-links-section .social-links {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
}
footer .links-wrapper .footer-links-section .social-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto 0.5rem;
  background-color: #9d9fa2;
  color: white;
}
footer .links-wrapper .footer-links-section .social-links .social-link * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1370px) {
  footer .links-wrapper .footer-links-section .social-links .social-link {
    font-size: 1.7rem;
  }
}

.cart-page-container {
  background-color: white;
}
@media screen and (max-width: 480px) {
  .cart-page-container {
    padding: 2vh 2vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .cart-page-container {
    padding: 2vh 2vw;
  }
}
@media screen and (min-width: 841px) and (max-width: 1280px) {
  .cart-page-container {
    padding: 4vw 2vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .cart-page-container {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .cart-page-container {
    padding: 8vh 11vw;
  }
}
@media screen and (max-width: 800px) {
  .cart-page-container .paragraph-row-block {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .cart-page-container .paragraph-row-block * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .cart-page-container .paragraph-row-block .breadcrumbs, .cart-page-container .paragraph-row-block .cart-description, .cart-page-container .paragraph-row-block .cart-summary {
    width: 100%;
    margin: 1rem auto;
  }
  .cart-page-container .paragraph-row-block .breadcrumbs {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .cart-page-container .paragraph-row-block .breadcrumbs * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .cart-page-container .paragraph-row-block .form-field, .cart-page-container .paragraph-row-block .form-group {
    margin: 0.25rem auto;
  }
}
.cart-page-container .blue_gradient {
  background-color: #005ea7;
}
.cart-page-container .red_gradient {
  background-color: #f48e30;
}
.cart-page-container .shipping-option-form-wrapper .form-field {
  width: 100%;
  margin-bottom: 1rem;
}
.cart-page-container select {
  width: 100%;
}
.cart-page-container #main_div {
  width: 100%;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .cart-page-container #shipping-info-form .paragraph-50 {
    width: 48% !important;
  }
}
.cart-page-container #shipping-info-form .paragraph-element {
  vertical-align: top;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .cart-page-container #billing_details_form .paragraph-50 {
    width: 48% !important;
  }
}
.cart-page-container .step-buttons .paragraph-row {
  margin: 0 !important;
  padding: 1rem 0 !important;
}
.cart-page-container form .paragraph-element {
  vertical-align: top !important;
}
.cart-page-container .cart-description {
  margin: 0 !important;
}
@media screen and (max-width: 800px) {
  .cart-page-container .cart-description {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 801px) {
  .cart-page-container .cart-description {
    display: inline-block;
    width: 58%;
    margin: 0;
    margin-right: 2%;
    vertical-align: top;
  }
}
.cart-page-container .cart-description #cart_checkout_previous_steps_info {
  width: 98%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 800px) {
  .cart-page-container .cart-description #cart_checkout_previous_steps_info {
    display: none;
  }
}
.cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-20, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-label {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-20, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-label {
    width: 96%;
  }
}
.cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-70, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-value {
  display: inline-block;
  width: 68%;
  vertical-align: top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-70, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-value {
    width: 96%;
  }
}
.cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-10, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-action {
  display: inline-block;
  width: 8%;
  vertical-align: top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cart-page-container .cart-description #cart_checkout_previous_steps_info .paragraph-10, .cart-page-container .cart-description #cart_checkout_previous_steps_info .field-action {
    width: 96%;
  }
}
.cart-page-container .cart-description .omcart-shipping-method-charge-card, .cart-page-container .cart-description .omcart-shipping-address-charge-card {
  width: 100%;
  margin: 0.5rem;
  padding: 0.25rem;
}
.cart-page-container .cart-description .omcart-shipping-method-charge-card .omcart-shipping-method-charge-input, .cart-page-container .cart-description .omcart-shipping-method-charge-card .omcart-shipping-address-charge-input, .cart-page-container .cart-description .omcart-shipping-address-charge-card .omcart-shipping-method-charge-input, .cart-page-container .cart-description .omcart-shipping-address-charge-card .omcart-shipping-address-charge-input {
  display: inline-block;
  width: 11%;
  text-align: center;
}
.cart-page-container .cart-description .omcart-shipping-method-charge-card .omcart-shipping-method-charge-title, .cart-page-container .cart-description .omcart-shipping-method-charge-card .omcart-shipping-address-charge-title, .cart-page-container .cart-description .omcart-shipping-address-charge-card .omcart-shipping-method-charge-title, .cart-page-container .cart-description .omcart-shipping-address-charge-card .omcart-shipping-address-charge-title {
  display: inline-block;
  width: 65%;
}
.cart-page-container .cart-description .omcart-shipping-method-charge-card .omcart-shipping-method-charge-value, .cart-page-container .cart-description .omcart-shipping-address-charge-card .omcart-shipping-method-charge-value {
  display: inline-block;
  width: 17%;
}
.cart-page-container .cart-description .omcart-payment-method, .cart-page-container .cart-description .omcart-payment-method-charge {
  width: 100%;
  margin: 0;
  padding: 0.25rem;
}
.cart-page-container .cart-description .omcart-payment-method .paragraph-column, .cart-page-container .cart-description .omcart-payment-method-charge .paragraph-column {
  margin: 0;
}
.cart-page-container .cart-description .omcart-payment-method .omcart-payment-method-charge-radio, .cart-page-container .cart-description .omcart-payment-method-charge .omcart-payment-method-charge-radio {
  display: inline-block;
  width: 40%;
}
.cart-page-container .cart-description .omcart-payment-method .omcart-payment-method-card-images, .cart-page-container .cart-description .omcart-payment-method-charge .omcart-payment-method-card-images {
  display: inline-block;
  width: 58%;
  text-align: right;
}
.cart-page-container .cart-description .omcart-payment-method .omcart-payment-method-card-images .card-vendor, .cart-page-container .cart-description .omcart-payment-method-charge .omcart-payment-method-card-images .card-vendor {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  margin: auto 0.5rem;
}
@media screen and (max-width: 600px) {
  .cart-page-container .cart-description .omcart-payment-method .omcart-payment-method-card-images .card-vendor, .cart-page-container .cart-description .omcart-payment-method-charge .omcart-payment-method-card-images .card-vendor {
    width: 2rem;
  }
}
.cart-page-container .cart-description .omcart-payment-method .omcart-payment-method-card-images .card-vendor img, .cart-page-container .cart-description .omcart-payment-method-charge .omcart-payment-method-card-images .card-vendor img {
  max-width: 100%;
  max-height: 100%;
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-number, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-number {
  display: block;
  text-align: center;
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-number input[type=text], .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-number input[type=text] {
  width: 98%;
}
.cart-page-container .cart-description .omcart-payment-method .card-essentials, .cart-page-container .cart-description .omcart-payment-method-charge .card-essentials {
  display: block;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .cart-page-container .cart-description .omcart-payment-method .card-essentials, .cart-page-container .cart-description .omcart-payment-method-charge .card-essentials {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart-page-container .cart-description .omcart-payment-method .card-essentials *, .cart-page-container .cart-description .omcart-payment-method-charge .card-essentials * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-month, .cart-page-container .cart-description .omcart-payment-method .payment-card-year, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-month, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-year {
  width: 31%;
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  .cart-page-container .cart-description .omcart-payment-method .payment-card-month, .cart-page-container .cart-description .omcart-payment-method .payment-card-year, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-month, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-year {
    width: 98%;
    margin: 0 1%;
  }
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-month select, .cart-page-container .cart-description .omcart-payment-method .payment-card-year select, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-month select, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-year select {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  color: #414042;
  outline: none;
  border: 1px solid #9d9fa2;
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-code, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-code {
  display: inline-block;
  width: 32%;
}
@media screen and (max-width: 600px) {
  .cart-page-container .cart-description .omcart-payment-method .payment-card-code, .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-code {
    width: 98%;
    margin: 0 1%;
  }
}
.cart-page-container .cart-description .omcart-payment-method .payment-card-code input[type=password], .cart-page-container .cart-description .omcart-payment-method-charge .payment-card-code input[type=password] {
  position: relative;
  width: 100%;
  height: 2.5rem;
}
.cart-page-container .cart-summary {
  padding: 0.5rem;
  margin: 0 !important;
}
@media screen and (max-width: 800px) {
  .cart-page-container .cart-summary {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-page-container .cart-summary #payment_method {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .cart-page-container .cart-summary {
    display: inline-block;
    width: 38%;
    min-height: 70vh;
    margin: 0;
    vertical-align: top;
  }
}
.cart-page-container .cart-summary .summary-products {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 801px) {
  .cart-page-container .cart-summary .summary-products {
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.cart-page-container .cart-summary .discount-giftcard-options {
  padding: 1.5vh 0;
}
.cart-page-container .cart-summary .discount-giftcard-options input[type=button] {
  background-color: #f48e30;
  color: white !important;
  border: 1px solid #f48e30 !important;
}
.cart-page-container .cart-summary .discount-giftcard-options input[type=button]:hover {
  background-color: #002855;
  color: white;
  border: 1px solid #002855 !important;
}
.cart-page-container .cart-summary .paragraph-row-block, .cart-page-container .cart-summary .cart-summary-charge-card {
  margin: 0.5rem auto;
}
.cart-page-container .cart-summary .paragraph-element {
  vertical-align: top;
}
.cart-page-container .cart-summary .product-cart-summary-card {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-image {
  display: inline-block;
  width: 20%;
  margin-right: 1%;
  vertical-align: top;
  border: 1px solid #bdc3c7;
}
@media screen and (max-width: 800px) {
  .cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-image {
    opacity: 0;
    height: 1rem;
  }
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-design-image {
  background-color: white;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-description {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  vertical-align: top;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-description .product-name {
  font-size: 100%;
  color: #414042;
  letter-spacing: 1px;
  vertical-align: top;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-description .cart_product_attribute {
  position: relative;
  display: block;
}
@media screen and (max-width: 750px) {
  .cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-description .cart_product_attribute {
    display: none;
  }
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-price {
  display: inline-block;
  width: 15%;
  margin-right: 1%;
  font-size: 100%;
  color: #414042;
  vertical-align: top;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-price h6 {
  font-size: 100%;
}
.cart-page-container .cart-summary .product-cart-summary-card .product-cart-summary-card-remove {
  float: right;
  width: 4%;
  margin-right: 0.25rem;
}
.cart-page-container .cart-summary .cart-summary-charge-card .paragraph-column {
  vertical-align: top;
}
.cart-page-container .cart-summary .cart-summary-charge-card .summary-charge-title {
  width: 68%;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .cart-page-container .cart-summary .cart-summary-charge-card .summary-charge-title {
    width: 58%;
  }
}
.cart-page-container .cart-summary .cart-summary-charge-card .summary-charge {
  width: 28%;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .cart-page-container .cart-summary .cart-summary-charge-card .summary-charge {
    width: 38%;
  }
}
.cart-page-container .cart-summary .grand-total {
  font-size: 1rem;
  font-weight: 700;
}
.cart-page-container .cart-summary .obj_omcart_summary_grand_total_container {
  display: none;
}
@media screen and (max-width: 750px) {
  .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container {
    display: block;
  }
}
.cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total {
  display: inline-block;
  margin-right: 1rem;
}
.cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .obj_omcart_summary_grand_total_apply_code {
  float: right;
}
.cart-page-container .cart-summary .payment-detail-list {
  display: block;
}
@media screen and (max-width: 750px) {
  .cart-page-container .cart-summary .payment-detail-list {
    display: none;
  }
}
.cart-page-container .cart-summary .obj_omcart_summary_grand_total_dropdown {
  padding: 0 0.5rem;
}
.cart-page-container .cart-summary #omcart-guest-registration {
  display: none;
}
.cart-page-container .cart-summary .omcart-button-guest-checkout, .cart-page-container .cart-summary .omcart-button-login {
  display: inline-block;
  width: 48%;
  margin: 0.25rem;
}
@media screen and (max-width: 550px) {
  .cart-page-container .cart-summary .omcart-button-guest-checkout, .cart-page-container .cart-summary .omcart-button-login {
    width: 98%;
  }
}
.cart-page-container .cart-summary .omcart-button-guest-checkout button, .cart-page-container .cart-summary .omcart-button-login button {
  position: relative;
  width: 100%;
  text-align: center;
}
.cart-page-container .bordered {
  border: 1px solid #eee;
}
.cart-page-container .no-border {
  border: 0 !important;
}
.cart-page-container .cart-list-items {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 801px) {
  .cart-page-container .cart-list-items {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.cart-page-container .checkout-step {
  display: none;
}
.cart-page-container .checkout-step:first-child {
  display: block;
}
.cart-page-container .checkout-step .input-with-button {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.cart-page-container .checkout-step .input-with-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.cart-page-container .checkout-step .input-with-button input[type=text] {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.cart-page-container .checkout-step .input-with-button input[type=button] {
  display: inline-block;
  width: 40%;
  min-width: auto !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c6c6c6;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .cart-page-container .checkout-step #shipping-info-form .paragraph-50, .cart-page-container .checkout-step #shipping-info-form .half-column, .cart-page-container .checkout-step #billing_details_form .paragraph-50, .cart-page-container .checkout-step #billing_details_form .half-column {
    width: 100%;
  }
}
.cart-page-container .checkout-step .icon-location {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 800px) {
  .cart-page-container .checkout-step .address-verification-card {
    margin-bottom: 1rem !important;
  }
}
.cart-page-container .checkout-step-buttons {
  margin: 1rem auto;
  padding: 1.25rem 0;
  border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 767px) {
  .cart-page-container .checkout-step-buttons {
    width: 95% !important;
  }
}
@media screen and (max-width: 550px) {
  .cart-page-container .checkout-step-buttons .paragraph-30, .cart-page-container .checkout-step-buttons .button-left {
    width: 98%;
  }
  .cart-page-container .checkout-step-buttons .paragraph-70, .cart-page-container .checkout-step-buttons .button-right {
    width: 98%;
  }
}
@media screen and (min-width: 550px) {
  .cart-page-container .checkout-step-buttons .paragraph-30, .cart-page-container .checkout-step-buttons .button-left {
    width: 28%;
  }
  .cart-page-container .checkout-step-buttons .paragraph-70, .cart-page-container .checkout-step-buttons .button-right {
    width: 68%;
  }
}
.cart-page-container .checkout-step-buttons button {
  margin: 0.5rem auto;
}
@media screen and (min-width: 550px) {
  .cart-page-container #payment-summary .button_div .paragraph-50 {
    display: inline-block;
    width: 44%;
    text-align: center;
  }
}
.cart-page-container .order-pane-order-tracker {
  margin: 0.5rem 0;
  text-align: left;
}
.cart-page-container .order-pane-order-tracker .status_outer_div {
  position: relative;
  display: block;
  width: 100%;
  height: 2rem;
  margin: 0.5rem 0;
  overflow: hidden;
}
.cart-page-container .order-pane-order-tracker .status_outer_div .status_inner_div {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.cart-page-container .order-pane-order-tracker .status_outer_div .gray_background {
  background-color: #e6e7e8;
  z-index: 9;
}
.cart-page-container .order-pane-order-tracker .status_outer_div .green_background {
  background-color: #2ecc71;
  z-index: 99;
}
.cart-page-container .order-pane-order-tracker .status_outer_div .status_message_div {
  position: relative;
  line-height: 2rem;
  z-index: 999;
}
.cart-page-container .static-two-columns .column-left {
  position: relative;
  display: inline-block;
  width: 60%;
  margin: auto 1%;
  padding: 0.5rem;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .cart-page-container .static-two-columns .column-left {
    width: 100%;
    margin: 1% auto;
  }
}
.cart-page-container .static-two-columns .column-right {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0.5rem;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .cart-page-container .static-two-columns .column-right {
    width: 100%;
    margin: 2% auto;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .cart-page-container .static-two-columns .form-field {
    display: inline-block !important;
    width: 47% !important;
    margin: auto 0.25rem;
  }
}
@media screen and (min-width: 1281px) {
  .cart-page-container .static-two-columns .form-field {
    display: inline-block !important;
    width: 47% !important;
    margin: auto 0.25rem;
  }
}
.cart-page-container .static-two-columns .social-button {
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .cart-page-container .static-two-columns .social-button .social_login_button {
    max-width: 100%;
    max-height: 13vh;
  }
}
@media screen and (min-width: 1281px) {
  .cart-page-container .static-two-columns .social-button .social_login_button {
    max-width: 100%;
    max-height: 8vh;
  }
}
.cart-page-container .action-link-cart {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}
.cart-page-container .cart-main {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
  .cart-page-container .cart-main {
    display: none;
  }
}
.cart-page-container .cart-main .cart-product {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #bdc3c7;
}
.cart-page-container .cart-main .cart-product div {
  width: 100%;
  padding: 0.25rem;
  text-align: left;
}
.cart-page-container .cart-main .cart-product .cart-image {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.cart-page-container .cart-main .cart-product .cart-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.cart-page-container .cart-main .cart-product .cart-image img {
  width: 100%;
  height: auto;
}
.cart-page-container .cart-main .cart-product .cart-product-desc {
  width: 100%;
}
.cart-page-container .cart-main .cart-product .cart-product-desc .cart-product-name {
  text-transform: uppercase;
}
.cart-page-container .cart-main .cart-product .cart-product-desc .product-variation {
  color: #2ecc71;
}
.cart-page-container .cart-product-card {
  position: relative;
}
.cart-page-container .cart-product-card input[type=number] {
  width: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cart-page-container .cart-product-card .cart-product-image, .cart-page-container .cart-product-card .cart-product-description {
    width: 100%;
  }
  .cart-page-container .cart-product-card .cart-product-quantity, .cart-page-container .cart-product-card .cart-product-price, .cart-page-container .cart-product-card .cart-product-total {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
  }
  .cart-page-container .cart-product-card .cart-product-quantity input[type=number], .cart-page-container .cart-product-card .cart-product-price input[type=number], .cart-page-container .cart-product-card .cart-product-total input[type=number] {
    width: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .cart-page-container .cart-product-card .cart-product-image {
    display: inline-block;
    width: 37%;
    margin: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description {
    display: inline-block;
    width: 57%;
    margin: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-quantity, .cart-page-container .cart-product-card .cart-product-price, .cart-page-container .cart-product-card .cart-product-total {
    display: inline-block;
    width: 50px;
    margin: 0 1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) and (orientation: portrait) {
  .cart-page-container .cart-product-card .cart-product-image {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description {
    display: inline-block;
    width: 78%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-50 {
    width: 48% !important;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-20 {
    width: 18% !important;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-10 {
    width: 8% !important;
    margin-right: 1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) and (orientation: landscape) {
  .cart-page-container .cart-product-card .cart-product-image {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description {
    display: inline-block;
    width: 78%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-50 {
    width: 48% !important;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-20 {
    width: 18% !important;
    margin-right: 1%;
  }
  .cart-page-container .cart-product-card .cart-product-description .paragraph-10 {
    width: 8% !important;
    margin-right: 1%;
  }
}
.cart-page-container .checkout-step-buttons {
  margin: 1rem auto;
  padding: 1.25rem 0;
  border-top: 1px solid #c6c6c6;
}
.cart-page-container .checkout-step-buttons .paragraph-column {
  margin: auto 0 !important;
}
@media screen and (min-width: 767px) {
  .cart-page-container .checkout-step-buttons {
    width: 95% !important;
  }
}
@media screen and (max-width: 550px) {
  .cart-page-container .checkout-step-buttons .paragraph-30 {
    width: 98%;
  }
  .cart-page-container .checkout-step-buttons .paragraph-70 {
    width: 98%;
  }
}
@media screen and (min-width: 550px) {
  .cart-page-container .checkout-step-buttons .paragraph-30 {
    width: 28%;
  }
  .cart-page-container .checkout-step-buttons .paragraph-70 {
    width: 68%;
  }
}
.cart-page-container .checkout-step-buttons button {
  margin: 0.5rem auto;
}
.cart-page-container .omcart-product-card {
  position: relative;
  width: 100%;
}
.cart-page-container .omcart-product-card .omcart-product-image, .cart-page-container .omcart-product-card .omcart-product-name, .cart-page-container .omcart-product-card .omcart-product-quantity, .cart-page-container .omcart-product-card .omcart-product-cost, .cart-page-container .omcart-product-card .omcart-product-total {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cart-page-container .omcart-product-card .omcart-product-image {
  width: 18%;
}
@media screen and (max-width: 800px) {
  .cart-page-container .omcart-product-card .omcart-product-image {
    width: 30%;
    height: auto;
  }
}
.cart-page-container .omcart-product-card .omcart-product-details {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	width: 68%;
  }
  */
}
@media screen and (max-width: 800px) {
  .cart-page-container .omcart-product-card .omcart-product-details {
    width: 68%;
  }
}
.cart-page-container .omcart-product-card .omcart-product-name {
  width: 58%;
  padding: 0 0.25rem;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .cart-page-container .omcart-product-card .omcart-product-name {
    width: 70%;
  }
}
.cart-page-container .omcart-product-card .omcart-product-name .product-name {
  font-size: 112%;
  margin-top: 0 !important;
}
.cart-page-container .omcart-product-card .omcart-product-name .cart_product_attribute {
  position: relative;
  display: block;
}
@media screen and (max-width: 750px) {
  .cart-page-container .omcart-product-card .omcart-product-name .cart_product_attribute {
    display: none;
  }
}
.cart-page-container .omcart-product-card .omcart-product-quantity {
  width: 18%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .cart-page-container .omcart-product-card .omcart-product-quantity {
    width: 28%;
  }
}
.cart-page-container .omcart-product-card .omcart-product-quantity input[type=number] {
  margin: 0 auto !important;
}
.cart-page-container .omcart-product-card .omcart-product-quantity .icon-close, .cart-page-container .omcart-product-card .omcart-product-quantity .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .cart-page-container .omcart-product-card .omcart-product-quantity .w3-closebtn, .cart-page-container .omcart-product-card .omcart-product-quantity .instruction-modal .modal-details .close, .instruction-modal .modal-details .cart-page-container .omcart-product-card .omcart-product-quantity .close {
  color: #e74c3c !important;
}
.cart-page-container .omcart-product-card .omcart-product-cost, .cart-page-container .omcart-product-card .omcart-product-total {
  width: 10%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .cart-page-container .omcart-product-card .omcart-product-cost, .cart-page-container .omcart-product-card .omcart-product-total {
    width: 28%;
    margin: 0.25rem auto;
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?v=4.6.3");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .icon-remove, [class*=icon-], .left-arrow, .right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.icon-remove, .fa-pull-left[class*=icon-], .fa-pull-left.left-arrow, .fa-pull-left.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-left.obj_omcart_summary_grand_total_dropdown {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.icon-remove, .fa-pull-right[class*=icon-], .fa-pull-right.left-arrow, .fa-pull-right.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-right.obj_omcart_summary_grand_total_dropdown {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.icon-remove, .pull-left[class*=icon-], .pull-left.left-arrow, .pull-left.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-left.obj_omcart_summary_grand_total_dropdown {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.icon-remove, .pull-right[class*=icon-], .pull-right.left-arrow, .pull-right.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-right.obj_omcart_summary_grand_total_dropdown {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .icon-account:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-yes:before, .icon-tick:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-menu-close:before,
.icon-close:before,
.icon-no:before,
.instruction-modal .modal-details .w3-closebtn:before,
.instruction-modal .modal-details .close:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before, .icon-time:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before, .icon-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before, .icon-contact:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before, .icon-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before, .icon-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-write:before, .icon-edit:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-address:before, .icon-location:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, .icon-left:before, .left-arrow:before, .testimonials #testimonials-carousel .left-arrow:before {
  content: "\f053";
}

.fa-chevron-right:before, .icon-right:before, .right-arrow:before, .testimonials #testimonials-carousel .right-arrow:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before, .icon-help:before, .icon-question:before {
  content: "\f059";
}

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before, .icon-prev-step:before, .icon-panel-previous:before {
  content: "\f060";
}

.fa-arrow-right:before, .icon-next-step:before, .icon-panel-next:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before,
.icon-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before, .icon-design-yours:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before, .icon-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before, .icon-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before, .icon-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .icon-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.icon-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before,
.icon-duplicate:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.icon-menu:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before, .icon-shipment:before {
  content: "\f0d1";
}

.fa-pinterest:before, .icon-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .icon-gplus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before, .icon-down:before, .icon-dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_dropdown:before {
  content: "\f0d7";
}

.fa-caret-up:before, .icon-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .icon-mail:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before, .icon-start:before {
  content: "\f100";
}

.fa-angle-double-right:before, .icon-last:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before, .icon-previous:before {
  content: "\f104";
}

.fa-angle-right:before, .icon-next:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before, .icon-left-quote:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-right-quote:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before, .icon-bullet:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before, .icon-about:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before, .icon-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-faq:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before, .icon-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before, .icon-howto:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before, .icon-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .icon-remove:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before, .icon-paint:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before, .icon-cart-plus:before, .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*=icon-] {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  [class*=icon-] {
    font-size: 1rem;
  }
}

.icon-menu {
  font-size: 100%;
}

.icon-tick {
  color: black;
  text-shadow: 0px 0px 4px white;
}

.icon-print {
  color: black;
  cursor: pointer;
}

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

.paragraph {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.25rem 0;
}

.paragraphs {
  border: 0.1rem solid #aaaaaa;
  border-radius: 0.2rem;
}
.paragraph-row {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  margin: 1.5rem 0;
}
.paragraph-row * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.paragraph-row-block {
  position: relative;
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}
.paragraph-column {
  position: relative;
  display: inline-block;
  margin: auto 0.65%;
  vertical-align: top;
  z-index: 99;
}
.paragraph-element {
  position: relative;
  display: inline-block;
}

.paragraph-0 {
  display: none;
  width: 0;
  padding: 0;
}

.paragraph-100 {
  width: 98%;
}
@media screen and (max-width: 800px) {
  .paragraph-100 {
    width: 98%;
  }
}

@media screen and (max-width: 567px) {
  .paragraph-10 {
    width: 18%;
  }
  .paragraph-20 {
    width: 38%;
  }
  .paragraph-30 {
    width: 58%;
  }
  .paragraph-40 {
    width: 78%;
  }
  .paragraph-50 {
    width: 98%;
  }
  .paragraph-60 {
    width: 98%;
  }
  .paragraph-70 {
    width: 98%;
  }
  .paragraph-80 {
    width: 98%;
  }
  .paragraph-90 {
    width: 98%;
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .paragraph-10 {
    width: 14%;
  }
  .paragraph-20 {
    width: 30%;
  }
  .paragraph-30 {
    width: 46%;
  }
  .paragraph-40 {
    width: 62%;
  }
  .paragraph-50 {
    width: 78%;
  }
  .paragraph-60 {
    width: 94%;
  }
  .paragraph-70 {
    width: 98%;
  }
  .paragraph-80 {
    width: 98%;
  }
  .paragraph-90 {
    width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .paragraph-10 {
    width: 10%;
  }
  .paragraph-20 {
    width: 22%;
  }
  .paragraph-30 {
    width: 34%;
  }
  .paragraph-40 {
    width: 46%;
  }
  .paragraph-50 {
    width: 58%;
  }
  .paragraph-60 {
    width: 70%;
  }
  .paragraph-70 {
    width: 92%;
  }
  .paragraph-80 {
    width: 94%;
  }
  .paragraph-90 {
    width: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .paragraph-10 {
    width: 8%;
  }
  .paragraph-20 {
    width: 18%;
  }
  .paragraph-30 {
    width: 28%;
  }
  .paragraph-40 {
    width: 38%;
  }
  .paragraph-50 {
    width: 48%;
  }
  .paragraph-60 {
    width: 58%;
  }
  .paragraph-70 {
    width: 68%;
  }
  .paragraph-80 {
    width: 78%;
  }
  .paragraph-90 {
    width: 88%;
  }
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.paragraph-title {
  position: relative;
  display: block;
  font-family: inherit;
  font-weight: 700;
}

.paragraph-subtitle {
  position: relative;
  display: block;
  font-family: inherit;
  font-weight: 500;
}

.paragraph-desc {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-weight: 300;
}

.paragraph-image {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
}
.paragraph-image img {
  width: 100%;
  height: auto;
}

.paragraph-toolbar {
  border: 0.1rem solid #aaaaaa;
  border-radius: 0.2rem;
  background-color: white;
}
.paragraph-toolbar img {
  display: inline-block;
  margin: 0.25rem;
  vertical-align: top;
}
.paragraph-toolbar input[type=text] {
  display: inline-block;
  width: 11vw;
  margin: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 757px) {
  .paragraph-toolbar input[type=text] {
    width: 100%;
  }
}

.paragraph-row-settings {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.44);
  color: black;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.paragraph-column-settings {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.44);
  color: black;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.paragraph-element-settings {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.44);
  color: black;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.paragraph-row-controls {
  position: absolute;
  display: none;
  top: -1.5rem;
  left: 1.5rem;
  background-color: rgba(255, 255, 255, 0.44);
  color: black;
  z-index: 999;
}

.paragraph-column-controls {
  position: absolute;
  display: none;
  height: 1.5rem;
  left: 1.75rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.44);
  z-index: 9999;
}

.paragraph-element-controls {
  position: absolute;
  display: none;
  height: 1.5rem;
  right: 1.75rem;
  top: 0;
  background-color: rgba(255, 255, 255, 0.44);
  z-index: 99999;
}

.paragraph-row-control, .paragraph-column-control, .paragraph-element-control {
  float: left;
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto 0.25rem;
  background-color: rgba(255, 255, 255, 0.44);
  color: black;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.paragraph-toolbar-icon {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0.5rem;
}

.paragraph-editable {
  border: 0.1rem dotted #666666;
  border-radius: 0.2rem;
}

.flexbox {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.flexbox * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?v=4.6.3");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, [class*=icon-], .left-arrow, .right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown, .icon-remove {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left[class*=icon-], .fa-pull-left.left-arrow, .fa-pull-left.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-left.obj_omcart_summary_grand_total_dropdown, .fa-pull-left.icon-remove {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right[class*=icon-], .fa-pull-right.left-arrow, .fa-pull-right.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .fa-pull-right.obj_omcart_summary_grand_total_dropdown, .fa-pull-right.icon-remove {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left[class*=icon-], .pull-left.left-arrow, .pull-left.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-left.obj_omcart_summary_grand_total_dropdown, .pull-left.icon-remove {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right[class*=icon-], .pull-right.left-arrow, .pull-right.right-arrow, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .pull-right.obj_omcart_summary_grand_total_dropdown, .pull-right.icon-remove {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .icon-account:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-yes:before, .icon-tick:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-menu-close:before,
.icon-close:before,
.icon-no:before,
.instruction-modal .modal-details .w3-closebtn:before,
.instruction-modal .modal-details .close:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before, .icon-time:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before, .icon-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before, .icon-contact:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before, .icon-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before, .icon-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-write:before, .icon-edit:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-address:before, .icon-location:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, .icon-left:before, .left-arrow:before, .testimonials #testimonials-carousel .left-arrow:before {
  content: "\f053";
}

.fa-chevron-right:before, .icon-right:before, .right-arrow:before, .testimonials #testimonials-carousel .right-arrow:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before, .icon-help:before, .icon-question:before {
  content: "\f059";
}

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before, .icon-prev-step:before, .icon-panel-previous:before {
  content: "\f060";
}

.fa-arrow-right:before, .icon-next-step:before, .icon-panel-next:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before,
.icon-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before, .icon-design-yours:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before, .icon-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before, .icon-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before, .icon-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .icon-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.icon-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before,
.icon-duplicate:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.icon-menu:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before, .icon-shipment:before {
  content: "\f0d1";
}

.fa-pinterest:before, .icon-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .icon-gplus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before, .icon-down:before, .icon-dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_container .omcart-summary-grand-total .obj_omcart_summary_grand_total_dropdown:before, .cart-page-container .cart-summary .obj_omcart_summary_grand_total_dropdown:before {
  content: "\f0d7";
}

.fa-caret-up:before, .icon-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .icon-mail:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before, .icon-start:before {
  content: "\f100";
}

.fa-angle-double-right:before, .icon-last:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before, .icon-previous:before {
  content: "\f104";
}

.fa-angle-right:before, .icon-next:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before, .icon-left-quote:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-right-quote:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before, .icon-bullet:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before, .icon-about:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before, .icon-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-faq:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before, .icon-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before, .icon-howto:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before, .icon-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .icon-remove:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before, .icon-paint:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before, .icon-cart-plus:before, .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover:before, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*=icon-] {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  [class*=icon-] {
    font-size: 1rem;
  }
}

.icon-menu {
  font-size: 100%;
}

.icon-tick {
  color: black;
  text-shadow: 0px 0px 4px white;
}

.icon-print {
  color: black;
  cursor: pointer;
}

/* W3.CSS 2.61 by Jan Egil and Borge Refsnes. Do not remove this line */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

pre, textarea {
  overflow: auto;
}

/*End extract from normalize.css*/
html, body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
  font-family: "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.w3-serif {
  font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

.w3-wide {
  letter-spacing: 4px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

img {
  margin-bottom: -5px;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

table, th, td {
  border: none;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th, .w3-centered tr td {
  text-align: center;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn, .w3-btn-block {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn.w3-disabled, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large.w3-disabled, .w3-btn-floating-large:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn-block {
  width: 100%;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.w3-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.w3-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.w3-btn-group .w3-btn {
  float: left;
}

.w3-btn.w3-ripple {
  position: relative;
}

.w3-ripple:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.w3-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.w3-badge, .w3-tag, .w3-sign {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

ul.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.w3-ul li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #ddd;
}

ul.w3-ul li:last-child {
  border-bottom: none;
}

.w3-image, .w3-tooltip, .w3-display-container {
  position: relative;
}

img.w3-image, .w3-image img {
  max-width: 100%;
  height: auto;
}

.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}

.w3-fluid {
  max-width: 100%;
  height: auto;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w3-navbar li {
  float: left;
}

.w3-navbar li a {
  display: block;
  padding: 8px 16px;
}

.w3-navbar li a:hover {
  color: #000;
  background-color: #ccc;
}

.w3-navbar .w3-dropdown-hover, .w3-navbar .w3-dropdown-click {
  position: static;
}

.w3-navbar .w3-dropdown-hover:hover, .w3-navbar .w3-dropdown-hover:first-child, .w3-navbar .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-navbar a, .w3-topnav a, .w3-sidenav a, .w3-dropnav a, .w3-dropdown-content a, .w3-accordion-content a {
  text-decoration: none !important;
}

.w3-navbar .w3-opennav.w3-right {
  float: right !important;
}

.w3-topnav {
  padding: 8px 8px;
}

.w3-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.w3-topnav a:hover {
  border-bottom: 3px solid #fff;
}

.w3-topnav .w3-dropdown-hover a {
  border-bottom: 0;
}

.w3-opennav, .w3-closenav {
  color: inherit;
}

.w3-opennav:hover, .w3-closenav:hover {
  cursor: pointer;
  opacity: 0.8;
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity,
.w3-navbar a, .w3-sidenav a, .w3-dropnav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
  -webkit-transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  -webkit-transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}

.w3-sidenav {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.w3-sidenav a {
  padding: 4px 2px 4px 16px;
}

.w3-sidenav a:hover {
  background-color: #ccc;
}

.w3-sidenav a, .w3-dropnav a {
  display: block;
}

.w3-sidenav .w3-dropdown-hover:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-sidenav .w3-dropdown-hover, .w3-sidenav .w3-dropdown-click {
  width: 100%;
}

.w3-sidenav .w3-dropdown-hover .w3-dropdown-content, .w3-sidenav .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

.w3-main, #main {
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}

.w3-dropnav {
  background-color: #fff;
}

.w3-dropnav a:hover {
  text-decoration: underline !important;
}

.w3-modal, .instruction-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.w3-closebtn:hover, .w3-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.w3-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.w3-pagination li {
  display: inline;
}

.w3-pagination li a {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
}

.w3-pagination li a:hover, .w3-pagination li a:focus {
  background-color: #ccc;
}

.w3-input-group, .w3-group {
  margin-top: 24px;
  margin-bottom: 24px;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}

.w3-label {
  color: #009688;
}

.w3-input:not(:valid) ~ .w3-validate {
  color: #f44336;
}

.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}

.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}

.w3-select option[disabled] {
  color: #009688;
}

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-dropdown-content a {
  padding: 6px 16px;
  display: block;
}

.w3-dropdown-content a:hover {
  background-color: #ccc;
}

.w3-accordion {
  width: 100%;
  cursor: pointer;
}

.w3-accordion-content {
  cursor: auto;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.w3-accordion-content a {
  padding: 6px 16px;
  display: block;
}

.w3-accordion-content a:hover {
  background-color: #ccc;
}

.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}

.w3-progressbar {
  background-color: #757575;
  height: 100%;
  position: absolute;
  line-height: inherit;
}

input[type=checkbox].w3-check, input[type=radio].w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

input[type=checkbox].w3-check:checked + .w3-validate, input[type=radio].w3-radio:checked + .w3-validate {
  color: #009688;
}

input[type=checkbox].w3-check:disabled + .w3-validate, input[type=radio].w3-radio:disabled + .w3-validate {
  color: #aaa;
}

.w3-responsive {
  overflow-x: auto;
}

.w3-container:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  width: 99.99999%;
}

@media only screen and (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media only screen and (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l3, .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.l4, .w3-third {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6, .w3-half {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8, .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.l9, .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-content {
  max-width: 980px;
  margin: auto;
}

.w3-rest {
  overflow: hidden;
}

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

.w3-show-block, .w3-show {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal, .instruction-modal {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal, .instruction-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav a {
    display: block;
  }
  .w3-navbar li:not(.w3-opennav) {
    float: none;
    width: 100% !important;
  }
  .w3-navbar li.w3-right {
    float: none !important;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav .w3-dropdown-hover .w3-dropdown-content, .w3-navbar .w3-dropdown-click .w3-dropdown-content, .w3-navbar .w3-dropdown-hover .w3-dropdown-content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .w3-topnav, .w3-navbar {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .w3-hide-small {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .w3-hide-large {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .w3-sidenav.w3-collapse {
    display: block !important;
  }
}
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-vertical {
  word-break: break-all;
  line-height: 1;
  text-align: center;
  width: 0.6em;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  text-align: center;
}

.w3-display-topmiddle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.w3-display-bottommiddle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.w3-circle {
  border-radius: 50% !important;
}

.w3-round-small {
  border-radius: 2px !important;
}

.w3-round, .w3-round-medium {
  border-radius: 4px !important;
}

.w3-round-large {
  border-radius: 8px !important;
}

.w3-round-xlarge {
  border-radius: 16px !important;
}

.w3-round-xxlarge {
  border-radius: 32px !important;
}

.w3-round-jumbo {
  border-radius: 64px !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #ccc !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-0 {
  margin: 0 !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Might be removed in a later version */
.w3-margin-4 {
  margin: 4px !important;
}

.w3-margin-8 {
  margin: 8px !important;
}

.w3-margin-12 {
  margin: 12px !important;
}

.w3-margin-16 {
  margin: 16px !important;
}

.w3-margin-24 {
  margin: 24px !important;
}

.w3-margin-32 {
  margin: 32px !important;
}

.w3-margin-48 {
  margin: 48px !important;
}

.w3-margin-64 {
  margin: 64px !important;
}

/* End remove */
.w3-padding-tiny {
  padding: 2px 4px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding-medium, .w3-padding, .w3-form {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-xlarge {
  padding: 16px 32px !important;
}

.w3-padding-xxlarge {
  padding: 24px 48px !important;
}

.w3-padding-jumbo {
  padding: 32px 64px !important;
}

.w3-padding-4, .w3-padding-hor-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.w3-padding-8, .w3-padding-hor-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w3-padding-12, .w3-padding-hor-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.w3-padding-16, .w3-padding-hor-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24, .w3-padding-hor-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32, .w3-padding-hor-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48, .w3-padding-hor-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64, .w3-padding-hor-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-padding-128, .w3-padding-hor-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.w3-padding-0 {
  padding: 0 !important;
}

.w3-padding-ver-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.w3-padding-ver-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.w3-padding-ver-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.w3-padding-ver-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.w3-padding-ver-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.w3-padding-ver-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.w3-padding-ver-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.w3-padding-ver-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.w3-padding-top {
  padding-top: 8px !important;
}

.w3-padding-bottom {
  padding-bottom: 8px !important;
}

.w3-padding-left {
  padding-left: 16px !important;
}

.w3-padding-right {
  padding-right: 16px !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px;
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
  -webkit-animation: w3-spin 2s infinite linear;
}

@-webkit-keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.w3-container {
  padding: 0.01em 16px;
}

.w3-example {
  background-color: #f1f1f1;
  padding: 0.01em 16px;
}

.w3-code {
  font-family: Consolas, "courier new";
  font-size: 16px;
  line-height: 1.4;
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #009688;
  word-wrap: break-word;
}

.w3-example, .w3-code, .w3-reference {
  margin: 20px 0;
}

.w3-card {
  border: 1px solid #ccc;
}

.w3-card-2, .w3-example {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.w3-card-4, .w3-hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-8 {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-12 {
  -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-16 {
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
          box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.w3-card-24 {
  -webkit-box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

.w3-animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}

@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s;
}

@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s;
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s;
}

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.w3-animate-input {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-transparent {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.w3-amber, .w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua, .w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-light-blue, .w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

.w3-brown, .w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan, .w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-grey, .w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green, .w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.w3-light-green, .w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-indigo, .w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-khaki, .w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

.w3-lime, .w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-pink, .w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-purple, .w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-red, .w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-sand, .w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-teal, .w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}

.w3-yellow, .w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-grey, .w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.w3-light-grey, .w3-hover-light-grey:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-pale-red, .w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffe7e7 !important;
}

.w3-pale-green, .w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #e7ffe7 !important;
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffd7 !important;
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #e7ffff !important;
}

.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important;
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: #00ffff !important;
}

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: #87CEEB !important;
}

.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important;
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover {
  color: #607d8b !important;
}

.w3-text-green, .w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}

.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important;
}

.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important;
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}

.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important;
}

.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important;
}

.w3-text-sand, .w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}

.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important;
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}

.w3-text-white, .w3-hover-text-white:hover {
  color: #fff !important;
}

.w3-text-black, .w3-hover-text-black:hover {
  color: #000 !important;
}

.w3-text-grey, .w3-hover-text-grey:hover {
  color: #757575 !important;
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover {
  color: #f1f1f1 !important;
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover {
  color: #3a3a3a !important;
}

.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: #87CEEB !important;
}

.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important;
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}

.w3-border-blue-grey, .w3-hover-blue-grey:hover {
  border-color: #607d8b !important;
}

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}

.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}

.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}

.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}

.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}

.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important;
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white, .w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black, .w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-grey, .w3-hover-border-grey:hover {
  border-color: #9e9e9e !important;
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover {
  border-color: #f1f1f1 !important;
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover {
  border-color: #616161 !important;
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffd7 !important;
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.6;
}

.w3-text-shadow {
  text-shadow: 1px 1px 0 #444;
}

.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #ddd;
}

.base-font, body, .steps .steps-wrapper .step .step-title {
  font-family: "Roboto", sans-serif;
}

.feature-font, h1, h2, h3, h4, h5, h6, .hero-banner .hero-banner-text, .steps .steps-wrapper .step .step-desc, .play-ball .more-button span, .theme-based .more-button span, .all-sports .more-button span, .balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing .ball-card .price-range, .balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .price-range, .balls-listing-short .ball-card .sales-price-range, .variations-listing .sport-type span, .variations-listing .horizontal-card .card-text .card-title, .variations-listing .horizontal-card .card-text .price, .design-specific-listing .sport-type span, .design-specific-listing .design-specific-card .card-title, .testimonials .section-title h4, .section-heading, .static-faq .faqs .faq-section .faq_title, .product-details .product-description-wrapper .product-price, .product-price, .product-details .product-description-wrapper .product-original-price, .product-original-price, .two-column-wrapper .contact-label, .extra-interests .caption, .cart-common-div .bold, .pagination .group span, footer .contact-details, footer .contact-details .bold, .cart-page-container .cart-summary .grand-total, .cart-page-container .cart-main .cart-product .cart-product-desc .cart-product-name {
  font-family: "Roboto", sans-serif;
}

.header-font, header .micro-banner, header .menu-bar nav, header .product-nav .nav-link {
  font-family: "montserrat-bold", "museo-sans", sans-serif;
}

.inert-text {
  color: #c6c6c6;
}

.text-orange {
  color: #f48e30;
}

.text-red {
  color: #e74c3c;
}

.text-green {
  color: #2ecc71;
}

.text-black {
  color: black;
}

.text-mab-blue {
  color: #005ea7;
}

.text-gray {
  color: #9d9fa2;
}

.text-white {
  color: white;
}

.text-strikethrough {
  position: relative;
  text-decoration: line-through !important;
}

.bg-light-orange {
  background-color: white;
}

body {
  max-width: 100vw;
  margin: 0;
  background-color: #f4f4f6;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: top left;
  color: #414042;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.456789;
}
@media screen and (min-width: 4000px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 3999px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 341px) and (max-width: 1299px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  body {
    font-size: 11px;
  }
}

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

.clearfix {
  clear: both;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}

a, a:active, a:visited, a:focus {
  text-decoration: none;
}
a:hover, a:active:hover, a:visited:hover, a:focus:hover {
  color: inherit;
}

.green-link {
  color: #2ecc71 !important;
}
.green-link:hover {
  text-decoration: underline !important;
}

.blue-link {
  color: #005ea7 !important;
}
.blue-link:hover {
  text-decoration: underline !important;
}

.orange-link {
  color: #f48e30 !important;
}
.orange-link:hover {
  text-decoration: underline !important;
}

.grey_bg, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image {
  background-color: #f4f4f4;
}
.grey_bg hr, .cart-page-container .cart-summary .product-cart-summary-card .product-cart-accessory-image hr {
  border-top: 1px solid #bdc3c7;
}

hr {
  margin: 0.5rem auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.34;
}

h1 {
  font-size: 3.1rem;
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 4000px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 4000px) {
  h2 {
    font-size: 3.1rem;
  }
}

h3 {
  font-size: 2.11rem;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 4000px) {
  h3 {
    font-size: 2.9rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 4000px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 980px) {
  h5 {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 4000px) {
  h5 {
    font-size: 1.7rem;
  }
}

h6 {
  font-size: 1.12rem;
}
@media only screen and (max-width: 980px) {
  h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 4000px) {
  h6 {
    font-size: 1.5rem;
  }
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=search]:focus, input[type=number]:focus, select:focus,
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=checkbox]:hover, input[type=search]:hover, input[type=number]:hover, select:hover,
input[type=text]:active, input[type=email]:active, input[type=password]:active, input[type=checkbox]:active, input[type=search]:active, input[type=number]:active, select:active,
textarea:focus, textarea:hover, textarea:active {
  background-color: #f4f4f4;
  outline: none;
  border: 1px solid #9d9fa2;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], textarea, select {
  /* width: 100%;
  margin: 0 auto 0.5rem auto !important;
  padding: 0.5rem 1rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0; */
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9d9fa2;
  font-style: italic;
}

input[type=number] {
  width: 60px;
  padding: 0.5rem;
}

input[type=search] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

select {
  background-color: white;
  border-radius: 0 !important;
}

#captcha_code {
  display: inline-block;
  width: 40%;
  margin: auto 0.5rem;
}

input[type=checkbox], input[type=radio] {
  margin: auto 1rem;
  padding: 0.3125rem 0.625rem;
  color: #414042;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0;
}

.message-cell, .info_message, .error_message, .success_message {
  display: block;
  width: 100%;
  margin: 0.25rem auto 0.25rem auto;
  padding: 0.5rem;
  text-align: center;
  color: white;
}

.info_message {
  background-color: #005ea7;
  border: 1px solid #005ea7;
  color: white !important;
}

.error_message {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: white !important;
}

.success_message {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
  color: white !important;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
.form-group label {
  text-align: left;
  margin-bottom: 0.25rem;
}
.form-group .form-hidden {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
}

.captcha-div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0 2%;
}
.captcha-div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

table tr {
  border-bottom: 1px solid #bdc3c7;
}
table tr td {
  padding: 0.5rem 0;
}
table tr:last-child {
  border-bottom: 0;
}

.mrindia {
  display: none !important;
}

.justified {
  text-align: justify !important;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 10rem;
  width: 4rem;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fbae17;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bounceball 500ms alternate infinite ease;
          animation: bounceball 500ms alternate infinite ease;
}

@keyframes bounceball {
  0% {
    top: 8rem;
    height: 1.3rem;
    border-radius: 6rem 6rem 2rem 2rem;
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
  35% {
    height: 4rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.sticky-element-top {
  position: sticky;
  top: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .in-view {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .infinite.in-view {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX, .flipOutX.in-view,
.animated.flipOutY,
.flipOutY.in-view,
.animated.bounceIn,
.bounceIn.in-view,
.animated.bounceOut,
.bounceOut.in-view {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, .flip.in-view {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp, .in-view {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "museo-sans";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.otf");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/museo-sans/MuseoSansCyrl_2.woff2") format("woff");
}
@font-face {
  font-family: "montserrat-black";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-black-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-bold";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-extralight";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff") format("woff");
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-extralight-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "montserrat-medium";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-thin";
  src: url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff") format("woff"), url("//cdn.xuansiwei.com/lilyw5913/components/fonts/montserrat/montserrat-thin-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.page-container, .page-container-landing-page {
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .page-container, .page-container-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 11vw;
  }
}

.page-container-designtool {
  width: 100vw;
  height: 100vh;
  padding: 8.5vh 0;
  background-color: white;
}

.in-view {
  opacity: 1 !important;
}

.scrolled {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .scrolled .menu-bar {
    top: 15vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .scrolled .menu-bar {
    top: 24vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}

.content-wrapper {
  position: relative;
}

.flex-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header {
  position: absolute;
  display: block;
  width: 100vw;
  height: 11vh;
  top: 79vh;
  left: 0;
  z-index: 99999;
  /*
  .menu-mobile {
  	position: absolute;
  	display: none;
  	top: 9vh;
  	left: 0;
  	background-color: white;
  	text-align: left;		
  	z-index: 9999;

  	@media screen and (max-width: 799px) and (orientation: landscape) {
  		top: 16vh;
  	}

  	@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  		top: 10vh;
  	}

  	@media screen and (min-width: 1100px) {
  		display: none;
  	}

  	.menu-links {
  		display: none;
  		width: 100%;
  		list-style-type: none;

  		.menu-link {
  			position: relative;
  			width: 100vw;
  			padding: $padding-small/2;
  			text-transform: uppercase;
  			//border-bottom: 1px solid $base-text;

  			&:hover {
  				background-color: $corp-color6;
  			}

  			.tool-icon {
  				position: relative;
  				display: block;
  				font-size: 220%;
  			}

  			.badge {
  				position: absolute;
  				top: 0;
  				//left: 0;
  				margin-left: -$padding;
  				width: $padding;
  				height: $padding;
  				border-radius: $padding/2;
  				background-color: $corp-color4;
  				font-size: 44%;
  				color: white;
  				line-height: $padding;
  				text-align: center;
  			}
  		}
  		.menu-link:last-child {
  			border-bottom: 0;
  		}
  	}
  }
  */
}
@media screen and (max-width: 992px) and (orientation: portrait) {
  header {
    height: 15vh;
    top: 34vh;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  header {
    height: 24vh;
    top: 76vh;
  }
}
header .micro-banner {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 6vh;
  background-color: #002855;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner {
    height: 5vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner {
    height: 11vh;
  }
  header .micro-banner div {
    width: 100%;
  }
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 2.4vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .micro-banner .micro-banner-div {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 100%;
    height: 6.2vh;
  }
  header .micro-banner .micro-banner-div * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 800px) {
  header .micro-banner .micro-banner-div {
    display: inline-block;
    max-width: 44%;
    height: 4vh;
    line-height: 4vh;
    margin: auto 2%;
  }
}
header .micro-banner .micro-banner-text {
  font-size: 85%;
}
@media screen and (min-width: 1900px) {
  header .micro-banner .micro-banner-text {
    font-size: 100%;
    line-height: 4vh;
  }
}
header .micro-banner .micro-banner-subtext {
  font-size: 80%;
}
header .micro-banner .micro-banner-promotion {
  color: #eeaf30;
}
header .micro-banner sup {
  margin: auto 0.25rem;
}
header #header_menu_block {
  background-color: rgba(255, 255, 255, 0.65);
}
header .header-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 8vh;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo {
    height: 10vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo {
    height: 13vh;
  }
}
header .header-logo a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
header .header-logo a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
header .header-logo img {
  max-height: 5vh;
  margin: auto 0.5rem;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  header .header-logo img {
    max-height: 7vh;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header .header-logo img {
    max-height: 7.5vh;
  }
}
@media screen and (min-width: 751px) {
  header .header-logo {
    display: inline-block;
    width: 22vw;
    margin-right: 2vw;
    text-align: left;
    vertical-align: top;
  }
}
header .menu-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 4vh;
  right: 2vw;
  height: 8vh;
  width: 8vw;
  font-size: 2.2rem !important;
  color: #000000;
}
header .menu-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-icon {
    height: 10vh;
    top: 5vh;
    line-height: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-icon {
    height: 13vh;
    top: 11vh;
    line-height: 13vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-icon {
    height: 8vh;
    top: 4vh;
    line-height: 8vh;
  }
}
@media screen and (min-width: 1100px) {
  header .menu-icon {
    display: none;
  }
}
header .menu-bar {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
  z-index: 999999;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  header .menu-bar {
    top: 100%;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: portrait) {
  header .menu-bar {
    top: 11vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 800px) and (max-width: 1099px) and (orientation: landscape) {
  header .menu-bar {
    top: 14vh;
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media screen and (min-width: 1100px) {
  header .menu-bar {
    position: relative;
    display: inline-block;
    width: 74vw;
    height: 8vh;
    text-align: right;
    vertical-align: top;
  }
}
header .menu-bar nav {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  width: 74vw;
  height: 100%;
  font-weight: 300;
  text-align: right;
}
header .menu-bar nav * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav {
    display: inline-block;
    width: 100%;
    height: auto !important;
  }
}
header .menu-bar nav .nav-with-submenu {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 15vw;
  min-width: 8vw;
  height: 100%;
  margin: auto 1rem;
}
header .menu-bar nav .nav-with-submenu * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
header .menu-bar nav .nav-with-submenu .dropdown-toggle {
  margin: auto 1rem;
  background: transparent;
  color: #414042;
}
header .menu-bar nav .nav-with-submenu .submenu-links {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  list-style-type: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
    text-align: left;
  }
}
header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
  width: 100%;
  margin: 0.5rem auto !important;
  text-align: left;
  font-family: "montserrat-medium", sans-serif;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-with-submenu .submenu-links .submenu-link {
    padding-left: 2rem;
  }
}
header .menu-bar nav .nav-link {
  display: inline-block;
  max-width: 15vw;
  margin: auto 1rem;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .nav-link {
    width: 100%;
    max-width: 100% !important;
    padding: 0.5rem 1rem;
    text-align: left;
  }
}
header .menu-bar nav .tool-icon {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  font-size: 220%;
}
header .menu-bar nav .tool-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1099px) {
  header .menu-bar nav .tool-icon {
    width: 100% !important;
    display: block !important;
  }
}
header .menu-bar nav .tool-icon .badge {
  position: relative;
  margin: auto 0.5rem;
  color: #005ea7;
  font-size: 44%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-left, header .menu-bar .nav-right {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: white;
  }
  header .menu-bar .nav-left .nav-link, header .menu-bar .nav-right .nav-link {
    display: block;
    padding: 0.25rem;
    text-align: left;
    border-bottom: 1px solid #bdc3c7;
  }
  header .menu-bar .nav-left .nav-link .tool-icon, header .menu-bar .nav-right .nav-link .tool-icon {
    display: inline-block;
    width: 2rem;
    margin: auto 0.25rem;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-left {
    width: 44%;
  }
}
@media screen and (max-width: 800px) {
  header .menu-bar .nav-center {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-center {
    width: 20%;
  }
  header .menu-bar .nav-center .logo {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    padding: 0.5rem 0 !important;
  }
  header .menu-bar .nav-center .logo * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  header .menu-bar .nav-center img {
    max-height: 4.4vh;
  }
}
@media screen and (min-width: 801px) {
  header .menu-bar .nav-right {
    width: 36%;
  }
}
header .product-nav {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
header .product-nav .nav-links {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #005ea7;
  text-transform: uppercase;
}
header .product-nav .nav-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 980px) {
  header .product-nav .nav-links {
    width: 60%;
    margin: 0 20%;
  }
}
header .product-nav .nav-link {
  position: relative;
  padding: 0.125rem 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 750px) {
  header .product-nav .nav-link {
    font-size: 121%;
  }
}
header .product-nav .nav-link img {
  position: relative;
  width: 80%;
  height: auto;
}
@media screen and (min-aspect-ratio: 4/3) {
  header .product-nav .nav-link img {
    width: 67%;
  }
}
@media screen and (min-width: 800px) {
  header .product-nav .nav-link img {
    width: 31%;
  }
}

.home-banner {
  position: relative;
  display: block;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  .home-banner {
    height: 66vh;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  .home-banner {
    height: 66vh;
  }
}
.home-banner .banner-image {
  width: 100%;
  height: 100%;
}
.home-banner .banner-image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mini-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.mini-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: portrait) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) and (orientation: landscape) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media screen and (min-width: 1601px) {
  .mini-banner .mini-banner-left, .mini-banner .mini-banner-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.mini-banner .mini-banner-left {
  padding-right: 0.5vw;
}
.mini-banner .mini-banner-right {
  padding-left: 0.5vw;
}
.mini-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-modal {
  position: absolute;
  top: 5.5vh;
  left: 13vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    margin-top: -40vw !important;
    margin-left: -40vw !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 30vw;
    margin-top: -15vw !important;
    margin-left: -15vw !important;
  }
}
@media screen and (min-width: 801px) {
  .banner-modal {
    top: 50%;
    left: 50%;
    width: 35vw;
    height: 35vw;
    margin-left: -17.5vw !important;
    margin-top: -17.5vw !important;
  }
}
.banner-modal .icon-close, .banner-modal .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .banner-modal .w3-closebtn, .banner-modal .instruction-modal .modal-details .close, .instruction-modal .modal-details .banner-modal .close {
  position: absolute;
  top: 0.4vh;
  right: 0.4vw;
  color: white;
}
.banner-modal .banner-modal-image {
  width: 100%;
  height: 100%;
}
.banner-modal .banner-modal-image img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
}

.hero-banner {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100vw;
  height: 89vh;
  background: radial-gradient(circle, #74bce4, #002a5c);
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/herobannerbg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner {
    height: 85vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hero-banner {
    height: 76vh;
  }
}
.hero-banner .banner-half-left, .hero-banner .banner-half-right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left, .hero-banner .banner-half-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 2.5%;
  width: 50%;
  height: 50%;
  z-index: 9;
}
.hero-banner .banner-half-left .banner-text-overlay-left *, .hero-banner .banner-half-left .banner-text-overlay-right *, .hero-banner .banner-half-right .banner-text-overlay-left *, .hero-banner .banner-half-right .banner-text-overlay-right * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-right {
    width: 90%;
    height: 40%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-left img, .hero-banner .banner-half-left .banner-text-overlay-right img, .hero-banner .banner-half-right .banner-text-overlay-left img, .hero-banner .banner-half-right .banner-text-overlay-right img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 66%;
}
.hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
  left: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-left, .hero-banner .banner-half-right .banner-text-overlay-left {
    top: 0%;
    left: 5%;
  }
}
.hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
  right: 0%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-left .banner-text-overlay-right, .hero-banner .banner-half-right .banner-text-overlay-right {
    top: 60%;
    right: 5%;
  }
}
.hero-banner .banner-half-left img, .hero-banner .banner-half-right img {
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner .banner-half-left {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/left.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-half-right {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/banner/right.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .banner-image {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 4vh;
  left: 0;
  width: 100%;
}
.hero-banner .banner-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  .hero-banner .banner-image {
    bottom: 10vh;
  }
}
@media screen and (max-width: 799px) and (orientation: landscape) {
  .hero-banner .banner-image {
    position: relative;
    width: 44%;
  }
}
.hero-banner .banner-image img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 70%;
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
  .hero-banner .banner-image img {
    max-width: 60%;
  }
}
@media screen and (min-width: 1101px) {
  .hero-banner .banner-image img {
    max-width: 44%;
  }
}
.hero-banner .banner-half-center {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 50%;
  height: 50%;
}
.hero-banner .banner-half-center * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .hero-banner .banner-half-center {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 980px) {
  .hero-banner .banner-half-center {
    bottom: 6rem;
    width: 60%;
    height: 50%;
  }
}
.hero-banner .banner-half-center img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hero-banner .hero-banner-text-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner-text-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (orientation: portrait) {
  .hero-banner .hero-banner-text-wrapper {
    display: none;
  }
}
.hero-banner .hero-banner-text-wrapper .hero-banner-text-image {
  position: relative;
  width: auto;
  height: 80%;
  max-width: 80%;
  max-height: 80%;
  margin: auto !important;
}
.hero-banner .hero-banner-text {
  position: absolute;
  top: 1rem;
  display: none;
  width: 92%;
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  font-family: "montserrat-black", sans-serif;
  line-height: 1 !important;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .hero-banner .hero-banner-text {
    top: 8vh;
    font-size: 310%;
  }
}
@media screen and (max-width: 759px) and (orientation: landscape) {
  .hero-banner .hero-banner-text {
    position: relative;
    top: 0;
    left: 0;
    width: 44%;
    margin: auto !important;
    font-size: 310%;
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .hero-banner .hero-banner-text {
    font-size: 500%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1899px) {
  .hero-banner .hero-banner-text {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    margin-right: 10%;
    font-size: 600%;
    text-align: center;
    vertical-align: top;
    margin-top: 0;
  }
}
@media screen and (min-width: 1900px) and (max-width: 2799px) {
  .hero-banner .hero-banner-text {
    font-size: 700% !important;
  }
}
@media screen and (min-width: 2800px) {
  .hero-banner .hero-banner-text {
    font-size: 10vw;
  }
}
.hero-banner .hero-banner-text:first-child {
  display: inline-block;
}
.hero-banner .hero-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.3rem;
    bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .hero-banner .hero-banner-bottom {
    font-size: 1.7rem;
    bottom: 1.5rem;
  }
}
.hero-banner .hero-banner-bottom .icon-down {
  display: block;
}
.hero-banner .hero-banner-bottom .icon-down-image {
  display: block;
  width: 4rem;
  height: 6rem;
  text-align: center;
}
.hero-banner .hero-banner-bottom .icon-down-image img {
  width: 100%;
  height: 100%;
}
.hero-banner .banner-modal-promotion {
  position: relative;
  display: none;
  width: 80vw !important;
  height: 74vh !important;
  max-width: 80vw;
  max-height: 74vh;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .hero-banner .banner-modal-promotion {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 95vw !important;
    height: 80vh !important;
    max-width: 95vw;
    max-height: 80vh;
  }
  .hero-banner .banner-modal-promotion * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.hero-banner .banner-modal-promotion .banner-modal-image {
  margin: auto !important;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero-banner .banner-modal-promotion .banner-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto !important;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .hero-banner .banner-modal-promotion .banner-modal-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-sections-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.steps {
  position: relative;
  display: none;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px dotted #bdc3c7;
}
.steps .steps-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.steps .steps-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper {
    padding: 0 4vw;
  }
}
.steps .steps-wrapper .step {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 92vw;
  height: 22em;
  margin-bottom: 1.25rem;
  padding: 1rem;
}
.steps .steps-wrapper .step * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step {
    width: 31vw;
    height: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step {
    width: 29vw;
    height: 22em;
  }
}
.steps .steps-wrapper .step .step-number {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 22em;
  line-height: 0.8 !important;
  color: #bdc3c7;
  opacity: 0.44;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
@media screen and (min-width: 800px) {
  .steps .steps-wrapper .step .step-number {
    font-size: 22em;
  }
}
.steps .steps-wrapper .step .step-title {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 50%;
  font-size: 220%;
  text-transform: uppercase;
  z-index: 9;
}
.steps .steps-wrapper .step .step-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.steps .steps-wrapper .step .step-title::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 50%;
  width: 20%;
  height: 2px;
  margin-left: -10%;
  background-color: rgba(0, 0, 0, 0.66);
}
.steps .steps-wrapper .step .step-desc {
  width: 100%;
  height: 50%;
  font-size: 121%;
  z-index: 9;
}

.play-ball, .all-sports, .theme-based {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.play-ball *, .all-sports *, .theme-based * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 22vh 2vw 4vh 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 31vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .play-ball, .all-sports, .theme-based {
    padding: 17vh 2vw 4vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
@media screen and (min-width: 1901px) {
  .play-ball, .all-sports, .theme-based {
    padding: 15vh 8vw 6vh 8vw;
  }
}
.play-ball .section-title, .all-sports .section-title, .theme-based .section-title {
  font-size: 400%;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 4px;
}
.play-ball .section-title span, .all-sports .section-title span, .theme-based .section-title span {
  display: block;
  margin: 2.5rem auto;
  cursor: pointer;
}
.play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
  position: relative;
  display: block;
  margin: 1.25rem auto;
  padding: 1rem 2rem;
  background-color: transparent;
  color: #002855;
  border: 1px solid #002855;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .play-ball .more-button, .all-sports .more-button, .theme-based .more-button {
    background-color: #002855;
    color: white;
    border: 0;
  }
}
.play-ball .more-button:hover, .all-sports .more-button:hover, .theme-based .more-button:hover {
  background-color: #002855;
  color: white;
  border: 1px solid transparent;
}
.play-ball .more-button span, .all-sports .more-button span, .theme-based .more-button span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.all-sports {
  padding-top: 2vh;
  background-color: #fafafb;
}

.left-arrow, .right-arrow, .testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 6vw;
  height: 6vw;
  top: 50%;
  margin-top: -3vw !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  font-size: 150%;
  background-color: rgba(128, 128, 128, 0.4);
  color: black;
  z-index: 999;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.22);
  cursor: pointer;
  /*
  @media screen and (max-width: 600px) {
  	width: 14vw;
  	height: 14vw;
  	margin-top: -7vw !important;
  	border-radius: 7vw;
  }

  @media screen and (min-width: 601px) and (max-width: 799px) {
  	width: 8vw;
  	height: 8vw;
  	margin-top: -4vw !important;
  	border-radius: 4vw;
  }

  @media screen and (min-width: 981px) {
  	display: none;
  }
  */
  display: none;
}
.left-arrow *, .right-arrow *, .testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.left-arrow {
  left: 0vw;
}

.right-arrow {
  right: 0;
}

.balls-listing, .balls-listing-short {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  overflow: hidden;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 89vh; //83vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 55vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	//display: block;
  	@include flex-container;
  	align-content: flex-start;
  	-webkit-align-content: flex-start;
  	height: 81vh;
  }
  */
}
.balls-listing *, .balls-listing-short * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card, .balls-listing-short .ball-card {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  color: #808285;
  text-align: center;
  cursor: pointer;
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	width: 92vw;
  	height: 96%; //78vh;
  	margin: 3% 3vw; //2vh 3vw;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	@include flex-container;
  	background-color: transparent;
  	width: 92vw;
  	height: 63vh;
  	margin: 2vh 3vw;
  }
  */
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 51vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 40vw;
    height: 77vh;
    margin: 2vh 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing .ball-card a, .balls-listing-short .ball-card a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.balls-listing .ball-card a *, .balls-listing-short .ball-card a * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.balls-listing .ball-card .ball-img *, .balls-listing-short .ball-card .ball-img *, .balls-listing .ball-card .card-img *, .balls-listing-short .ball-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 92vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 100%;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 40vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card .card-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card .card-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  color: white;
  cursor: pointer;
  z-index: 9;
  opacity: 0.67;
}
.balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon, .balls-listing-short .ball-card .ball-img .card-image-icon, .balls-listing .ball-card .card-img .card-image-icon, .balls-listing-short .ball-card .card-img .card-image-icon {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon *, .balls-listing-short .ball-card .ball-img .card-image-icon *, .balls-listing .ball-card .card-img .card-image-icon *, .balls-listing-short .ball-card .card-img .card-image-icon * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon .icon-info, .balls-listing-short .ball-card .ball-img .card-image-icon .icon-info, .balls-listing .ball-card .card-img .card-image-icon .icon-info, .balls-listing-short .ball-card .card-img .card-image-icon .icon-info {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .black .icon-info, .balls-listing-short .ball-card .ball-img .black .icon-info, .balls-listing .ball-card .card-img .black .icon-info, .balls-listing-short .ball-card .card-img .black .icon-info {
  color: #a7a6a8 !important;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-img .card-image-icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-img .card-image-icon-cart *, .balls-listing-short .ball-card .ball-img .card-image-icon-cart *, .balls-listing .ball-card .card-img .card-image-icon-cart *, .balls-listing-short .ball-card .card-img .card-image-icon-cart * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart, .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart, .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart {
  font-size: 150%;
}
.balls-listing .ball-card .ball-img .card-desc, .balls-listing-short .ball-card .ball-img .card-desc, .balls-listing .ball-card .card-img .card-desc, .balls-listing-short .ball-card .card-img .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.83);
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
}
.balls-listing .ball-card .ball-img .card-desc p, .balls-listing-short .ball-card .ball-img .card-desc p, .balls-listing .ball-card .card-img .card-desc p, .balls-listing-short .ball-card .card-img .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.balls-listing .ball-card .ball-img .card-desc ul, .balls-listing-short .ball-card .ball-img .card-desc ul, .balls-listing .ball-card .card-img .card-desc ul, .balls-listing-short .ball-card .card-img .card-desc ul {
  padding-left: 1rem !important;
}
.balls-listing .ball-card .ball-img .card-desc .card-desc-link, .balls-listing-short .ball-card .ball-img .card-desc .card-desc-link, .balls-listing .ball-card .card-img .card-desc .card-desc-link, .balls-listing-short .ball-card .card-img .card-desc .card-desc-link {
  width: 100%;
  margin: 1rem auto;
  color: #005ea7;
  text-transform: uppercase;
}
.balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 23vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    width: 51vw;
    height: 100%;
    background-color: white;
    vertical-align: top;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text a, .balls-listing-short .ball-card .ball-text a {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 16.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: 22vh;
  }
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox {
  width: 100%;
  padding: 0.5rem;
}
.balls-listing .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox .chk_backgrounds, .balls-listing .ball-card .ball-text .photographer_backgound_checkbox a, .balls-listing-short .ball-card .ball-text .photographer_backgound_checkbox a {
  display: inline-block;
}
.balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
  height: 4.4rem;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.3 !important;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 8vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 6vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    width: 100%;
    height: 7vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .ball-name, .balls-listing-short .ball-card .ball-name {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
  color: #4c4c4c;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .reviews-wrapper, .balls-listing-short .ball-card .reviews-wrapper {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
  color: #4c4c4c;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 3.5vh;
    line-height: 3.5vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    width: 100%;
    height: 5vh;
    lin-height: 5vh;
  }
}
@media screen and (min-width: 981px) {
  .balls-listing .ball-card .price-range, .balls-listing-short .ball-card .price-range {
    padding: 0.5rem;
  }
}
.balls-listing .ball-card .sales-price-range, .balls-listing-short .ball-card .sales-price-range {
  color: #e74c3c;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation, .balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  width: 100%;
  color: #285ea2;
  text-align: center;
  cursor: pointer;
}
.balls-listing .ball-card .variation, .balls-listing-short .ball-card .variation {
  font-weight: 900;
}
.balls-listing .ball-card .shipping-duration, .balls-listing-short .ball-card .shipping-duration {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 750px) {
  .balls-listing .ball-card, .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background-color: white;
    width: 92vw;
    height: 40vw;
    margin: 1vh 1vw;
  }
  .balls-listing .ball-card *, .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card hr, .balls-listing-short .ball-card hr {
    display: none;
  }
  .balls-listing .ball-card .ball-img, .balls-listing-short .ball-card .ball-img, .balls-listing .ball-card card-img, .balls-listing-short .ball-card card-img {
    width: 40vw;
    height: 100%;
  }
  .balls-listing .ball-card .ball-img img, .balls-listing-short .ball-card .ball-img img, .balls-listing .ball-card card-img img, .balls-listing-short .ball-card card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing .ball-card .ball-text, .balls-listing-short .ball-card .ball-text {
    width: 50vw;
    height: 100%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .balls-listing .ball-card .ball-text *, .balls-listing-short .ball-card .ball-text * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .balls-listing .ball-card .ball-text .ball-name, .balls-listing-short .ball-card .ball-text .ball-name, .balls-listing .ball-card .ball-text .price-range, .balls-listing-short .ball-card .ball-text .price-range, .balls-listing .ball-card .ball-text .variation, .balls-listing-short .ball-card .ball-text .variation, .balls-listing .ball-card .ball-text .shipping-duration, .balls-listing-short .ball-card .ball-text .shipping-duration {
    height: auto !important;
    font-size: 100% !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range, .balls-listing-short .ball-card .ball-text .ball-price-range {
    display: block;
    width: 100%;
    margin: 0.25rem auto !important;
  }
  .balls-listing .ball-card .ball-text .ball-price-range *, .balls-listing-short .ball-card .ball-text .ball-price-range * {
    line-height: 1.12 !important;
  }
}
@media screen and (max-width: 980px) {
  .balls-listing .ball-card:hover, .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing .ball-card:hover .reviews-wrapper > .stars > .star, .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.balls-listing-short {
  /*
  @media screen and (max-width: 750px) and (orientation: portrait) {
  	height: 60vh;
  }

  @media screen and (max-width: 750px) and (orientation: landscape) {
  	height: 67vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  	height: 37vh;
  }

  @media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  	height: 81vh;
  }
  */
}
.balls-listing-short .ball-card {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 92vw;
    height: 58vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 92vw;
    height: 65vh;
    margin: 1vh 2vw;
  }
  .balls-listing-short .ball-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 35vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card {
    width: 40vw;
    height: 76vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card {
    width: 26vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card {
    width: 18vw;
    height: auto;
    margin: 1vw;
  }
}
.balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
  width: 100%;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 51vh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    display: inline-block;
    width: 38vw;
    height: 65vh;
    vertical-align: top;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 30vh;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 76vh;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 26vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
@media screen and (min-width: 1901px) {
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    height: 18vw;
  }
}
.balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.balls-listing-short .ball-card .ball-text {
  position: relative;
  background-color: white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .balls-listing-short .ball-card .ball-text {
    width: 100%;
    height: auto;
  }
}
.balls-listing-short .ball-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
.balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}
@media screen and (max-width: 980px) {
  .balls-listing-short .ball-card {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
  .balls-listing-short .ball-card .ball-img, .balls-listing-short .ball-card .card-img {
    width: 100%;
    height: 100%;
  }
  .balls-listing-short .ball-card .ball-img img, .balls-listing-short .ball-card .card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .balls-listing-short .ball-card .ball-text {
    display: none;
  }
  .balls-listing-short .ball-card .card-image-icon {
    display: none;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .balls-listing-short .ball-card {
    width: 44vw;
    height: 44vw;
    margin: 1vw;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .balls-listing-short .ball-card:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
  .balls-listing-short .ball-card:hover .reviews-wrapper > .stars > .star {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform ease-in-out 0.44s;
    transition: -webkit-transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s;
    transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
    -webkit-transition: transform ease-in-out 0.44s;
    -moz-transition: transform ease-in-out 0.44s;
    -o-transition: transform ease-in-out 0.44s;
  }
}

.variations-listing {
  position: relative;
  margin-top: 3.1rem;
  width: 100%;
  padding: 0;
}
.variations-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.variations-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.variations-listing .horizontal-card {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
.variations-listing .horizontal-card * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .variations-listing .horizontal-card {
    width: 31%;
    margin: 1%;
    vertical-align: top;
  }
}
.variations-listing .horizontal-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.variations-listing .horizontal-card .card-img img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.variations-listing .horizontal-card .card-text {
  display: inline-block;
  width: 100%;
  height: 11rem;
  text-align: center;
  vertical-align: top;
}
.variations-listing .horizontal-card .card-text .card-title {
  width: 100%;
  height: 6rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808285;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .card-desc {
  height: 5rem;
  font-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.variations-listing .horizontal-card .card-text .price {
  margin: 0.25rem auto;
}
.variations-listing .horizontal-card .card-text .variation {
  display: block;
  color: #f48e30;
  font-size: 75%;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .variations-listing .horizontal-card .card-text .variation {
    display: block;
  }
}
.variations-listing .horizontal-card .card-desc-extra {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
}
.variations-listing .horizontal-card:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
}

#photographer_section > .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#photographer_section > .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #photographer_section > .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
#photographer_section > .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.ordering_process_main .variations-listing {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.ordering_process_main .variations-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .ordering_process_main .variations-listing .horizontal-card {
    margin-bottom: 1.25rem;
  }
}
.ordering_process_main .variations-listing .horizontal-card .card-img img {
  max-height: 65%;
}

.design-specific-listing {
  position: relative;
  width: 100%;
  padding: 0;
}
.design-specific-listing .sport-type {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.2rem;
  border: 1px solid #414042;
}
.design-specific-listing .sport-type span {
  display: block;
  font-size: 112%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.design-specific-listing .designs-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5rem 0;
}
.design-specific-listing .designs-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .design-specific-listing .designs-listing {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .design-specific-listing .designs-listing {
    padding-top: 3.75rem;
  }
}
.design-specific-listing .design-specific-card {
  width: 100%;
  height: auto;
  margin-top: 5rem;
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -o-transition: all ease 0s;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .design-specific-listing .design-specific-card {
    width: 40vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
@media screen and (min-width: 801px) {
  .design-specific-listing .design-specific-card {
    display: inline-block;
    width: 38vw;
    margin: 4rem 0.5vw 1rem 0.5vw;
  }
}
.design-specific-listing .design-specific-card .card-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 15em;
  overflow: hidden;
}
.design-specific-listing .design-specific-card .card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.design-specific-listing .design-specific-card .card-image img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85%;
}
.design-specific-listing .design-specific-card .card-title {
  padding: 1rem 0.5rem;
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #005ea7;
}
.design-specific-listing .ball-card:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.33);
}

.my-designs .ball-card {
  background-color: white;
}
.my-designs .my-design-checkbox {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .my-designs .my-design-checkbox {
    display: inline-block;
    width: 6vw;
  }
  .my-designs .ball-img {
    width: 42vw !important;
  }
  .my-designs .ball-text {
    width: 42vw !important;
  }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .resource-backgrounds .ball-card {
    width: 44vw;
    background-color: white;
  }
  .resource-backgrounds .ball-card .ball-text {
    width: 100%;
    height: 30%;
    text-align: center;
  }
  .resource-backgrounds .ball-card .ball-text .chk_backgrounds {
    display: inline-block;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-text a {
    display: inline-block;
    width: 1rem;
    margin: 1rem;
  }
  .resource-backgrounds .ball-card .ball-img {
    width: 100%;
    height: auto !important;
  }
}

.reviews-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  color: #4c4c4c;
}
.reviews-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.reviews-wrapper .stars {
  display: inline-block;
  width: 6.5rem;
  margin: auto 0.5rem;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/stars-bg-red.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 40% 100%;
}
.reviews-wrapper .stars .star {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1.3rem;
  height: 1.3rem;
}
.reviews-wrapper .stars .star img {
  width: 100%;
  height: 100%;
}
.reviews-wrapper .review-number, .reviews-wrapper .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 100%;
}
.reviews-wrapper .review-number {
  font-size: 0.85rem;
}
.reviews-wrapper .price-range {
  height: 1.7rem;
}

.review-wrapper-seo .stars {
  width: 13rem;
}
.review-wrapper-seo .stars .star {
  width: 2.6rem;
  height: 2.6rem;
}
.review-wrapper-seo .review-number, .review-wrapper-seo .price-range {
  position: relative;
  margin: auto 0.25rem !important;
  font-size: 170%;
}
.review-wrapper-seo .review-number {
  font-size: 1.5rem;
}

.reviews {
  margin: 1rem 0 !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.reviews .stars {
  margin: 0 !important;
}

.product-details-large {
  font-size: 112%;
}

.rated_tobe {
  background-color: #ffc000;
}

.rated {
  background-color: #ffc000;
}

.sort-type {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.1rem;
  padding: 0 1rem;
  background: white;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 4000px) {
  .sort-type {
    width: 60%;
  }
}
.sort-type span {
  line-height: 3.1rem;
  font-weight: 500;
}
.sort-type select {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.sort-type .dropdown {
  position: relative;
  display: inline-block;
  width: 92%;
  height: auto;
  margin: 0 !important;
  padding: 0.5rem !important;
  cursor: pointer;
}
.sort-type .btn {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  background-color: transparent;
  color: #005ea7;
  font-size: 130%;
  text-align: center;
  cursor: pointer;
}
.sort-type .btn * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.sort-type .dropdown-menu {
  position: absolute;
  display: none;
  top: 3.1rem;
  left: 0;
  width: 100%;
  max-height: 22vh;
  background-color: white;
  list-style-type: none;
  z-index: 999;
  overflow-y: auto;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .sort-type .dropdown-menu {
    max-height: 40vh;
  }
}
.sort-type .dropdown-menu li {
  padding: 0.5rem 0;
  cursor: pointer;
}
.sort-type .open .dropdown-menu {
  display: block;
  width: 100%;
  background-color: white;
  padding-left: 0.5rem;
}

.theme-based {
  position: relative;
}
@media screen and (max-width: 599px) {
  .theme-based {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .theme-based {
    padding: 0vh 6vw 6vh 6vw;
  }
}
@media screen and (min-width: 1100px) {
  .theme-based {
    padding: 0vh 10vw 6vh 10vw;
  }
}

.themes-listing {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 1rem 0 0 0;
}
.themes-listing * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .themes-listing {
    height: 34.4em;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .themes-listing a {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing {
    height: 38em;
    padding: 0;
    margin-bottom: 4em;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.themes-listing .theme-card {
  position: relative;
  height: 33em;
  margin-bottom: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .themes-listing .theme-card {
    width: 100%;
    margin-bottom: 3.28rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .themes-listing .theme-card {
    width: 27vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .themes-listing .theme-card {
    width: 24vw;
    margin: 2.2rem 1vw 1rem 1vw;
  }
}
.themes-listing .theme-card .theme-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
}
.themes-listing .theme-card .theme-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.themes-listing .theme-card .card-img {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 25em;
  padding: 1.64rem 2vw;
  z-index: 9;
}
.themes-listing .theme-card .card-img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card .card-img img {
  position: relative;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.themes-listing .theme-card .theme-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  background-color: black;
  font-size: 310%;
  color: white;
  line-height: 3rem !important;
  text-transform: uppercase;
  z-index: 9;
}
.themes-listing .theme-card .theme-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.themes-listing .theme-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.signup {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 5vh;
  background-color: #e6e7e8;
}
.signup * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.signup h3 {
  line-height: 1 !important;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1501px) {
  .signup h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 800px) {
  .signup {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.signup .featured-text {
  color: #005ea7;
}
.signup .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .signup .form-group {
    width: 92%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
  .signup .form-group {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group {
    width: 66%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group {
    width: 66%;
  }
}
.signup .form-group input[type=email] {
  display: inline-block;
  width: 65%;
  padding: 1rem 0.5rem;
  border: 1px solid #c6c6c6;
  background: transparent !important;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  .signup .form-group input[type=email] {
    width: 100%;
  }
}
@media screen and (min-width: 1901px) and (max-width: 3900px) {
  .signup .form-group input[type=email] {
    width: 40%;
  }
}
@media screen and (min-width: 4000px) {
  .signup .form-group input[type=email] {
    width: 30%;
  }
}
.signup .form-group button {
  display: inline-block;
  width: 100%;
  background-color: #005ea7;
  border: 1px solid #005ea7;
  font-size: 100%;
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  vertical-align: top;
}
@media screen and (min-width: 3000px) {
  .signup .form-group button {
    width: 10%;
  }
}

.search-box {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-box * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box input[type=search] {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.5rem !important;
  padding-right: 3.5rem;
  border: 0 !important;
}
.search-box button, .search-box #search-submit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #005ea7;
  color: white;
}
.search-box button *, .search-box #search-submit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-box button:hover, .search-box #search-submit:hover {
  background-color: #002855;
  color: white;
}

.search-select {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #9d9fa2;
  font-size: 100%;
  line-height: 3.5rem;
  overflow: hidden;
}
.search-select * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-select select {
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0.25rem;
  padding-right: 3.5rem;
  border: 0 !important;
}

.testimonials {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2.2rem 0;
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .testimonials {
    max-width: 100vw;
    background-image: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1499px) {
  .testimonials {
    padding: 6vh 4vw;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials {
    padding: 3vh 4vw;
  }
}
.testimonials .testimonial-bg-mobile {
  display: none;
}
@media screen and (max-width: 799px) {
  .testimonials .testimonial-bg-mobile {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
.testimonials .section-title {
  display: inline-block;
  padding: 0.5rem 8.8rem;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .testimonials .section-title {
    padding: 0.5rem 1.25rem;
  }
}
.testimonials .section-title h4 {
  font-weight: 500 !important;
  font-size: 330%;
  line-height: 1.2 !important;
  color: #f48e30;
  text-transform: initial;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 600px) {
  .testimonials .image-container {
    width: 100vw;
  }
}
.testimonials .testimonial-text {
  display: inline-block;
  font-size: 170%;
  font-weight: 300;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials .testimonial-text {
    max-height: 40vh;
  }
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-text {
    max-height: 22vh;
    font-size: 2.2rem;
  }
}
.testimonials [class*=icon-] {
  position: relative;
  margin: auto 0.5rem;
}
.testimonials .testimonial-author {
  position: relative;
  display: block;
  margin: 1rem auto;
  color: white;
  font-weight: 300;
  text-indent: -1rem;
}
@media screen and (min-width: 769px) {
  .testimonials .testimonial-author {
    font-size: 1.5rem;
  }
}
.testimonials .testimonial-author::before {
  position: absolute;
  display: inline-block;
  content: "-";
  color: white;
}
.testimonials #testimonials-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel {
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel {
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel {
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 2vw;
  height: 2vw;
  top: 50%;
  margin-top: -1vw;
  font-size: 150%;
  color: white;
  z-index: 9999;
  cursor: pointer;
}
.testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1100px) {
  .testimonials #testimonials-carousel .left-arrow, .testimonials #testimonials-carousel .right-arrow {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
  }
  .testimonials #testimonials-carousel .left-arrow *, .testimonials #testimonials-carousel .right-arrow * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.testimonials #testimonials-carousel .left-arrow {
  left: 0;
}
.testimonials #testimonials-carousel .right-arrow {
  right: 2vw;
}
.testimonials #testimonials-carousel .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  width: 80vw;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container {
    height: 49vh;
    max-height: 49vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 38vh;
    max-height: 38vh;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container {
    width: 60vw;
    height: 29vh;
    max-height: 29vh;
  }
}
.testimonials #testimonials-carousel .image-container .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 99;
  overflow: hidden;
}
.testimonials #testimonials-carousel .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.testimonials #testimonials-carousel .image-container .category-image {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.testimonials #testimonials-carousel .image-container .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .testimonials #testimonials-carousel .image-container .category-image {
    height: 100%;
  }
}
.testimonials .testimonial-rating {
  margin: 1rem auto !important;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
}
.testimonials .reviews-wrapper {
  width: 100%;
  margin: 1rem auto;
}
.testimonials .reviews-wrapper .stars {
  background-image: none !important;
  width: 10rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars {
    width: 25rem;
  }
}
.testimonials .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min--width: 992px) {
  .testimonials .reviews-wrapper .stars .star {
    width: 5rem;
    height: 5rem;
  }
}

.instagram-section {
  position: relative;
  background-color: white;
}
.instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.instagram-section .section-content *, .instagram-section .static-page .section-content-landing-page *, .static-page .instagram-section .section-content-landing-page *, .instagram-section .static-faq .section-content-landing-page *, .static-faq .instagram-section .section-content-landing-page *, .instagram-section .static-testimonials .section-content-landing-page *, .static-testimonials .instagram-section .section-content-landing-page *, .instagram-section .static-how-to-demo .section-content-landing-page *, .static-how-to-demo .instagram-section .section-content-landing-page *, .instagram-section .static-contact .section-content-landing-page *, .static-contact .instagram-section .section-content-landing-page *, .instagram-section .static-account .section-content-landing-page *, .static-account .instagram-section .section-content-landing-page * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content, .instagram-section .static-page .section-content-landing-page, .static-page .instagram-section .section-content-landing-page, .instagram-section .static-faq .section-content-landing-page, .static-faq .instagram-section .section-content-landing-page, .instagram-section .static-testimonials .section-content-landing-page, .static-testimonials .instagram-section .section-content-landing-page, .instagram-section .static-how-to-demo .section-content-landing-page, .static-how-to-demo .instagram-section .section-content-landing-page, .instagram-section .static-contact .section-content-landing-page, .static-contact .instagram-section .section-content-landing-page, .instagram-section .static-account .section-content-landing-page, .static-account .instagram-section .section-content-landing-page {
    padding: 8vh 11vw;
  }
}
.instagram-section .section-content .section-title, .instagram-section .static-page .section-content-landing-page .section-title, .static-page .instagram-section .section-content-landing-page .section-title, .instagram-section .static-faq .section-content-landing-page .section-title, .static-faq .instagram-section .section-content-landing-page .section-title, .instagram-section .static-testimonials .section-content-landing-page .section-title, .static-testimonials .instagram-section .section-content-landing-page .section-title, .instagram-section .static-how-to-demo .section-content-landing-page .section-title, .static-how-to-demo .instagram-section .section-content-landing-page .section-title, .instagram-section .static-contact .section-content-landing-page .section-title, .static-contact .instagram-section .section-content-landing-page .section-title, .instagram-section .static-account .section-content-landing-page .section-title, .static-account .instagram-section .section-content-landing-page .section-title {
  width: 100%;
  margin-bottom: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
  position: relative;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 44%;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 551px) and (max-width: 992px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 22vw;
    height: 22vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 16vw;
    height: 16vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 13vw;
    height: 13vw;
    margin: 0.5vw;
  }
}
@media screen and (min-width: 1601px) {
  .instagram-section .section-content .instagram-card, .instagram-section .static-page .section-content-landing-page .instagram-card, .static-page .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-faq .section-content-landing-page .instagram-card, .static-faq .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-testimonials .section-content-landing-page .instagram-card, .static-testimonials .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-contact .section-content-landing-page .instagram-card, .static-contact .instagram-section .section-content-landing-page .instagram-card, .instagram-section .static-account .section-content-landing-page .instagram-card, .static-account .instagram-section .section-content-landing-page .instagram-card {
    width: 11vw;
    height: 11vw;
    margin: 0.5vw;
  }
}
.instagram-section .section-content .instagram-card img.instagram-card-image, .instagram-section .static-page .section-content-landing-page .instagram-card img.instagram-card-image, .static-page .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-faq .section-content-landing-page .instagram-card img.instagram-card-image, .static-faq .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-testimonials .section-content-landing-page .instagram-card img.instagram-card-image, .static-testimonials .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-how-to-demo .section-content-landing-page .instagram-card img.instagram-card-image, .static-how-to-demo .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-contact .section-content-landing-page .instagram-card img.instagram-card-image, .static-contact .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image, .instagram-section .static-account .section-content-landing-page .instagram-card img.instagram-card-image, .static-account .instagram-section .section-content-landing-page .instagram-card img.instagram-card-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.static-page-section-title {
  margin: 15vh 0 4vh 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .static-page-section-title {
    margin: 15vh 0 2vh 0;
    padding-top: 1rem;
  }
}
.static-page-section-title .section-title {
  width: 100%;
  padding: 0rem;
  margin-top: 0 !important;
  font-size: 2.7rem;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: 300;
}
@media screen and (max-width: 799px) {
  .static-page-section-title .section-title {
    font-size: 2rem;
    line-height: 1.3 !important;
  }
}
@media screen and (min-width: 800px) {
  .static-page-section-title .section-title {
    margin-bottom: 4vh;
  }
}

.section-heading, .static-faq .faqs .faq-section .faq_title {
  color: #005ea7;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2vh;
  text-align: left;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs {
    display: block !important;
  }
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  margin: auto 1rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
}
.breadcrumbs a::after, .breadcrumbs span::after {
  position: absolute;
  content: ">>";
  margin: auto 0.25rem;
}
.breadcrumbs a:last-child::after, .breadcrumbs span:last-child::after {
  content: "";
}
.breadcrumbs .previous-step {
  color: #2ecc71;
}
.breadcrumbs .current-step {
  color: #f48e30;
  cursor: default !important;
}
.breadcrumbs .next-step {
  color: #c6c6c6;
  cursor: default !important;
}

.static-page, .static-faq, .static-testimonials, .static-how-to-demo, .static-contact, .static-account {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  padding: 0;
}
.static-page *, .static-faq *, .static-testimonials *, .static-how-to-demo *, .static-contact *, .static-account * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-page .section-title, .static-faq .section-title, .static-testimonials .section-title, .static-how-to-demo .section-title, .static-contact .section-title, .static-account .section-title {
  width: 100%;
  padding: 4rem;
  margin-bottom: 1rem;
  font-size: 400%;
  text-transform: uppercase;
}
.static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #414042;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 2vh 1vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 6vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .static-page .section-content, .static-faq .section-content, .static-testimonials .section-content, .static-how-to-demo .section-content, .static-contact .section-content, .static-account .section-content, .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 6vh 11vw;
  }
}
.static-page .section-content .static-column, .static-faq .section-content .static-column, .static-testimonials .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-contact .section-content .static-column, .static-account .section-content .static-column, .static-page .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 0 1rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .static-page .section-content .static-column, .static-faq .section-content .static-column, .static-testimonials .section-content .static-column, .static-how-to-demo .section-content .static-column, .static-contact .section-content .static-column, .static-account .section-content .static-column, .static-page .section-content-landing-page .static-column, .static-faq .section-content-landing-page .static-column, .static-testimonials .section-content-landing-page .static-column, .static-how-to-demo .section-content-landing-page .static-column, .static-contact .section-content-landing-page .static-column, .static-account .section-content-landing-page .static-column {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1101px) {
  .static-page .section-content-landing-page, .static-faq .section-content-landing-page, .static-testimonials .section-content-landing-page, .static-how-to-demo .section-content-landing-page, .static-contact .section-content-landing-page, .static-account .section-content-landing-page {
    padding: 0 !important;
  }
}

.static-page .bulk-order-info-text {
  line-height: 2;
}
.static-page p {
  font-size: 121%;
  line-height: 1.82;
  margin-bottom: 2rem;
}
.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  margin-bottom: 0.5rem;
}
.static-page ul {
  list-style-type: disc;
}
.static-page ul li {
  margin-left: 1.25rem;
}

@media screen and (min-width: 990px) {
  .products-details-image {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.products-details-image .big-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.products-details-image .big-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image object {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
}
.products-details-image .big-image object * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.products-details-image .big-image video {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.products-details-image .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5vw;
  height: 5vw;
  overflow: hidden;
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 990px) {
  .products-details-image .thumbnails .thumbnail, .products-details-image .thumbnails .video-thumbnail {
    width: 13vw;
    height: 13vw;
  }
}
.products-details-image .thumbnails .video-thumbnail {
  background-color: black;
}

.products-details-description {
  padding-left: 2rem;
}

.static-faq .faq-search-wrapper {
  position: relative;
  padding: 1rem 1.25rem;
}
.static-faq .faq-search-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #9d9fa2;
}
.static-faq .faq-search-wrapper input[type=search] {
  position: relative;
  display: inline-block;
  width: 92%;
  height: 4rem;
  font-size: 100%;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 0 !important;
}
.static-faq .faq-search-wrapper button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  background-color: transparent;
}
.static-faq .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .question-wrapper .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  color: #090909;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .static-faq .question-wrapper .faq_question {
    font-size: 121%;
  }
}
.static-faq .question-wrapper .faq_question::before {
  position: absolute;
  display: none;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .question-wrapper .faq_answer {
  position: relative;
  display: none;
  line-height: 2;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
}
.static-faq .question-wrapper input {
  margin-bottom: 0.5rem;
}
.static-faq .question-wrapper input[type=submit] {
  padding: 0.5rem 1rem;
  background-color: #005ea7;
  color: white;
}
.static-faq .faqs {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1.64rem;
  padding: 1.25rem 0;
  text-align: left;
}
.static-faq .faqs .faq-section {
  margin: 2rem auto;
  list-style-type: none;
}
.static-faq .faqs .faq-section .faq_title {
  font-size: 1.12rem;
  cursor: pointer;
}
.static-faq .faqs .faq-section .question-wrapper {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.static-faq .faqs .faq-section .faq_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 112%;
  cursor: pointer;
}
.static-faq .faqs .faq-section .faq_question::before {
  position: absolute;
  top: 0%;
  left: -1rem;
  width: 0.25rem;
  height: 100%;
  border-left: 5px solid #91929a;
  content: "";
  font-size: 200%;
}
.static-faq .faqs .faq-section .faq_answer {
  position: relative;
  display: none;
}
.static-faq .faqs .faq-section .inline-link {
  color: #005ea7 !important;
}
.static-faq .faqs .faq-section .inline-link:hover {
  text-decoration: underline !important;
}
.static-faq .faqs .faq-section .more-link {
  margin-left: 1rem;
  font-size: 121%;
  color: #005ea7;
  text-transform: uppercase;
}
.static-faq .faqs .faq-section:first-child {
  margin-top: 0;
}

.static-testimonials .testimonials-wrapper {
  background-image: none !important;
}
.static-testimonials .static-column {
  width: 100% !important;
}
.static-testimonials .testimonials_main_div {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div {
    position: relative;
    display: inline-block;
    width: 47%;
    height: 18em;
    margin: 1%;
    vertical-align: top;
    overflow: hidden;
  }
}
.static-testimonials .testimonials_main_div .testimonial-author-image {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonial-author-image {
    width: 22%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data {
    width: 65%;
    max-height: 17.5em;
    padding: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
  height: auto;
  font-style: italic;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-text {
    max-height: 11em;
    margin-bottom: 0.5rem;
  }
}
.static-testimonials .testimonials_main_div .testimonials_data .testimonial-author-date {
  font-style: italic;
  color: #201f20;
}

.static-how-to-demo .how-to-demo {
  position: relative;
  padding: 1.64rem 1rem;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .static-column {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-how-to-demo .how-to-demo .static-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .static-column {
    display: inline-block !important;
    padding: 0 !important;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper {
  display: inline-block;
  /* width: 47%; */
  margin-bottom: 1rem;
  padding: 0 1rem;
  /*
  .how_to_demo_question::before {
  	position: absolute;
  	top: $padding-small/2;
  	left: 1.5*(-$padding-small);
  	//width: $padding-small/4;
  	//height: 100%;
  	width: $padding-small/2;
  	height: $padding-small/2;
  	border-radius: 50%;
  	background-color: $base-text;
  	//border-left: 5px solid #91929a;
  	//@extend .icon-bullet;
  	content: '';
  	//font-size: 200%;

  	@media screen and (max-width: 400px) {
  		//top: -50%;
  	}
  }
  */
}
@media screen and (max-width: 799px) {
  .static-how-to-demo .how-to-demo .question-wrapper {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 125%;
  cursor: pointer;
}
.static-how-to-demo .how-to-demo .question-wrapper .how_to_demo_question span {
  margin-right: 0.5rem;
}

.static-contact .page-title, .static-account .page-title {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}
.static-contact .page-description, .static-account .page-description {
  padding: 1rem;
  text-align: left;
  margin-bottom: 2.5rem;
}
.static-contact .contact-wrapper, .static-account .contact-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100% !important;
}
.static-contact .contact-wrapper *, .static-account .contact-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin-bottom: 2.5rem;
  padding: 2.2rem;
  background-color: #f4f4f4;
  color: #808285;
  vertical-align: top;
}
.static-contact .contact-wrapper .contact-card *, .static-account .contact-wrapper .contact-card *, .static-contact .contact-wrapper .blank-template-details *, .static-account .contact-wrapper .blank-template-details * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 31vw;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .contact-card, .static-account .contact-wrapper .contact-card, .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .contact-card .card-icon, .static-account .contact-wrapper .contact-card .card-icon, .static-contact .contact-wrapper .blank-template-details .card-icon, .static-account .contact-wrapper .blank-template-details .card-icon {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.static-contact .contact-wrapper .contact-card .card-icon span, .static-account .contact-wrapper .contact-card .card-icon span, .static-contact .contact-wrapper .blank-template-details .card-icon span, .static-account .contact-wrapper .blank-template-details .card-icon span {
  font-size: 400%;
}
.static-contact .contact-wrapper .contact-card .card-title, .static-account .contact-wrapper .contact-card .card-title, .static-contact .contact-wrapper .blank-template-details .card-title, .static-account .contact-wrapper .blank-template-details .card-title {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.static-contact .contact-wrapper .contact-card hr, .static-account .contact-wrapper .contact-card hr, .static-contact .contact-wrapper .blank-template-details hr, .static-account .contact-wrapper .blank-template-details hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto;
}
.static-contact .contact-wrapper .contact-card .notes, .static-account .contact-wrapper .contact-card .notes, .static-contact .contact-wrapper .blank-template-details .notes, .static-account .contact-wrapper .blank-template-details .notes {
  font-style: italic;
  text-align: center;
}
.static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
  display: block;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 92vw;
    height: auto;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 70vw;
    height: auto;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 22vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 40vw;
    height: 44vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 35vw;
    height: 22vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 22vw;
    height: 15vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-contact .contact-wrapper .blank-template-details, .static-account .contact-wrapper .blank-template-details {
    width: 15vw;
    height: 15vw;
    margin: 1vw;
  }
}
.static-contact .contact-wrapper .blank-template-details .ball_type, .static-account .contact-wrapper .blank-template-details .ball_type {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .static-account .paragraph-30 {
    width: 98%;
    margin: 0.5rem auto;
  }
}
.static-account .account-details-card {
  margin: 0 auto;
  padding: 0.5rem;
  vertical-align: top;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
  line-height: 1.75;
}
.static-account .account-details-card .section-heading, .static-account .account-details-card .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .static-account .account-details-card .faq_title {
  margin-bottom: 1rem;
}
.static-account .account-card {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f4f4f4;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card {
    height: 50vh;
    margin: 2vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .static-account .account-card {
    width: 44%;
    height: 90vh;
    margin: 1vh 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .static-account .account-card {
    width: 44%;
    height: 40vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .static-account .account-card {
    width: 31%;
    height: 67vh;
    margin: 2vw;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .static-account .account-card {
    width: 30%;
    height: 35vw;
    margin: 1vw;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1900px) {
  .static-account .account-card {
    width: 30%;
    height: 35vh;
    margin: 1vw;
  }
}
@media screen and (min-width: 1901px) {
  .static-account .account-card {
    width: 30%;
    height: 31vh;
    margin: 1vw;
  }
}
.static-account .account-card hr {
  width: 100%;
  border-top: 1px solid #aaa;
  margin: 1rem auto !important;
}
.static-account .account-card .card-content {
  height: 85%;
  overflow: hidden;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .static-account .account-card .card-content {
    height: 85%;
  }
}
.static-account .account-card .card-content .myaccount-order-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-number {
  display: inline-block;
  width: 17%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-date {
  display: inline-block;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-order-card .myaccount-order-card-status {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.static-account .account-card .card-content .myaccount-my-design-card {
  width: 100%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-design-card-date {
  display: inline-block;
  width: 30%;
}
.static-account .account-card .card-content .myaccount-my-design-card .myaccount-my-design-card-title {
  display: inline-block;
  width: 64%;
}
.static-account .account-card .card-button {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .static-account .account-card .card-button {
    bottom: 0;
  }
}

.landing-page-section-content {
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  .landing-page-section-content .landing-page-section {
    padding: 1.25rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-section-content .landing-page-section {
    padding: 2vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-section-content .landing-page-section {
    padding: 3vh 11vw;
  }
}

.row-odd {
  background-color: #f4f4f4;
}

.row-even {
  background-color: #e6e7e8;
}

.product-details {
  position: relative;
  width: 100%;
  background-color: white;
}
.product-details .product-image-wrapper {
  display: inline-block;
  width: 44%;
  max-width: 50%;
  height: auto;
  padding: 1.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-image-wrapper .image-container {
  width: 100%;
}
.product-details .product-image-wrapper .product-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: auto;
}
.product-details .product-image-wrapper .product-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.product-details .product-image-wrapper .product-image img {
  width: auto;
  max-width: 85%;
  height: auto;
}
.product-details .product-description-wrapper {
  position: relative;
  display: inline-block;
  width: 49%;
  max-width: 50%;
  height: auto;
  background-color: white;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.product-details .product-description-wrapper .product-name {
  padding-bottom: 1.25rem;
  color: #005ea7;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description {
  padding: 0.625rem 0;
  border-bottom: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .description .description-title {
  color: #005ea7;
}
.product-details .product-description-wrapper .product-price, .product-details .product-description-wrapper .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}
.product-details .product-description-wrapper .product-variation {
  display: inline-block;
  width: 47%;
  margin: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .product-details .product-description-wrapper .product-variation {
    width: 100%;
  }
}
.product-details .product-description-wrapper .product-variation select {
  width: 100%;
  border: 1px solid #bdc3c7;
}
.product-details .product-description-wrapper .form-field {
  margin: 1rem 0;
}
.product-details .product-description-wrapper .form-field input[type=submit] {
  padding: 0.5rem 1.64rem;
  background-color: #005ea7;
  font-size: 112%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-details .product-disclaimer {
  font-size: 80%;
}

.product-quantity {
  width: 60px;
}
@media screen and (min-width: 1300px) {
  .product-quantity {
    width: 60px;
  }
}

.product-price, .product-original-price {
  padding: 1rem 0;
  font-size: 150%;
  color: #f48e30;
}

.product-original-price {
  color: #414042 !important;
}

.customer-reviews .section-heading, .customer-reviews .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .customer-reviews .faq_title {
  color: #005ea7;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 98%;
  }
  .customer-reviews .paragraph-70 {
    width: 98%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .customer-reviews .paragraph-20 {
    width: 28%;
  }
  .customer-reviews .paragraph-70 {
    width: 68%;
  }
}

input[type=button], input[type=submit], .button, .medium-button, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .submit-button, .checkout, .button-green, .reset-button, .button-orange, .button-gray, #button_save_register, #button_saveas_register, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .button_div .button-forgot-password, .table-wrapper .button, .action_div .action_button, .cart-page-container .locker_buttons {
  display: inline-block;
  min-width: 10rem;
  margin: 0.5rem auto;
  padding: 1rem 1rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}
@media screen and (max-width: 800px) {
  input[type=button], input[type=submit], .button, .medium-button, .continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue, .cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red, .submit-button, .checkout, .button-green, .reset-button, .button-orange, .button-gray, #button_save_register, #button_saveas_register, .two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit], .two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link, .two-column-wrapper #user_login .button_div .button-login input[type=submit], .two-column-wrapper #user_login .button_div .button-forgot-password, .table-wrapper .button, .action_div .action_button, .cart-page-container .locker_buttons {
    width: 100%;
    margin: 0.5rem 0;
  }
}
input[type=button]:hover, input[type=submit]:hover, .button:hover, .medium-button:hover, .continue-button:hover, .continue-shopping:hover, #button_save:hover, #button_save_login:hover, #button_saveas_save:hover, #button_saveas_login:hover, .button-blue:hover, .cancel-button:hover, #button_save_cancel:hover, #button_saveas_cancel:hover, .button-red:hover, .submit-button:hover, .checkout:hover, .button-green:hover, .reset-button:hover, .button-orange:hover, .button-gray:hover, #button_save_register:hover, #button_saveas_register:hover, .two-column-wrapper #user_login input[type=submit]:hover, .two-column-wrapper #user_registration input[type=submit]:hover, .two-column-wrapper .column-1 input[type=submit]:hover, .two-column-wrapper .column-2 input[type=submit]:hover, .two-column-wrapper #user_login .forgot-password-link:hover, .two-column-wrapper #user_registration .forgot-password-link:hover, .two-column-wrapper .column-1 .forgot-password-link:hover, .two-column-wrapper .column-2 .forgot-password-link:hover, .two-column-wrapper #user_login .button_div .button-login input[type=submit]:hover, .two-column-wrapper #user_login .button_div .button-forgot-password:hover, .action_div .action_button:hover, .cart-page-container .locker_buttons:hover {
  background-color: #002855;
  color: white;
}

.continue-button, .continue-shopping, #button_save, #button_save_login, #button_saveas_save, #button_saveas_login, .button-blue {
  background-color: #005ea7;
  color: white;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cancel-button, #button_save_cancel, #button_saveas_cancel, .button-red {
  background-color: #e74c3c;
  color: white;
}

.submit-button {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.checkout, .button-green {
  background-color: #2ecc71;
  color: white;
}

.small-button {
  display: inline-block;
  min-width: 2rem !important;
  margin: auto;
  padding: 0.5rem !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}

.checkout {
  float: right;
}

.continue-shopping {
  margin-left: 0;
}

.reset-button, .button-orange {
  background-color: #f48e30;
  color: white;
  -webkit-box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
          box-shadow: 0 0.25rem 0 rgba(189, 195, 199, 0.6);
}

.button-gray {
  background-color: #bdc3c7;
  color: #8a8a8f;
}

#button_save_register, #button_saveas_register, .button-green {
  background-color: #2ecc71;
  color: white;
}

.color-green {
  color: #2ecc71;
}

.green-bg {
  background-color: #2ecc71;
}

.button-orange {
  background-color: #f48e30;
}

.button-blue {
  background-color: #005ea7;
  color: white;
}

.button-white {
  background-color: white;
  border: 1px solid #005ea7;
  color: #005ea7;
}

.button-black {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.button-black:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}

.button-orange-2 {
  background-color: #f48e30;
  color: white;
  border: 1px solid #f48e30;
}
.button-orange-2:hover {
  background-color: #002855;
  border: 1px solid #002855;
  color: white !important;
}

.approved {
  background-color: #CAFFCA !important;
}

.waiting_for_approval {
  background-color: #FFFFCA !important;
}

.order_printed {
  background-color: rgba(255, 205, 180, 0.4) !important;
}

.revise_artwork {
  background-color: #FAAAAA !important;
}

.ptc_attention_needed, .mab_attention_needed, .expert_review_in_progress {
  background-color: #ADD8E6 !important;
}

.all_accessories {
  background-color: #ffe6ff !important;
}

.button-disabled {
  background-color: #bdc3c7;
  color: white;
}
.button-disabled:hover {
  background-color: #bdc3c7;
}

.div-section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.two-column-wrapper {
  position: relative;
  display: block;
}
.two-column-wrapper .contact-label {
  font-size: 1.12rem;
}
.two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: auto 1%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login, .two-column-wrapper #user_registration, .two-column-wrapper .column-1, .two-column-wrapper .column-2 {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.two-column-wrapper #user_login .form-field, .two-column-wrapper #user_registration .form-field, .two-column-wrapper .column-1 .form-field, .two-column-wrapper .column-2 .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.two-column-wrapper #user_login input[type=submit], .two-column-wrapper #user_registration input[type=submit], .two-column-wrapper .column-1 input[type=submit], .two-column-wrapper .column-2 input[type=submit] {
  margin-right: 0.5rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .forgot-password-link, .two-column-wrapper #user_registration .forgot-password-link, .two-column-wrapper .column-1 .forgot-password-link, .two-column-wrapper .column-2 .forgot-password-link {
  background-color: #f48e30;
}
.two-column-wrapper #user_login .button_div {
  display: inline-block;
  width: 100%;
}
.two-column-wrapper #user_login .button_div .button-login input[type=submit] {
  min-width: 1rem;
  background-color: #005ea7;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password {
  min-width: 1rem;
  width: auto;
  padding: 0;
  background-color: transparent;
  letter-spacing: 1px;
}
.two-column-wrapper #user_login .button_div .button-forgot-password:hover {
  background-color: transparent !important;
}
.two-column-wrapper #user_login .button_div .button-forgot-password .forgot-password-link {
  background-color: transparent;
}
.two-column-wrapper #register_option {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.two-column-wrapper #register_option * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 801px) {
  .two-column-wrapper #register_option .member-register-button, .two-column-wrapper #register_option .photographer-register-button {
    display: block;
    width: 85%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .two-column-wrapper #register_option #member_image, .two-column-wrapper #register_option #photographer_image {
    width: 60%;
  }
  .two-column-wrapper #register_option #member_image img, .two-column-wrapper #register_option #photographer_image img {
    max-width: 100%;
  }
}
.two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background-color: #e6e7e8;
}
@media screen and (max-width: 800px) {
  .two-column-wrapper #user_login::after, .two-column-wrapper .column-1::after {
    display: none;
  }
}

.extra-interests {
  position: relative;
  display: block;
  padding-top: 2.2vh;
  padding-bottom: 2.2vh;
  text-align: center;
}
.extra-interests .caption {
  margin-bottom: 1rem;
  font-size: 112%;
  text-transform: uppercase;
}
.extra-interests .section-heading, .extra-interests .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .extra-interests .faq_title {
  text-transform: capitalize;
}
.extra-interests .carousel-wrapper, .extra-interests .image-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0;
  overflow: hidden;
}
.extra-interests .category-images {
  position: relative;
  display: inline-block;
  width: auto;
  height: 42vh;
  overflow: hidden;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images {
    height: 50vh;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images {
    height: 80vh;
  }
}
.extra-interests .category-images .category-image {
  position: relative;
  display: inline-block;
  width: 22vw;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image {
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .extra-interests .category-images .category-image {
    height: 100%;
    vertical-align: top;
    font-size: 80%;
  }
}
.extra-interests .category-images .category-image .item-image {
  display: inline-block;
  width: 100%;
  height: 22vh;
  margin-right: 2vw;
  vertical-align: top;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .extra-interests .category-images .category-image .item-image {
    width: 100%;
    margin-bottom: 2vh;
  }
}
.extra-interests .category-images .category-image .item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20vh;
}
.extra-interests .category-images .category-image .item-title {
  display: block;
  width: 100%;
  text-align: center;
}
.extra-interests .category-images .category-image .button-blue {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: no-wrap;
}

.table-wrapper {
  margin: 0;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 980px) {
  .table-wrapper {
    padding: 0.5rem 0;
  }
}
.table-wrapper table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  text-align: center;
}
.table-wrapper table thead {
  background-color: #dbdfe1;
}
.table-wrapper table tr {
  width: 100%;
}
.table-wrapper table tr th, .table-wrapper table tr td {
  padding: 0.25rem;
  border-collapse: collapse;
  vertical-align: top;
}
.table-wrapper table tr:nth-child(even) {
  background-color: #fafafb;
}
.table-wrapper table tr:last-child {
  background-color: #dbdfe1;
}
.table-wrapper table .sr {
  width: 8vw;
}
.table-wrapper table .thumbnail {
  width: 22vw;
}
.table-wrapper table .thumbnail a {
  display: inline-block;
}
.table-wrapper table .thumbnail img {
  width: 90%;
  height: auto;
}
.table-wrapper table .product-name {
  width: 44vw;
  vertical-align: top;
}
.table-wrapper table .quantity {
  width: 10vw;
  vertical-align: top;
}
@media screen and (min-width: 1500px) {
  .table-wrapper table .quantity {
    width: 6vw;
  }
}
.table-wrapper table .quantity input[type=number] {
  width: 90%;
  padding: 0.25rem;
}
.table-wrapper table .total {
  width: 15vw;
}
.table-wrapper table .order-head {
  width: 60vw;
  text-align: right;
}
.table-wrapper table .order-cost {
  width: 40vw;
}
@media only screen and (max-width: 980px) {
  .table-wrapper table {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .table-wrapper table thead {
    display: none;
  }
  .table-wrapper table tbody {
    display: block;
  }
  .table-wrapper table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0;
    border: 0;
  }
  .table-wrapper table td {
    position: relative;
    display: block;
    width: 100% !important;
    padding-left: 50% !important;
    line-height: 2;
    text-align: left;
    border-left: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
  }
  .table-wrapper table td:first-child {
    border-top: 1px solid #bdc3c7;
  }
  .table-wrapper table td::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 1rem;
    content: attr(data-title);
    background-color: #808c93;
    color: white;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
.table-wrapper .button {
  margin: 0.25rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 800px) {
  .table-wrapper .button {
    width: 100%;
    margin: 0.25rem 0;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 801px) {
  .table-wrapper .button {
    font-size: 80%;
  }
}
.table-wrapper .continue-button {
  background-color: #005ea7;
  color: white;
}

.cart-common-div {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 114%;
  text-transform: uppercase;
}
.cart-common-div .cart-common-div-title {
  display: inline-block;
  width: 40%;
  margin-right: 8%;
  color: #545e64;
  text-align: left;
}
.cart-common-div .cart-common-div-value {
  display: inline-block;
  width: 42%;
  margin: auto 0.5rem;
  color: #005ea7;
  text-align: left;
}
.invisible-form-fields {
  position: relatvie;
  display: block;
  width: 100%;
}

.invisible {
  display: inline-block !important;
  width: 1rem !important;
  margin-right: 0.25rem;
  opacity: 0;
}

.date_pending {
  background-color: #f9c391 !important;
}

.html_dropdown_select {
  display: none;
}

.html_dropdown_div, .html_dropdown_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
}

.html_dropdown_option_div, .html_dropdown_selected_option_div, .html_dropdown_option_div_hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.html_dropdown_button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 100% !important;
  z-index: 9999;
}
.html_dropdown_button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.html_dropdown_options_list {
  position: absolute;
  display: none;
  width: 100% !important;
  height: 9em;
  padding: 0.25rem;
  margin-top: -0.25rem;
  background-color: white;
  border: 1px solid #eeeeee;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: scroll;
}

.html_dropdown_div_hover > .html_dropdown_options_list {
  display: block;
}

#photographerorder-form [class*=button-] {
  margin: 0.5rem auto;
}

.upload_photographer_form {
  position: relative;
  display: block;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry {
  position: relative;
  width: 100%;
}
.upload_photographer_form .upload_photographer_entry .photographer_products, .upload_photographer_form .upload_photographer_entry .photographer_orientation, .upload_photographer_form .upload_photographer_entry .photographer_panel, .upload_photographer_form .upload_photographer_entry .close_photographer, .upload_photographer_form .upload_photographer_entry .photographer_bulk_image {
  margin: 0.5rem auto;
}
.upload_photographer_form .upload_photographer_entry:nth-child(odd) {
  background-color: #f4f4f4;
}
.upload_photographer_form .upload_photographer_entry:nth-child(even) {
  background-color: #e6e7e8;
}
.upload_photographer_form .icon-yes {
  color: #2ecc71;
  margin-right: 0.5rem;
}
.upload_photographer_form .icon-no {
  color: black;
}
.upload_photographer_form .confirm_bg {
  background-color: #ed7669 !important;
  color: white;
}

.checkout-step {
  display: none;
}
.checkout-step:first-child {
  display: block;
}
.checkout-step .input-with-button {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.checkout-step .input-with-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkout-step .input-with-button input[type=text] {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.checkout-step .input-with-button input[type=button] {
  display: inline-block;
  width: 40%;
  min-width: auto !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c6c6c6;
  color: #414042;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .checkout-step #shipping-info-form .paragraph-50, .checkout-step #billing_details_form .paragraph-50 {
    width: 100%;
  }
}

.step {
  display: block;
  border-bottom: 1px solid #bdc3c7;
}
@media screen and (max-width: 980px) {
  .step {
    display: none;
  }
  .step:first-child {
    display: block;
  }
}
.step .radio-image {
  position: relative;
  display: inline-block;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .step .radio-image {
    width: 40% !important;
    margin-left: -0.25rem;
  }
}
@media screen and (max-width: 750px) {
  .step .step-title {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-title {
    display: inline-block;
    width: 47% !important;
  }
}
@media screen and (max-width: 750px) {
  .step .step-explanation {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .step .step-explanation {
    display: inline-block;
    width: 47% !important;
  }
}

.step-buttons {
  display: inline-block !important;
}
@media screen and (max-width: 980px) {
  .step-buttons {
    display: none !important;
  }
}

.step-buttons-mobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .step-buttons-mobile {
    display: block !important;
  }
  .step-buttons-mobile button {
    margin-bottom: 0.5rem;
  }
}
.step-buttons-mobile .prev-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.step-buttons-mobile .next-step {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: right;
}
.step-buttons-mobile .step-icon {
  margin: auto 0.25rem;
  cursor: pointer;
}
.step-buttons-mobile .step-head {
  color: #414042;
  text-decoration: underline;
  cursor: pointer;
}
.step-buttons-mobile .step-navigation {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.step-buttons-mobile .step-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-form-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.supereasy-form-wrapper hr {
  border-top: 1px solid #91929a;
}
.supereasy-form-wrapper .step-buttons-mobile {
  padding: 1rem 0;
}
.supereasy-form-wrapper .section-content, .supereasy-form-wrapper .static-page .section-content-landing-page, .static-page .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-faq .section-content-landing-page, .static-faq .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-testimonials .section-content-landing-page, .static-testimonials .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-how-to-demo .section-content-landing-page, .static-how-to-demo .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-contact .section-content-landing-page, .static-contact .supereasy-form-wrapper .section-content-landing-page, .supereasy-form-wrapper .static-account .section-content-landing-page, .static-account .supereasy-form-wrapper .section-content-landing-page {
  background-color: transparent;
}
.supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
  border: 0 !important;
}
@media screen and (max-width: 980px) {
  .supereasy-form-wrapper .step, .supereasy-form-wrapper .static-page {
    background-color: white;
  }
}
.supereasy-form-wrapper .step:nth-child(odd), .supereasy-form-wrapper .static-page:nth-child(odd) {
  position: relative;
  background-color: white;
}
.supereasy-form-wrapper .step:nth-child(even), .supereasy-form-wrapper .static-page:nth-child(even) {
  background-color: #dfefff;
}
.supereasy-form-wrapper .supereasy-section-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .supereasy-section-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .step-title {
  width: 100% !important;
  text-align: center;
  text-transform: initial;
}
.supereasy-form-wrapper .step-title .section-heading, .supereasy-form-wrapper .step-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .step-title .faq_title {
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .step-explanation {
  width: 100% !important;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 112%;
}
.supereasy-form-wrapper .step-explanation ul {
  margin: 1rem auto;
  padding: 0;
  list-style-type: none;
}
.supereasy-form-wrapper .step-explanation .note {
  font-size: 90% !important;
}
.supereasy-form-wrapper .supereasy-subsection-title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
}
.supereasy-form-wrapper .supereasy-subsection-title * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-subsection-title .section-heading, .supereasy-form-wrapper .supereasy-subsection-title .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .supereasy-form-wrapper .supereasy-subsection-title .faq_title {
  color: black !important;
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.supereasy-form-wrapper .supereasy-category-images {
  position: relative;
}
.supereasy-form-wrapper .category-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .category-images .category-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 44%;
  height: 100%;
  margin: auto 0.5rem;
  overflow: hidden;
}
.supereasy-form-wrapper .category-images .category-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 30%;
  }
}
@media screen and (min-width: 751px) and (max-width: 992px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 23%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1299px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 22%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1899px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    max-width: 15%;
  }
}
@media screen and (min-width: 1900px) {
  .supereasy-form-wrapper .category-images .category-image {
    -webkit-box-flex: 16%;
        -ms-flex: 16%;
            flex: 16%;
    max-width: 15%;
  }
}
.supereasy-form-wrapper .category-images .category-image .selected {
  border: 1px solid #005ea7;
}
.supereasy-form-wrapper .category-images .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.supereasy-form-wrapper .category-images .category-image input[type=radio] {
  display: none;
}
.supereasy-form-wrapper .category-images .category-image .teamColorPicker_image {
  width: 4vw;
  height: 4vw;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_list_div {
  display: inline-block;
  width: 10%;
  position: relative;
  text-align: center;
  margin: 5px 5px 5px 5px;
}
.supereasy-form-wrapper .category-images .category-image .selected_upload_image_element_image {
  display: inline-block;
  width: 100%;
  height: auto;
}
.supereasy-form-wrapper .category-images .category-image:hover img.background_element_image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99 !important;
}
.supereasy-form-wrapper .supereasy-navigation {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  top: 50%;
  margin-top: -1vw;
  text-align: center;
}
.supereasy-form-wrapper .supereasy-navigation * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .supereasy-navigation .text-center {
  position: relative;
  width: 50%;
  height: 100%;
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
  top: 0;
  margin-top: 0 !important;
  font-size: 1.5vw;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .supereasy-form-wrapper .supereasy-navigation .left-arrow, .supereasy-form-wrapper .supereasy-navigation .right-arrow {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
.supereasy-form-wrapper .supereasy-navigation .left-arrow {
  left: 0;
  margin-left: 0;
}
.supereasy-form-wrapper .supereasy-navigation .right-arrow {
  right: 0;
  margin-right: 0;
}
.supereasy-form-wrapper .text_input {
  height: 130px;
}
.supereasy-form-wrapper .small-color-blocks {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-form-wrapper .small-color-blocks * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .small-color-blocks .color-block {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 4vw;
  height: 4vw;
  margin: 0.13rem !important;
  border: 1px solid #bdc3c7;
}
.supereasy-form-wrapper .small-color-blocks .color-block * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .supereasy-form-wrapper .small-color-blocks .color-block {
    width: 9vw;
    height: 9vw;
  }
}
.supereasy-form-wrapper .small-color-blocks .color-block img {
  width: 100%;
  height: 100%;
}
.supereasy-form-wrapper .small-color-blocks .color-block .teamColorSelected {
  font-size: 200%;
}
.supereasy-form-wrapper .icon-edit {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-edit * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-form-wrapper .icon-close, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn, .supereasy-form-wrapper .instruction-modal .modal-details .close, .instruction-modal .modal-details .supereasy-form-wrapper .close {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
}
.supereasy-form-wrapper .icon-close *, .supereasy-form-wrapper .instruction-modal .modal-details .w3-closebtn *, .instruction-modal .modal-details .supereasy-form-wrapper .w3-closebtn *, .supereasy-form-wrapper .instruction-modal .modal-details .close *, .instruction-modal .modal-details .supereasy-form-wrapper .close * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.supereasy-background {
  position: relative;
  background-color: white;
}
.supereasy-background .supereasy-background-images {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-background .supereasy-background-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .supereasy-background-images div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}
.supereasy-background .supereasy-background-images div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 600px) {
  .supereasy-background .supereasy-background-images div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0.5rem auto;
  }
}
.supereasy-background .supereasy-background-images div input[type=radio] {
  margin: auto 0.5rem;
}
.supereasy-background .supereasy-background-images div .background_element_image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
}
.supereasy-background .supereasy-background-images div .background_element_image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-background .team-colors-selection-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-background .team-colors-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 981px) {
  .supereasy-background .team-colors-selection-wrapper {
    background-color: #f4f4f6;
  }
}
.supereasy-background .team-colors-selection-wrapper .small-color-blocks {
  margin: 1.25rem auto;
}

.supereasy-user-image {
  position: relative;
  background-color: white;
}
.supereasy-user-image .bsns_upload_plugin_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 1rem auto;
}
.supereasy-user-image .bsns_upload_plugin_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  .supereasy-user-image .bsns_upload_plugin_div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
}
.supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
  position: relative;
  width: auto;
  max-width: 30%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div #file_browse_button {
    width: 100%;
    max-width: 100%;
  }
}
.supereasy-user-image .bsns_upload_plugin_div .help-block {
  position: relative;
  width: auto;
  text-align: left;
  margin: auto 0.5rem;
  padding: 0 !important;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .bsns_upload_plugin_div .help-block {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.supereasy-user-image .panel-user-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.supereasy-user-image .panel-user-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-image .add_options {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #9d9fa2;
  overflow: hidden;
}
.supereasy-user-image .add_options * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-user-image .add_options {
    width: 44vw;
    height: 44vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .supereasy-user-image .add_options {
    width: 30vw;
    height: 30vw;
    margin: 1vw auto !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .supereasy-user-image .add_options {
    width: 15vw;
    height: 15vw;
    margin: 1vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .supereasy-user-image .add_options {
    width: 13vw;
    height: 13vw;
    margin: 1vw !important;
  }
}
.supereasy-user-image .add_options img {
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supereasy-user-text {
  background-color: #f4f4f6;
}
.supereasy-user-text .font-selection-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.supereasy-user-text .font-selection-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .font-selection-wrapper .fonts_list {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 121%;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .supereasy-user-text .font-selection-wrapper .fonts_list {
    font-size: 150% !important;
  }
}
.supereasy-user-text .font-selection-wrapper .html_dropdown_div {
  position: relative;
}
.supereasy-user-text .small-color-blocks {
  margin: 1.25rem auto;
}
.supereasy-user-text input[type=button] {
  width: auto !important;
  margin-bottom: 4rem;
}
.supereasy-user-text .panel-user-text {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.supereasy-user-text .panel-user-text * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-user-text .add_options {
  position: relative;
  display: inline-block;
  margin: 0.25rem;
  text-align: left;
  border: 1px solid #9d9fa2;
}
@media screen and (max-width: 750px) {
  .supereasy-user-text .add_options {
    width: 100% !important;
  }
}
.supereasy-user-text .userTextImage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 130px;
}
@media screen and (max-width: 550px) {
  .supereasy-user-text .userTextImage {
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .supereasy-user-text .userTextImage {
    max-height: 80px;
  }
}

.supereasy-clipart {
  background-color: white;
}
.supereasy-clipart .category-image {
  max-width: 13% !important;
}
.supereasy-clipart .category-image img {
  max-width: 90%;
  max-height: 90%;
}
.supereasy-clipart .panel-selected-clipart-list {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 1rem 0;
}
.supereasy-clipart .panel-selected-clipart-list * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.supereasy-clipart .selected_clipart_list_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  min-width: 6%;
  max-width: 8%;
  height: auto;
  margin: 0.25rem auto !important;
  border: 1px solid #9d9fa2;
}
.supereasy-clipart .selected_clipart_list_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 550px) {
  .supereasy-clipart .selected_clipart_list_div {
    max-width: 10%;
  }
}
.supereasy-clipart .selected_clipart_list_div img {
  width: 100%;
  height: auto;
}

.supereasy-comment {
  background-color: #f4f4f6;
}
.supereasy-comment .add-to-cart-button {
  padding: 0.5rem 0;
  font-size: 120% !important;
}
.supereasy-comment .back_next_div {
  position: relative;
  font-size: 150%;
  cursor: pointer;
}
.supereasy-comment .back_next_div [class*=icon-] {
  font-size: 121%;
  color: #f48e30;
  margin: auto 0.5rem;
}

.panel_class {
  display: none;
}
.panel_class:first-child {
  display: block;
}
.panel_class .step .paragraph-element {
  vertical-align: top;
}
.panel_class .sample-design-image {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  text-align: center;
}
.panel_class .sample-design-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 800px) {
  .panel_class .sample-design-image img {
    width: 40%;
  }
}

.back_next_div {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 1rem;
}
.back_next_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.back_next_div .paragraph-element {
  vertical-align: bottom !important;
}
.back_next_div .text-center .step-head, .back_next_div .navigation-div .step-head {
  margin: auto 0.125rem;
  padding: 1rem;
}
.back_next_div .back-div, .back_next_div .next-div {
  display: inline-block;
  width: 44%;
  max-width: 49%;
  overflow: hidden;
}
.back_next_div .back-div .step-head, .back_next_div .next-div .step-head {
  margin: auto 0.125rem;
}
.back_next_div .back-div {
  float: left;
  text-align: right;
}
.back_next_div .next-div {
  float: right;
  text-align: left;
}
.back_next_div .left-arrow, .back_next_div .right-arrow {
  display: inline-block !important;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
}

.payment-detail-list hr {
  margin: 0.5rem 0;
  border-top: 1px solid #bdc3c7;
}

@media screen and (max-width: 800px) {
  .buttons [class*=button-] {
    margin: 0.25rem auto;
  }
}

.form-group .paragraph-row {
  margin: 0 !important;
}

.associated-accessory-details-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 33vh;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 35vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 71vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 981px) and (max-width: 1499px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 46vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1901px) {
  .associated-accessory-details-carousel {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    height: 31vh;
  }
  .associated-accessory-details-carousel * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.associated-accessory-details-carousel .image-container {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container #interests {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99;
}
.associated-accessory-details-carousel .image-container #interests * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1900px) {
  .associated-accessory-details-carousel .image-container #interests {
    display: inline-block;
    text-align: center;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card {
  position: relative;
  width: 100%;
  height: 92%;
  max-height: 94%;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: -webkit-box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s;
  transition: box-shadow ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 46%;
    height: 96%;
    margin: 2% auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-align-content: center;
    background-color: transparent;
    width: 30vw;
    margin: 3% auto !important;
  }
  .associated-accessory-details-carousel .image-container .associated-accessory-card * {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: portrait) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 30vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    width: 24vw;
    margin: 3% auto !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1360px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 18vw;
    margin: 1% 2vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 1361px) and (max-width: 2000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 2001px) and (max-width: 2999px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 13vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
@media screen and (min-width: 3000px) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card {
    display: inline-block;
    width: 11vw;
    margin: 1% 1vw !important;
    vertical-align: top;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 64%;
  background-color: #f2f2f2;
  overflow: hidden;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-icon .icon-info {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #a7a6a8 !important;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-image-cart-icon .icon-cart {
  font-size: 100%;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2rem;
  color: #a7a6a8 !important;
  font-size: 1rem !important;
  vertical-align: top;
  cursor: pointer;
  z-index: 9;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .accessory-card-buttons div {
  display: inline-block;
  width: 44%;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .black .icon-info {
  color: #a7a6a8 !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.76);
  font-size: 80%;
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-image .card-desc p {
  width: 100%;
  line-height: 1.5;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35%;
  padding: 0.5rem;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto !important;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3 !important;
  cursor: pointer;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name *, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-name, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .ball-name {
    font-size: 3.1vh;
  }
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 100%;
  height: 1.65rem;
  margin: 0.25rem auto;
  overflow: hidden;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-bottom * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-price {
  position: relative;
  font-size: 1rem;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .undiscounted-price {
  margin-right: 1rem;
  color: #e74c3c;
  text-decoration: line-through;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons {
  position: relative;
  color: #005ea7;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart-plus, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .ball-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .ball-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover, .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .balls-listing-short .ball-card .card-img .card-image-icon-cart .icon-cart:hover, .balls-listing-short .ball-card .card-img .card-image-icon-cart .associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .icon-cart:hover {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card .associated-accessory-card-details .accessory-card-buttons .design-now-button {
  padding: 0 0.5rem;
  border: 1px solid #005ea7;
}
.associated-accessory-details-carousel .image-container .associated-accessory-card:hover {
  transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform ease-in-out 0.44s;
  transition: -webkit-transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s;
  transition: transform ease-in-out 0.44s, -webkit-transform ease-in-out 0.44s;
  -webkit-transition: transform ease-in-out 0.44s;
  -moz-transition: transform ease-in-out 0.44s;
  -o-transition: transform ease-in-out 0.44s;
}

.discount-codes-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}
.discount-codes-wrapper .form-field {
  width: 100%;
  margin-bottom: 1rem;
}
.discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
  display: inline-block;
  width: 47%;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text], .discount-codes-wrapper .form-field input[type=submit], .discount-codes-wrapper .form-field input[type=button] {
    width: 100%;
  }
}
.discount-codes-wrapper .form-field input[type=text] {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .discount-codes-wrapper .form-field input[type=text] {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.discount-codes-wrapper .form-field input[type=submit] {
  background-color: #005ea7;
  color: white;
  text-transform: uppercase;
}

.db_list .form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.pagination {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  text-align: center;
}
.pagination .group {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}
.pagination .group span {
  margin: auto 0.5rem;
  padding: 0.5rem 0.5rem;
}
.pagination .group .active-page {
  background-color: #005ea7;
  color: white;
}

.w3-animate-zoom, .instruction-modal .modal-details {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.instruction-modal {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75) !important;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .instruction-modal {
    padding-top: 40px;
  }
}
.instruction-modal .modal-details {
  position: absolute;
  display: inline-block;
  width: 80vw;
  height: auto;
  max-height: 76vh;
  top: 50%;
  left: 50%;
  margin-top: -36vh;
  margin-left: -40vw;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9999;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  .instruction-modal .modal-details {
    padding: 0.5rem;
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details {
    max-height: 70vh;
    margin-top: -25vh;
  }
}
@media screen and (min-width: 1201px) {
  .instruction-modal .modal-details {
    width: 60vw;
    margin-left: -30vw;
  }
}
.instruction-modal .modal-details .w3-closebtn, .instruction-modal .modal-details .close {
  position: absolute;
  display: inline-block;
  font-size: 150%;
  color: #bdc3c7;
  top: 0.25rem;
  right: 0.25rem;
  width: 2rem;
  height: 2rem;
  z-index: 99999;
}
.instruction-modal .modal-details .modal-heading {
  text-transform: uppercase;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .instruction {
  color: #bdc3c7;
}
.instruction-modal .modal-details .carousel-wrapper {
  width: 100%;
  height: 40vh;
  margin-bottom: 1vh;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .carousel-wrapper .left-arrow, .instruction-modal .modal-details .carousel-wrapper .right-arrow {
    display: none;
  }
}
.instruction-modal .modal-details .carousel-wrapper .image-container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0vw;
  right: 0vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: auto;
  height: 100%;
  text-align: left;
  overflow-x: auto;
  z-index: 999;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.instruction-modal .modal-details .carousel-wrapper .image-container .category-images .category-image {
  width: auto;
  max-width: 22vw;
  height: auto;
  margin: auto 0.5rem;
}
.instruction-modal .modal-details .review_rating {
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.instruction-modal .modal-details .review_rating .page_heading {
  text-transform: uppercase;
  font-size: 150%;
  color: #005ea7;
  font-weight: 400;
}
.instruction-modal .modal-details .review_rating .seperator_heading {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #f4f4f6;
}
.instruction-modal .modal-details .review_rating .average_rating_stars {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.instruction-modal .modal-details .review_rating .sort_search .sort {
  position: relative;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  padding: 0.5rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .sort {
    width: 100%;
    margin-right: 0;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
  position: relative;
  display: inline-block;
  width: 65%;
}
@media screen and (max-width: 980px) {
  .instruction-modal .modal-details .review_rating .sort_search .form-wrapper {
    width: 100%;
  }
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .form-field {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper input[type=search], .instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search {
  float: left;
  width: 94%;
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  z-index: 1;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper #search-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem;
  width: 2.2rem;
  height: 100%;
  z-index: 99;
}
.instruction-modal .modal-details .review_rating .sort_search .form-wrapper .search-results {
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a {
  display: inline-block;
  margin: 0.25rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list {
  padding: 0.5rem;
  border: 1px solid #bdc3c7;
  border-radius: 0.125rem;
}
.instruction-modal .modal-details .review_rating #category_list a .product_list:hover {
  background-color: #2ecc71;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    position: relative;
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: portrait) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 30vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) and (orientation: landscape) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 20vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 15vw;
    margin: auto !important;
  }
}
@media screen and (min-width: 1501px) {
  .instruction-modal .modal-details .review_rating #category_list a button {
    width: 11vw;
    margin: auto !important;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list {
  position: relative;
  display: inline-block;
  width: 100%;
}
.instruction-modal .modal-details .review_rating .reliability_list .voting_subject {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-right: 1%;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image {
    width: 15%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_image img {
  width: 100%;
  height: auto;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
  position: relative;
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info {
    width: 80%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_name {
  display: block;
  font-size: 112%;
  color: #005ea7;
}
.instruction-modal .modal-details .review_rating .reliability_list .user_data .user_info .user_location {
  display: block;
  font-size: 92%;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info {
  position: relative;
  display: inline-block;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed {
    width: 44%;
    margin-right: 2%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .rating_stars {
  width: 100%;
  text-align: center;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .rating_reviewed .reviewed_date {
  font-style: italic;
  color: #bdc3c7;
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
  width: 100%;
  font-size: 112%;
  color: #005ea7;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_title {
    width: 60%;
  }
}
.instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
  width: 100%;
  font-size: 92%;
}
@media screen and (min-width: 981px) {
  .instruction-modal .modal-details .review_rating .reliability_list .review_info .review_desc {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .instruction-modal .modal-details .sort .paragraph-50 {
    width: 100%;
    margin: 0.25rem auto;
  }
}

#terms_n_conditions .modal-details {
  overflow: initial !important;
}
#terms_n_conditions .modal-details .form-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 65vh;
  padding: 0.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  #terms_n_conditions .modal-details .form-wrapper {
    max-height: 56vh;
  }
}

#understand_window .message_div ul {
  font-size: 112%;
}
@media screen and (min-width: 1900px) {
  #understand_window .message_div ul {
    font-size: 121%;
  }
}
#understand_window .message_div ul li {
  margin-bottom: 0.5rem;
}

#confirm_msg {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#confirm_msg * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#confirm_msg .msg-icon {
  font-size: 400%;
  color: black;
}
#confirm_msg .msg-title {
  color: black;
}
#confirm_msg .msg-body {
  color: #bdc3c7;
}

#emailer_popup .modal-details {
  background-color: #e6e7e8;
  overflow: initial !important;
}
@media screen and (orientation: portrait) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  #emailer_popup .modal-details {
    width: 80vw;
    height: auto;
    overflow-y: auto !important;
  }
}
@media screen and (min-width: 1300px) {
  #emailer_popup .modal-details {
    width: 40vw;
    height: auto;
    max-height: 40vw;
    top: 50%;
    left: 50%;
    margin-top: -20vw;
    margin-left: -20vw;
    overflow-y: auto;
  }
}
#emailer_popup .modal-details .modal-content {
  padding: 2vh 2vw;
}
@media screen and (max-width: 750px) {
  #emailer_popup .modal-details .modal-content {
    padding: 0;
  }
}
#emailer_popup .modal-details .modal-content .paragraph-image {
  max-width: 66%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1, #emailer_popup .modal-details .modal-content .paragraph-h4 {
  margin: 0.5rem auto;
  color: #005ea7;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
#emailer_popup .modal-details .modal-content .paragraph-h1 strong, #emailer_popup .modal-details .modal-content .paragraph-h4 strong {
  font-weight: 900 !important;
}
#emailer_popup .modal-details .modal-content .emailer-form {
  width: 100%;
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-column * {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .paragraph-element {
    margin: 0.25rem auto !important;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
  width: 63%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_email_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
  width: 35%;
  margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
  #emailer_popup .modal-details .modal-content .emailer-form .form-group .email_popup_submit_field {
    width: 100%;
  }
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#emailer_popup .modal-details .modal-content .emailer-form .paragraph-column .medium-button {
  width: 100%;
  margin: auto;
  padding: 0.5rem 1rem !important;
  background-color: #f48e30;
  border: 1px solid #f48e30;
}
#emailer_popup .modal-details .modal-content .email_popup_fine_print {
  font-size: 90%;
  font-style: italic;
}
#emailer_popup .modal-details .modal-content .no-thanks a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #emailer_popup .paragraph-row {
    margin: 0.5rem 0;
  }
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 48%;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper ul, #emailer_popup .emailer-image-wrapper ul {
    margin: 2rem 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #emailer_popup .emailer-text-wrapper, #emailer_popup .emailer-image-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
  }
  #emailer_popup .emailer-text-wrapper .paragraph-element, #emailer_popup .emailer-image-wrapper .paragraph-element {
    width: 100%;
  }
  #emailer_popup .emailer-text-wrapper {
    width: 38% !important;
  }
  #emailer_popup .emailer-image-wrapper {
    width: 58% !important;
  }
}
#emailer_popup .emailer-header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.25rem auto;
  font-style: italic;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-header .paragraph-h2, #emailer_popup .emailer-header .paragraph-h4 {
  font-family: "montserrat-black", sans-serif !important;
}
#emailer_popup .emailer-desc {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #005ea7;
  text-align: center;
}
#emailer_popup .emailer-form {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#emailer_popup .emailer-form .form-field {
  text-align: center;
}
#emailer_popup .emailer-form .form-field button {
  width: 100%;
}
#emailer_popup .emailer-form .form-field button:hover {
  background-color: #005ea7;
  border-color: #005ea7;
  color: white;
}

@media screen and (min-width: 1350px) {
  #designtool_popup .modal-details {
    max-width: 60vw;
  }
  #designtool_popup .modal-details .paragraph-20 {
    width: 28% !important;
  }
}

@media screen and (max-width: 980px) {
  .regular-form-wrapper {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .regular-form-wrapper {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .mobile-form-wrapper {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .mobile-form-wrapper {
    display: none;
  }
}

.text_element {
  position: absolute;
  display: inline-block;
  cursor: text;
  line-height: 1.2;
  white-space: nowrap;
}

.landing-page-2020 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page-2020 .landing-page-graybg {
  background-color: #f4f4f6;
}
.landing-page-2020 .landing-page-section-content {
  position: relative;
  width: 100%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  padding: 0;
}
.landing-page-2020 .landing-page-section-content .landing-page-section * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  width: 50%;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
    max-width: 66%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    width: 100%;
    max-width: 100%;
  }
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right .paragraph-h1 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-left {
    padding: 1rem 11vw !important;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 1rem !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 6vw !important;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-text-right {
    padding: 1rem 11vw !important;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
  position: relative;
}
@media screen and (min-width: 992px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 34%;
        -ms-flex: 34%;
            flex: 34%;
    max-width: 34%;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-right, .landing-page-2020 .landing-page-section-content .landing-page-section .landing-page-image-left {
    width: 100%;
    max-width: 100%;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-padding {
  padding: 2vh 2vw;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h1, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h5, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h2, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h3, .landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-h4 {
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.3 !important;
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 799px) {
  .landing-page-2020 .landing-page-section-content .landing-page-section ul {
    margin-left: 1rem;
    margin-top: 2rem;
  }
}
.landing-page-2020 .landing-page-section-content .landing-page-section ul li {
  margin-bottom: 1.5rem;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .paragraph-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-orange {
  background-color: #f48e30;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .button-blue {
  background-color: #005ea7;
}
.landing-page-2020 .landing-page-section-content .landing-page-section .wide-button {
  padding: 1rem 3rem;
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    width: 100%;
    max-width: 100vw;
    padding: 4rem 1rem;
  }
  .landing-page-2020 .landing-page-section-content .testimonials .testimonial-bg-mobile {
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .testimonials {
    padding: 6vh 11vw;
  }
}
@media screen and (max-width: 800px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4rem 1rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 4vh 6vw;
  }
}
@media screen and (min-width: 1101px) {
  .landing-page-2020 .landing-page-section-content .paragraph-padding-double {
    padding: 6vh 11vw;
  }
}
.landing-page-2020 .landing-page-blue-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_blue.jpg");
  color: white;
}
.landing-page-2020 .landing-page-gray-mesh {
  background-image: url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/landing_page_gray.jpg");
  color: white;
}
.landing-page-2020 .button-green {
  background-color: #2ecc71 !important;
  color: white;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 15%;
  height: auto;
  margin: auto;
  vertical-align: top;
}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-thumbnail video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

.floating-button {
  position: fixed;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  bottom: 2%;
  right: 2%;
  width: 5rem;
  height: 5rem;
  min-width: 5rem !important;
  border-radius: 50%;
  background-color: #005ea7;
  color: white;
  z-index: 999999999;
}
.floating-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.floating-button a, .floating-button a:hover {
  text-decoration: none;
}
.floating-button .icon-cart {
  margin: auto !important;
}

.help-label {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 80%;
}

.ecard-buttons {
  position: relative;
  width: 100%;
}
.ecard-buttons .ecard-button {
  display: inline-block;
  width: 49%;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button {
    width: 100%;
    padding: 1% 2%;
  }
}
.ecard-buttons .ecard-button:first-child {
  margin-right: 1%;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button:first-child {
    margin-right: 0%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 550px) {
  .ecard-buttons .ecard-button .ecard-button-div {
    width: 100%;
    text-align: center;
  }
}
.ecard-buttons #ecard_template_email_div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .ecard-buttons #ecard_template_email_div {
    text-align: right;
  }
}
.ecard-buttons .ecard_email_field {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
@media screen and (min-width: 980px) {
  .ecard-buttons .ecard_email_field {
    width: 400px !important;
  }
}
.ecard-buttons .ecard_email_field_button {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 801px) {
  .ecard-buttons .ecard_email_field_button {
    width: auto !important;
  }
}
.ecard-buttons .ecard_email_field_button input[type=button] {
  margin-top: 0 !important;
}

.baseball_softball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASEBALL.SOFTBALL.3D.png") no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.basketball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/BASKETBALL.3D.png") no-repeat center top;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.football_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/FOOTBALL.3D.png") no-repeat bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hockeypuck_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/HOCKEY.3D.png") no-repeat left bottom;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.soccer_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/SOCCER.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.volleyball_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/VOLLEYBALL.3D.png") no-repeat center;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.rugby_body {
  position: relative;
  background: #FFFFFF url("//cdn.xuansiwei.com/lilyw5913/resources/theme_resource/images/RUGBY.3D.png") no-repeat left;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.action_div {
  position: relative;
  display: block;
  width: 100%;
  margin: 1vh 0 0.5rem 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .action_div .action_button {
    width: 30%;
    margin-right: 4%;
  }
}
.action_div .action_button a:hover {
  text-decoration: none;
}
.action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
  width: 22%;
  margin: auto 1.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 26%;
    margin: auto 0.5rem;
    font-size: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 981px) {
  .action_div .green_gradient, .action_div .blue_gradient, .action_div .yellow_gradient {
    width: 17%;
    font-size: 100%;
  }
  .action_div .green_gradient span, .action_div .blue_gradient span, .action_div .yellow_gradient span {
    margin: auto 0.25rem;
  }
}
.action_div .blue_gradient {
  background-color: #005ea7;
}
.action_div .yellow_gradient {
  background-color: #e74c3c;
}
.action_div .green_gradient {
  background-color: #2ecc71;
}
.action_div .green_gradient:hover {
  background-color: #2ecc71;
}

#loading {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
#loading .loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 22rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
#loading .loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  #loading .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #loading .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  #loading .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  #loading .loading_div {
    width: 30%;
  }
}
#loading .loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
#loading .loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
#loading .loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#loading .loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}
#loading .loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}
#loading .loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}
@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.loading_div {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  margin: auto;
  min-height: 8rem;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.loading_div * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .loading_div {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .loading_div {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1899px) {
  .loading_div {
    width: 40%;
  }
}
@media screen and (min-width: 1900px) {
  .loading_div {
    width: 30%;
  }
}

.loading_img {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 64px;
  height: 64px;
}
.loading_img * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.loading_img div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #134179;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_img div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading_img1 0.6s infinite;
          animation: loading_img1 0.6s infinite;
}

.loading_img div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading_img2 0.6s infinite;
          animation: loading_img2 0.6s infinite;
}

.loading_img div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading_img3 0.6s infinite;
          animation: loading_img3 0.6s infinite;
}

@keyframes loading_img1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading_img3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading_img2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
X3D, x3d {
  width: 100vw !important;
  height: 65vh !important;
  position: relative !important;
  margin: auto !important;
  padding: 0 10vw;
  float: none !important;
  border: 0 !important;
}

#flat_panel_div_id {
  display: none;
  width: 100vw;
  height: 65vh;
  position: relative;
  padding: 0 10vw;
}

.panel_images {
  width: auto;
  max-width: 44%;
  height: auto;
  max-height: 94%;
  position: relative;
  display: inline-block;
  margin: auto;
}

.preview_3d_div {
  display: block;
  width: 90vw;
  height: 70vh;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 5vw;
}

#adjust_screen_height_width {
  z-index: 99999999999;
}

.preview_text_3d {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 90%;
  height: auto;
  margin: 0.5em 5%;
  padding: 0.5em;
  font-size: 121%;
  text-align: center;
}
.preview_text_3d div {
  margin: 0.5rem auto;
}

.order-review-form {
  position: relative;
}
@media screen and (max-width: 992px) {
  .order-review-form .paragraph-column {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .section-heading, .order-review-form .paragraph-column .paragraph-element .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .paragraph-column .paragraph-element .faq_title {
    text-align: center;
  }
  .order-review-form .paragraph-column .paragraph-element .form-field {
    width: 100%;
  }
}
.order-review-form .order_uploaded_image {
  margin-left: 0 !important;
}
.order-review-form .section-heading, .order-review-form .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .order-review-form .faq_title {
  margin-left: 0 !important;
  font-size: 1rem;
  color: #414042;
}
.order-review-form .reviews-wrapper .stars {
  margin: auto auto 1rem 0 !important;
}

#review_rating {
  position: relative;
  display: block;
  width: 100%;
}
#review_rating .landing-page-2020-reviews {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars {
  width: auto !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  margin: -1px !important;
}
#review_rating .landing-page-2020-reviews .reviews-wrapper .stars .star img {
  max-width: 40px;
}
#review_rating .landing-page-2020-reviews .review-filters {
  display: inline-block;
  width: 38%;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter {
  width: 100%;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter .search-select {
  display: inline-block;
  width: 44%;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box {
  height: 2.5rem;
  line-height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter #searchform .search-box #search-submit {
  width: 2.5rem;
  height: 2.5rem;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .review-filters .review-filter-categories {
    margin: 0.25rem auto;
  }
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .review-filter-category {
  display: inline-block;
  width: 44%;
  margin: 1% 2%;
  padding: 0.5rem 1rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .review-filters .review-filter-categories .active-blue {
  background-color: transparent;
  color: #005ea7;
}
#review_rating .landing-page-2020-reviews .reviews-list {
  display: inline-block;
  width: 60%;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  #review_rating .landing-page-2020-reviews .reviews-list {
    width: 100%;
  }
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by div {
  display: inline-block;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-name {
  margin-right: 0.25rem;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-location {
  margin-right: 0.25rem;
  font-style: italic;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-by .review-by-date {
  margin-right: 0.25rem;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details {
  position: relative;
  width: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper {
  display: inline-block;
  width: 30%;
  margin-right: 0.5rem;
  vertical-align: top;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper {
  display: inline-block;
  width: 66%;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-title {
  width: 100%;
  font-size: 121%;
  font-weight: bold;
}
#review_rating .landing-page-2020-reviews .reviews-list .review-entry .review-details .review-details-wrapper .review-message {
  width: 100%;
  margin: 0.25rem 0;
}

#fetch_review_rating .section-content, #fetch_review_rating .static-page .section-content-landing-page, .static-page #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-faq .section-content-landing-page, .static-faq #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-testimonials .section-content-landing-page, .static-testimonials #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-how-to-demo .section-content-landing-page, .static-how-to-demo #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-contact .section-content-landing-page, .static-contact #fetch_review_rating .section-content-landing-page, #fetch_review_rating .static-account .section-content-landing-page, .static-account #fetch_review_rating .section-content-landing-page {
  padding: 0 !important;
}
#fetch_review_rating .page-wrapper {
  height: 60vh;
  min-height: 60vh;
}
#fetch_review_rating .page-wrapper .review-details-wrapper {
  width: 100% !important;
}

.section-content-review-rating {
  position: relative;
  display: inline-block;
  width: 47%;
  margin: 1vw 1vh;
  padding: 2vh 2vw;
  background-color: #ffffff;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .section-content-review-rating {
    width: 100%;
  }
}
.section-content-review-rating .review-rating-form-wrapper {
  position: relative;
  width: 100%;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column {
  width: 100% !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .paragraph-element {
  display: inline-block !important;
}
.section-content-review-rating .review-rating-form-wrapper .paragraph-column .section-heading, .section-content-review-rating .review-rating-form-wrapper .paragraph-column .static-faq .faqs .faq-section .faq_title, .static-faq .faqs .faq-section .section-content-review-rating .review-rating-form-wrapper .paragraph-column .faq_title {
  display: inline-block;
  padding-left: 0.5rem;
}

.page-container-simplified-designtool {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.page-container-simplified-designtool * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-container-simplified-designtool .design-area {
  width: 58%;
}
.page-container-simplified-designtool .simplified-steps {
  position: relative;
  width: 40%;
}
.page-container-simplified-designtool .simplified-steps .simplified-step {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.omcart-tooltip {
  position: relative;
  display: inline-block;
  margin: auto 0.5rem;
}
.omcart-tooltip .omcart-tooltiptext {
  position: absolute;
  left: 50%;
  bottom: 125%;
  margin-left: -60px;
  width: 120px;
  padding: 8px 0;
  background-color: #666;
  color: #ffffff;
  font-size: smaller;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.omcart-tooltip .omcart-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
.omcart-tooltip:hover .omcart-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: absolute;
  background-color: #eeeefe;
  border: 1px solid #aaaaca;
  font-size: smaller;
  padding: 4px;
  width: 160px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

footer {
  position: relative;
  background-color: #f1f2f4;
  margin: 0;
  color: #808285;
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  footer span {
    display: block;
  }
}
footer .contact-details {
  width: 100%;
  padding: 1.25rem;
  background-color: #002855;
  color: #005ea7;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .contact-details {
    padding: 1.25rem 5rem;
  }
}
footer .contact-details .bold {
  font-weight: 900;
  color: #9d9fa2;
}
footer .contact-details .big {
  font-size: 112%;
}
footer .contact-details h4 {
  color: white;
}
footer .links-wrapper {
  position: relative;
  margin: 1.25rem auto;
  padding: 1.25rem;
}
@media screen and (min-width: 980px) {
  footer .links-wrapper {
    padding: 1.25rem 5rem;
  }
}
footer .links-wrapper .footer-links-section {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  footer .links-wrapper .footer-links-section {
    width: 47%;
    margin: 0.5rem 0.5%;
  }
}
@media screen and (min-width: 1101px) {
  footer .links-wrapper .footer-links-section {
    width: 24%;
    margin: 0.5rem 0.25%;
  }
}
footer .links-wrapper .footer-links-section .section-title {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #bdc3c7;
}
footer .links-wrapper .footer-links-section .footer-links {
  position: relative;
  width: 100%;
  padding: 0 0.5rem;
  list-style-type: none;
}
footer .links-wrapper .footer-links-section .footer-links .footer-link {
  margin-bottom: 0.25rem;
  font-weight: 300;
  text-transform: capitalize;
}
footer .links-wrapper .footer-links-section .form-field {
  position: relative;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
footer .links-wrapper .footer-links-section .form-field #loading_div .loading_image {
  width: 94%;
  max-width: 100%;
  height: auto;
}
footer .links-wrapper .footer-links-section .form-field .message-cell {
  width: 100%;
  margin: 0 0 0.25rem 0 !important;
  padding: 0.25rem;
  font-size: 80%;
}
footer .links-wrapper .footer-links-section .form-field input[type=email] {
  height: 2rem;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button {
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #005ea7;
  color: white;
  line-height: 2rem;
}
footer .links-wrapper .footer-links-section .form-field .input-button * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .form-field .input-button:hover {
  background-color: #002855;
  color: white;
}
footer .links-wrapper .footer-links-section .form-field .input-button .icon-right {
  font-size: 1rem !important;
}
footer .links-wrapper .footer-links-section .social-links {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
}
footer .links-wrapper .footer-links-section .social-links * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto 0.5rem;
  background-color: #9d9fa2;
  color: white;
}
footer .links-wrapper .footer-links-section .social-links .social-link * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .links-wrapper .footer-links-section .social-links .social-link span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1370px) {
  footer .links-wrapper .footer-links-section .social-links .social-link {
    font-size: 1.7rem;
  }
}

.order-pane-order-view {
  position: relative;
}
.order-pane-order-view .paragraph-row {
  margin: 0 !important;
}
.order-pane-order-view .content-section-details {
  width: 100% !important;
}
.order-pane-order-view a:visited, .order-pane-order-view a:active {
  color: blue !important;
}
.order-pane-order-view .paragraph-element-block {
  position: relative;
  display: block;
}

.canceled {
  background-color: #f8c9c4 !important;
  color: #9d9fa2 !important;
}

table thead {
  background-color: #005ea7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5 !important;
}

.page-container, .page-container-landing-page {
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .page-container, .page-container-landing-page {
    padding: 4vh 4vw;
  }
}
@media screen and (min-width: 841px) and (max-width: 1280px) {
  .page-container, .page-container-landing-page {
    padding: 7vw 6vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 8vw;
  }
}
@media screen and (min-width: 1601px) {
  .page-container, .page-container-landing-page {
    padding: 8vh 11vw;
  }
}

.page-container:first-child, .page-container-landing-page:first-child {
  padding-top: 7vh;
}

.page-container-landing-page {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.paragraph-title {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.paragraph-subtitle {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.paragraph-desc {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.paragraph-ul {
  padding: 0 1rem;
}
.paragraph-ul ul {
  list-style-type: disc !important;
}
.paragraph-ul li {
  font-size: 1.15rem !important;
}

.paragraph-image {
  position: relative;
  width: 100%;
  vertical-align: top;
}
.paragraph-image img {
  width: 100%;
  height: auto;
}

.landing-page-bluebg {
  background-color: #005ea7;
  color: white;
}
.landing-page-bluebg button, .landing-page-bluebg .button {
  background-color: white;
  color: #005ea7;
}

.landing-page-graybg {
  background-color: #faf2f4;
}

.landing-page-testimonial {
  color: white;
}

a.text-center {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
a.text-center * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

button, .button {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: #005ea7;
  color: white;
}

.stars-image-wrapper {
  text-align: center;
}
.stars-image-wrapper img {
  width: 22% !important;
}

.paragraph-form {
  padding: 1rem 0;
}

.paragraph-table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
.paragraph-table thead {
  width: 100%;
  background-color: #005ea7;
  color: white;
}
.paragraph-table thead tr, .paragraph-table thead tr:nth-child(odd) {
  background-color: #005ea7;
}
.paragraph-table tbody tr {
  width: 100%;
  padding: 0.625rem;
  border-left: 1px solid #005ea7;
  border-bottom: 1px solid #005ea7;
  border-right: 1px solid #005ea7;
}
.paragraph-table tbody tr:nth-child(even) {
  background-color: white;
}
.paragraph-table tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}
.paragraph-table th, .paragraph-table td {
  position: relative;
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (min-width: 981px) {
  .paragraph-table th, .paragraph-table td {
    max-height: 2.5rem;
    padding: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 980px) {
  .paragraph-table {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .paragraph-table thead {
    display: none;
  }
  .paragraph-table tbody {
    display: block;
  }
  .paragraph-table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0;
    border: 0;
    border-top: 1px solid #005ea7;
  }
  .paragraph-table td {
    display: block;
    width: 100%;
    padding-left: 50%;
    line-height: 2;
    text-align: left;
    border-left: 1px solid #005ea7;
    border-bottom: 1px solid #005ea7;
    border-right: 1px solid #005ea7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap;
  }
  .paragraph-table td:first-child {
    border-top: 1px solid #005ea7;
  }
  .paragraph-table td::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    padding-left: 0.5rem;
    padding-right: 1rem;
    content: attr(data-title);
    background-color: #005ea7;
    color: white;
    line-height: 2;
    text-align: left;
  }
}
.order-pane-order-view {
  position: relative;
  display: block;
}
.order-pane-order-view .order-pane-info {
  position: relative;
  display: block;
  width: 100%;
}
.order-pane-order-view .order-pane-info .paragraph-row {
  display: block !important;
  padding: 0.5rem 0.25rem;
  border: 1px solid #c6c6c6;
  text-align: left;
}
.order-pane-order-view .order-pane-info .paragraph-row:nth-child(odd) {
  background-color: #e0e0e0;
}

.order-pane-products {
  position: relative;
  display: block;
}
.order-pane-products .paragraph-row {
  display: block !important;
  padding: 0.5rem 0.25rem;
  border: 1px solid #c6c6c6;
  text-align: left;
}
.order-pane-products .paragraph-row:nth-child(odd) {
  background-color: #e0e0e0;
}

#emailapproveArtwork_iframe_div {
  overflow-y: auto;
}

.controls-wrapper-full-width {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  text-align: center;
  vertical-align: bottom;
}
.controls-wrapper-full-width .control {
  float: left;
  padding: 0.2083333333rem 1.64rem;
  font-size: 150%;
  font-weight: bold;
}
.controls-wrapper-full-width .csv-type {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
}
.controls-wrapper-full-width .csv-type * {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.controls-wrapper-full-width .csv-type .csv_title {
  font-size: 75%;
}

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

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