.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.sp-megamenu-parent >li >a >img {
  max-height: 44px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full {
  width: 100%;
  max-width: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full > * {
  border-top: 1px solid #ccc;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full .box-content {
  float: left;
  width: 16.666%;
  text-align: center;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full .box-content .description,
.sp-megamenu-parent .sp-dropdown.sp-menu-full .box-content .options {
  display: none;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full .box-content .name a {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  float: left;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-full #b.tab-pane .box-content {
  width: 14.2%;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown,
.sp-megamenu-parent .sp-has-child.hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown,
.sp-megamenu-parent.menu-fade-up .sp-has-child.hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 40px;
  padding: 0 10px;
}
#offcanvas-toggler >i {
  display: inline-block;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-576,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-578,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-580 {
  background: #00afe0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-576 ul,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-578 ul,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-580 ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  list-style-type: none;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li {
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  padding-left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li:before {
  content: "•";
  padding-right: 8px;
  color: #00afe0;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#main-nav {
  position: static;
}
#header-sticky-wrapper {
  z-index: 51;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#header-sticky-wrapper .nav-tabs {
  float: left;
  border-bottom: 0;
  width: 100%;
}
#header-sticky-wrapper .nav-tabs li {
  float: none;
  margin: 0;
}
#header-sticky-wrapper .nav-tabs li.active > a {
  border-bottom: 4px solid #00afe0;
  color: 00afe 0;
}
#header-sticky-wrapper .nav-tabs li a {
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid #333;
  font-weight: 500;
  font-size: 15px;
  color: #333;
}
#header-sticky-wrapper .nav-tabs li a:hover {
  border-bottom: 4px solid #00afe0;
}
#header-sticky-wrapper .tab-content {
  float: left;
  width: 100%;
  padding: 20px;
}
#header-sticky-wrapper .tab-content > .tab-pane.active {
  display: block;
  width: 100%;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.extralight-webfont.eot");
  src: url("../fonts/source-sans-pro.extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.extralight-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.extralight-webfont.woff") format("woff"), url("../fonts/source-sans-pro.extralight-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.bold-webfont.eot");
  src: url("../fonts/source-sans-pro.bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.bold-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.bold-webfont.woff") format("woff"), url("../fonts/source-sans-pro.bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.italic-webfont.eot");
  src: url("../fonts/source-sans-pro.italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.italic-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.italic-webfont.woff") format("woff"), url("../fonts/source-sans-pro.italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.light-webfont.eot");
  src: url("../fonts/source-sans-pro.light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.light-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.light-webfont.woff") format("woff"), url("../fonts/source-sans-pro.light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.regular-webfont.eot");
  src: url("../fonts/source-sans-pro.regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.regular-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.regular-webfont.woff") format("woff"), url("../fonts/source-sans-pro.regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.light-italic-webfont.eot");
  src: url("../fonts/source-sans-pro.light-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.light-italic-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.light-italic-webfont.woff") format("woff"), url("../fonts/source-sans-pro.light-italic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro.extralight-italic-webfont.eot");
  src: url("../fonts/source-sans-pro.extralight-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro.extralight-italic-webfont.woff2") format("woff2"), url("../fonts/source-sans-pro.extralight-italic-webfont.woff") format("woff"), url("../fonts/source-sans-pro.extralight-italic-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  min-width: 320px;
  overflow-x: hidden;
}
.add-nav,
#nav .dropdown-menu .sub-menu,
.tab-holder .tab-list,
.tab-holder .product-wrap,
.breadcrumbs ul,
.copyright-block .footer-link,
.social-networks,
.footer-nav ul,
.carousel-block .carousel-pagination,
.product-carousel .carousel-pagination,
.product-tabs ul,
.our-awards ul,
.products-list .meta,
.tag-holder .tag-cloud ul,
.helpandsupport .support-media ul,
.helpandsupport .office-block .description ul,
.helpandsupport .tags-block .tag-box ul,
.helpandsupport .award-block .award-list,
.helpandsupport #accordion1.safety-accordion .panel-body .safety-tips .safety-measures {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus {
  outline: none !important;
}
.bg-blue {
  background: #00afe0;
}
h1,
h2,
h3,
h4 {
  font-weight: 200;
  color: #333;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    font-weight: 300;
  }
}
h1 {
  font-size: 67px;
  line-height: 66px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}
h2 {
  font-size: 54px;
  line-height: 66px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px !important;
    line-height: normal;
    line-height: 35px !important;
  }
}
h3 {
  font-size: 40px;
  line-height: 66px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px !important;
    line-height: normal;
    line-height: 33px !important;
  }
}
h4 {
  font-size: 36px;
  line-height: 66px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px !important;
    line-height: normal;
    line-height: 24px !important;
  }
}
html,
body,
li,
p,
label {
  font-size: 21px;
  line-height: normal;
  color: #333;
  font-weight: 200;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 991px) {
  html,
  body,
  li,
  p,
  label {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body,
  li,
  p,
  label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
  }
}
p {
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  p {
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 27px;
  }
}
p.reduce-p-margin {
  margin-bottom: 10px;
}
.tag-holder p.reduce-p-margin {
  margin-bottom: 10px;
}
strong {
  font-weight: 400;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
div.mod-languages ul.lang-inline li {
  margin: 0;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 51;
  background: none;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.35) 28%,transparent 88%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.35) 28%,transparent 88%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.35) 28%,transparent 88%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6000000',endColorstr='#00000000',GradientType=0);
}
@media (max-width: 767px) {
  #header {
    position: relative !important;
    background: #fff !important;
  }
}
#header>.container>.row {
  position: static !important;
}
#header .row {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #header .logo h1 {
    display: block;
    width: 100%;
  }
  #header .logo h1 img {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#header .logo p {
  margin: 5px 0 0;
}
#header #sp-menu {
  padding-right: 0;
  padding-left: 0;
}
#header #sp-menu .mod-languages {
  float: right;
  display: inline-block;
  line-height: 70px;
  padding: 0;
}
@media (max-width: 767px) {
  #header #sp-menu .mod-languages {
    float: left;
    line-height: 37px;
    padding: 0px 2px;
  }
}
#header #sp-menu .mod-languages li {
  display: inline-block;
  float: right;
  width: 33.3%;
  line-height: 70px;
}
@media (max-width: 767px) {
  #header #sp-menu .mod-languages li {
    float: left;
    display: block;
    line-height: 22px !important;
    width: 100%;
  }
  #header #sp-menu .mod-languages li a {
    display: block;
    float: left;
  }
}
@media (max-width: 767px) {
  #header #sp-menu {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding-left: 0;
    padding-right: 0;
    background: #00afe0;
  }
  #header #sp-menu .top-bar {
    padding: 0;
    width: 91.66666667%;
  }
  #header #sp-menu .top-bar:before {
    content: none;
  }
  #header #sp-menu .top-bar .sp-module {
    width: 33%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 16px !important;
    border-right: 1px solid #f2f2f2;
  }
}
#header #sp-logo:before {
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 45px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 15px;
}
@media (max-width: 767px) {
  #header #sp-logo:before {
    content: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #header #sp-logo:before {
    letter-spacing: 0;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header #sp-logo:before {
    letter-spacing: 0;
    font-size: 10px;
    top: 35px;
  }
}
#header #sp-logo .midnightHeader.default {
  display: none;
}
@media (max-width: 767px) {
  #header #sp-logo .midnightHeader.default {
    display: block !important;
  }
}
#header #sp-logo .midnightHeader.white {
  display: block;
}
#header #sp-logo .midnightHeader.white .sp-white-logo-beforescroll {
  display: block !important;
  visibility: visible !important;
  margin-top: 25px;
}
#header #sp-logo .midnightHeader.white .sp-default-logo {
  display: none;
}
#header #sp-logo>.sp-column {
  max-width: 210px;
}
@media (max-width: 767px) {
  #header #sp-logo>.sp-column {
    max-width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #header #sp-logo {
    text-align: center;
    padding: 15px 0 10px !important;
  }
}
#header .sp-retina-logo {
  display: none;
}
#main-nav {
  display: block;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#main-nav>.nav>li {
  line-height: 70px;
}
#main-nav .link-wrap {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #main-nav {
    line-height: 16px;
    padding: 0;
    text-align: center;
  }
  #main-nav #offcanvas-toggler {
    line-height: 16px;
    display: inline-block !important;
    text-align: center;
    width: 100%;
  }
  #main-nav #offcanvas-toggler i {
    margin: 0;
    padding: 0;
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  div#wrapper {
    overflow: hidden;
  }
}
#header-sticky-wrapper {
  max-height: 87px;
}
@media (max-width: 767px) {
  #header-sticky-wrapper {
    position: static !important;
    max-height: 132px !important;
  }
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.sticky-wrapper.is-sticky #header {
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: #000000 blur(20px);
  backdrop-filter: #000000 blur(20px);
  transition: all 0.3s cubic-bezier(0.28,0.11,0.32,1);
}
.sticky-wrapper.is-sticky #header>.container>.row {
  position: static !important;
}
.sticky-wrapper.is-sticky #header #sp-logo {
  padding-top: 25px;
}
.sticky-wrapper.is-sticky #header #sp-logo:before {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.sticky-wrapper.is-sticky #header #sp-logo .midnightHeader.default {
  display: block;
}
.sticky-wrapper.is-sticky #header #sp-logo .midnightHeader.white {
  display: none;
}
.sticky-wrapper.is-sticky #header .mod-languages {
  line-height: 60px !important;
}
.sticky-wrapper.is-sticky #header .mod-languages li {
  line-height: 60px !important;
}
.sticky-wrapper.is-sticky #main-nav>.nav>li {
  line-height: 60px;
}
.sticky-wrapper.is-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  background: rgba(255,255,255,0.85);
}
.sticky-wrapper.is-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul li a {
  color: #666;
}
.sticky-wrapper.is-sticky #main-nav>.nav>li>a {
  color: #666;
}
.sticky-wrapper.is-sticky #main-nav>.nav>li.tgoma a {
  background: url(../images/tgoma_menu.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sticky-wrapper.is-sticky #main-nav>.nav>li.tgoma img {
  visibility: hidden;
}
#sp-title {
  min-height: 0;
}
section#page-title {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background: #00afe0;
  text-align: center;
}
section#page-title .row {
  margin: 0;
}
section#page-title .sp-column:not(:empty) {
  padding: 25px 0;
}
section#page-title h2,
section#page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
section#page-title h2 {
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  color: white;
  text-shadow: none;
  margin: 25px 0;
}
@media (max-width: 767px) {
  section#page-title h2 {
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
  }
}
section#page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
section#page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
section#page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
section#page-title .breadcrumb >span,
section#page-title .breadcrumb >li,
section#page-title .breadcrumb >li+li:before,
section#page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
article.item:before,
article.item:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
article.item:after {
  clear: both;
}
.blog.awards,
.blog.prix {
  padding-top: 50px;
}
.blog.awards article.item,
.blog.prix article.item {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog.awards .awards-image,
.blog.prix .awards-image {
  float: right;
  margin: 30px 0 0 30px;
}
.blog.awards h2,
.blog.prix h2 {
  font-size: 54px;
  line-height: 66px;
}
.blog.awards .btn.btn-default.button-pill,
.blog.prix .btn.btn-default.button-pill {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  color: white;
  background-color: #00afe0;
  border: none;
  font-weight: 700;
}
.blog.ambassadors .category-desc,
.blog.markenbotschafter .category-desc,
.blog.ambassadeurs-du-trampoline-springfree .category-desc {
  margin-bottom: 87px;
  color: #797979;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
}
.blog.ambassadors article .entry-header,
.blog.markenbotschafter article .entry-header,
.blog.ambassadeurs-du-trampoline-springfree article .entry-header {
  margin-bottom: 0;
}
.blog.ambassadors article .entry-header h2,
.blog.markenbotschafter article .entry-header h2,
.blog.ambassadeurs-du-trampoline-springfree article .entry-header h2 {
  line-height: normal;
  margin-top: 75px;
  font-size: 67px;
  margin-bottom: 0;
}
.blog.ambassadors article .entry-header h2 a,
.blog.markenbotschafter article .entry-header h2 a,
.blog.ambassadeurs-du-trampoline-springfree article .entry-header h2 a {
  color: #00afe0;
}
@media (max-width: 767px) {
  .blog.ambassadors article .entry-header h2,
  .blog.markenbotschafter article .entry-header h2,
  .blog.ambassadeurs-du-trampoline-springfree article .entry-header h2 {
    font-size: 36px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
    margin-top: 10px;
  }
}
.blog.ambassadors article h4,
.blog.markenbotschafter article h4,
.blog.ambassadeurs-du-trampoline-springfree article h4 {
  margin-top: 0;
  line-height: 1em;
}
.blog.ambassadors article .ambassadors-image,
.blog.markenbotschafter article .ambassadors-image,
.blog.ambassadeurs-du-trampoline-springfree article .ambassadors-image {
  padding: 10px;
  overflow: hidden;
}
.blog.ambassadors article .entry-image>*,
.blog.markenbotschafter article .entry-image>*,
.blog.ambassadeurs-du-trampoline-springfree article .entry-image>* {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 27px rgba(0,0,0,0.16);
  box-shadow: 0 0 27px rgba(0,0,0,0.16);
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.blog.ambassadors article .entry-image:after,
.blog.markenbotschafter article .entry-image:after,
.blog.ambassadeurs-du-trampoline-springfree article .entry-image:after {
  content: "";
  position: absolute;
  top: -65px;
  left: -40px;
  right: -40px;
  bottom: 50%;
  background: #fff;
  z-index: -1;
}
.blog.ambassadors article .entry-image:before,
.blog.markenbotschafter article .entry-image:before,
.blog.ambassadeurs-du-trampoline-springfree article .entry-image:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.25);
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
  top: 0;
  left: -40px;
  right: -40px;
  height: 50%;
  border-radius: 200px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: -1;
}
.blog.ambassadors article.even .ambassadors-image,
.blog.markenbotschafter article.even .ambassadors-image,
.blog.ambassadeurs-du-trampoline-springfree article.even .ambassadors-image {
  float: left;
}
.blog.ambassadors article.even .entry,
.blog.markenbotschafter article.even .entry,
.blog.ambassadeurs-du-trampoline-springfree article.even .entry {
  float: right;
}
.blog.ambassadors article.odd .ambassadors-image,
.blog.markenbotschafter article.odd .ambassadors-image,
.blog.ambassadeurs-du-trampoline-springfree article.odd .ambassadors-image {
  float: right;
}
.blog.ambassadors article.odd .entry,
.blog.markenbotschafter article.odd .entry,
.blog.ambassadeurs-du-trampoline-springfree article.odd .entry {
  float: left;
}
.blog.ambassadors .readmore a.btn,
.blog.markenbotschafter .readmore a.btn,
.blog.ambassadeurs-du-trampoline-springfree .readmore a.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #00afe0;
  border: none;
  padding: 0;
  background: transparent;
}
.blog.ambassadors .readmore a.btn:after,
.blog.markenbotschafter .readmore a.btn:after,
.blog.ambassadeurs-du-trampoline-springfree .readmore a.btn:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
  font-size: 13px;
  color: #00afe0;
  font-weight: 700;
}
article.item.ambassadors .intro-copy {
  color: #333;
  font-style: italic;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 30px;
}
article.item.ambassadors img {
  float: right;
  margin: 10px 0 0 50px;
}
article.item.ambassadors h4 {
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}
article.item.ambassadors .entry-header {
  display: none;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating+form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover~span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: bottom;
}
.error-page .error-page-inner >div .tag-holder {
  display: inline-block;
  float: left;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0,0,0,0.3);
  padding: 0 20px 20px;
}
.error-page .error-page-inner >div a {
  font-weight: bold;
  color: #fff;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share {
  clear: both;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
div.camIconSprite {
  margin-top: 3px;
  width: 35px;
  background: url("../images/heading-ico.png") no-repeat scroll 0 -310px transparent;
}
.social-networks {
  letter-spacing: -4px;
  margin: 0 -7px;
  padding: 5px 4px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks {
    margin: 0 -15px 8px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
    letter-spacing: 0;
  }
}
.social-networks li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  padding: 0 4px 4px;
}
@media only screen and (max-width: 767px) {
  .social-networks li:not(:last-child) {
    margin: 0 10px 10px 0;
    padding: 0;
  }
  .social-networks li:last-child {
    padding: 0;
  }
}
.social-networks li a {
  width: 34px;
  height: 33px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../images/sprite.png) no-repeat -9999px -9999px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .social-networks li a {
    width: 34px;
    height: 34px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-size: 258px 200px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .social-networks li a {
    background-image: url(../images/sprite-mobile@2x.png);
    background-size: 258px 200px;
  }
}
.social-networks li a:hover {
  text-decoration: none;
}
.social-networks li a.facebook {
  background-position: -113px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.facebook {
    background-position: 0 0;
  }
}
.social-networks li a.facebook:hover {
  background-position: -113px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.facebook:hover {
    background-position: 0 -37px;
  }
}
.social-networks li a.twitter {
  background-position: -149px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.twitter {
    width: 35px;
    background-position: -37px 0;
  }
}
.social-networks li a.twitter:hover {
  background-position: -149px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.twitter:hover {
    background-position: -37px -37px;
  }
}
.social-networks li a.pinterest {
  background-position: -186px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.pinterest {
    width: 35px;
    background-position: -74px 0;
  }
}
.social-networks li a.pinterest:hover {
  background-position: -186px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.pinterest:hover {
    background-position: -74px -37px;
  }
}
.social-networks li a.youtube {
  background-position: -222px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.youtube {
    width: 35px;
    background-position: -112px 0;
  }
}
.social-networks li a.youtube:hover {
  background-position: -222px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.youtube:hover {
    background-position: -112px -37px;
  }
}
.social-networks li a.instagram {
  background-position: -258px 0;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.instagram {
    width: 35px;
    background-position: -149px 0;
  }
}
.social-networks li a.instagram:hover {
  background-position: -258px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.instagram:hover {
    background-position: -149px -37px;
  }
}
.social-networks li a.bbb {
  background-position: -295px 0;
  width: 33px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.bbb {
    width: 34px;
    background-position: -187px 0;
  }
}
.social-networks li a.bbb:hover {
  background-position: -295px -37px;
}
@media only screen and (max-width: 767px) {
  .social-networks li a.bbb:hover {
    background-position: -187px -37px;
  }
}
a.specModelr54 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 0 transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModelr79 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 -167px transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModelro77 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 -340px transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModelo92 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 -510px transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModels113 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 -680px transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModels155 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/spec-model-sprite.png") no-repeat scroll 0 -850px transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModelr132 {
  width: 132px;
  height: 150px;
  display: block;
  background: url("../images/sc120339-R132-150x100.png") no-repeat transparent;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
a.specModelr54:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModelr79:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModelro77:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModelo92:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModels113:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModels155:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specModelr132:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
a.specYoutube {
  padding: 0;
  padding-left: 17px;
  width: 80px;
  display: block;
  margin: 0;
  height: 20px;
  margin-left: 15px;
  background: url('../images/heading-ico.png') no-repeat scroll 8px -378px transparent;
  text-decoration: none;
}
a.specYoutube:hover {
  background: url('../images/heading-ico.png') no-repeat scroll 8px -347px transparent;
  background-color: #d8d7d7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
ul.spec-list-popup li:hover div.spec-holder {
  display: inline;
}
ul.spec-list-popup li:hover div.spec-holder-right {
  display: inline;
}
ul.spec-list-popup li:hover div.camIconSprite {
  background: url("../images/heading-ico.png") no-repeat scroll 0 -273px transparent;
}
ul.spec-list-popup li {
  display: inline;
  list-style-type: none;
  cursor: pointer;
}
ul.spec-list-popup {
  margin: 0px;
  float: right;
  margin: -1px 35px 0 -55px;
  width: 20px;
}
div.spec-holder {
  height: 245px;
  width: 320px;
  background: #F1F1F1;
  border-collapse: separate;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  position: absolute;
  z-index: 100;
  margin-top: -270px;
  display: none;
}
a.TrampolineSizeLink:hover {
  text-decoration: none;
}
div.trampolineShapeSpec {
  width: 80px;
  padding-left: 25px;
}
ul.spec-list-popup {
  position: relative;
}
div.spec-holder-right {
  background: none repeat scroll 0 0 #F1F1F1;
  border-collapse: separate;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 5px #666666;
  display: none;
  height: 245px;
  margin-top: -270px;
  position: absolute;
  width: 320px;
  z-index: 100;
  left: -305px;
}
img.spec-pic {
  margin: 10px;
}
span.r54-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 0 transparent;
}
span.r79-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 -93px transparent;
}
span.o77-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 -186px transparent;
}
span.o92-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 -279px transparent;
}
span.s113-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 -372px transparent;
}
span.s155-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background: url("../images/trampoline-shapes-sprite.png") no-repeat scroll 0 -465px transparent;
}
span.r132-shape {
  height: 73px;
  width: 100px;
  margin-left: 15px;
  margin-top: 15px;
  display: block;
  background-image: url("../images/trampoline-shapes-sprite.png");
  background-position-y: -129.536px;
  background-size: 128px;
  background-position-x: -12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.lazyYT-title {
  z-index: 100 !important;
  color: #fff !important;
  font-family: sans-serif !important;
  font-size: 0px !important;
  top: 10px !important;
  left: 12px !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.lazyYT-button {
  margin: 0 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 41px !important;
  z-index: 100 !important;
  position: absolute !important;
  top: 50% !important;
  margin-top: -22px !important;
  left: 50% !important;
  margin-left: -30px !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: normal !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAApCAYAAABp50paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV9JREFUeNrcWk1IK1cUvrmZGBOjJvr6xKe+Slvroi6kK6GrUkSxO12IC6GgUFBcuOlC8GdRulERV3VRQV0IKhRU0NJupK3tpi1dCRaxffWHGjWZPJNnNJlMz9FzX+ZNkzylcxP1wMdMZiYz97vnu+ee+2Njmc0GyANwgANQDCgAuABOwGOAG6AAiuh+MV3Lo+fc9KyN3qGYvnEBSAA0QBTwAnBp+P0ccAxQ6bkw/T4HRABn9B+8F6f/ZiRktjJANaCSUE0kkVApoBDgAeQTIeM7dAKjAuiG6+b7wniKstgMv+2m5xMGslgZIUAAEAOcAv4GHAL+BDwDBNMRxvOPAZ8C3iUPOVNUiGaCfgOV3MZe9z5OlSDAUzxzQZXyC+BLwM+pCtMJGCTvCTJxOlpBxGpLVzF2ajqiMvyAzwDfGuXyPuALkmyY5KGZ5GVGri1duXRyVIyOPsA7gO9R/iIYtQLKiSy7Q6T+b2UkSN7vAT4U7QGDz9Mbtp/7SPySjh9gj8EpApeyh2/YoyicuhlvhuBkVU3n2jA/cBkJxyUVjBuipz2HEf0qYcKs5w1ify6DbFVVVbSrq0s9ODhQlpaWClRVdUtWUyqLE0cPEn5CXkhI8HC8ubk5ODw8XJBIJOJNTU2H/f39j/f29jxZDJI2Iowq9nJiLk1KZWWYqcKHOC9pa2t7c21tLdTR0XHgdDo1kng22rdGQaucU2YlraY1TRPJACrIXldXVzU/P+8YHR09rqysVIkwz1JWxjmNZqQRBimbBxdIvLyvr8+7uroabGxs9NP1bAS0fOmE09Q2SsxdX19fsbCw4BgcHNzzeDxhGrDItCJO2s52hiVIO3w+X+nIyEgxRPCjmpqaE8lp7VU/nCeTMASrTO++GrTDM8UQzStB4uHOzs5niqIkJLRrLIeTG2QkpVZtthu9Fgk6amtrn8zMzLgmJyePvV7vmcVl0kUuncfuhumkiIqenh7f4uJiAJKWMwuDmS4krdyxURKOYz0Qvd0NDQ1Ri9+tKIbh050Zx+q6fjg1NaWtr6/7SO5WvTuq0ABZuNyWY7L6ycnJ0dDQ0OXc3FxFJBKxW0w4opCEcmnYrDh4Vd3c3FS7u7t929vbj6ipWT3IuOREOFeeRQ/GQqGQf2xsLNDS0vIIyBbRdU2Cgl5K2pYD+SKpF1tbW0cDAwOu5eXlKkleNdqVpMMyk3eQaioJ6zCo8M/OzsZh6Fi0v79fYsi+ZNpzJByU6WHD4AEJ4QxpfHd392hiYuJyenq64vz8XGGvrlJIHSbix46lavc60xISVjc2NsK9vb0ukHKZYeIhG00I7WpeOirxQ3xnZwc99w90MaHx8fFAa2trMZAtYcl542wYOhbXoU7xox8BvmLJFTxLCRcWFkbb29tVv9+vrKyseOnj2SL6MqUEHAA+QcJ1gDl2PTcdldCexeKXCEq5GIrizOzvgC5OUTrI/rtua1ncYsl1nlzm7CjpCKcTld3vtaQbZVlY+SJoBR4wUeHIPUyykDBOwP8mZgTYw1pQQy755N2fsGlxurgO+JUmAxyGh/V7VgHmMjspNn0D+IEZZhOwDf/FrheOn7Lkdgexkm43vfB18rF8JuQGvYCD4DSUH69/B/gccJSqgG+z630euJb6Fv3JaSCfjpBm6McTFqWKNvbqPg6eIefXSbYXVAbc8PIH4EfA1+x620NGj2Cf7KMOG7cm4fi0hK5XUw0KiG1MeHQTHBZGVrFjJ0znuEXpjIItdnX7FHRPCeLeITPt4LmtBEWNiz1XYj7MxZJbmPIJpSy5pUlUXDrPxAzKiBBJN53vk9fE/q0okY4ZVBS7jaL+FWAA/y++OTUmOgsAAAAASUVORK5CYII=') !important;
}
.copyright-block .copyright-wrap {
  padding: 27px 0 50px;
}
@media only screen and (max-width: 767px) {
  .copyright-block .copyright-wrap {
    padding: 20px 0 14px;
  }
}
.copyright-block .footer-link {
  text-align: left;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  .copyright-block .footer-link {
    text-align: center;
    margin: 0 -9px 0 -8px;
    padding: 0;
  }
}
.copyright-block .footer-link li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
}
.copyright-block .footer-link li:first-child a {
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .copyright-block .footer-link li {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-block .footer-link li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-block .footer-link li {
    font-size: 9px;
    line-height: 12px;
    padding: 0 9px 0 8px !important;
    margin: 0 !important;
  }
}
.copyright-block .footer-link li+li {
  padding-left: 13px;
  margin-left: 13px;
}
@media only screen and (max-width: 1199px) {
  .copyright-block .footer-link li+li {
    padding-left: 6px;
    margin-left: 6px;
  }
}
.copyright-block .footer-link li+li:after {
  position: absolute;
  background: #797979;
  height: 14px;
  width: 1px;
  top: 50%;
  margin-top: -7px;
  left: 0;
  content: '';
}
@media only screen and (max-width: 767px) {
  .copyright-block .footer-link li+li:after {
    height: 10px;
    margin-top: -5px;
  }
}
.copyright-block .footer-link li a {
  color: #797979;
}
.copyright-block .copyright {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #797979;
  display: block;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 6px;
}
@media only screen and (max-width: 1199px) {
  .copyright-block .copyright {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-block .copyright {
    font-size: 10px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-block .copyright {
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin-top: -5px;
  }
}
.footer-nav .panel-heading {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
}
.footer-nav {
  padding: 35px 0;
  border-bottom: 2px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .footer-nav .title-arrow {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-top: 22px;
    padding-bottom: 21px;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    text-decoration: none !important;
    background: #d3d3d3;
  }
  .footer-nav .title-arrow:after {
    content: '';
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none !important;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat -144px -74px;
    width: 10px;
    height: 6px;
    left: 50%;
    top: auto;
    margin-left: -5px;
    margin-top: -3px;
  }
  .footer-nav .title-arrow.collapsed {
    background: #ededed;
  }
  .footer-nav .title-arrow.collapsed.mobile-menu-reset:after {
    content: '';
    display: none;
  }
  .footer-nav .title-arrow:hover {
    background: #d3d3d3 !important;
  }
}
.footer-nav .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #797979;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .footer-nav .title {
    margin-bottom: 11px;
    display: inline-block;
    vertical-align: top;
  }
  .footer-nav .title:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav .title {
    border-top: 1px solid #ccc;
    padding: 13px 20px;
    padding-top: 13px;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    text-decoration: none !important;
    background: #d3d3d3;
  }
  .footer-nav .title.collapsed {
    background: #ededed;
  }
  .footer-nav .title.collapsed:after {
    content: '';
    margin-top: -7px;
  }
  .footer-nav .title.collapsed.mobile-menu-reset:after {
    content: '';
    display: none;
  }
  .footer-nav .title:hover {
    background: #d3d3d3 !important;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav .panel-collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
}
.footer-nav ul li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .footer-nav ul li {
    margin-bottom: 10px;
  }
  .footer-nav ul li:first-child {
    margin-top: 6px;
  }
}
.footer-nav ul a {
  color: #797979;
  font-weight: 400;
}
.internal-page .intro-copy {
  max-width: 930px;
  color: #797979;
  margin: auto;
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .internal-page .intro-copy {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
section#subscribe,
section#bottom,
footer#footer {
  background: #EDEDED;
  padding: 30px 0;
}
section#subscribe {
  border-bottom: 2px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  section#bottom ul.panel-collapse {
    padding: 13px 20px;
  }
  section#bottom ul.panel-collapse * {
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
  }
}
@media only screen and (max-width: 991px) {
  #main-nav>.nav {
    max-width: 100%;
    padding-bottom: 15px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav {
    padding: 0;
    border: 0;
    background: #fff;
  }
}
#main-nav>.nav>li {
  position: static !important;
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav>li {
    padding: 10px 10px 10px !important;
    text-align: center;
    border-top: 1px solid #dcdcdc;
  }
  #main-nav>.nav>li:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav>li.dropdown {
    padding: 19px 10px 18px !important;
    background-color: #f2f2f2;
  }
}
#main-nav>.nav>li.dropdown>a {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav>li.dropdown>a {
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
  }
}
#main-nav>.nav>li.dropdown>a:before {
  position: absolute;
  right: -19px;
  background: url(../images/sprite.png) no-repeat -144px -74px;
  width: 10px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  content: '';
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav>li.dropdown>a:before {
    display: none;
  }
}
#main-nav>.nav>li.dropdown.open>.dropdown-toggle:after {
  display: block;
}
#main-nav>.nav>li>a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}
#main-nav>.nav>li>a:focus {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-nav>.nav>li>a {
    padding: 0 10px;
  }
}
#main-nav>.nav>li>a:hover {
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  #main-nav>.nav>li>a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  #main-nav>.nav>li>a {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav>.nav>li>a {
    font-size: 13px;
  }
}
#main-nav>.nav>li>a.is-drowdown:hover {
  text-decoration: none;
}
#main-nav>.nav>li>a.is-drowdown:hover:after {
  display: none;
}
#main-nav .dropdown-menu {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
}
@media only screen and (max-width: 767px) {
  #main-nav .dropdown-menu {
    background: #fff;
  }
}
section#top-bar {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: auto;
  line-height: 30px;
  background: #00afe0;
}
section#top-bar p,
section#top-bar a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
nav.top-bar {
  text-align: right;
  color: #fff;
  padding-right: 0;
}
nav.top-bar:before {
  content: "";
  background: #00afe0;
  top: 0;
  bottom: 0;
  left: -5000px;
  width: 10000px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav.top-bar .sign-in {
    margin-left: 0 !important;
  }
}
nav.top-bar .sign-in>.no-btn {
  position: relative;
}
nav.top-bar .sign-in>.no-btn:before {
  content: "\f007";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
@media (max-width: 767px) {
  nav.top-bar .sign-in>.no-btn:before {
    display: none;
    content: none;
  }
}
@media (max-width: 767px) {
  nav.top-bar .dropdown-menu {
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1f1f1;
    padding: 0;
  }
  nav.top-bar .dropdown-menu p {
    margin-bottom: 0;
  }
  nav.top-bar .dropdown-menu p.text-right {
    text-align: center;
  }
  nav.top-bar .dropdown-menu .table {
    margin-bottom: 0;
  }
}
nav.top-bar>.display-inline {
  display: inline-block;
  margin: 0 15px 0 30px;
  float: right;
}
nav.top-bar>.display-inline:first-child {
  margin-right: 0;
}
nav.top-bar>.display-inline>* {
  float: left;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline>* {
    float: none;
  }
}
nav.top-bar>.display-inline a,
nav.top-bar>.display-inline div,
nav.top-bar>.display-inline .no-btn {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  border: none !important;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline a,
  nav.top-bar>.display-inline div,
  nav.top-bar>.display-inline .no-btn {
    font-size: 11px;
  }
}
nav.top-bar>.display-inline .no-btn {
  padding: 0;
  border: none;
  background: transparent;
}
nav.top-bar>.display-inline small {
  text-transform: none;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
}
nav.top-bar>.display-inline #cart {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline #cart {
    position: static;
  }
}
nav.top-bar>.display-inline #cart .btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  line-height: 26px;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline #cart .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline #cart i {
    display: none;
    content: none;
  }
}
nav.top-bar>.display-inline #cart ul.dropdown-menu.pull-right {
  top: 24px;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline #cart ul.dropdown-menu.pull-right {
    top: 44px;
  }
}
nav.top-bar>.display-inline a#olark-chat-button {
  position: relative;
}
nav.top-bar>.display-inline a#olark-chat-button:before {
  background: url(../images/sprite.png) no-repeat -20px 0;
  width: 17px;
  height: 16px;
  margin-top: -8px;
  left: -27px;
  position: absolute;
  content: '';
  left: -21px;
  top: 50%;
}
nav.top-bar>.display-inline a.tel-link {
  position: relative;
  color: #fff;
  font-size: 14px !important;
}
nav.top-bar>.display-inline a.tel-link:before {
  content: "\f10b";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline a.tel-link:before {
    display: none;
    content: none;
  }
}
nav.top-bar>.display-inline a.support-link {
  position: relative;
  color: #fff;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  nav.top-bar>.display-inline a.support-link {
    display: none;
  }
}
@media (min-width: 768px) {
  nav.top-bar>.display-inline a.support-link {
    margin-left: 15px;
  }
}
nav.top-bar>.display-inline a.support-link .fa {
  margin-right: 6px;
}
.hero-header {
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px black;
}
@media only screen and (max-width: 767px) {
  .hero-header {
    font-size: 31px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
  }
}
.hero-header.contrast {
  color: white;
}
.product-tabs ul li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 40px;
}
#sp-slider .text-content {
  text-align: center;
  padding: 110px 0;
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px #000;
  color: #fff;
}
#sp-slider .text-content p {
  font-size: 22px;
  letter-spacing: normal;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 20px #000;
}
#sp-slider .text-content h1 {
  margin-bottom: 25px;
}
#sp-slider .product-tabs {
  text-align: center;
  padding-bottom: 50px;
}
#sp-slider .product-tabs ul li a {
  position: relative;
  color: #fff;
}
#sp-slider .product-tabs ul li a .title {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
}
#sp-slider .product-tabs ul li span.ico-bg {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: rgba(255,255,255,0.3);
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 50px;
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 10px;
}
#sp-slider .product-tabs ul li.active span.ico-bg,
#sp-slider .product-tabs ul li:hover span.ico-bg {
  background: rgba(255,255,255,0.9);
  color: #333;
}
section#product-selector {
  background: #EDEDED;
}
.model-selector-query {
  max-width: 1000px;
  margin: auto;
  padding: 20px 40px;
}
#model-selector-wrapper {
  position: relative;
  z-index: 1;
}
#model-selector-wrapper.hide-model-selector-wrapper {
  background: white;
}
.hide-model-selector-wrapper {
  display: none;
}
.show-model-selector-wrapper {
  display: block;
}
.ms-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: left;
  background-image: url(../images/icon-deselected.png);
}
.option-active .ms-img {
  background-image: url(../images/icon-selected_1.png);
}
.ms-options-link {
  padding: 10px 20px;
  display: inline-block;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 300px;
  min-height: 65px;
  min-width: 211px;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .ms-options-link {
    min-width: 100%;
  }
}
.ms-options-link:hover {
  text-decoration: none;
  color: #00afe0;
}
.ms-options-link.option-active {
  background: #00afe0;
  color: white;
}
.ms-options-link.option-active:hover {
  color: white;
}
.ms-options-link.disable-option {
  color: #919191;
  border-color: #919191;
  background-color: #e6e6e6;
  cursor: pointer;
}
.ms-options-link.disable-option:hover {
  color: #919191;
  cursor: pointer;
}
.hover-see-more {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  background-color: #00afe0;
  padding: 1px 10px;
  border-radius: 230px;
  color: white;
  position: fixed;
  bottom: 0;
  margin-left: -60px;
  left: 50%;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .hover-see-more {
    display: inline-block;
  }
}
a.hover-see-more:hover {
  color: white;
  text-decoration: none;
}
#hover-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  #hover-wrapper {
    display: inline-block;
  }
}
#hover-see-more.show {
  display: inline-block;
}
#hover-see-more {
  display: none;
}
.products-list .product-title {
  margin: 0 0 11px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 200;
}
@media (min-width: 768px) {
  .products-list .product-title {
    white-space: nowrap;
  }
}
.products-list .product {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  margin-top: 50px;
}
.products-list .product:nth-child(1),
.products-list .product:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 1013px) {
  .products-list .product {
    padding-left: 0;
    width: 47.5%;
  }
}
.products-list a {
  color: #00afe0;
}
.products-list .description-wrap {
  text-align: left;
}
@media (min-width: 768px) {
  .products-list .description-wrap {
    padding-right: 10px;
  }
}
.products-list .description-wrap .name {
  margin: 0 0 11px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 200;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .products-list .description-wrap .name {
    white-space: nowrap;
  }
}
.products-list .description-wrap .cart .btn {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #00afe0;
  border: none;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .products-list .description-wrap .description {
    font-size: 18px;
  }
}
.products-list .img-wrap {
  float: right;
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .products-list .img-wrap img {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .products-list .img-wrap {
    padding: 0 !important;
    min-width: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-list .img-wrap {
    max-height: 200px !important;
  }
}
.call-us .wrap {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.call-us .header {
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px #000;
  color: white;
}
.call-us .brief-copy {
  font-size: 22px;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: 300;
  color: white;
  text-rendering: optimizeLegibility !important;
}
.call-us .subscribe-wrap {
  margin: 50px auto;
}
.call-us .tel-link {
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px #000;
  color: white;
}
.call-us .btn {
  background-color: #00afe0;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  border: none;
}
.btn.btn-default.button-pill {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  color: white;
  border-radius: 20px;
  background: #00afe0;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
}
#rsseo-cookie-accept button#rsseo-cookie-accept-btn {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1px;
  color: white;
  border-radius: 20px;
  background: #00afe0;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
}
section#slider .row,
section#bottom-slider .row,
section#footer-slider .row {
  margin: 0;
}
section#slider .row div[class^="col-"],
section#bottom-slider .row div[class^="col-"],
section#footer-slider .row div[class^="col-"] {
  padding: 0;
}
li.item-143,
li.item-144 {
  margin-bottom: 11px !important;
}
li.item-143 a,
li.item-144 a {
  font-size: 16px;
  line-height: 20px;
  color: #797979;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.shoppage-head {
  position: relative;
  height: 600px;
  max-height: 600px;
  z-index: 50;
}
@media only screen and (max-width: 991px) {
  .shoppage-head {
    height: 450px;
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppage-head {
    height: 300px;
    max-height: 300px;
  }
  .shoppage-head .video-play {
    display: none;
  }
}
#module-113 .shoppage-head {
  max-height: 400px;
}
#module-113 .shoppage-head .wrap {
  padding: 0 !important;
  height: 100%;
}
#module-113 .shoppage-head .wrap .text-content {
  width: 100%;
}
#module-113 .shoppage-head .wrap h1 {
  margin-bottom: 0;
}
.shoppage-head.low {
  height: auto !important;
  background-color: #00afe0;
}
.shoppage-head .wrap {
  max-width: 1097px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.shoppage-head .text-content {
  text-align: center;
  padding: 146px 10px 180px;
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px #000;
  color: white;
}
@media only screen and (max-width: 991px) {
  .shoppage-head .text-content {
    padding: 80px 10px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppage-head .text-content {
    padding: 70px 0 35px;
  }
}
.shoppage-head .text-content p {
  font-size: 22px;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: 300;
  color: white;
  font-weight: 400;
  text-shadow: 0px 0px 20px black;
}
@media only screen and (max-width: 991px) {
  .shoppage-head .text-content p {
    font-size: 21px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .shoppage-head .text-content p {
    font-size: 18px;
    font-weight: normal;
  }
}
.shoppage-head .text-content h1 {
  margin: 0 0 25px;
  font-size: 67px;
  line-height: 66px;
  font-weight: 300;
  text-shadow: 0px 0px 20px #000;
  color: white;
  margin-bottom: 1px;
}
@media only screen and (max-width: 991px) {
  .shoppage-head .text-content h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppage-head .text-content h1 {
    font-size: 31px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
  }
}
.shoppage-head.sppb-section .text-content {
  padding: 20px;
}
.shoppage-head .bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shoppage-head .bg-stretch img {
  width: 100%;
  height: auto;
  max-width: none;
}
.shoppage-head .bg-stretch-title {
  position: relative;
}
.shoppage-head .bg-stretch-title .text-content {
  padding: 25px 0;
}
.shoppage-head .bg-stretch-title .text-content h1 {
  text-shadow: none;
}
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.video-play a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
}
.video-play a .icon-holder {
  display: block;
  margin-bottom: 18px;
  width: auto;
  height: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .video-play a .icon-holder {
    width: 70px;
  }
}
.install-btn {
  width: 30%;
  border-radius: 20px;
  text-transform: uppercase;
}
.installation-videos h2 {
  font-size: 42px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .installation-videos h2 {
    font-size: 23px;
  }
}
.installation-videos .choices,
.installation-videos .install-content-holder {
  text-align: center;
}
.installation-videos .choices .btn,
.installation-videos .install-content-holder .btn {
  padding: 10px 20px;
  border-radius: 30px;
}
.installation-videos ul {
  list-style: none;
  list-style-type: none;
}
.reveal-link-container {
  padding: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: 300;
}
.quality-intro-slide {
  background: #00afe0;
  width: 100%;
  float: left;
}
.quality-intro-slide h1 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}
.quality-intro-slide p {
  color: #fff;
  text-align: center;
}
.quality-intro-slide .btn {
  background-color: white !important;
  color: #00afe0 !important;
}
#carousel-rs .slide-bg {
  position: absolute;
  width: 100%;
}
#carousel-rs ul.slick-dots {
  bottom: -10px;
}
@media (max-width: 767px) {
  #carousel-rs {
    display: none;
  }
}
.carousel-wrap .header {
  padding: 0px 0 25px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  max-width: 1075px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .carousel-wrap .header {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-wrap .header {
    margin: 0 auto;
  }
}
.carousel-wrap .header h1 {
  font-weight: 200;
  margin-bottom: 20px;
}
.carousel-wrap .header-quality {
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .carousel-wrap .header-quality {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-wrap .header-quality {
    height: 350px;
  }
}
.carousel-wrap .btn-wrap {
  padding: 34px 10px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.carousel-wrap .slide-wrap {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.carousel-wrap .slide-wrap.no-gutters {
  margin-left: auto;
  margin-right: auto;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
ul.slick-dots {
  position: relative;
  bottom: 50px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  list-style-type: none;
}
ul.slick-dots li {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  border-radius: 10px/10px 10px 11px 11px;
  background: #d7d7d7;
  cursor: pointer;
}
ul.slick-dots li>* {
  display: none;
}
ul.slick-dots li.slick-active,
ul.slick-dots li:hover {
  background: #00afe0;
}
.internal-method-frame {
  background: #f1eff0;
}
.internal-method-frame .tab-column-headers {
  display: none;
}
.internal-method-frame .wrapped-frame {
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .internal-method-frame .wrapped-frame {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .internal-method-frame .wrapped-frame {
    height: 350px;
  }
}
.internal-method-frame .tab-content {
  padding-top: 30px;
}
.internal-method-frame .tab-content .tab-left-column,
.internal-method-frame .tab-content .tab-right-column {
  text-align: center;
}
.internal-method-frame .tab-content .tab-left-column .nested-header,
.internal-method-frame .tab-content .tab-right-column .nested-header {
  font-size: 32px;
  font-weight: 100;
  display: block;
}
.internal-method-frame .tab-content .tab-left-column h2,
.internal-method-frame .tab-content .tab-right-column h2 {
  margin-top: 0;
}
.internal-method-frame .method-frame {
  width: 60%;
  min-width: 927px;
  border-radius: 230px;
  background: #fff;
  margin: 0 auto;
  padding: 100px 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 57px 2px rgba(0,0,0,0.09);
  box-shadow: 0 0 57px 2px rgba(0,0,0,0.09);
}
@media (max-width: 991px) {
  .internal-method-frame .method-frame {
    min-width: 0;
    width: 100%;
  }
}
.internal-method-frame .method-frame .text {
  font-size: 69px;
  line-height: 72px;
  font-weight: 300;
  display: block;
  margin-bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .internal-method-frame .method-frame .text {
    font-size: 34px;
    line-height: 38px;
  }
}
.internal-method-frame .method-frame .text .vs {
  font-size: 56px;
  line-height: 60px;
  font-weight: normal;
  color: #00afe0;
}
@media only screen and (max-width: 767px) {
  .internal-method-frame .method-frame .text .vs {
    font-size: 27px;
    line-height: 32px;
  }
}
.internal-method-frame .method-frame .text sup {
  font-size: 35px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .internal-method-frame .method-frame .text sup {
    font-size: 15px;
  }
}
.internal-method-frame .method-frame .btn {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px;
  height: 41px;
  padding: 10px;
  min-width: 248px;
}
@media only screen and (max-width: 991px) {
  .internal-method-frame .method-frame .btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .internal-method-frame .method-frame .btn {
    font-size: 10px;
    line-height: 12px;
    height: 27px;
    padding: 7px;
    min-width: 145px;
  }
}
.explaination-article {
  padding-bottom: 80px;
}
.explaination-article:last-of-type {
  padding-bottom: 0;
}
.explaination-article .preview-box {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 27px rgba(0,0,0,0.16);
  box-shadow: 0 0 27px rgba(0,0,0,0.16);
  position: relative;
}
.explaination-article .preview-box:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.25);
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
  top: 0;
  left: -125px;
  right: -125px;
  height: 50%;
  border-radius: 200px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: -1;
}
.explaination-article .preview-box:after {
  content: '';
  position: absolute;
  top: -65px;
  left: -180px;
  right: -180px;
  bottom: 50%;
  background: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .explaination-article .preview-box:before,
  .explaination-article .preview-box:after {
    content: none;
  }
}
.explaination-article .preview-box .image-holder {
  position: relative;
}
.explaination-article .preview-box .image-holder>img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.explaination-article .preview-box .image-holder .icon-play {
  width: 80px;
  height: 57px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  margin: 0;
}
.explaination-article .preview-box .image-holder .icon-play:before {
  content: none;
}
.explaination-article .preview-box .image-holder .icon-play img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.award-list {
  text-align: center;
  overflow: hidden;
  margin: 0 -3px;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.award-list li {
  padding: 3px;
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .award-list li {
    width: 50%;
    padding: 1px;
  }
}
.award-list li a {
  display: block;
  background: #f1eff0;
  padding: 53px 20px;
  text-decoration: none;
  color: #333;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .award-list li a {
    padding: 40px 15px;
  }
}
.award-list li a .logo-holder {
  display: block;
  overflow: hidden;
  padding: 0 0 20px;
}
.award-list li a .award-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 200;
  display: block;
}
#accordion1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
#accordion1 .element-invisible {
  display: none !important;
}
#accordion1 .btn-holder {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0 13px;
}
#accordion1 .btn-holder .btn {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  min-width: 157px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-radius: 20px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .text {
    font-size: 10px;
    line-height: 15px;
    padding: 12px 14px;
    background: #f4f4f4;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-body {
    padding: 0;
  }
}
#accordion1 .container-fluid {
  max-width: 1106px;
}
#accordion1 h3 {
  font-weight: 300;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  #accordion1 h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 h3 {
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 h3.product-title {
    font-size: 22px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
  }
}
#accordion1 .panel {
  margin: 0;
  border: none;
  box-shadow: none;
}
#accordion1 .panel .btn-closed {
  position: relative;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/sprite.png) no-repeat -80px -207px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel .btn-closed {
    height: 27px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: -33px -108px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel .collapsed.btn-closed {
  background: url(../images/sprite.png) no-repeat -97px -158px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel .collapsed.btn-closed {
    height: 27px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: 0 -107px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel .collapsed.btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel .collapsed .fourth {
  background-position: -2px -146px !important;
}
#accordion1 .panel .collapsed .fourth .collapsed {
  background-position: -49px -158px !important;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel .collapsed .fourth .btn-closed {
    height: 26px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: 0 -107px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel .collapsed .fourth .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel .collapsed .third {
  background: url(../images/sprite.png) no-repeat -80px -207px;
}
#accordion1 .panel .collapsed .third.collapsed {
  background: url(../images/sprite.png) no-repeat -97px -158px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel .collapsed .third .btn-closed {
    height: 27px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: 0 -138px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel .collapsed .third .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel.collapsed .btn-closed {
  background: url(../images/sprite.png) no-repeat -97px -158px;
  width: 41px;
  height: 41px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel.collapsed .btn-closed {
    height: 26px;
    width: 26px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: 0 -107px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel.collapsed .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel-heading {
  background: #00afe0;
  border: none;
  cursor: pointer;
  padding: 40px 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading {
    padding: 30px 0;
  }
}
#accordion1 .panel-heading .heading {
  overflow: hidden;
}
#accordion1 .panel-heading .heading span {
  font-size: 34px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading .heading span {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
  }
}
#accordion1 .panel-heading .heading .star span {
  display: block;
}
#accordion1 .panel-heading .heading .fivestar-default {
  float: left;
}
#accordion1 .panel-heading.first {
  color: #fff;
  padding: 68px 10px 20px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.first {
    padding: 51px 0 0;
    background: #fff;
    color: #333;
  }
}
#accordion1 .panel-heading.blue {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.blue {
    padding: 51px 0 0;
    background: #fff;
    color: #333;
  }
}
#accordion1 .panel-heading.second {
  padding-bottom: 54px;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  #accordion1 .panel-heading.second {
    cursor: auto;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.second .btn-closed {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.second {
    padding-bottom: 31px;
  }
}
#accordion1 .panel-heading.second h3 {
  max-width: none;
  margin: 0;
}
#accordion1 .panel-heading.second .heading {
  margin: 0;
}
#accordion1 .panel-heading.third {
  color: #fff;
}
#accordion1 .panel-heading.third .heading {
  margin: 0;
}
#accordion1 .panel-heading.third .heading h3 {
  margin: 0;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.third .heading h3 {
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.third .btn-closed {
    height: 27px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: -33px -139px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel-heading.third .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel-heading.fourth {
  background: #fff !important;
}
#accordion1 .panel-heading.fourth .heading {
  margin: 0;
}
#accordion1 .panel-heading.fourth .heading h3 {
  margin: 0;
  max-width: none;
}
#accordion1 .panel-heading.fourth .btn-closed {
  background-position: -2px -146px !important;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.fourth .btn-closed {
    height: 26px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: -33px -108px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel-heading.fourth .btn-closed {
    background-image: url(../images/sprite-mobile%402x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel-heading.white {
  background: #fff !important;
}
#accordion1 .panel-heading.white .heading {
  margin: 0;
}
#accordion1 .panel-heading.white .heading h3 {
  margin: 0;
  max-width: none;
}
#accordion1 .panel-heading.white .btn-closed {
  background-position: -2px -146px !important;
}
@media only screen and (max-width: 767px) {
  #accordion1 .panel-heading.white .btn-closed {
    height: 26px;
    width: 27px;
    background-image: url(../images/sprite-mobile.png);
    background: url(../images/sprite-mobile.png) no-repeat -9999px -9999px;
    background-position: -33px -108px !important;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),only screen and (max-width: 767px) and (min-resolution: 192dpi),only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #accordion1 .panel-heading.white .btn-closed {
    background-image: url(../images/sprite-mobile@2x.png);
    background-size: 258px 200px;
  }
}
#accordion1 .panel-heading .btn {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  font-weight: 700;
  background: #fff;
  border-radius: 20px;
  border: none;
  min-width: 220px;
  text-align: center;
  padding: 12px;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  #accordion1 .panel-heading .btn {
    font-size: 14px;
    line-height: 18px;
    margin-left: 15px;
    min-width: 187px;
    max-width: 200px;
    padding: 10px 7px;
  }
}
#accordion1 .panel-heading .btn:hover {
  background: #ccc;
}
#accordion1 .block {
  background: #fff;
  border-radius: 5px;
  padding: 27px 38px 31px 43px;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 30px;
  cursor: auto;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .block {
    font-size: 10px;
    line-height: 15px;
    padding: 12px 14px;
    background: #f4f4f4;
    margin-bottom: 10px;
  }
}
#accordion1 .block a {
  color: #2c2c2c;
}
#accordion1 .block .head {
  overflow: hidden;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .block .head {
    margin-bottom: 14px;
  }
}
#accordion1 .block .left-block {
  overflow: hidden;
  font-size: 22px;
  font-weight: 300;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .block .left-block {
    font-size: 10px;
    line-height: 12px;
  }
}
#accordion1 .block .left-block span {
  font-weight: 400;
}
#accordion1 .block .rating {
  float: right;
}
#accordion1 .block .date {
  font-size: 14px;
  font-weight: 200;
  margin-left: 42px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .block .date {
    display: block;
    margin: 0;
    font-size: 9px;
  }
}
#accordion1 .features {
  overflow: hidden;
  margin-bottom: 72px;
}
#accordion1 .features:first-child {
  margin-top: 50px;
}
#accordion1 .features:last-child {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  #accordion1 .features:last-child {
    margin-bottom: 50px;
  }
}
#accordion1 .features .alignleft {
  float: left;
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .features .alignleft {
    float: none;
    margin: 0 0 30px;
  }
  #accordion1 .features .alignleft img {
    width: 100%;
    height: auto;
  }
}
#accordion1 .features .alignleft .btn-play {
  background: url(../images/sprite.png) no-repeat -265px -209px;
  position: absolute;
  width: 62px;
  height: 45px;
  left: 50%;
  top: 50%;
  content: '';
  text-indent: -9999px;
  overflow: hidden;
  margin: -22px 0 0 -31px;
}
#accordion1 .features .alignleft .btn-play:hover {
  opacity: .7;
}
#accordion1 .features .description {
  overflow: hidden;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #accordion1 .features .description {
    font-size: 14px;
    line-height: 18px;
  }
}
#accordion1 .features .description p span {
  font-size: 22px !important;
  vertical-align: bottom;
  display: inline-block;
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .features .description p span {
    font-size: 10px;
    line-height: 12px;
  }
}
#accordion1 .features h4 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 200;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .features h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
#accordion1 .features h4 span {
  font-size: 30px !important;
  vertical-align: bottom;
  display: inline-block;
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  #accordion1 .features h4 span {
    font-size: 13px;
    line-height: 14px;
  }
}
#accordion1.safety-accordion .panel.safety-research {
  background: url(../images/img-13.jpg) no-repeat;
  background-size: cover;
}
#accordion1.safety-accordion .panel.safety-research .panel-heading.white {
  background-color: transparent !important;
}
#accordion1.safety-accordion .panel-body.tips-content {
  background: url(../images/img-14.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.contrast {
  color: white;
}
.safety-tips {
  font-size: 46px;
  line-height: 54px;
  font-weight: 200;
  text-align: center;
}
.safety-tips .safety-panel {
  position: relative;
}
.safety-tips .safety-panel:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  height: 6px;
  background: #00afe0;
  z-index: 1;
}
.safety-tips .safety-panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  bottom: 0;
  width: 6px;
  background: #00afe0;
  z-index: 1;
}
.safety-tips .safety-panel .safety-measures {
  background: url(../images/img-12.jpg) no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.safety-tips .safety-panel .safety-measures:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  background: #00afe0;
}
.safety-tips .safety-panel .safety-measures:after {
  clear: both;
  content: " ";
  display: table;
}
.safety-tips .safety-panel .safety-measures li {
  width: 33.33%;
  height: 360px;
  float: left;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  -webkit-box-shadow: -3px -3px 0 3px #fff;
  box-shadow: -3px -3px 0 3px #fff;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .safety-tips .safety-panel .safety-measures li {
    height: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .safety-tips .safety-panel .safety-measures li {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    min-height: 81px;
    padding-bottom: 6px;
  }
}
.safety-tips .safety-panel .safety-measures li.active:before {
  content: '';
  position: absolute;
  background: #fff;
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  z-index: 2;
}
.safety-tips .safety-panel .safety-measures li.active a {
  background: #fff;
  color: #333;
  position: relative;
  z-index: 3;
}
.safety-tips .safety-panel .safety-measures li.active .link-holder {
  background: #fff;
  color: #333;
  position: relative;
  z-index: 3;
}
.safety-tips .safety-panel .safety-measures li.active .link-holder .title {
  margin-bottom: 29px;
  color: #333;
}
.safety-tips .safety-panel .safety-measures li.active .link-holder .description {
  display: block;
}
.safety-tips .safety-panel .safety-measures li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
}
.safety-tips .safety-panel .safety-measures li a height: 100% @media only screen and (max-width: 767px) {
  background: #fff;
  color: #333;
}
.safety-tips .safety-panel .safety-measures li .link-holder {
  display: inline-block;
  vertical-align: middle;
}
.safety-tips .safety-panel .safety-measures li .title {
  font-size: 34px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}
.safety-tips .safety-panel .safety-measures li .description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  color: #333;
  display: none;
}
.office-block .map-block {
  -webkit-box-shadow: 0 0 27px rgba(0,0,0,0.16);
  box-shadow: 0 0 27px rgba(0,0,0,0.16);
  display: inline-block;
  width: 100%;
  border: 3px solid #fff;
  min-height: 400px;
}
.office-block .map-block iframe {
  min-height: 400px;
}
.office-block address {
  margin-bottom: 15px;
}
.office-block .phone,
.office-block .email {
  display: block;
}
.office-block .phone a,
.office-block .email a {
  font-weight: normal;
  text-decoration: underline;
}
.help-option h2 {
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: white;
}
.large-content-header {
  margin: auto;
  font-weight: 100;
  text-align: center;
  font-size: 58px;
  color: #333333;
}
.row-1 {
  overflow: hidden;
}
.row-1 .col {
  width: 50%;
  padding: 3px;
  float: left;
  position: relative;
  font-size: 29px;
  line-height: 32px;
  font-weight: 300;
}
.row-1 .holder {
  text-align: left;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-1 .wrap p {
  color: white;
  opacity: 1;
  text-shadow: 0px 0px 20px black;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  width: 70%;
}
.row-1 .wrap h3 {
  color: white;
  opacity: 1;
  text-shadow: 0px 0px 20px black;
}
body.itemid-122 #yoo-zoo .item>.container,
body.itemid-272 #yoo-zoo .item>.container,
body.itemid-267 #yoo-zoo .item>.container {
  background: url(../images/img-2.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}
body.itemid-122 .zoobody,
body.itemid-272 .zoobody,
body.itemid-267 .zoobody {
  background: url(../images/img-2.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.support-media ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.support-media ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}
.support-media ul li a {
  display: block;
  background: #fff;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  padding: 56px 65px;
  text-align: center;
}
.support-media ul li a [class^="icon-"],
.support-media ul li a [class*=" icon-"] {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #00afe0;
  margin-bottom: 18px;
  font-family: 'icomoon';
  width: 100%;
  height: inherit;
}
.support-media ul li a:hover {
  background: #00afe0;
}
.support-media ul li a:hover [class^="icon-"],
.support-media ul li a:hover [class*=" icon-"] {
  color: #fff;
}
.icon-guide:before {
  content: "\e601";
}
.icon-warranty:before {
  content: "\e605";
}
.icon-manuals:before {
  content: "\e603";
}
.icon-maintenance:before {
  content: "\e602";
}
body.com-zoo main#main>.container,
body.com-zoo section#main>.container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.com-zoo main#main>.container>.row,
body.com-zoo section#main>.container>.row {
  margin: 0;
}
body.com-zoo main#main>.container>.row>#sp-component,
body.com-zoo section#main>.container>.row>#sp-component {
  padding: 0;
}
body.com-zoo main#main .articletext,
body.com-zoo section#main .articletext {
  padding: 50px 0;
}
.homepage-hero-carousel .slide-item {
  height: 600px;
  position: relative;
}
@media (max-width: 991px) {
  .homepage-hero-carousel .slide-item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .homepage-hero-carousel .slide-item {
    height: 300px;
  }
}
.homepage-hero-carousel .slide-item .copy-layer {
  position: absolute;
  z-index: 2;
  right: 10%;
  top: 75px;
  transition-delay: 1s;
  transition: 1s;
  text-align: center;
}
.homepage-hero-carousel .slide-item .slide-wrap {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage-hero-carousel .bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage-hero-carousel .bg-stretch img {
  width: 100%;
  height: auto;
  max-width: none;
}
.hero-sub-copy {
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 400;
  text-shadow: 0px 0px 20px black;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .hero-sub-copy {
    font-size: 18px;
    font-weight: normal;
  }
}
.homepage-hero-carousel ul.slick-dots {
  bottom: -10px;
  height: 22px;
}
.homepage-hero-carousel .slick-prev {
  left: 10px;
}
.homepage-hero-carousel .slick-next {
  right: 10px;
}
.homepage-hero-carousel .btn {
  border-radius: 30px;
  padding: 10px 30px;
}
.padding-top-300 {
  padding-top: 300px;
}
@media (max-width: 767px) {
  .padding-top-300 {
    padding-top: 50px;
  }
}
#recommend-header h3 {
  display: inline-block;
}
#model-selector-navigation {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  #model-selector-navigation {
    padding: 0 30px;
    display: none;
  }
}
#model-selector-navigation .slick-track {
  width: 100% !important;
  left: 0 !important;
  -webkit-transform: translate3d(0,0,0) !important;
  -moz-transform: translate3d(0,0,0) !important;
  -ms-transform: translate3d(0,0,0) !important;
  -o-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
}
#model-selector-navigation .slick-cloned {
  display: none !important;
}
#model-selector-navigation .box-content {
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
  width: 14.2% !important;
  display: inline-block;
  float: left;
}
#model-selector-navigation .box-product {
  border: 1px solid #f2f2f2;
  border-top: 11px solid #f2f2f2;
  background: #f2f2f2;
}
#model-selector-navigation .box-product .description-wrap {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 5px;
}
#model-selector-navigation .box-product .image {
  padding: 0 10px;
}
#model-selector-navigation .box-product .cart {
  display: none;
}
#model-selector-navigation .slick-current .box-product {
  border-top-color: #00afe0;
}
#model-selector-navigation .description {
  display: none;
}
#model-selector-navigation .name {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
}
#model-selector-navigation .name a {
  color: #333;
}
#model-selector-navigation img {
  display: inline-block;
}
#model-selector-navigation img:hover,
#model-selector-navigation img:focus {
  outline: none !important;
}
#model-selector-slider {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  #model-selector-slider {
    padding: 0 30px;
  }
}
#model-selector-slider .img-wrap {
  float: right;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  #model-selector-slider .img-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#model-selector-slider .description-wrap {
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
@media (max-width: 767px) {
  #model-selector-slider .description-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#model-selector-slider .box-product {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #model-selector-slider .box-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #model-selector-slider .box-product {
    padding: 0 20px;
  }
}
#model-selector-slider .description h4 {
  display: none;
}
#model-selector-slider .name {
  font-size: 45px;
  line-height: 50px;
  font-weight: 200;
  margin: 0 0 25px;
  color: #00afe0;
  text-decoration: none;
}
@media (max-width: 767px) {
  #model-selector-slider .name {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 2px;
  }
}
#model-selector-slider .cart a.btn {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  background: #00afe0;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
}
#model-selector-slider .description {
  margin-bottom: 20px;
}
#model-selector-slider .rating {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#model-selector-slider .slick-next {
  right: 10px;
}
#model-selector-slider .slick-prev {
  left: 10px;
}
header.header.modelselector {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
header.header.modelselector h3,
header.header.modelselector .h3 {
  text-align: center;
  font-size: 72px;
  line-height: 86px;
  font-weight: 200;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  header.header.modelselector h3,
  header.header.modelselector .h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.homeboxes .custom {
  padding: 0;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .homeboxes .custom {
    padding: 0;
  }
  .homeboxes .custom>* {
    padding: 0 20px;
  }
}
.homeboxes .custom .holder {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .homeboxes .custom .holder {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .homeboxes .custom img.lazy {
    max-width: 60%;
  }
}
.homeboxes .custom header.header {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.homeboxes .custom .img-wrap {
  margin-top: 60px;
}
.homeboxes .custom .scroll-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  margin-top: 50px;
}
.homeboxes .custom .scroll-btn:after {
  position: absolute;
  left: 45%;
  margin-left: -28px;
  bottom: -35px;
  width: 56px;
  height: 23px;
  background: url(../images/sprite.png) no-repeat -79px -74px;
  content: '';
}
.homeboxes .custom h2 {
  font-size: 62px;
  margin: 0 0 30px;
  line-height: 69px;
  font-weight: 200;
  position: relative;
  padding-top: 80px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .homeboxes .custom h2 {
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
  }
}
.homeboxes .custom h1 {
  font-size: 67px;
  line-height: 66px;
  font-weight: 200;
  margin: 60px 0 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .homeboxes .custom h1 {
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
  }
}
.homeboxes .custom .footer {
  font-size: 34px;
  line-height: 38px;
  font-weight: 200;
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .btn+.btn {
    margin-top: 20px;
  }
}
#module-121 .btn-wrap,
#module-182 .btn-wrap,
#module-175 .btn-wrap {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #module-121 .btn-wrap .btn,
  #module-182 .btn-wrap .btn,
  #module-175 .btn-wrap .btn {
    background: #333;
    border-color: #333;
  }
}
@media only screen and (max-width: 767px) {
  #module-121 h3,
  #module-182 h3,
  #module-175 h3 {
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 5px;
  }
}
.slick-prev,
.slick-next {
  float: left;
  width: 31px;
  height: 86px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../images/sprite.png) no-repeat 0 -23px;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
}
.slick-next {
  float: right;
  background: url(../images/sprite.png) no-repeat -41px -23px;
  left: inherit;
  right: -10px;
}
.custom.hero-slide {
  width: 100%;
  float: left;
  min-height: 590px;
  background-repeat: no-repeat;
  background-color: #e4dfd4;
  background-position: 50% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .custom.hero-slide {
    min-height: 330px;
    padding: 0 20px;
  }
  .custom.hero-slide h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.custom.hero-slide .btn-play {
  background: url(../images/sprite.png) no-repeat -206px -114px;
  width: 121px;
  height: 86px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 11;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .custom.hero-slide .btn-play {
    margin-top: 15px;
  }
}
.breadcrumbs.add {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  z-index: 22;
  max-width: 1150px;
  padding: 0 15px;
}
.breadcrumbs.add ol.breadcrumb {
  letter-spacing: -4px;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
}
.breadcrumbs.add ol.breadcrumb>* {
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  color: #00afe0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
.breadcrumbs.add ol.breadcrumb>* a {
  color: #fff;
}
.breadcrumbs.add ol.breadcrumb>span {
  display: none;
}
.social-networks span {
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  margin: 0 10px 5px;
  padding: 0 7px 5px;
  margin-bottom: 0;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat;
}
.social-networks span.facebook {
  background-position: -113px 0;
}
.social-networks span.twitter {
  background-position: -149px 0;
}
.social-networks span.pinterest {
  background-position: -186px 0;
}
.social-networks span.google-plus {
  background-position: -168px -264px;
}
.social-networks span.linkedin {
  background-position: -224px -264px;
}
.social-networks span.email {
  background-position: -280px -264px;
}
.social-networks span.share {
  background-position: -336px -264px;
}
#sp-slider .social-networks span {
  width: 52px;
  height: 52px;
}
#sp-slider .social-networks span.facebook {
  background-position: 0 -264px;
}
#sp-slider .social-networks span.twitter {
  background-position: -56px -264px;
}
#sp-slider .social-networks span.pinterest {
  background-position: -112px -264px;
}
#sp-slider .social-networks span.google-plus {
  background-position: -168px -264px;
}
#sp-slider .social-networks span.linkedin {
  background-position: -224px -264px;
}
#sp-slider .social-networks span.email {
  background-position: -280px -264px;
}
#sp-slider .social-networks span.share {
  background-position: -336px -264px;
}
@media (min-width: 768px) {
  #mijoshop #accordionTab4 .panel-body {
    padding: 90px 0;
  }
}
#mijoshop #accordionTab3 {
  background: #00afe0;
}
#mijoshop #accordionTab3 #review_header {
  background-color: #fff;
  text-align: center;
}
#mijoshop #accordionTab3 #review_header .stars {
  margin-left: 10%;
  width: 25%;
  font-weight: 200;
}
#mijoshop #accordionTab3 #review_header .percentage {
  margin-left: 0;
  width: 25%;
  line-height: normal;
  max-width: 120px;
  float: right;
}
#mijoshop #accordionTab3 #review_header .pr_link {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  background-color: #00afe0;
  text-align: center;
  border-color: #00afe0;
  text-shadow: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 30px auto 0;
}
#mijoshop #accordionTab3 .product_review {
  padding: 30px 15px 30px 15px;
  clear: both;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border-bottom: none !important;
  background-color: #fff;
  min-height: 160px;
  height: auto !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
#mijoshop #accordionTab3 .paging {
  padding: 15px 15px 30px 15px;
  height: 24px;
}
#mijoshop #accordionTab3 .paging select {
  background: #f1eff0;
  border-radius: 20px;
  height: 50px;
  width: 268px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  -webkit-appearance: none;
  float: left;
}
#mijoshop #accordionTab3 .paging .sa_page {
  width: 45px !important;
  height: 45px !important;
  font-size: 16px !important;
  padding: 5px 15px !important;
  margin: 5px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 60px !important;
  border: #cccccc solid 1px;
  text-align: center;
  float: left;
}
#mijoshop #accordionTab3 .paging .sa_page.active {
  background-color: #eeeeee;
}
#mijoshop #accordionTab1 #review_header .block,
#mijoshop #accordion1 #review_header .block {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  #mijoshop #accordionTab1 #review_header .block,
  #mijoshop #accordion1 #review_header .block {
    padding: 20px !important;
  }
}
#mijoshop .txt {
  margin-bottom: 10px;
}
#mijoshop .title {
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  line-height: normal;
}
#mijoshop strong.title {
  margin: 20px 0;
}
#mijoshop .quick-block {
  padding: 10px 0;
}
#mijoshop .quick-block p {
  margin-bottom: 32px;
}
#mijoshop dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#mijoshop dl dt {
  font-weight: 300;
  text-align: left;
  width: 270px;
  float: left;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
#mijoshop dl dd {
  margin: 0;
}
#mijoshop #sidebar {
  background: #f2f2f2;
  text-align: center;
  margin-top: 3px;
  padding-left: 0;
  padding-right: 0;
}
#mijoshop #sidebar>* {
  border-bottom: 2px solid #fff;
  padding: 20px 20px 12px;
  margin: 0;
  width: 100%;
}
#mijoshop #sidebar > .manufacturer-details {
  padding: 10px;
}
#mijoshop #sidebar>.extraproducttext {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
#mijoshop #sidebar .price-block {
  padding: 0;
}
#mijoshop #sidebar .price-block li.withtaxt h2 {
  font-weight: 400;
  color: #00afe0;
  font-size: 70px;
}
#mijoshop #sidebar .price-block .productprice {
  margin-bottom: 0;
}
#mijoshop #sidebar #product {
  padding: 0;
  border: none;
}
#mijoshop #sidebar #product.not-empty {
  padding: 27px 20px 30px;
  border-bottom: 2px solid #fff;
}
#mijoshop #sidebar #product .btn {
  border-radius: 20px;
  min-width: 218px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  padding: 9px;
  border: none;
}
#mijoshop #sidebar #product>.form-group {
  margin-bottom: 0;
}
#mijoshop #sidebar .manufacturer-details li {
  font-size: 15px;
}
#mijoshop #sidebar .group-stars .ind_cnt {
  font-size: 18px !important;
  display: inline;
  margin-left: 15px;
}
#mijoshop #sidebar .rating {
  padding: 10px;
  text-align: center;
  float: left;
  width: 100%;
}
#mijoshop #sidebar .rating .star_container .group-stars>span {
  float: none;
}
#mijoshop #accordion1.product-38,
#mijoshop #accordion1.product-39,
#mijoshop #accordion1.product-40,
#mijoshop #accordion1.product-41 {
  display: none;
}
#mijoshop #accordion1 .panel-heading {
  border: none;
}
@media (max-width: 768px) {
  #mijoshop #accordion1 #heading4 {
    background: #fff;
  }
  #mijoshop #accordion1 #heading6 .btn-closed {
    background-size: 258px 200px !important;
  }
}
@media (min-width: 768px) {
  #mijoshop #accordion1 #accordionTab4 {
    display: block;
    visibility: visible;
  }
  #mijoshop #accordion1 #heading4 {
    display: none;
    visibility: hidden;
  }
}
#mijoshop #accordion1 #heading3 h3,
#mijoshop #accordion1 #heading5 h3,
#mijoshop #accordion1 #heading7 h3 {
  color: #fff;
}
#mijoshop #accordion1 #heading6 {
  background: #fff;
}
#mijoshop #accordion1 #heading6 .btn-closed {
  background-position: -2px -146px;
}
#mijoshop #accordion1 .title {
  margin-bottom: 0;
}
#mijoshop th {
  border-bottom: 3px solid #ccc;
  text-align: left;
}
#mijoshop #section-specification {
  padding: 30px 0;
}
#mijoshop #section-specification .table,
#mijoshop #section-specification td,
#mijoshop #section-specification tr {
  border: none;
  padding: 0;
  font-weight: 300;
  width: inherit;
}
#mijoshop #section-specification td {
  padding: 0 15px;
}
#mijoshop #section-specification tbody td {
  font-size: 18px;
  line-height: 1.6;
}
span.qmark {
  color: #54bce1;
  cursor: pointer;
}
.spec-holder {
  height: 245px;
  width: 320px;
  background: #F1F1F1;
  border-collapse: separate;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  position: absolute;
  z-index: 100;
  margin-top: -270px;
  display: none;
}
.features {
  overflow: hidden;
  margin-bottom: 72px;
}
.features .alignleft {
  float: left;
  position: relative;
  margin-right: 40px;
}
.features .alignleft .btn-play {
  background: url(../images/sprite.png) no-repeat -265px -209px;
  position: absolute;
  width: 62px;
  height: 45px;
  left: 50%;
  top: 50%;
  content: '';
  text-indent: -9999px;
  overflow: hidden;
  margin: -22px 0 0 -31px;
}
.features .description {
  overflow: hidden;
  padding: 10px 0;
}
.features .description h4 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 200;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  section#main {
    overflow: hidden;
  }
}
body.com-opencart.view-products main#main>.container,
body.com-opencart.view-products section#main>.container {
  max-width: none;
}
body.com-opencart.view-products main#main #mijoshop,
body.com-opencart.view-products section#main #mijoshop {
  padding-top: 50px;
}
body.com-opencart.view-products main#main #mijoshop>.container,
body.com-opencart.view-products section#main #mijoshop>.container {
  padding-bottom: 50px;
}
body.com-opencart.view-products .breadcrumbs.add {
  max-width: 500px;
  text-align: left;
  right: inherit;
  left: 20px;
}
@media (min-width: 993px) {
  .custom.hero-slide {
    min-height: 700px;
  }
}
ul.spec-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
ul.spec-list li {
  display: inline-block;
}
ul.spec-list li:hover .spec-holder {
  display: block !important;
}
ul.spec-list span.mark {
  color: #54bce1;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
tbody {
  border-top: 1px solid #ccc;
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 15px 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #999;
}
.link-wrap {
  text-decoration: underline;
  color: #00afe0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px;
  font-weight: bold;
}
#trampolines-product-list .link-wrap {
  padding-bottom: 10px;
  width: 100%;
  float: left;
}
.btn-round {
  border-radius: 30px;
}
#trampolines-product-list {
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  #trampolines-product-list {
    padding: 30px 0;
  }
}
#accessories .product-thumb {
  min-height: 290px;
}
#accessories .product-thumb .btn {
  margin-top: 20px;
}
.pdp-info-wrapper {
  padding: 24px 20px;
  font-size: 14px;
}
.pdp-info-wrapper .shipping-title {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.pdp-info-wrapper .shipping-title i {
  font-size: 15px;
  margin-right: 10px;
  color: #a7e402;
}
.gotoreviews {
  cursor: pointer;
}
@media (max-width: 767px) {
  #ugc-content {
    display: none;
  }
}
.star_container {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.star_container .group-stars {
  clear: both;
}
.star_container .group-stars>span {
  float: left;
}
.star_container .group-stars .ind_cnt {
  font-size: 18px !important;
  display: inline;
  margin: 0 0 0 10px;
  width: inherit;
}
#module-104,
#module-206,
#module-207 {
  padding: 50px 0;
}
#module-104 h2,
#module-206 h2,
#module-207 h2 {
  margin: 0 0 40px;
  font-size: 71px;
  line-height: 80px;
  font-weight: 200;
}
@media (max-width: 767px) {
  #module-104 h2,
  #module-206 h2,
  #module-207 h2 {
    font-size: 35px;
  }
}
#module-104 .product,
#module-206 .product,
#module-207 .product {
  font-size: 21px;
  line-height: 30px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  #module-104 .product,
  #module-206 .product,
  #module-207 .product {
    width: 100%;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
#module-104 .product:nth-child(1),
#module-104 .product:nth-child(2),
#module-206 .product:nth-child(1),
#module-206 .product:nth-child(2),
#module-207 .product:nth-child(1),
#module-207 .product:nth-child(2) {
  margin-top: 0;
}
#module-104 .product .btn,
#module-206 .product .btn,
#module-207 .product .btn {
  margin-top: 20px;
}
#module-104 .product .price,
#module-206 .product .price,
#module-207 .product .price {
  display: none;
}
.ugc_gallery {
  height: auto;
  overflow: hidden;
  margin-top: -50px;
  height: 100px;
  z-index: 3;
}
#gallery.brand_gallery {
  height: auto;
  overflow: hidden;
  margin-top: -50px;
  height: 100px;
  z-index: 3;
}
#gallery.brand_gallery ul.thumbnails {
  display: block;
  text-align: center;
  position: relative;
  padding-left: 0;
}
#gallery.brand_gallery ul.thumbnails li {
  display: inline-block;
  border: 5px solid #39c;
  padding: 10px;
  background-color: white;
  max-width: 100px;
  max-height: 100px;
}
#gallery.brand_gallery ul.thumbnails li a.thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  display: inline-block;
}
article.banner {
  width: 100%;
}
a.content_button {
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  background-color: #00afe0;
  text-shadow: none;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}
#yoo-zoo.blog-springfree_blog {
  padding: 80px 0;
}
#yoo-zoo .item.container {
  padding-bottom: 80px;
}
#yoo-zoo .comments-box {
  padding: 50px 0;
  background: #ededed;
}
#yoo-zoo .comments-box .actions input {
  color: #fff;
  background: #00afe0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 20px;
  border: none;
  min-width: 220px;
  text-align: center;
  padding: 12px;
  margin-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul.zoo-itempro-default.zoo-default,
.items {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}
ul.zoo-itempro-default.zoo-default>li,
ul.zoo-itempro-default.zoo-default .teaser-item,
.items>li,
.items .teaser-item {
  padding-bottom: 30px;
}
ul.zoo-itempro-default.zoo-default>li .layout-default,
ul.zoo-itempro-default.zoo-default>li .blog-post-item,
ul.zoo-itempro-default.zoo-default .teaser-item .layout-default,
ul.zoo-itempro-default.zoo-default .teaser-item .blog-post-item,
.items>li .layout-default,
.items>li .blog-post-item,
.items .teaser-item .layout-default,
.items .teaser-item .blog-post-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: 50% 90%;
}
ul.zoo-itempro-default.zoo-default>li .layout-default:hover .wrap,
ul.zoo-itempro-default.zoo-default>li .blog-post-item:hover .wrap,
ul.zoo-itempro-default.zoo-default .teaser-item .layout-default:hover .wrap,
ul.zoo-itempro-default.zoo-default .teaser-item .blog-post-item:hover .wrap,
.items>li .layout-default:hover .wrap,
.items>li .blog-post-item:hover .wrap,
.items .teaser-item .layout-default:hover .wrap,
.items .teaser-item .blog-post-item:hover .wrap {
  bottom: 0;
}
ul.zoo-itempro-default.zoo-default>li:first-child>div,
ul.zoo-itempro-default.zoo-default .teaser-item:first-child>div,
.items>li:first-child>div,
.items .teaser-item:first-child>div {
  min-height: 530px;
}
ul.zoo-itempro-default.zoo-default>li>div,
ul.zoo-itempro-default.zoo-default .teaser-item>div,
.items>li>div,
.items .teaser-item>div {
  min-height: 250px;
  float: left;
  width: 100%;
}
ul.zoo-itempro-default.zoo-default .teaser-item .teaser-item-bg,
.items .teaser-item .teaser-item-bg {
  height: inherit;
  min-height: 0 !important;
  margin-bottom: 30px;
}
ul.zoo-itempro-default.zoo-default .blog-post-item,
.items .blog-post-item {
  min-height: 300px;
}
ul.zoo-itempro-default.zoo-default .holder,
.items .holder {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
ul.zoo-itempro-default.zoo-default .wrap,
.items .wrap {
  background: rgba(0,0,0,0.8);
  transition: 0.3s;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  padding: 25px 50px 10px;
  bottom: -60px;
}
ul.zoo-itempro-default.zoo-default .wrap .title,
.items .wrap .title {
  margin-bottom: 30px;
}
ul.zoo-itempro-default.zoo-default .wrap .title a,
.items .wrap .title a {
  color: #fff;
  font-weight: 200;
  font-size: 29px;
  line-height: 36px;
}
ul.zoo-itempro-default.zoo-default .wrap .links,
.items .wrap .links {
  margin-bottom: 0;
}
ul.zoo-itempro-default.zoo-default .wrap .links a,
.items .wrap .links a {
  background: #fff;
  color: #333;
  border-radius: 20px;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  text-align: center;
  min-width: 155px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 15px;
}
.middle-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.more {
  display: block;
  text-align: center;
  padding: 47px 20px;
  text-transform: uppercase;
}
.more .btn {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  min-width: 159px;
  height: 41px;
  padding: 10px;
}
.zoo-pagination .pagination-bg {
  text-align: center;
}
.zoo-pagination .pagination-bg>* {
  font-size: 16px;
  padding: 5px 12px;
  margin: 5px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
}
.blogbgimage {
  float: left;
  min-height: 390px;
  background-repeat: no-repeat;
  background-color: #e4dfd4;
  background-position: 50% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-size: cover;
}
body.task-item.itemid-136 section#page-title {
  display: none;
}
@media (min-width: 768px) {
  body.task-item.itemid-136 main#main>.container,
  body.task-item.itemid-136 section#main>.container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  body.task-item.itemid-136 main#main>.container,
  body.task-item.itemid-136 section#main>.container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  body.task-item.itemid-136 main#main>.container,
  body.task-item.itemid-136 section#main>.container {
    max-width: 1170px;
  }
}
body.task-item.itemid-136 main#main>.container #sp-component,
body.task-item.itemid-136 section#main>.container #sp-component {
  padding: 0 15px;
}
body.task-item.itemid-136 main#main>.container #sp-right,
body.task-item.itemid-136 section#main>.container #sp-right {
  padding: 50px 15px 15px;
}
body.task-item.itemid-136 main#main>.container #sp-right h3.sp-module-title,
body.task-item.itemid-136 section#main>.container #sp-right h3.sp-module-title {
  font-size: 29px;
  line-height: 36px;
  font-weight: 200;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .image-holder,
  .video-image-holder {
    overflow: hidden;
  }
  .copy-layer.q1-2016 img {
    max-width: 100px;
  }
  .copy-layer.q1-2016 {
    top: 60% !important;
    right: 10px !important;
  }
}
.product-options .checkbox label {
  font-weight: 300;
  font-size: 18px;
}
.product-options h3 {
  margin-top: 0;
}
.box-product .options {
  display: none;
}
#sp-subscribe {
  text-align: right;
}
.subscribe-wrap {
  text-align: center;
  display: table;
  width: auto;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap {
    display: block;
    text-align: center;
    float: none;
  }
}
.subscribe-wrap .subscribe {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  padding: 5px 15px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap .subscribe {
    display: none;
  }
}
.page-springfree-page .element-imagepro img {
  width: 100%;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout strong {
  color: #00afe0;
  font-weight: 400;
}
.bs-callout p {
  font-weight: 400;
}
.bs-callout-info {
  border-left-color: #00afe0;
}
body.itemid-435 #slider header.header,
body.itemid-436 #slider header.header {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.itemid-439 #trampolines-product-list .btn.btn-default.button-pill,
body.itemid-446 #trampolines-product-list .btn.btn-default.button-pill {
  font-size: 14px;
}
body.itemid-469 #module-207 .products-list .product {
  width: 24%;
}
body.itemid-469 #module-207 .products-list .product:nth-child(3),
body.itemid-469 #module-207 .products-list .product:nth-child(4) {
  margin-top: 0;
}
body.itemid-469 #module-207 .products-list .product .img-wrap {
  float: none;
}
body.itemid-469 #module-207 .products-list .product .name {
  white-space: normal;
}
section.shoppage-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.mod-languages ul.lang-inline li img {
  opacity: 0.4;
}
div.mod-languages ul.lang-inline li.lang-active img {
  opacity: 1;
}
body.fr-fr .link-wrap span:before {
  content: "Détails Produit";
}
body.fr-fr .taxdesc:before {
  content: "21% TVA";
}
body.fr-fr .outofstock:before {
  content: "Rupture de stock";
}
body.de-de .link-wrap span:before {
  content: "Produktdetails";
}
body.de-de .taxdesc:before {
  content: "21% MwSt.";
}
body.de-de .outofstock:before {
  content: "Ausverkauft";
}
body.en-gb .link-wrap span:before {
  content: "Product details";
}
body.en-gb .taxdesc:before {
  content: "21% VAT";
}
body.en-gb .outofstock:before {
  content: "Out Of Stock";
}
.slick-slider .link-wrap {
  display: none !important;
}
td.Surface.du.tapis:after,
td.Fläche.der.Sprungmatte:after,
td.Surface.area.of.mat:after {
  content: "2";
  font-size: 10px;
  vertical-align: super;
}
@media (min-width: 768px) {
  header.header.align-top {
    padding-bottom: 200px;
  }
}
.itemid-310 #trampolines-product-list .description-text {
  margin-bottom: 10px;
}
ul.slick-dots {
  padding-left: 0 !important;
}
.description-wrap button.btn.btn-default.button-pill+button.btn.btn-default.button-pill {
  font-size: 13px;
}
#accordionTab7.in,
#accordionTab5.in {
  background: #F9F8F8;
}
img.no-lazy.sp-default-logo.visible-xs {
  padding: 0 20px;
}
@media (max-width: 767px) {
  #header #sp-menu .top-bar .sp-module.display-inline.sign-in {
    width: 20%;
    float: left;
  }
  #header #sp-menu .top-bar #module-159 {
    width: 40%;
    float: left;
  }
  #header #sp-menu .top-bar #module-100 {
    width: 40%;
    float: left;
    line-height: 37px !important;
  }
  #header #sp-menu .top-bar #module-100 a.tel-link {
    font-size: 11px !important;
  }
  body.com-opencart #sp-slider .text-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  body.com-opencart #sp-slider .product-tabs ul li {
    margin-right: 0;
  }
  body.com-opencart ul.spec-list li,
  body.com-opencart .table {
    font-size: 12px;
  }
  body.com-opencart .table>thead>tr>th,
  body.com-opencart .table>thead>tr>td,
  body.com-opencart .table>tbody>tr>th,
  body.com-opencart .table>tbody>tr>td,
  body.com-opencart .table>tfoot>tr>th,
  body.com-opencart .table>tfoot>tr>td {
    padding: 5px;
  }
  .products-list .description-wrap .btn+.btn {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.itemid-484 article.slide-item,
  body.itemid-485 article.slide-item,
  body.itemid-496 article.slide-item,
  body.itemid-497 article.slide-item {
    margin-bottom: 200px;
  }
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
section#homepagerows {
  z-index: 1;
  position: relative;
}
body.view-featured .intro-togma {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  background-color: #E8F2FA;
  background-position: center 260px;
  background-image: url("../images/home-tgoma-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto 85%;
  height: 100vh;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  body.view-featured .intro-togma {
    height: 110vh;
    background-size: auto 91%;
  }
}
@media only screen and (max-width: 1199px) {
  body.view-featured .intro-togma {
    height: 140vh;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  body.view-featured .intro-togma {
    height: 140vh;
  }
}
@media only screen and (max-width: 991px) {
  body.view-featured .intro-togma {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  body.view-featured .intro-togma {
    height: 85vh;
    background-size: auto 62%;
    background-position-y: 278px;
    background-image: url("../images/home-tgoma-b-mobile.jpg");
  }
}
@media only screen and (max-width: 320px) {
  body.view-featured .intro-togma {
    background-position-y: 307px;
    height: 103vh;
    background-size: auto 59%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body.view-featured .intro-togma {
    background-position-y: 220px;
    height: 180vh;
    background-size: cover;
  }
}
.intro-togma h1 {
  color: #e30040;
}
.intro-togma img.tgoma {
  max-width: 172px;
}
@media only screen and (max-width: 767px) {
  .intro-togma img.tgoma {
    max-width: 108px;
  }
}
.intro-togma .intro-tgoma-copy {
  color: #333333;
  margin: 10px auto 20px;
}
@media only screen and (max-width: 767px) {
  .intro-togma .intro-tgoma-copy {
    width: 93%;
  }
}
.intro-togma .intro-tgoma-copy .bold-heading {
  display: block;
  color: #00afe0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro-togma .intro-tgoma-copy .bold-heading {
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-togma .home-tgoma {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .intro-togma .home-tgoma {
    display: block;
  }
}
.intro-togma .home-tgoma img {
  width: 100%;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px #00afe0;
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px #00afe0;
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px #00afe0;
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0,175,224,0);
  }
}
.how-we-make {
  background: #f7f1e9;
  padding-bottom: 68px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .how-we-make {
    padding-bottom: 46px;
  }
}
.how-we-make .trampoline-hotspot .hotspot-wrap {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .how-we-make .trampoline-hotspot .hotspot-wrap img {
    width: 100%;
  }
}
.how-we-make .trampoline-hotspot .hotspot-point {
  position: absolute;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
}
.how-we-make .trampoline-hotspot .hotspot-point .plus-icon {
  background: #00afe0;
  color: #fff;
  padding: 5px 8px 6px 9px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 27px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  left: 11px;
  height: 35px;
  width: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .how-we-make .trampoline-hotspot .hotspot-point .plus-icon {
    font-weight: bold;
    font-size: 20px;
  }
}
.how-we-make .trampoline-hotspot .hotspot-point .plus-icon:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip {
  width: 268px;
  margin-left: 74px;
  border: 2px solid #00afe0;
  position: absolute;
  left: 0;
  bottom: -37px;
  z-index: 9;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip {
    display: none;
  }
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  left: -41px;
  width: 41px;
  height: 2px;
  background: #00afe0;
  margin: 13px 0px;
  z-index: -1;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .preview-box .image-holder {
  position: relative;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .preview-box .image-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .preview-box .image-holder .icon-play {
  width: 54px;
  height: 40px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .preview-box .image-holder .icon-play:before {
  content: none;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .details {
  background: #e7e7e7;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .details p {
  margin: 0px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  padding: 20px 16px;
}
.how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip .details p strong {
  text-transform: uppercase;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip {
    margin-left: 50px;
  }
}
.how-we-make .trampoline-hotspot .hotspot-point.open-preview .hotspot-tooltip {
  z-index: 999;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.how-we-make .trampoline-hotspot #hotspots-item {
  display: none;
}
@media only screen and (max-width: 767px) {
  .how-we-make .trampoline-hotspot #hotspots-item {
    display: block;
    margin-top: 20px;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip {
    margin-bottom: 20px;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .preview-box {
    width: 30%;
    float: left;
    border: 2px solid #00afe0;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .preview-box .image-holder {
    position: relative;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .preview-box .image-holder img.lazy {
    width: 100%;
    height: auto;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .preview-box .image-holder .icon-play {
    width: 32px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    margin: 0;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .details {
    width: 65%;
    float: right;
    text-align: left;
  }
  .how-we-make .trampoline-hotspot #hotspots-item .hotspot-tooltip .details p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .how-we-make .trampoline-hotspot #hotspots-item:after {
    content: '';
    clear: both;
    display: block;
  }
}
.quality {
  padding: 64px 0 80px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .quality {
    padding-bottom: 48px;
    padding-top: 26px;
  }
}
.quality .header {
  margin-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  .quality .header {
    margin-bottom: 16px;
  }
}
.quality .double-life {
  margin-top: 24px;
  margin-bottom: 40px;
}
.quality .double-life img {
  float: left;
  max-width: 66px;
  margin-right: 26px;
}
.quality .double-life .double-life-txt {
  float: left;
  width: calc(100% - 66px - 26px);
}
.quality .double-life .double-life-txt h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #666666;
  font-weight: 700;
  display: inline-block;
  margin: 0px 0 9px 0;
  padding-bottom: 4px;
}
.quality .double-life .double-life-txt p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 17px;
  position: relative;
}
.quality .center-flex>div {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .quality .center-flex {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .quality .shodow-border {
    margin-top: 20px;
  }
}
.quality .preview-box {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 27px rgba(0,0,0,0.16);
  box-shadow: 0 0 27px rgba(0,0,0,0.16);
  position: relative;
  display: inline-block;
  padding: 3px;
  background: white;
  width: 100%;
}
.quality .preview-box:after {
  content: '';
  position: absolute;
  top: -65px;
  left: -180px;
  right: -180px;
  bottom: 50%;
  background: #fff;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .quality .preview-box:after {
    display: none;
  }
}
.quality .preview-box:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.25);
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
  top: 0;
  left: -125px;
  right: -125px;
  height: 50%;
  border-radius: 200px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .quality .preview-box:before {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .quality .preview-box {
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .quality .preview-box {
    width: 50%;
    margin: auto;
  }
}
.quality .preview-box .image-holder {
  position: relative;
  background-color: white;
  display: inline-block;
  width: 100%;
}
.quality-video-container {
  display: inline-block;
  z-index: 0 !important;
}
.quality-video-container div {
  display: inline-block;
}
.awarded {
  padding: 44px 0;
  background: #00afe0;
}
@media only screen and (max-width: 767px) {
  .awarded {
    padding: 9px 0;
  }
}
.awarded .header h1 {
  margin-bottom: 36px !important;
}
.awarded .award-year ul {
  list-style: none;
  padding: 0px;
}
.awarded .award-year ul li {
  display: inline-block;
  width: calc(100% / 8 - 32px);
  margin: 0 10px;
}
@media only screen and (max-width: 991px) {
  .awarded .award-year ul li {
    width: calc(100% / 4 - 52px);
  }
}
@media only screen and (max-width: 767px) {
  .awarded .award-year ul li {
    width: calc(100% /4 - 30px);
    margin: 0 10px;
  }
}
.awarded .award-year ul li a {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  border: none;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .awarded .award-year ul li a {
    border-radius: 10px;
  }
}
.awarded .award-year ul li a.good-design-award {
  background-image: url("../images/awarded-1.jpg");
}
.awarded .award-year ul li a.red-dot-award {
  background-image: url("../images/awarded-2.jpg");
}
.awarded .award-year ul li a.toyology-award {
  background-image: url("../images/awarded-3.jpg");
}
.awarded .award-year ul li a.kidspot-award {
  background-image: url("../images/awarded-4.jpg");
}
.awarded .award-year ul li a.parent-tested-parent-approved-award {
  background-image: url("../images/awarded-5.jpg");
}
.awarded .award-year ul li a.NAPPA-gold-award {
  background-image: url("../images/awarded-6.jpg");
}
.awarded .award-year ul li a.prod-of-year-award {
  background-image: url("../images/awarded-7.jpg");
}
.awarded .award-year ul li a.good-design-2009-award {
  background-image: url("../images/awarded-8.jpg");
}
.awarded .award-year ul li a.family-choice-2009 {
  background-image: url("../images/awarded-9.jpg");
}
.awarded .award-year ul li a:hover {
  text-decoration: none;
}
.awarded .award-year ul li img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .awarded .award-year ul li img {
    margin-bottom: 0px;
  }
}
.awarded .award-year ul li p {
  color: #fff;
  margin: 0px;
}
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
.inc-tgoma {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.inc-tgoma .tgoma-logo {
  text-indent: -9999999px;
  display: inline-block;
  background-image: url(../images/tgoma_logo.png);
  background-size: contain;
  width: 120px;
  height: 50px;
  background-repeat: no-repeat;
  background-position-x: -10px;
  vertical-align: middle;
  position: relative;
  position: absolute;
  top: -20px;
}
section#slider .inc-tgoma .tgoma-logo,
.tile-label .inc-tgoma .tgoma-logo {
  width: 80px;
  height: 50px;
  background-position-x: 0px;
  position: relative;
  top: 0;
}
.description-wrap dl.more-info br {
  clear: both;
}
.reviews {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 30px 0;
  }
}
.reviews .header {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .reviews .header {
    margin-bottom: 10px;
  }
}
.reviews .vid-testimonial .slick-dots {
  bottom: -30px;
}
.reviews .vid-testimonial .icon-play:before {
  content: none;
}
.reviews .vid-testimonial .preview-box {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
  position: relative;
  margin: 10px auto;
  z-index: 1;
  display: inline-block;
  padding: 3px;
  background: white;
  width: 100%;
}
.reviews .vid-testimonial .preview-box:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.25);
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
  top: 0;
  left: -125px;
  right: -125px;
  height: 50%;
  border-radius: 200px;
  z-index: -1;
}
.reviews .vid-testimonial .preview-box:after {
  content: '';
  position: absolute;
  top: -65px;
  left: -180px;
  right: -180px;
  bottom: 50%;
  background: #fff;
  z-index: -1;
}
.reviews .vid-testimonial .preview-box .image-holder {
  position: relative;
}
.reviews .vid-testimonial .preview-box .image-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.reviews .vid-testimonial .preview-box .image-holder .icon-play {
  width: 54px;
  height: 40px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .reviews .vid-testimonial .vid-testimonial-bx {
    text-align: center;
  }
}
.reviews .vid-testimonial .vid-testimonial-bx p {
  margin-bottom: 0px;
}
.reviews .vid-testimonial .vid-testimonial-bx p.auth,
.reviews .vid-testimonial .vid-testimonial-bx .auth-post {
  text-transform: uppercase;
}
.reviews .vid-testimonial .vid-testimonial-bx p.auth {
  margin-top: 22px;
}
.reviews .vid-testimonial .rsBullets {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reviews .vid-testimonial .rsBullets {
    left: 0;
  }
}
.reviews .vid-testimonial .rsBullets .rsNavItem {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}
.reviews .vid-testimonial .rsBullets .rsNavItem span {
  height: 12px;
  width: 12px;
  background: #d7d7d7;
  display: inline-block;
  border-radius: 50%;
}
.reviews .vid-testimonial .rsBullets .rsNavItem.rsNavSelected span,
.reviews .vid-testimonial .rsBullets .rsNavItem:hover span {
  background: #00afe0;
}
.reviews .approved-rvw {
  border-left: 1px solid #e1e1e1;
}
@media only screen and (max-width: 991px) {
  .reviews .approved-rvw {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews .approved-rvw {
    margin-top: 40px;
  }
}
.shodow-border img {
  max-width: 100%;
  box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
  border: 2px solid #fff;
}
.vid-testimonial-bx {
  padding-top: 18%;
}
.reviews .vid-testimonial .vid-testimonial-bx p.auth {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}
.reviews .vid-testimonial .vid-testimonial-bx .auth-post {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  line-height: 10px;
  text-transform: none;
}
.awarded .award-year ul {
  margin-bottom: 0;
}
.sa_review,
.product_review {
  min-height: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.shopperapproved_widget {
  margin-top: 20px;
}
.vid-testi-slide>.row>div {
  z-index: 1;
}
.vid-testi-slide>.row>div:last-child {
  z-index: 2;
}
.approved-rvw {
  color: #333;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .awarded .award-year ul li {
    width: 10%;
    margin: 0 1%;
  }
  ::i-block-chrome,
  .quality .double-life .double-life-txt {
    width: 80%;
  }
  ::i-block-chrome,
  .how-we-make .trampoline-hotspot .hotspot-point .hotspot-tooltip {
    bottom: -27px;
  }
  ::i-block-chrome,
  .count span {
    padding: 11px 10px 9px 10px;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
body.view-featured main#main,
body.view-featured section#main {
  background: #00afe0;
  min-height: 50px;
}
body.view-featured>#wrapper {
  padding-top: 0;
}
body.view-featured section#slider {
  height: 100vh;
}
body.view-featured section#slider .row,
body.view-featured section#slider #sp-slider,
body.view-featured section#slider .sp-column,
body.view-featured section#slider .sp-module,
body.view-featured section#slider .sp-module-content,
body.view-featured section#slider .custom-homepage-hero-carousel,
body.view-featured section#slider .shoppage-head {
  height: 100vh;
}
body.view-featured section#slider .shoppage-head {
  max-height: none;
}
#sp-feature>.sp-column>.sp-module {
  background: #f2f2f2;
  margin-top: 0;
  padding-top: 50px;
}
@-webkit-keyframes "anim" {
  from {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes "anim" {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.jump-calories-wrap {
  background: #00afe0;
  padding: 28px 0 28px 0;
  position: static;
  width: 100%;
  bottom: 0;
}
.jump-calories-wrap p {
  color: white;
}
.jump-calories-wrap h1 {
  color: white;
}
.jump-calories-wrap .title {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.jump-calories-wrap .header {
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 200;
  line-height: 0;
}
.jump-calories-wrap .count {
  font-size: 30px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 12px;
}
.jump-calories-wrap .count .counter-field {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.jump-calories-wrap .count span {
  border-radius: 3px;
  display: inline-block;
}
.jump-calories-wrap .count span.number {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
}
.jump-calories-wrap .count span.wrap-number {
  position: relative;
  padding: 30px 20px;
  min-width: 20px;
  min-height: 20px;
  background: #00afef;
  background: -moz-linear-gradient(top,#00afef 0%,#13baf7 50%,#00afef 51%,#00afef 71%,#00afef 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#00afef),color-stop(50%,#13baf7),color-stop(51%,#00afef),color-stop(71%,#00afef),color-stop(100%,#00afef));
  background: -webkit-linear-gradient(top,#00afef 0%,#13baf7 50%,#00afef 51%,#00afef 71%,#00afef 100%);
  background: -o-linear-gradient(top,#00afef 0%,#13baf7 50%,#00afef 51%,#00afef 71%,#00afef 100%);
  background: -ms-linear-gradient(top,#00afef 0%,#13baf7 50%,#00afef 51%,#00afef 71%,#00afef 100%);
  background: linear-gradient(to bottom,#00afef 0%,#13baf7 50%,#00afef 51%,#00afef 71%,#00afef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afef',endColorstr='#00afef',GradientType=0);
}
.jump-calories-wrap .count span.flip {
  z-index: 9;
  -webkit-animation: anim 1s 1 linear;
  animation: anim 1s 1 linear;
  padding: 30px 20px;
  display: inline-block;
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  background: #00afef;
  background: -moz-linear-gradient(top,#00afef 0%,#13baf7 50%,#00afef 51%,rgba(0,175,239,0) 71%,rgba(0,175,239,0) 100%);
  background: -webkit-gradient(left bottom,left top,color-stop(0%,#00afef),color-stop(50%,rgba(19,186,247,0)),color-stop(51%,rgba(0,175,239,0)),color-stop(71%,#00afef),color-stop(100%,#00afef));
  background: -webkit-linear-gradient(bottom,#00afef 0%,#13baf7 50%,#00afef 51%,rgba(0,175,239,0) 71%,#00afef 100%);
  background: -o-linear-gradient(bottom,#00afef 0%,#13baf7 50%,#00afef 51%,rgba(0,175,239,0) 71%,rgba(0,175,239,0) 100%);
  background: -ms-linear-gradient(bottom,#00afef 0%,#13baf7 50%,#00afef 51%,rgba(0,175,239,0) 71%,rgba(0,175,239,0) 100%);
  background: linear-gradient(to top,#00afef 0%,#13baf7 50%,#00afef 51%,rgba(0,175,239,0) 71%,rgba(0,175,239,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afef',endColorstr='#00afef',GradientType=0);
}
ul.flipcounter {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.flipcounter li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 0;
}
ul.flipcounter li .numberwrap {
  position: relative;
  width: 40px;
  height: 60px;
}
ul.flipcounter span {
  display: block;
  font-size: 30px;
  line-height: 57px;
  color: #fff;
}
ul.flipcounter li.comma {
  color: #fff;
  margin-left: 7px;
  position: relative;
  top: -10px;
}
ul.flipcounter .flipper_top {
  position: absolute;
  width: 40px;
  height: 30px;
  background: #0199c3;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #0789b7;
  border-top: 1px solid #0789b7;
  border-bottom: 0;
  top: 0px;
  text-align: center;
  overflow: hidden;
}
ul.flipcounter .flipper_top .rings {
  top: 24px;
}
ul.flipcounter .flipper_bottom {
  position: absolute;
  width: 40px;
  height: 28px;
  background: #0199c3;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #0789b7;
  border-bottom: 1px solid #0789b7;
  border-top: 0;
  top: 31px;
  left: 0px;
  text-align: center;
  overflow: hidden;
}
ul.flipcounter .flipper_top1 {
  top: 0px;
}
ul.flipcounter .flipper_top2 {
  top: 0px;
  box-shadow: none;
}
ul.flipcounter .flipper_bottom1 {
  top: 31px;
}
ul.flipcounter .flipper_bottom2 {
  top: 31px;
}
ul.flipcounter .flipper_bottom3 {
  top: 31px;
}
ul.flipcounter .flipper_bottom4 {
  top: 31px;
}
ul.flipcounter div.flipper_bottom span {
  margin-top: -28px;
}
.flipper_top_front {
  -webkit-transform-origin: 50% 100%;
}
.flipper_bottom_front {
  -webkit-transform-origin: 50% 0%;
}
@media only screen and (max-width: 991px) {
  .jump-calories-wrap {
    bottom: -4px;
  }
  ul.flipcounter li {
    margin-left: 0px;
  }
  ul.flipcounter span {
    line-height: 47px;
  }
  ul.flipcounter .flipper_top {
    width: 33px;
    height: 25px;
  }
  ul.flipcounter .flipper_bottom {
    width: 33px;
    height: 25px;
    top: 26px;
  }
  ul.flipcounter .flipper_bottom1 {
    top: 26px;
  }
  ul.flipcounter .flipper_bottom2 {
    top: 26px;
  }
  ul.flipcounter .flipper_bottom3 {
    top: 26px;
  }
  ul.flipcounter .flipper_bottom4 {
    top: 26px;
  }
  ul.flipcounter div.flipper_bottom span {
    margin-top: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .jump-calories-wrap {
    text-align: center;
    background: #00afe0;
    position: static;
    color: white;
  }
  .jump-calories-wrap .title {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .jump-calories-wrap .header {
    font-size: 29px;
  }
  .jump-calories-wrap .count {
    font-size: 18px;
  }
  .jump-calories-wrap .count span.wrap-number {
    line-height: 20px;
  }
  ul.flipcounter {
    min-width: 0 !important;
  }
  ul.flipcounter li {
    margin-left: 1px;
  }
  ul.flipcounter li .numberwrap {
    width: 31px;
  }
  ul.flipcounter li.comma {
    top: 0;
    margin-left: 3px;
    margin-right: 3px;
  }
  ul.flipcounter span {
    font-size: 28px;
    line-height: 59px;
    color: #fff;
    font-weight: 500;
  }
  ul.flipcounter .flipper_top {
    width: 30px;
    height: 30px;
  }
  ul.flipcounter .flipper_bottom {
    width: 30px;
    height: 30px;
  }
}
body.view-item #block2.spacer.testimonials {
  background-color: #f7f1e9;
}
body.view-item #block2.spacer.testimonials h1 {
  color: #6e1c8f;
  padding-bottom: 0;
}
body.view-item #block2.spacer.testimonials .entry {
  padding-top: 10%;
}
body.view-item #block2.spacer.testimonials .row>div {
  float: none;
  display: inline-block;
  vertical-align: top;
}
body.view-item #block2.spacer.testimonials .preview-box {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
  position: relative;
  margin: 6px;
}
body.view-item #block2.spacer.testimonials .preview-box .image-holder {
  position: relative;
}
body.view-item #block2.spacer.testimonials .preview-box .image-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body.view-item #block2.spacer.testimonials .preview-box .image-holder .icon-play {
  width: 66px;
  height: 48px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0;
  top: auto;
  left: auto;
}
body.view-item #block2.spacer.testimonials .comment {
  font-weight: 300;
  line-height: 28px;
  font-style: italic;
  text-align: left;
  color: #333;
}
body.view-item #block2.spacer.testimonials h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #6e1c8f;
}
body.view-item #block2.spacer.testimonials #testi-carousel {
  margin-top: 65px;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-controls {
  position: static;
  width: auto;
  z-index: 99;
  margin-top: 0px;
  height: 0;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div {
  position: absolute;
  width: 31px;
  height: 86px;
  top: 50%;
  border-radius: 0;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/left-right-arr.png) no-repeat;
  margin: 0;
  font-size: 0;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div img {
  display: none;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div.owl-prev {
  background-position: 0px 0px;
  left: -20px;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div.owl-next {
  background-position: -31px 0px;
  right: -20px;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-pagination .owl-page {
  margin-top: 16px;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-pagination .owl-page span {
  background-color: #00afe0;
  margin: 0 5px;
}
body.view-item #block2.spacer.testimonials #testi-carousel .owl-pagination .owl-page.active span {
  background-color: #fff;
}
body.view-item #how {
  background-color: #C8EBFF;
  overflow: hidden;
  position: relative;
}
body.view-item #how h1 {
  color: #f78406;
}
body.view-item #how .reviews {
  padding: 0;
}
body.view-item #how .number-label {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #FAE029;
  vertical-align: middle;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -20px;
  border-color: #3892D8;
  border: 2px solid #3892D8;
  color: #3892D8;
  font-weight: 600;
  font-size: 30px;
  line-height: 143%;
}
@media only screen and (max-width: 767px) {
  body.view-item #how .number-label {
    left: -16px;
  }
}
body.view-item #how .textBox {
  background-color: white;
  border-radius: 10px;
  color: #00afe0;
  max-width: 70%;
  padding: 25px;
  margin: 0 auto 15px;
  position: relative;
  float: right;
}
@media only screen and (max-width: 767px) {
  body.view-item #how .textBox {
    max-width: 96%;
    padding: 25px 20px 25px 40px;
  }
}
body.view-item #how .trampoline-image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 220%;
  max-height: 480px;
}
body.view-item #games.spacer.games_apps h1 {
  color: #FAE029;
}
body.view-item #games.spacer.games_apps .appStore {
  padding-top: 65px;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li {
  margin: 0 30px;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li a {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li a h5 {
  font-size: 25px;
  font-weight: 700;
  color: #FAE029;
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li a h5:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li.active a {
  border-radius: 0;
  background-color: transparent;
}
body.view-item #games.spacer.games_apps #appTab .nav-tabs>li.active a h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.view-item #games.spacer.games_apps #appTab .tab-content {
  background-color: transparent;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane {
  color: #fff;
  background-color: transparent;
  padding: 50px 0 0;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane .entry {
  width: 75%;
  margin: 0 auto;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane .entry p {
  font-weight: 300;
  color: #fff;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane ul {
  list-style: none;
  max-width: 720px;
  margin: 50px auto 0;
  padding: 0;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane ul.game_apps li {
  display: inline-block;
  margin: 0 25px 25px;
}
body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane ul.game_apps li img {
  cursor: pointer;
}
body.view-item #games.spacer.games_apps .appStore p {
  font-size: 18px;
}
body.view-item #block4.spacer.benefits {
  background-color: #f3f3f3;
}
body.view-item #block4.spacer.benefits h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  font-size: 22px;
  margin: 0;
  line-height: 1.6em;
}
body.view-item #block4.spacer.benefits h1 {
  color: #e85933;
  padding-bottom: 0;
  padding-top: 50px;
}
body.view-item #block4.spacer.benefits .container {
  padding-bottom: 0;
}
body.view-item #block4.spacer.benefits .textBox {
  text-align: left;
}
body.view-item #block4.spacer.benefits .textBox img {
  margin-bottom: 18px;
}
body.view-item #block4.spacer.benefits .textBox p {
  font-weight: 300;
  color: #333;
  line-height: 1.3;
}
body.view-item #block4.spacer.benefits #moreText.spacer {
  padding-top: 65px;
  padding-bottom: 60px;
}
body.view-item #features h4 {
  color: #3891D9;
  font-weight: 800;
  margin: 0 auto 30px;
  font-size: 22px;
  line-height: 30px;
}
body.view-item #features.spacer.features {
  padding: 90px 0 100px;
}
body.view-item #features.spacer.features h1 {
  color: #2BA953;
}
body.view-item #features.spacer.features .entry {
  width: 72%;
  margin: 0 auto 0px;
}
body.view-item #features.spacer.features .entry p {
  font-weight: 300;
}
body.view-item #features.spacer.features .phone_previews {
  margin-top: 10px;
}
body.view-item #block6.spacer.awards {
  padding: 80px 0;
}
body.view-item #block6.spacer.awards h1 {
  color: #FAE029;
}
body.view-item #block6.spacer.awards .award-box .awward-icon {
  display: block;
  margin: 0 auto;
}
body.view-item #block6.spacer.awards .award-box p {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
body.view-item #block6.spacer.awards .award-box p strong {
  font-weight: 700;
}
body.view-item #block7.spacer.in_media h1 {
  color: #fae029;
  margin-bottom: 60px;
}
body.view-item #block7.spacer.in_media #media-list {
  width: 80%;
  margin: 0 auto;
}
body.view-item #block7.spacer.in_media #media-list ul {
  list-style: none;
  padding-left: 0;
}
body.view-item #block7.spacer.in_media #media-list ul li {
  display: inline-block;
  margin: 0px 30px 40px;
  width: 170px;
}
body.view-item #block7.spacer.in_media #media-list ul li img {
  max-width: 100%;
}
body.view-item #block8.faq h1.content_title {
  margin-bottom: 0;
  line-height: 1;
}
body.view-item #block8.faq h1.content_title a {
  color: #fff;
}
body.view-item #block8.faq .icon-plus {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
}
body.view-item .cd-vertical-nav a::after {
  background: url(../imagesbody.view-item/cd-nav-icons.png) no-repeat transparent;
}
body.view-item .tab_popup {
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  padding: 35px 20px;
  border-radius: 10px;
}
body.view-item .tab_popup .owl-controls {
  line-height: 0;
}
body.view-item .tab_popup .owl-controls .owl-buttons div {
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
body.view-item .tab_popup .owl-controls .owl-buttons div.owl-next {
  right: -28px;
}
body.view-item .tab_popup .owl-controls .owl-buttons div.owl-prev {
  left: -28px;
}
body.view-item .tab_popup h3 {
  font-size: 32px;
  color: #FAE029;
  display: flex;
  font-weight: 300;
  align-items: center;
}
body.view-item .tab_popup h3 span {
  padding-left: 20px;
}
body.view-item .tab_popup p {
  line-height: 24px;
}
body.view-item .tab_popup p.addIcon {
  line-height: 32px;
}
body.view-item .tab_popup p.addIcon .fa {
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
body.view-item .tab_popup iframe {
  width: 100%;
}
body.view-item .ilightbox-toolbar {
  top: 8px;
  right: 8px;
  height: 46px;
}
body.view-item .ilightbox-toolbar .ilightbox-close {
  width: 43px;
  height: 43px;
  background: transparent url("http://static.springfree.com/sites/all/themes/springfree/js/vendors/ilightbox/springfree-skin/sf-close-icon.png") no-repeat -52px 0;
}
body.view-item .ilightbox-toolbar .ilightbox-close:hover {
  background-color: transparent !important;
  background-position: 0 0 !important;
}
#cboxContent {
  background: #fff;
  overflow: visible;
  border-radius: 10px;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
  display: none;
}
#colorbox #cboxClose {
  right: 7px;
  background: url(../imagesbody.view-item/control.png) 0px 0px;
  top: 3px;
}
#colorbox #cboxClose:hover {
  right: 7px;
  background: url(../imagesbody.view-item/control.png) 0px -25px;
  top: 3px;
}
#cboxMiddleRight,
#cboxMiddleLeft {
  display: none;
}
#colorbox,
#colorbox #cboxWrapper,
#colorbox #cboxWrapper #cboxContent,
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent,
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  max-width: 1170px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  #colorbox {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.view-item {
    font-size: 16px;
  }
  body.view-item #block1.intro-togma img.tgoma {
    max-width: 132px;
  }
  body.view-item #block2.spacer.testimonials .entry {
    margin-bottom: 50px;
  }
  body.view-item #block2.spacer.testimonials .row>div {
    float: left;
  }
  body.view-item #games.spacer.games_apps .appStore {
    padding-top: 45px;
  }
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li {
    margin: 0 12px;
  }
  body.view-item #block4.spacer.benefits {
    padding: 55px 0;
  }
  body.view-item #features.spacer.features {
    padding: 70px 0 80px;
  }
  body.view-item #block6.spacer.awards {
    padding: 60px 0;
  }
  body.view-item #block6.spacer.awards .award-box {
    margin-top: 0px;
  }
  body.view-item #block7.spacer.in_media {
    padding: 60px 0 30px;
  }
  body.view-item #block7.spacer.in_media #media-list {
    width: 90%;
  }
  body.view-item #block7.spacer.in_media #media-list ul li {
    width: 140px;
    margin: 0px 25x 30px;
  }
  body.view-item #block8.faq {
    padding: 40px 0;
  }
  body.view-item #block8.faq .icon-plus {
    width: 35px;
    height: 35px;
    background-position: -30px 1px;
    background-size: 60px;
    position: relative;
    top: 5px;
  }
  body.view-item .cd-vertical-nav a {
    padding: 20px 0 0;
  }
  body.view-item .cd-vertical-nav a .label {
    font-size: 100%;
  }
  #colorbox,
  #colorbox #cboxWrapper,
  #colorbox #cboxWrapper #cboxContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    max-width: 750px;
    width: 100% !important;
  }
  .ilightbox-holder.springfree {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    width: 90%;
    padding-bottom: 12px;
  }
  .ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100% !important;
    max-height: 45vh;
    height: 100% !important;
  }
  body.view-item .tab_popup iframe {
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.view-item {
    font-size: 16px;
  }
  body.view-item #block1.intro-togma h1 {
    margin: 30px 0 0;
  }
  body.view-item #block1.intro-togma .border_box {
    margin-top: 30px;
  }
  body.view-item #block1.intro-togma img.tgoma {
    max-width: 110px;
  }
  body.view-item #block1.intro-togma .jump-calories-wrap {
    padding: 0px 0 35px 0;
  }
  body.view-item #block1.intro-togma .jump-calories-wrap .title {
    margin-top: 30px;
  }
  body.view-item #block2.spacer.testimonials {
    padding: 50px 0 80px;
  }
  body.view-item #block2.spacer.testimonials .entry {
    margin-bottom: 40px;
  }
  body.view-item #block2.spacer.testimonials .row>div {
    float: left;
  }
  body.view-item #block2.spacer.testimonials .comment {
    text-align: center;
  }
  body.view-item #block2.spacer.testimonials .preview-box {
    margin: 0 auto 20px;
    width: 60%;
  }
  body.view-item #block2.spacer.testimonials h4 {
    text-align: center;
  }
  body.view-item #block2.spacer.testimonials #testi-carousel .owl-item {
    padding: 0 0px;
  }
  body.view-item #block2.spacer.testimonials #testi-carousel .owl-item>.item>.row {
    text-align: center;
  }
  body.view-item #block2.spacer.testimonials #testi-carousel .owl-item>.item>.row>div {
    display: inline-block;
    float: none;
  }
  body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div {
    width: 16px;
  }
  body.view-item #block2.spacer.testimonials #testi-carousel .owl-buttons div.owl-next {
    background-position: -46px 0px;
  }
  body.view-item #games.spacer.games_apps {
    padding: 60px 0 40px;
  }
  body.view-item #games.spacer.games_apps .appStore {
    padding-top: 25px;
  }
  body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane {
    padding: 30px 0 0;
  }
  body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane .entry {
    width: 90%;
  }
  body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane ul.game_apps li {
    display: inline-block;
    margin: 0 5px 15px;
    width: 60px;
  }
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li {
    margin: 0 20px;
  }
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li a h5 {
    font-size: 20px;
  }
  body.view-item #block4.spacer.benefits {
    padding: 50px 0 35px;
  }
  body.view-item #features.spacer.features {
    padding: 50px 0 30px;
  }
  body.view-item #block6.spacer.awards {
    padding: 45px 0;
  }
  body.view-item #block6.spacer.awards .award-box {
    margin-top: 0px;
  }
  body.view-item #block7.spacer.in_media {
    padding: 60px 0 30px;
  }
  body.view-item #block7.spacer.in_media h1 {
    margin-bottom: 40px;
  }
  body.view-item #block7.spacer.in_media #media-list {
    width: 100%;
  }
  body.view-item #block7.spacer.in_media #media-list ul li {
    width: 100px;
    margin: 0px 15px 20px;
  }
  body.view-item #block8.faq {
    padding: 40px 0;
  }
  body.view-item #block8.faq .icon-plus {
    width: 35px;
    height: 35px;
    background-position: -30px 1px;
    background-size: 60px;
    position: relative;
    top: 5px;
  }
  body.view-item .cd-vertical-nav a {
    padding: 20px 0 0;
  }
  body.view-item .cd-vertical-nav a .label {
    font-size: 100%;
  }
  .tab_popup {
    padding: 10px 0px 15px;
    border-radius: 5px;
  }
  .tab_popup h3 {
    font-size: 20px;
  }
  .tab_popup h3 img {
    width: 65px;
  }
  .tab_popup p.addIcon {
    line-height: 26px;
  }
  .tab_popup p.addIcon .fa {
    font-size: 20px;
    margin-right: 8px;
    top: 1px;
  }
  #colorbox,
  #colorbox #cboxWrapper,
  #colorbox #cboxWrapper #cboxContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    max-width: 460px;
    width: 100% !important;
  }
  #colorbox {
    left: 50% !important;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  body.view-item .tab_popup .owl-controls .owl-buttons div.owl-prev {
    left: -19px;
  }
  body.view-item .tab_popup .owl-controls .owl-buttons div.owl-next {
    right: -19px;
  }
}
@media screen and (max-width: 480px) {
  body.view-item #block1.intro-togma .jump-calories-wrap .count {
    color: #fff;
    font-size: 20px;
  }
  body.view-item #block2.spacer.testimonials .preview-box {
    margin: 0 auto 20px;
    width: 80%;
  }
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li {
    margin: 0;
    width: calc(23.75%);
  }
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li a h5 {
    font-size: 15px;
  }
  body.view-item #games.spacer.games_apps #appTab .tab-content>.tab-pane .entry {
    width: 100%;
  }
  body.view-item #features.spacer.features .entry {
    width: 100%;
    margin: 0 auto 0px;
  }
  body.view-item #block6.spacer.awards .award-box {
    padding: 0;
  }
  body.view-item #block7.spacer.in_media h1 {
    margin-bottom: 30px;
  }
  #colorbox,
  #colorbox #cboxWrapper,
  #colorbox #cboxWrapper #cboxContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent,
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    max-width: 310px;
    width: 100% !important;
  }
  #colorbox {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .count span {
    padding: 11px 10px 9px 10px;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .tab_popup>.col-md-6.col-sm-6.col-xs-12 {
    width: 50%;
  }
  body.view-item .tab_popup iframe {
    height: 240px !important;
    min-height: 240px;
  }
  body.view-item .tab_popup {
    padding: 10px 0px 15px;
  }
  .tab_popup h3 img {
    width: 50px;
  }
  body.view-item .tab_popup p.addIcon .fa {
    font-size: 22px;
    margin-right: 5px;
  }
  .ilightbox-holder.springfree {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    width: 90%;
    padding-bottom: 12px;
  }
  .ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100% !important;
    max-height: 45vh;
    height: 100% !important;
  }
  body.view-item .tab_popup h3 {
    margin-top: 5px;
  }
  body.view-item .tab_popup p.addIcon {
    line-height: 24px;
  }
  body.view-item .tab_popup iframe {
    width: 100%;
    min-height: 300px;
  }
}
.tab_popup .item {
  position: relative;
}
@media screen and (max-width: 480px) {
  body.view-item .tab_popup iframe {
    height: 220px !important;
    min-height: initial;
  }
  .tab_popup h3 img {
    width: 50px;
  }
  body.view-item .tab_popup p.addIcon .fa {
    font-size: 22px;
    margin-right: 5px;
  }
  body.view-item .tab_popup p {
    line-height: 22px;
    font-size: 14px;
  }
  body.view-item .tab_popup {
    padding: 5px;
  }
  .ilightbox-holder.springfree {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    width: 96%;
    padding-bottom: 12px;
  }
  .ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 96% !important;
    max-height: 85vh;
    height: 100% !important;
  }
}
.tab_popup .item img.slide_video {
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 100%;
  max-width: none;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  body.view-item .isMobile .ilightbox-toolbar.springfree .ilightbox-prev-button,
  body.view-item .isMobile .ilightbox-toolbar.springfree .ilightbox-next-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.view-item #games.spacer.games_apps #appTab .nav-tabs>li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-tabs>li>a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  ul.nav.nav-tabs.text-center {
    display: flex;
    justify-content: space-between;
  }
}
.nav-tabs {
  border: 0;
}
.nav-tabs>li>a {
  padding: 2px 2px 5px 2px;
  border: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border: 0;
}
.nav-tabs>li>a img {
  max-width: 34px;
}
#appTab .nav-tabs>li {
  float: none;
  display: inline-block;
}
.vNAv-section .secTitle,
.vNAv-section.in_media h1,
#block8-2 h1 {
  margin-bottom: 50px;
}
#block7.spacer.in_media,
#block8,
#games,
#features,
#how,
#block6.spacer,
#block8-2.spacer {
  padding: 60px 0;
}
.icon-play:before {
  content: none;
}
#block7 {
  background-color: #d7d7d7;
}
#block7 h1 {
  color: #f31d9a !important;
}
body.view-item .media-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px 5px;
  background-color: rgba(255,255,255,0);
}
@media only screen and (max-width: 767px) {
  body.view-item .media-logo {
    min-width: 100px;
    height: 100px;
  }
}
body.view-item .media-logo.aplus {
  width: 110px;
  height: 110px;
  background-image: url("../images/media-logo/aplus.jpg");
}
body.view-item .media-logo.dallas-observer {
  height: 75px;
  width: 226px;
  background-image: url("../images/media-logo/dallas-observer-logo.png");
}
body.view-item .media-logo.digital-trends {
  height: 55px;
  width: 143px;
  padding: 0;
  background-image: url("../images/media-logo/digital_trends_logo.png");
}
body.view-item .media-logo.examiner {
  height: 72px;
  width: 205px;
  padding: 0;
  background-image: url("../images/media-logo/examiner_com_logo.png");
}
body.view-item .media-logo.fox-news {
  width: 110px;
  height: 110px;
  background-image: url("../images/media-logo/fox-news.png");
}
body.view-item .media-logo.huffington-post {
  height: 110px;
  width: 250px;
  background-image: url("../images/media-logo/huffington-post-logo.png");
}
body.view-item .media-logo.plano-profile {
  height: 64px;
  width: 160px;
  background-position-x: -3px;
  background-position-y: 0px;
  background-image: url("../images/media-logo/planoprofile_logo.png");
}
body.view-item .media-logo.red-tricycle {
  height: 110px;
  width: 160px;
  background-size: 130px auto;
  background-position-x: 16px;
  background-position-y: 0px;
  background-image: url("../images/media-logo/red-tricycle_logo.png");
}
body.view-item .media-logo.tech-times {
  max-width: 270px;
  background-image: url("../images/media-logo/tech-times.png");
}
body.view-item .media-logo.yahoo-tech {
  width: 110px;
  height: 110px;
  background-image: url("../images/media-logo/yahoo-tech.png");
}
.lazyYT.lazyYT-image-loaded {
  width: 100% !important;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.phoneOverlay {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 210px;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  border: 1px solid #fff;
  display: none;
  padding-bottom: 30px;
}
.phoneOverlay div {
  width: 280px;
  margin: 20px auto;
  text-align: center;
}
.phoneOverlay div h4 {
  font: 18px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ff6633;
}
.phoneOverlay div p {
  font: 13px "Open Sans", sans-serif;
  color: #fff;
}
.phoneOverlay .clicktoClose {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.phone_previews>h4 {
  max-width: 290px;
  padding: 0 50px;
  margin: 10px auto;
  color: #ff6533;
}
.bullet.left {
  left: 120px;
}
.bullet.top {
  top: 30px;
}
section.work .owl-item div {
  text-align: center;
}
section.work .owl-item .bullet {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: transparent;
  position: absolute;
  border: 3px solid #ff6633;
}
#features.section.work .secTitle {
  color: #2BA953;
}
section.work .owl-buttons {
  top: -65px;
  position: absolute;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-buttons {
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 33px;
  z-index: 9000;
}
.owl-buttons div {
  color: #fff;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  background-color: #E85933;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.owl-buttons div.owl-prev {
  float: left;
  background-position: 0 0;
}
.owl-buttons div.owl-next {
  float: right;
  background-position: right 0;
}
section.work .owl-item {
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0 0px;
}
section.work .owl-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .45s ease-in-out;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  position: relative;
  z-index: 50;
}
#banr2 .bullet.left.centre {
  top: 70px;
}
#banr2 .bullet.right.centre {
  top: 80px;
  right: 80px;
}
#banr3 .bullet.left.centre {
  left: 62px;
  top: 48px;
}
#banr3 .bullet.right.centre {
  top: 60px;
  right: 60px;
}
#banr4 .bullet.left.centre {
  top: 60px;
}
#banr4 .bullet.right.centre {
  top: 80px;
  right: 110px;
}
.end_slider {
  text-indent: -9999px;
}
section.work .owl-item.active .bullet,
section.work .owl-item.active h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s all .4s ease-in-out;
  -webkit-transition: 1s all .4s ease-in-out;
  -moz-transition: 1s all .4s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
section.work .owl-item .bullet::before {
  color: #ff6633;
  content: "+";
  font-size: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 100%;
  line-height: 30px;
}
.bulletText hr {
  display: none;
}
.bulletText p {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}
.bulletText h4 {
  font-size: 18px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 18px !important;
}
.bullet.centre {
  top: 30px;
}
.bullet.right div {
  background: url(//static.springfree.com/sites/springfreetrampoline.com/files/files/tgoma/images/icon-bar.png) right repeat-x;
  position: absolute;
  left: 20px;
  height: 17px;
  width: 117px;
}
.bullet.right div>div {
  display: block;
  padding-left: 30px;
  position: absolute;
  width: 250px;
  left: 420px;
  top: -12px;
  text-align: left;
}
.bullet.right {
  right: 404px;
}
.bullet.right div {
  width: 447px;
}
.bullet.left div {
  background: url(//static.springfree.com/sites/springfreetrampoline.com/files/files/tgoma/images/icon-bar.png) left repeat-x;
  position: absolute;
  right: 20px;
  height: 17px;
  width: 117px;
}
.bullet.left div>div {
  display: block;
  padding-right: 30px;
  position: absolute;
  right: 90px;
  width: 250px;
  top: -12px;
  text-align: right;
  right: 130px;
}
.bullet.top-1 {
  top: 220px;
}
.planetx .bullet.centre {
  top: 30px;
}
.bullet.right {
  right: 404px;
}
#banr5 .bullet.left {
  left: 110px;
}
#banr5 .bullet.left>div {
  width: 147px;
}
#banr5 .bullet.left>div div {
  width: 217px;
}
#banr5 .bullet.centre {
  top: 210px;
}
#banr2 .bullet.left.centre {
  left: 70px;
  top: 160px;
}
#banr2 .bullet.right.centre {
  top: 180px;
  right: 140px;
}
.planetx #banr5 .bullet.left {
  left: 110px;
}
#banr3 .bullet.left.centre {
  left: 110px;
  top: 115px;
}
#banr3 .bullet.right.centre {
  top: 145px;
  right: 105px;
}
#banr4 .bullet.left.centre {
  top: 25px !important;
}
#banr4 .bullet.left {
  left: 280px;
}
#banr4 .bullet.left>div {
  width: 317px;
}
#banr4 .bullet.left>div div {
  width: 217px;
  right: 300px;
}
.bullet div>div {
  background: none !important;
}
@media (max-width: 767px) {
  .center_phone .owl-item:first-child {
    display: none;
  }
  .bullet.left div,
  .bullet.right div {
    display: none;
  }
  .phone_previews>h4 {
    font-size: 18px;
  }
  section.work .owl-item .bullet {
    cursor: pointer;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  section.work .center_phone {
    margin: 0;
    height: 464px;
    background-image: url('../images/mobile_frame.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 34px;
    width: 1210px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  section.work .owl-buttons {
    width: 538px;
  }
  section.work .owl-item.active div img {
    width: 524px;
  }
  section.work .owl-item div img {
    width: 500px;
  }
  .center_phone .owl-item:first-child {
    width: 302px !important;
  }
  .phoneOverlay div h4 {
    margin-top: 120px;
  }
  .phone_previews>h4 {
    max-width: 550px;
    margin: 0 auto 30px;
  }
  section.work .owl-buttons {
    top: -95px;
  }
  #banr2 .bullet.left.centre {
    left: 70px;
    top: 160px;
  }
  #banr2 .bullet.right.centre {
    top: 180px;
    right: 140px;
  }
  #banr3 .bullet.left.centre {
    left: 110px;
    top: 115px;
  }
  #banr3 .bullet.right.centre {
    top: 145px;
    right: 105px;
  }
  #banr4 .bullet.left.centre {
    top: 135px;
  }
  #banr4 .bullet.right.centre {
    top: 185px;
    right: 190px;
  }
  section.work .owl-item .bullet::before {
    top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bullet.left div {
    width: 25px;
  }
  .bullet.right div {
    width: 30px;
  }
  .bullet.left div>div {
    width: 100px;
    padding-right: 0;
    right: 30px;
  }
  .bullet.right div>div {
    width: 100px;
    padding-left: 0;
    left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .bullet.left div {
    width: 70px;
  }
  .bullet.right div {
    width: 80px;
  }
  .bullet.left div>div {
    width: 200px;
    right: 40px;
  }
  .bullet.right div>div {
    width: 200px;
    left: 50px;
  }
}
@media (min-width: 1200px) {
  #banr2 .bullet.right>div {
    width: 170px;
  }
  #banr2 .bullet.right div>div {
    left: 145px;
  }
  #banr3 .bullet.left>div {
    width: 137px;
  }
  #banr3 .bullet.left div>div {
    right: 120px;
  }
  #banr3 .bullet.right>div {
    width: 137px;
  }
  #banr3 .bullet.right div>div {
    left: 110px;
  }
  #banr4 .bullet.right>div {
    width: 215px;
  }
  #banr4 .bullet.right div>div {
    left: 190px;
  }
  section.work .owl-item .bullet::before {
    top: -5px;
  }
}
.lazyYT-container {
  direction: ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}
.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0,0,0.2,1);
  -moz-transition: opacity 0.25s cubic-bezier(0,0,0.2,1);
  transition: opacity 0.25s cubic-bezier(0,0,0.2,1);
}
.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}
.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}
.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
#block8-2 h1 {
  margin-top: 0;
}
#block8-2 h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  font-size: 22px;
  margin: 0 0 10px;
  line-height: normal;
}
#block8-2 .product_image_holder {
  width: 100%;
  height: 119px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
#block8-2 #trampoline_product_image {
  background-image: url(//static.springfree.com/sites/springfreetrampoline.com/files/styles/pdp_156x156/public/s155springfreetrampolinetgoma.png);
  background-size: auto 101px;
  background-position-y: 19px;
}
#block8-2 .btn-default {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 10px;
}
#block8-2 #tgoma_porduct_image {
  background-image: url(//static.springfree.com/sites/springfreetrampoline.com/files/images/accessories/tgoma-acc-tab.png);
}
#block8 #moreFaq.spacer {
  padding: 60px 0;
}
#block8 .secTitle {
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}
#block8 .secTitle a {
  color: #FFF;
}
#block8 .secTitle a.open .icon-plus {
  background-position: left top;
}
#block8 .secTitle a .icon-plus {
  background-image: url(//static.springfree.com/sites/springfreetrampoline.com/files/files/tgoma/images/icon-plus-minus.png);
  background-position: right 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}
#block8 .secTitle a .icon-plus:before {
  content: none;
}
#block8 #moreFaq.spacer {
  visibility: visible;
}
#block8 .faqText-row {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}
#block8 .faqText-row p,
#block8 .faqText-row li,
#block8 .faqText-row a {
  color: white;
  font-weight: 400;
}
#block8 .faqText-row .faq-ques {
  color: #fff;
}
#block8 .faqText-row .faq-ans {
  display: none;
}
#block8 .faqText-row .fa {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 18px;
  font-weight: 800;
}
#block8 .faqText-row h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
#block8 .contrast-copy {
  color: white;
}
#block8 .contrast-copy p {
  color: #fff;
}
#block8 .contrast-copy a {
  color: white;
  text-decoration: underline;
}
#block8 .btn-default {
  padding: 10px 30px;
  border-radius: 9999px;
  text-transform: uppercase;
  color: white;
  background-color: #00afe0;
  text-shadow: none;
  border-color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) {
  position: relative;
  max-height: 100px;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header {
  background: #fff;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo:before {
  color: #00afe0;
  content: none !important;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .midnightHeader.default {
  display: block;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .midnightHeader.white {
  display: none;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .sp-color-logo-beforescroll {
  display: block !important;
  visibility: visible !important;
  margin-top: 25px;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .sp-default-logo {
  display: none;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .white-logo {
  display: none;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .sp-color-logo {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #sp-logo .sp-color-logo {
    display: none !important;
  }
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul li a {
  color: #666;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #main-nav>.nav>li>a {
  color: #666;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #main-nav>.nav>li.tgoma a {
  background: url(../images/tgoma_menu.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
body.sp-page-title #header-sticky-wrapper:not(.is-sticky) #header #main-nav>.nav>li.tgoma img {
  visibility: hidden;
}
.accordion.faq-accordion {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border-radius: 3px;
  background: #f7f7f7;
}
.accordion.faq-accordion .clsOL {
  padding: 0;
}
.accordion.faq-accordion li {
  margin-bottom: 10px;
}
.accordion.faq-accordion .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  background: #333;
  transition: all linear 0.15s;
  font-size: 1.200em;
  text-shadow: 0px 1px 0px #1a1a1a;
  color: #fff;
  background: #dcdcdc;
  color: #333;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  border-bottom: none;
}
.accordion.faq-accordion .accordion-section-content {
  padding: 15px;
  display: none;
}
.accordion.faq-accordion .accordion-section-content li,
.accordion.faq-accordion .accordion-section-content p,
.accordion.faq-accordion .accordion-section-content a {
  font-size: 18px;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner {
  border: none;
  box-shadow: none;
  background: rgba(0,0,0,0.67);
  padding: 35px 10px;
  height: auto;
  min-height: initial;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li {
  margin: 0px 58px;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li a span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li a:hover {
  color: #00afe0;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li.gift-card-menu a {
  font-size: 18px;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li.gift-card-menu span {
  font-family: FontAwesome;
  font-size: 28px;
  font-weight: 500;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
.sp-megamenu-parent li.trampolines .sp-dropdown .sp-dropdown-inner ul li.gift-card-menu span:before {
  content: "\f06b";
}
body.com-opencart.view-categories main#main,
body.com-opencart.view-categories section#main {
  background: #F2F2F2;
}
.products-list {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.products-list .product-thumb {
  margin-bottom: 10px !important;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  min-height: 435px;
}
.products-list .product-thumb .img-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.products-list .product-thumb .img-wrap img {
  display: inline-block;
}
.products-list .description-wrap h5.product-title {
  white-space: normal;
  text-align: center;
  color: #00afe0;
  font-size: 28px;
  font-weight: 200;
  max-width: 240px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.products-list .description-wrap dl.more-info {
  width: 80%;
  margin: 0 auto;
  display: block;
  clear: none;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.products-list .description-wrap .more-info.centerthis {
  display: block;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.products-list .description-wrap .more-info.centerthis .tile-label.size {
  width: 40px !important;
}
.products-list .description-wrap .tile-label {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold !important;
  vertical-align: middle;
  clear: none !important;
  text-align: left;
}
.products-list .description-wrap .tile-label .inc-tgoma {
  font-size: 11px;
  margin-bottom: 0;
}
.products-list .description-wrap .tile-label.size {
  width: 40px !important;
}
.products-list .description-wrap .tile-label.tile-size {
  text-transform: none !important;
}
.products-list .description-wrap dt,
.products-list .description-wrap dd {
  display: inline-block;
  width: 49% !important;
  overflow: visible !important;
}
.products-list .description-wrap .link-wrap {
  text-align: center;
}
section#product-selector {
  position: fixed;
  z-index: 300;
  bottom: 0;
  -webkit-backdrop-filter: #000000 blur(20px);
  backdrop-filter: #000000 blur(20px);
  background-color: rgba(10,10,10,0.59);
  transition: background-color 0.5s cubic-bezier(0.28,0.11,0.32,1);
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, backdrop-filter;
  transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
section#product-selector #model-selector-wrapper .panel-controls {
  padding-top: 10px;
}
section#product-selector #model-selector-wrapper .panel-controls .panel-controls-button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
section#product-selector #model-selector-wrapper .panel-controls .panel-controls-button a {
  color: white;
}
section#product-selector #model-selector-wrapper .model-selector-query {
  margin: auto;
  padding: 20px 40px;
  color: white;
}
section#product-selector #model-selector-wrapper #query-one {
  transition: 1s;
  left: -5999px;
  position: absolute;
  width: 100%;
}
section#product-selector #model-selector-wrapper #query-one.in-view-one {
  transition: 0.5s;
  left: 0;
  position: relative;
}
section#product-selector #model-selector-wrapper #query-two {
  transition: 1s;
  left: 5999px;
  position: absolute;
  font-weight: 400;
}
section#product-selector #model-selector-wrapper #query-two.in-view-two {
  transition: 0.5s;
  left: 0;
  position: relative;
}
section#product-selector #model-selector-wrapper #query-two>div {
  max-width: 650px;
  margin: 0 auto;
}
section#product-selector #model-selector-wrapper #query-two>div .ms-options-link-group-two {
  max-width: 320px;
  width: 100%;
}
section#product-selector.hide-model-selector-wrapper {
  bottom: -400px;
}
#maintop:not(:empty) {
  padding-top: 50px;
}
.container-fluid.shop-accessories.shop-tgoma h2 {
  font-size: 54px;
  line-height: 66px;
  text-align: left;
  font-weight: 200;
  color: #333;
}
@media (max-width: 767px) {
  .container-fluid.shop-accessories.shop-tgoma h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.container-fluid.shop-accessories.shop-tgoma .explaination-article {
  text-align: left;
}
#product.product-options h3 {
  font-size: 21px;
  line-height: normal;
  display: none;
}
#product.product-options .control-label {
  font-weight: 200;
  color: #333;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: normal;
  text-transform: none;
}
#product.product-options .form-group {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
#product.product-options .form-group .radio {
  display: inline-block;
}
#product.product-options .form-group .radio label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
#tgoma-call {
  border-radius: 20px;
  min-width: 218px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px;
  border: none;
  margin-top: 20px;
}
body.itemid-185 #trampolines-product-list .products-list,
body.itemid-317 #trampolines-product-list .products-list,
body.itemid-446 #trampolines-product-list .products-list {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  height: auto !important;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) !important;
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) !important;
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) !important;
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) !important;
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) !important;
}
body.itemid-185 #trampolines-product-list .products-list h5.product-title,
body.itemid-317 #trampolines-product-list .products-list h5.product-title,
body.itemid-446 #trampolines-product-list .products-list h5.product-title {
  min-height: 67px;
}
body.itemid-185 section#page-title,
body.itemid-317 section#page-title,
body.itemid-446 section#page-title {
  background: #F2F2F2;
}
@media (min-width: 1200px) {
  body.itemid-185 section#page-title .sp-column,
  body.itemid-317 section#page-title .sp-column,
  body.itemid-446 section#page-title .sp-column {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.itemid-185 section#page-title .sp-column .sp-page-title,
  body.itemid-317 section#page-title .sp-column .sp-page-title,
  body.itemid-446 section#page-title .sp-column .sp-page-title {
    min-height: 280px;
  }
  body.itemid-185 section#page-title .sp-column h2,
  body.itemid-317 section#page-title .sp-column h2,
  body.itemid-446 section#page-title .sp-column h2 {
    display: none;
  }
}
@media (max-width: 767px) {
  #sp-menu #cart span#cart-total,
  #sp-menu #cart .dropdown-toggle {
    line-height: 13px;
    white-space: pre-wrap;
    line-height: 26px;
  }
}
@media (min-width: 960px) {
  #sp-menu #cart .dropdown-menu {
    min-width: 340px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #sp-menu #cart .dropdown-menu {
    left: -80px;
    right: -20px;
  }
}
#sp-menu #cart .dropdown-menu a,
#sp-menu #cart .dropdown-menu div,
#sp-menu #cart .dropdown-menu p,
#sp-menu #cart .dropdown-menu li {
  color: #333;
}
#sp-menu #cart .dropdown-menu td {
  padding: 5px;
  line-height: 1.2;
}
#sp-menu #cart .dropdown-menu td,
#sp-menu #cart .dropdown-menu td a {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
}
#sp-menu #cart .dropdown-menu li>div>p.text-right {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.vcenter {
  vertical-align: middle !important;
}
div#sp-menu #cart .emptycart {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
}
div#sp-menu #cart .custom {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  padding: 24px 0 20px;
}
div#sp-menu #cart .custom .col-xs-12 div {
  display: inline-block;
  line-height: 1em !important;
  text-transform: none !important;
}
div#sp-menu #cart .custom .row {
  width: 100%;
}
div#sp-menu #cart .custom a {
  color: #fff;
  font-weight: bold;
}
div#sp-menu #cart .custom .img-wrap,
div#sp-menu #cart .custom .name,
div#sp-menu #cart .custom .description,
div#sp-menu #cart .custom #p_notification {
  display: none !important;
}
div#sp-menu #cart .custom h3 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
div#sp-menu #cart .custom .link-wrap {
  text-decoration: none;
  color: #fff;
}
#model-selector-slider .inc-tgoma .tgoma-logo {
  width: 80px;
  height: 50px;
  position: relative;
  top: 0;
  margin-right: -10px;
}
.extraproducttext:empty {
  display: none;
}
.price+.pdp-info-wrapper {
  padding: 0;
}
.price+.pdp-info-wrapper .pdp-info:not(:empty) {
  padding: 24px 20px;
}
.text-white {
  color: #fff;
}
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4 {
  color: #fff;
}
.text-bold {
  font-weight: bold !important;
}
.text-blue {
  color: #00afe0;
}
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4 {
  color: #00afe0;
}
div#module-121 .inc-tgoma {
  display: none;
}
body.com-opencart #sp-slider span.inc-tgoma.pdp {
  display: none;
}
body.com-opencart.itemid-621 #sp-slider span.inc-tgoma.pdp,
body.com-opencart.itemid-622 #sp-slider span.inc-tgoma.pdp,
body.com-opencart.itemid-623 #sp-slider span.inc-tgoma.pdp {
  display: block;
}
.custom.ticker-above-logo {
  float: left !important;
  margin-left: 0 !important;
  max-width: 340px;
  position: relative;
  text-align: left;
}
.ticker div {
  display: inline-block;
  word-wrap: break-word;
}
.custom.ticker-above-logo>* {
  float: left;
  display: inline-block !important;
}
@media (max-width: 992px) {
  .custom.ticker-above-logo.display-inline {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .custom.ticker-above-logo.display-inline {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .custom.ticker-above-logo.display-inline {
    left: -306px;
  }
}
#model-selector-slider.slick-slider .slick-track,
#model-selector-slider.slick-slider .slick-list {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#mijoshop #sidebar #product #button-cart {
  margin-bottom: 00px;
}
.height100vh {
  height: 100VH;
  max-height: 100VH;
}
section#intro-togma {
  background-size: cover !important;
  background-position: 50% 0 !important;
}
section#intro-togma .sppb-addon-text-block {
  text-shadow: 0 0 5px #fff;
  font-weight: 400;
}
.aide_a_linstallation {
  padding: 20px 10px;
  background-color: #e6e6e6;
  margin-top: 20px;
}
.aide_a_linstallation p {
  color: #4d4d4d;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.aide_a_linstallation .aide_sidebar_product {
  color: #4d4d4d;
}
.aide_a_linstallation .aide_sidebar_product .ecusson {
  display: inline-block;
  font-size: 25px;
}
.aide_a_linstallation .aide_sidebar_product .aide_a_linstallation_texte {
  display: inline-block;
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.aide_a_linstallation .cellular_product {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.aide_a_linstallation .cellular_product .fa {
  font-size: 27px;
  margin-right: 5px;
  vertical-align: sub;
  line-height: 1;
}
.siderbar_product_livraisoncb {
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  margin-top: 15px;
}
.siderbar_product_livraisoncb .type_commande {
  width: 50%;
  image-rendering: inherit;
  display: inline-block;
  float: left;
}
.siderbar_product_livraisoncb .type_commande .ecusson {
  font-size: 42px;
}
.siderbar_product_livraisoncb .type_commande .ecusson_texte {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.the_before_description {
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  padding-bottom: 25px;
}
.the_before_description .second_name {
  display: inline-block;
  font-size: 30px;
  color: #1daeec;
  font-weight: lighter;
  letter-spacing: 0.119em;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1;
}
.the_before_description .dimension {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.the_before_description .dimension .icone_dimension {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 25px;
}
.the_before_description .icone_dimension_texte {
  display: inline-block;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.05em;
  font-weight: lighter;
  vertical-align: middle;
}
.the_before_description .icone_dimension_texte .thedimensionspres {
  display: block;
  font-style: italic;
}
.the_before_description .icone_dimension_texte .thedimensionspresvalue {
  display: inline-block;
  font-weight: bold;
}
.garantie_sidebar .titredegarantie {
  font-size: 25px;
  color: #4d4d4d;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.garantie_sidebar p {
  font-size: 17px;
  color: #4d4d4d;
  font-style: italic;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 0;
}
.garantie_sidebar p +p {
  margin-top: 5px;
}
div#sp-right .sp-column.class2 .sp-module {
  padding: 25px 0;
}
div#sp-right .sp-column.class2 .sp-module:first-child {
  margin-top: 55px;
}
div#sp-right .sp-column.class2 .sp-module h3.sp-module-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
div#sp-bottom1 li.deeper ul {
  display: none;
}
li.sp-menu-item.sp-has-child.tgoma .sp-dropdown.sp-dropdown-main.sp-menu-right {
  display: none !important;
}
.sppb-btn-primary {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  color: white;
  border-radius: 20px;
  background: #00afe0;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
}
.sppb-btn-secondary,
.btn-secondary {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1px;
  color: #00afe0;
  border-radius: 20px;
  background: #fff;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
}
#homeslider ul.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  #homeslider .sppb-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #homeslider .sppb-col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #homeslider h1.sppb-addon-title {
    margin-bottom: 25px !important;
  }
}
#homeslider .sppb-section {
  min-height: 300px;
  padding: 0 !important;
}
@media (min-width: 768px) {
  #homeslider .sppb-section {
    height: 100VH;
    max-height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.blueunder h1,
.blueunder h2 {
  font-size: 35px !important;
  color: #4d4d4d;
  text-transform: lowercase;
  position: relative;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .blueunder h1,
  .blueunder h2 {
    font-size: 20px !important;
  }
}
.blueunder h1:after,
.blueunder h2:after {
  content: "";
  width: 65px;
  height: 5px;
  background-color: #00afe0;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blueunder h1 span,
.blueunder h2 span {
  display: inline-block;
  color: #4d4d4d;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -0.07em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .blueunder h1 span,
  .blueunder h2 span {
    font-size: 40px !important;
  }
}
.blueunder h3 {
  font-size: 30px !important;
  color: #4d4d4d;
  text-transform: lowercase;
  text-align: center;
  position: relative;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .blueunder h3 {
    font-size: 18px !important;
  }
}
.blueunder h3:after {
  content: "";
  width: 65px;
  height: 5px;
  background-color: #00afe0;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blueunder h3 span {
  display: inline-block;
  color: #4d4d4d;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -0.07em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .blueunder h3 span {
    font-size: 35px !important;
  }
}
.whiteunder h1,
.whiteunder h2 {
  font-size: 35px !important;
  color: #4d4d4d;
  text-transform: lowercase;
  position: relative;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .whiteunder h1,
  .whiteunder h2 {
    font-size: 20px !important;
  }
}
.whiteunder h1:after,
.whiteunder h2:after {
  content: "";
  width: 65px;
  height: 5px;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.whiteunder h1 span,
.whiteunder h2 span {
  display: inline-block;
  color: #4d4d4d;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -0.07em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .whiteunder h1 span,
  .whiteunder h2 span {
    font-size: 40px !important;
  }
}
.whiteunder h3 {
  font-size: 30px !important;
  text-align: center;
  color: #4d4d4d;
  text-transform: lowercase;
  position: relative;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .whiteunder h3 {
    font-size: 18px !important;
  }
}
.whiteunder h3:after {
  content: "";
  width: 65px;
  height: 5px;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.whiteunder h3 span {
  display: inline-block;
  color: #4d4d4d;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -0.07em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .whiteunder h3 span {
    font-size: 35px !important;
  }
}
section#home-commande .sppb-col-md-3 .sppb-column-addons>.clearfix {
  margin-bottom: 15px !important;
}
section#home-commande .sppb-col-md-3 .sppb-column-addons>.clearfix i.fa {
  color: #666;
}
section#home-commande .sppb-col-md-3 .sppb-addon-blocknumber .sppb-media-body {
  font-weight: bold;
  font-size: 21px;
  color: #666;
}
section#home-commande .sppb-col-md-3 .sppb-addon-feature .sppb-addon-text {
  font-size: 20px;
}
section#home-installation .sppb-addon-feature .sppb-feature-box-title {
  position: relative;
  margin-top: 0 !important;
}
section#home-installation .sppb-addon-feature .sppb-feature-box-title:after {
  content: "";
  width: 65px;
  height: 5px;
  background-color: #00afe0;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#home-installation .sppb-addon-feature .sppb-addon-text {
  margin-bottom: 15px;
}
section#home-conception h2.sppb-addon-title {
  color: #fff;
}
section#home-conception h2.sppb-addon-title span {
  color: #fff;
}
section#home-conception .sppb-addon-feature .sppb-addon-title,
section#home-conception .sppb-addon-feature .sppb-addon-title span,
section#home-conception .sppb-addon-feature .sppb-addon-text,
section#home-conception .sppb-addon-feature .sppb-addon-text p {
  color: #fff;
}
section#home-conception .sppb-addon-feature .sppb-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  section#home-conception .sppb-addon-feature .sppb-media {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#home-conception .sppb-addon-feature .sppb-media .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  section#home-conception .sppb-addon-feature .sppb-media .pull-left {
    margin-right: 0;
  }
  section#home-conception .sppb-addon-feature .sppb-media .pull-right {
    margin-left: 0;
  }
}
@media (min-width: 993px) {
  section#home-conception .sppb-addon-feature .sppb-media .sppb-img-container {
    min-width: 400px;
  }
}
.zoo-item-list li {
  border: none !important;
  background-color: #e6e6e6;
  margin-bottom: 10px;
  padding: 10px 15px !important;
}
.zoo-item-list li .blogdate {
  display: inline-block;
  font-size: 31px;
  color: black;
  font-weight: bold;
}
.zoo-item-list li h4 {
  color: black;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: 0;
}
.zoo-item-list li h4 a {
  color: black;
}
.sppb-addon-accordion .sppb-panel-primary {
  border: 1px solid #ccc;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading {
  background: #00afe0;
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-faq:first-child {
  background: url(../images/img-14.jpg);
  background-size: cover;
  background-position: 0 0;
}
.sppb-addon-accordion .sppb-panel-faq:first-child .sppb-panel-heading .sppb-panel-title {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
  display: block;
  padding: 50px 30px;
  text-align: left;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  border: none;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  color: #333;
}
.carousel>.sppb-column-addons ul.slick-dots {
  bottom: 0px;
}
#tab-review table.table tr:first-child {
  background: #00afe0;
  color: #fff;
  font-weight: bold;
}
#tab-review table.table tr:first-child td {
  border: none;
}
#tab-review span.fa.fa-stack {
  color: #00afe0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
#tab-review span.fa.fa-stack .fa-stack-2x {
  font-size: 1.5em;
}
#tab-review .review-summary-table {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  width: 100%;
  max-width: 500px;
}
#tab-review .review-summary-table thead {
  background: 0 0;
}
#tab-review .review-summary-table thead th {
  background: 0 0;
  border: none;
  padding: 15px 7px 10px 8px;
}
#tab-review .review-summary-table thead th .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
  margin: 5px 0;
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#tab-review .review-summary-table thead th .rating-box .rating-number {
  display: none;
}
#tab-review .review-summary-table thead th .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#tab-review .review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
#tab-review .review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
  text-align: center;
}
#tab-review .review-summary-table tbody td label input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  display: inline-block;
}
#tab-review .review-summary-table tbody th {
  font-size: 12px;
  border: none;
  padding-right: 15px;
}
.container--trampoline-table {
  overflow-x: scroll;
}
.container--trampoline-table td.rtecenter.r132 h4 {
  line-height: 1em;
  margin: 0 !important;
  margin-top: -30px !important;
  position: relative;
  z-index: 2;
  font-size: 24px;
}
div[class*="sppb-col-"].first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
body.com-zoo.task-item.itemid-402 section#page-title {
  display: none;
}
#collapse-payment-method label {
  position: relative;
  min-width: 130px;
}
#collapse-payment-method label:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 130px;
  position: absolute;
  right: -130px;
  top: 0;
}
#collapse-payment-method .radio.bnpmercanetcw_creditcard label:after {
  background-image: url(../images/cc_payment.png);
}
#collapse-payment-method .radio.pp_standard label:after {
  background-image: url(../images/pp_payment.png);
}
#cart-total {
  display: inline-block;
}
@-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-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
#checkout-checkout h4.panel-title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 30px;
}
#checkout-checkout h4.panel-title a {
  color: #00afe0;
  font-weight: 400;
}
.spinner-border {
  line-height: 2rem;
  margin: 0 1rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  border: .25em solid #00afe0;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.modal-oc {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal-backdrop {
  min-height: 100VH;
}
.modal-open .modal-oc {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
