.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.multiple-checkout .box .box-title h3 {
  margin-top: 0;
}
.multiple-checkout .box address {
  margin-bottom: 0;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  text-align: right;
}
.multiple-checkout .place-order .grand-total big {
  font-size: 16px;
  font-weight: normal;
}
.multiple-checkout .place-order .grand-total .price {
  color: #428bca;
}
#multiship-addresses-table .qty {
  width: auto;
  text-align: center;
}
#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 1px;
}
.checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 1px;
}
.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.account-login .content {
  min-height: 242px;
}
.captcha-image {
  position: relative;
  width: 258px;
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image .captcha-img {
  border-radius: 1px;
  border: 1px solid #cccccc;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -moz-animation: captcha-rotate 1.5s infinite linear;
  animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes captcha-rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
.box-account {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.box-account > .list-group,
.box-account > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.box-account > .list-group .list-group-item,
.box-account > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.box-account > .list-group:first-child .list-group-item:first-child,
.box-account > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.box-account > .list-group:last-child .list-group-item:last-child,
.box-account > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-account > .table,
.box-account > .table-responsive > .table,
.box-account > .panel-collapse > .table {
  margin-bottom: 0;
}
.box-account > .table caption,
.box-account > .table-responsive > .table caption,
.box-account > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.box-account > .table:first-child,
.box-account > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.box-account > .table:first-child > thead:first-child > tr:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.box-account > .table:last-child,
.box-account > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.box-account > .panel-body + .table,
.box-account > .panel-body + .table-responsive,
.box-account > .table + .panel-body,
.box-account > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.box-account > .table > tbody:first-child > tr:first-child th,
.box-account > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.box-account > .table-bordered,
.box-account > .table-responsive > .table-bordered {
  border: 0;
}
.box-account > .table-bordered > thead > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box-account > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-bordered > thead > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box-account > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-bordered > tfoot > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.box-account > .table-bordered > thead > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box-account > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-bordered > thead > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box-account > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-bordered > tfoot > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.box-account > .table-bordered > thead > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > td,
.box-account > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-bordered > thead > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > th,
.box-account > .table-bordered > tbody > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.box-account > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.box-account > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head > .dropdown .dropdown-toggle {
  color: inherit;
}
.box-account .box-head h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.box-account .box-head h2 > a {
  color: inherit;
}
.box-account .box-head a {
  float: right;
}
@media (max-width: 769px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.dashboard .box .box-title {
  padding: 0 0 12.5px;
  margin: 0 0 12.5px;
  border-bottom: 1px solid #dddddd;
  text-align: right;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 16px;
}
.dashboard .col2-set > .box > .box-title {
  margin-left: 10px;
  margin-right: 10px;
}
.dashboard .box-recent .data-table {
  margin-bottom: 0;
}
.dashboard .box-info p,
.dashboard .box-info address {
  margin: 0;
}
.dashboard .box-info .box {
  margin-bottom: 37.5px;
}
.dashboard .box-reviews ol {
  margin-bottom: 0;
}
.dashboard .box-reviews .number {
  float: left;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin-bottom: 12.5px;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-reviews .ratings {
  margin-top: 6.25px;
}
/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin-bottom: 12.5px;
}
.dashboard .box-tags li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-size: 16px;
}
.addresses-list h3 {
  margin-top: 0;
  font-size: 15px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list .link-remove {
  color: #a94442;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.addresses-list li.item > .list-group,
.addresses-list li.item > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.addresses-list li.item > .list-group .list-group-item,
.addresses-list li.item > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.addresses-list li.item > .list-group:first-child .list-group-item:first-child,
.addresses-list li.item > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.addresses-list li.item > .list-group:last-child .list-group-item:last-child,
.addresses-list li.item > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.addresses-list li.item > .table,
.addresses-list li.item > .table-responsive > .table,
.addresses-list li.item > .panel-collapse > .table {
  margin-bottom: 0;
}
.addresses-list li.item > .table caption,
.addresses-list li.item > .table-responsive > .table caption,
.addresses-list li.item > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.addresses-list li.item > .table:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.addresses-list li.item > .table:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.addresses-list li.item > .panel-body + .table,
.addresses-list li.item > .panel-body + .table-responsive,
.addresses-list li.item > .table + .panel-body,
.addresses-list li.item > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.addresses-list li.item > .table > tbody:first-child > tr:first-child th,
.addresses-list li.item > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.addresses-list li.item > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered {
  border: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.addresses-list li.item > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.addresses-list li.item h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.order-info {
  margin-bottom: 12.5px;
  border-bottom: 1px solid #eeeeee;
}
.order-info dd {
  padding-left: 10px;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-info li:last-child {
  margin-right: 0;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin-bottom: 12.5px;
}
.order-info-box {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  margin-right: 0;
  border-color: #dddddd;
  padding-top: 15px;
}
.order-info-box > .list-group,
.order-info-box > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.order-info-box > .list-group .list-group-item,
.order-info-box > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-info-box > .list-group:first-child .list-group-item:first-child,
.order-info-box > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.order-info-box > .list-group:last-child .list-group-item:last-child,
.order-info-box > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.order-info-box > .table,
.order-info-box > .table-responsive > .table,
.order-info-box > .panel-collapse > .table {
  margin-bottom: 0;
}
.order-info-box > .table caption,
.order-info-box > .table-responsive > .table caption,
.order-info-box > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.order-info-box > .table:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.order-info-box > .table:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.order-info-box > .panel-body + .table,
.order-info-box > .panel-body + .table-responsive,
.order-info-box > .table + .panel-body,
.order-info-box > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.order-info-box > .table > tbody:first-child > tr:first-child th,
.order-info-box > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-info-box > .table-bordered,
.order-info-box > .table-responsive > .table-bordered {
  border: 0;
}
.order-info-box > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-bordered > tfoot > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-info-box > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-bordered > tfoot > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-info-box > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-bordered > tbody > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-info-box > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-info-box > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-info-box .box {
  margin-bottom: 15px;
}
.order-info-box h2 {
  margin-top: 0;
  font-size: 15px;
}
.order-info-box address {
  margin-bottom: 0;
}
.order-items h2 {
  font-size: 16px;
}
.order-items h3 {
  font-size: 11px;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 12.5px 0;
}
.gift-message {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.gift-message > .list-group,
.gift-message > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.gift-message > .list-group .list-group-item,
.gift-message > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.gift-message > .list-group:first-child .list-group-item:first-child,
.gift-message > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.gift-message > .list-group:last-child .list-group-item:last-child,
.gift-message > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gift-message > .table,
.gift-message > .table-responsive > .table,
.gift-message > .panel-collapse > .table {
  margin-bottom: 0;
}
.gift-message > .table caption,
.gift-message > .table-responsive > .table caption,
.gift-message > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.gift-message > .table:first-child,
.gift-message > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.gift-message > .table:last-child,
.gift-message > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.gift-message > .panel-body + .table,
.gift-message > .panel-body + .table-responsive,
.gift-message > .table + .panel-body,
.gift-message > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.gift-message > .table > tbody:first-child > tr:first-child th,
.gift-message > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.gift-message > .table-bordered,
.gift-message > .table-responsive > .table-bordered {
  border: 0;
}
.gift-message > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-bordered > tfoot > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.gift-message > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-bordered > tfoot > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.gift-message > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-bordered > tbody > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.gift-message > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.gift-message > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.gift-message dt {
  padding-left: 10px;
}
.gift-message dt strong {
  display: block;
  margin-left: -10px;
}
.gift-message dd {
  margin-top: 12.5px;
}
.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-about {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.order-about > .list-group,
.order-about > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.order-about > .list-group .list-group-item,
.order-about > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-about > .list-group:first-child .list-group-item:first-child,
.order-about > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.order-about > .list-group:last-child .list-group-item:last-child,
.order-about > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.order-about > .table,
.order-about > .table-responsive > .table,
.order-about > .panel-collapse > .table {
  margin-bottom: 0;
}
.order-about > .table caption,
.order-about > .table-responsive > .table caption,
.order-about > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.order-about > .table:first-child,
.order-about > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.order-about > .table:first-child > thead:first-child > tr:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.order-about > .table:last-child,
.order-about > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.order-about > .panel-body + .table,
.order-about > .panel-body + .table-responsive,
.order-about > .table + .panel-body,
.order-about > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.order-about > .table > tbody:first-child > tr:first-child th,
.order-about > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-about > .table-bordered,
.order-about > .table-responsive > .table-bordered {
  border: 0;
}
.order-about > .table-bordered > thead > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-about > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-bordered > thead > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-about > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-bordered > tfoot > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-about > .table-bordered > thead > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-about > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-bordered > thead > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-about > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-bordered > tfoot > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-about > .table-bordered > thead > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-about > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-bordered > thead > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-about > .table-bordered > tbody > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-about > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-about > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-about dd {
  margin-bottom: 12.5px;
  padding-left: 10px;
}
.order-about dd:last-child {
  margin-bottom: 0;
}
.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.73;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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;
  height: auto;
}
.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.my-wishlist textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.my-wishlist textarea:-ms-input-placeholder {
  color: #999999;
}
.my-wishlist textarea::-webkit-input-placeholder {
  color: #999999;
}
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.my-wishlist textarea {
  height: auto;
}
.my-wishlist .price-box {
  margin-bottom: 6.25px;
}
.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 6.25px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 6.25px;
  width: 100%;
}
.my-wishlist p {
  margin-bottom: 0;
}
.my-wishlist .link-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.73;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  background-color: #43aae0;
  border-color: #43aae0;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  display: block;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit.active:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:active.focus,
.my-wishlist .link-edit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit.focus {
  color: #ffffff;
  text-decoration: none;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit.focus:active,
.my-wishlist .link-edit.active.focus {
  outline: none;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open > .dropdown-toggle.my-wishlist .link-edit {
  color: #ffffff;
  background-color: #2293ce;
  border-color: #218dc5;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open > .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled.focus,
.my-wishlist .link-edit[disabled].focus,
fieldset[disabled] .my-wishlist .link-edit.focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #43aae0;
  border-color: #43aae0;
}
.my-wishlist .link-edit .badge {
  color: #43aae0;
  background-color: #ffffff;
}
.my-wishlist .link-edit:hover {
  background-color: #62c2f4;
  border-color: #62c2f4;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  background-color: #3c99c9;
  border-color: #3c99c9;
}
.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add.focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open > .dropdown-toggle.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open > .dropdown-toggle.my-wishlist .btn-add {
  background-image: none;
}
.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled.focus,
.my-wishlist .btn-add[disabled].focus,
fieldset[disabled] .my-wishlist .btn-add.focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.my-wishlist .btn-add .badge {
  color: #428bca;
  background-color: #ffffff;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-review .product-img-box .label {
  font-size: 11px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 6.25px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  margin-bottom: 12.5px;
  font-size: 16px;
}
.product-review h3 {
  font-size: 15px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  margin-bottom: 6.25px;
}
.billing-agreements .info-box {
  margin: 12.5px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.73px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.73;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .modal-media .modal-dialog {
    width: 940px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e5e5e5;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e5e5e5;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e5e5e5;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e5e5e5;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.carousel-inner > .active.left {
  float: none !important;
}
.clearfix:before,
.clearfix:after,
header[role="banner"]:before,
header[role="banner"]:after,
.layout:before,
.layout:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.col2-set:before,
.col2-set:after,
.col2-set:before,
.col2-set:after,
.col4-set:before,
.col4-set:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.products-grid:before,
.products-grid:after,
.product-view:before,
.product-view:after,
.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:before,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:before,
.cart .cart-collaterals:after,
.modal-footer:before,
.modal-footer:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after,
div.onestepcheckout-threecolumns:before,
div.onestepcheckout-threecolumns:after,
.product-view .box-related-posts .feature-secondary-container:before,
.product-view .box-related-posts .feature-secondary-container:after,
.product-recommendations .collateral-product-table:before,
.product-recommendations .collateral-product-table:after,
.onestepcheckout-index-index .login-form-wrapper:before,
.onestepcheckout-index-index .login-form-wrapper:after,
.wordpress-post-view.business-solution .post-container .post-header:before,
.wordpress-post-view.business-solution .post-container .post-header:after,
.wordpress-post-view.personal-solution .post-container .post-header:before,
.wordpress-post-view.personal-solution .post-container .post-header:after,
.wordpress-post-view.who-we-are .post-container .post-header:before,
.wordpress-post-view.who-we-are .post-container .post-header:after,
.wordpress-post-view.wellness .post-container .post-header:before,
.wordpress-post-view.wellness .post-container .post-header:after,
.wordpress-post-view.product-line .post-container .post-header:before,
.wordpress-post-view.product-line .post-container .post-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
header[role="banner"]:after,
.layout:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.col2-set:after,
.col2-set:after,
.col4-set:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.products-grid:after,
.product-view:after,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:after,
.modal-footer:after,
.navbar:after,
.navbar-collapse:after,
div.onestepcheckout-threecolumns:after,
.product-view .box-related-posts .feature-secondary-container:after,
.product-recommendations .collateral-product-table:after,
.onestepcheckout-index-index .login-form-wrapper:after,
.wordpress-post-view.business-solution .post-container .post-header:after,
.wordpress-post-view.personal-solution .post-container .post-header:after,
.wordpress-post-view.who-we-are .post-container .post-header:after,
.wordpress-post-view.wellness .post-container .post-header:after,
.wordpress-post-view.product-line .post-container .post-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.bs-prototype-override {
  display: block !important;
}
.bs-prototype-override.input-group-btn {
  display: table-cell !important;
}
.hidden {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* custom bootstrap theme variables */
/* colors */
/* fonts primary */
/*@fontConduit1: normal normal 60/60 "ConduitBold",Arial,Helvetica,sans-serif ; // H1 / 1st Importance Headlines / Large headlines
@fontConduit2: normal normal 44/44 "ConduitBold",Arial,Helvetica,sans-serif ; // H2 / 2st Importance Headlines
@fontConduit3: normal normal 30/30 "ConduitBold",Arial,Helvetica,sans-serif ; // H3 / 3st Importance Headlines
@fontConduit4: normal normal 26/26 "ConduitLight",Arial,Helvetica,sans-serif ; // H4 / 4st Importance Headlines*/
/* fonts secondary */
/*@fontArial1: normal bold 20/32 Arial,Helvetica,sans-serif ; // H5 / Paragraph Titles
@fontArial2: normal normal 20/32 Arial,Helvetica,sans-serif ; // Big Paragraph Type / Highlights
@fontArial3: normal bold 16/16 Arial,Helvetica,sans-serif ; // Buttons Type
@fontArial4: normal normal 15/24 Arial,Helvetica,sans-serif ; // Paragraph Type*/
/* TOP FLYER */
/* PRICES */
/* CATEGORY VIEW */
/* CUSTOMER */
/* PRODUCT VIEW */
/* overriding bootstrap variables */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.73;
  color: #666666;
  background-color: #ffffff;
}
div[role="main"] {
  margin-bottom: 0;
}
.layout.layout-1-col div[role="main"] {
  width: auto;
  float: none;
}
a {
  color: #43aae0;
  text-decoration: none;
  font-weight: bold;
}
a .icon {
  display: inline-block;
  position: static;
  top: auto;
  visibility: visible;
}
a .icon-hover {
  display: inline-block;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
@media (min-width: 1025px) {
  a:hover,
  a:focus {
    color: #62c2f4;
    text-decoration: none;
  }
  a:hover .icon,
  a:focus .icon {
    display: inline-block;
    position: absolute;
    top: -99999px;
    visibility: hidden;
  }
  a:hover .icon-hover,
  a:focus .icon-hover {
    display: inline-block;
    position: static;
    top: auto;
    visibility: visible;
  }
}
a:focus {
  outline: none;
  outline-offset: 0;
}
.lazy-load img {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.lazy-load.lazy-error {
  background: url('../images/loader.gif') no-repeat scroll center center transparent;
}
.lazy-load.lazy-missing {
  background: url('../images/loader.gif') no-repeat scroll center center transparent;
}
.lazy-load.lazy-loading {
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: url('../images/loader.gif') no-repeat scroll center center transparent;
}
.lazy-load.lazy-loaded {
  background: none;
}
.lazy-load.lazy-loaded img {
  opacity: 1;
}
.sprite {
  display: inline-block;
}
/* http://fortawesome.github.io/Font-Awesome/icons/ */
@font-face {
  font-family: 'ConduitBold';
  src: url('../fonts/conduit_bold-webfont.eot');
  src: url('../fonts/conduit_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/conduit_bold-webfont.woff2') format('woff2'), url('../fonts/conduit_bold-webfont.woff') format('woff'), url('../fonts/conduit_bold-webfont.ttf') format('truetype'), url('../fonts/conduit_bold-webfont.svg#conduititc_ttbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConduitLight';
  src: url('../fonts/conduit_light-webfont.eot');
  src: url('../fonts/conduit_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/conduit_light-webfont.woff2') format('woff2'), url('../fonts/conduit_light-webfont.woff') format('woff'), url('../fonts/conduit_light-webfont.ttf') format('truetype'), url('../fonts/conduit_light-webfont.svg#conduititc_ttlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConduitMedium';
  src: url('../fonts/conduit_medium-webfont.eot');
  src: url('../fonts/conduit_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/conduit_medium-webfont.woff2') format('woff2'), url('../fonts/conduit_medium-webfont.woff') format('woff'), url('../fonts/conduit_medium-webfont.ttf') format('truetype'), url('../fonts/conduit_medium-webfont.svg#conduit_itcmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font: Arial, Helvetica, sans-serif;
}
h1 {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
}
h2 {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
}
h3 {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
}
h4 {
  font-family: "ConduitLight", Arial, Helvetica, sans-serif;
}
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
.button.btn-default {
  color: #ffffff;
  background-color: #43aae0;
  border-color: #43aae0;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
}
.button.btn-default:hover,
.button.btn-default:focus,
.button.btn-default.focus,
.button.btn-default:active,
.button.btn-default.active,
.open > .dropdown-toggle.button.btn-default {
  color: #ffffff;
  background-color: #2293ce;
  border-color: #218dc5;
}
.button.btn-default:active,
.button.btn-default.active,
.open > .dropdown-toggle.button.btn-default {
  background-image: none;
}
.button.btn-default.disabled,
.button.btn-default[disabled],
fieldset[disabled] .button.btn-default,
.button.btn-default.disabled:hover,
.button.btn-default[disabled]:hover,
fieldset[disabled] .button.btn-default:hover,
.button.btn-default.disabled:focus,
.button.btn-default[disabled]:focus,
fieldset[disabled] .button.btn-default:focus,
.button.btn-default.disabled.focus,
.button.btn-default[disabled].focus,
fieldset[disabled] .button.btn-default.focus,
.button.btn-default.disabled:active,
.button.btn-default[disabled]:active,
fieldset[disabled] .button.btn-default:active,
.button.btn-default.disabled.active,
.button.btn-default[disabled].active,
fieldset[disabled] .button.btn-default.active {
  background-color: #43aae0;
  border-color: #43aae0;
}
.button.btn-default .badge {
  color: #43aae0;
  background-color: #ffffff;
}
.button.btn-default:hover {
  background-color: #62c2f4;
  border-color: #62c2f4;
}
.button.btn-default:focus,
.button.btn-default.focus,
.button.btn-default:active,
.button.btn-default.active {
  background-color: #3c99c9;
  border-color: #3c99c9;
}
.button.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.button.btn-primary:hover,
.button.btn-primary:focus,
.button.btn-primary.focus,
.button.btn-primary:active,
.button.btn-primary.active,
.open > .dropdown-toggle.button.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.button.btn-primary:active,
.button.btn-primary.active,
.open > .dropdown-toggle.button.btn-primary {
  background-image: none;
}
.button.btn-primary.disabled,
.button.btn-primary[disabled],
fieldset[disabled] .button.btn-primary,
.button.btn-primary.disabled:hover,
.button.btn-primary[disabled]:hover,
fieldset[disabled] .button.btn-primary:hover,
.button.btn-primary.disabled:focus,
.button.btn-primary[disabled]:focus,
fieldset[disabled] .button.btn-primary:focus,
.button.btn-primary.disabled.focus,
.button.btn-primary[disabled].focus,
fieldset[disabled] .button.btn-primary.focus,
.button.btn-primary.disabled:active,
.button.btn-primary[disabled]:active,
fieldset[disabled] .button.btn-primary:active,
.button.btn-primary.disabled.active,
.button.btn-primary[disabled].active,
fieldset[disabled] .button.btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.button.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.button.btn-success {
  color: #ffffff;
  background-color: #5bbc7b;
  border-color: #5bbc7b;
}
.button.btn-success:hover,
.button.btn-success:focus,
.button.btn-success.focus,
.button.btn-success:active,
.button.btn-success.active,
.open > .dropdown-toggle.button.btn-success {
  color: #ffffff;
  background-color: #42a262;
  border-color: #3f9b5d;
}
.button.btn-success:active,
.button.btn-success.active,
.open > .dropdown-toggle.button.btn-success {
  background-image: none;
}
.button.btn-success.disabled,
.button.btn-success[disabled],
fieldset[disabled] .button.btn-success,
.button.btn-success.disabled:hover,
.button.btn-success[disabled]:hover,
fieldset[disabled] .button.btn-success:hover,
.button.btn-success.disabled:focus,
.button.btn-success[disabled]:focus,
fieldset[disabled] .button.btn-success:focus,
.button.btn-success.disabled.focus,
.button.btn-success[disabled].focus,
fieldset[disabled] .button.btn-success.focus,
.button.btn-success.disabled:active,
.button.btn-success[disabled]:active,
fieldset[disabled] .button.btn-success:active,
.button.btn-success.disabled.active,
.button.btn-success[disabled].active,
fieldset[disabled] .button.btn-success.active {
  background-color: #5bbc7b;
  border-color: #5bbc7b;
}
.button.btn-success .badge {
  color: #5bbc7b;
  background-color: #ffffff;
}
.button.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.button.btn-info:hover,
.button.btn-info:focus,
.button.btn-info.focus,
.button.btn-info:active,
.button.btn-info.active,
.open > .dropdown-toggle.button.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.button.btn-info:active,
.button.btn-info.active,
.open > .dropdown-toggle.button.btn-info {
  background-image: none;
}
.button.btn-info.disabled,
.button.btn-info[disabled],
fieldset[disabled] .button.btn-info,
.button.btn-info.disabled:hover,
.button.btn-info[disabled]:hover,
fieldset[disabled] .button.btn-info:hover,
.button.btn-info.disabled:focus,
.button.btn-info[disabled]:focus,
fieldset[disabled] .button.btn-info:focus,
.button.btn-info.disabled.focus,
.button.btn-info[disabled].focus,
fieldset[disabled] .button.btn-info.focus,
.button.btn-info.disabled:active,
.button.btn-info[disabled]:active,
fieldset[disabled] .button.btn-info:active,
.button.btn-info.disabled.active,
.button.btn-info[disabled].active,
fieldset[disabled] .button.btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.button.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.button.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.button.btn-warning:hover,
.button.btn-warning:focus,
.button.btn-warning.focus,
.button.btn-warning:active,
.button.btn-warning.active,
.open > .dropdown-toggle.button.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.button.btn-warning:active,
.button.btn-warning.active,
.open > .dropdown-toggle.button.btn-warning {
  background-image: none;
}
.button.btn-warning.disabled,
.button.btn-warning[disabled],
fieldset[disabled] .button.btn-warning,
.button.btn-warning.disabled:hover,
.button.btn-warning[disabled]:hover,
fieldset[disabled] .button.btn-warning:hover,
.button.btn-warning.disabled:focus,
.button.btn-warning[disabled]:focus,
fieldset[disabled] .button.btn-warning:focus,
.button.btn-warning.disabled.focus,
.button.btn-warning[disabled].focus,
fieldset[disabled] .button.btn-warning.focus,
.button.btn-warning.disabled:active,
.button.btn-warning[disabled]:active,
fieldset[disabled] .button.btn-warning:active,
.button.btn-warning.disabled.active,
.button.btn-warning[disabled].active,
fieldset[disabled] .button.btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.button.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.button.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.button.btn-danger:hover,
.button.btn-danger:focus,
.button.btn-danger.focus,
.button.btn-danger:active,
.button.btn-danger.active,
.open > .dropdown-toggle.button.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.button.btn-danger:active,
.button.btn-danger.active,
.open > .dropdown-toggle.button.btn-danger {
  background-image: none;
}
.button.btn-danger.disabled,
.button.btn-danger[disabled],
fieldset[disabled] .button.btn-danger,
.button.btn-danger.disabled:hover,
.button.btn-danger[disabled]:hover,
fieldset[disabled] .button.btn-danger:hover,
.button.btn-danger.disabled:focus,
.button.btn-danger[disabled]:focus,
fieldset[disabled] .button.btn-danger:focus,
.button.btn-danger.disabled.focus,
.button.btn-danger[disabled].focus,
fieldset[disabled] .button.btn-danger.focus,
.button.btn-danger.disabled:active,
.button.btn-danger[disabled]:active,
fieldset[disabled] .button.btn-danger:active,
.button.btn-danger.disabled.active,
.button.btn-danger[disabled].active,
fieldset[disabled] .button.btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.button.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.dropdown-menu {
  float: none;
  background-color: transparent;
}
.dropdown-menu > li > a {
  padding-left: 0;
  color: #41535d;
}
.dropdown-menu > li > a:hover {
  color: #41535d;
  background-color: transparent;
}
.dropdown-menu > li.disabled > a {
  color: #41535d;
}
.dropdown-menu > li.disabled > a:hover {
  color: #41535d;
  background-color: transparent;
}
/* glue: 0.4 hash: 694c0578ee */
.sprite-sprites-product-designer-award-winner-2013,
.sprite-sprites-youku,
.sprite-sprites-slider-prev-white,
.sprite-sprites-slider-next-white,
.sprite-sprites-product-slider-prev,
.sprite-sprites-product-slider-next,
.sprite-sprites-legend-site,
.sprite-sprites-separator-horizontal,
.sprite-sprites-legend-online,
.sprite-sprites-chat-icon,
.sprite-sprites-chat-icon-hover,
.sprite-sprites-email-icon,
.sprite-sprites-email-icon-hover,
.sprite-sprites-contact-chat,
.sprite-sprites-arrow-down-grey,
.sprite-sprites-phone-icon,
.sprite-sprites-phone-icon-hover,
.sprite-sprites-dot-menu,
.sprite-sprites-contact-phone,
.sprite-sprites-facebook-grey,
.sprite-sprites-product-print,
.sprite-sprites-youtube,
.sprite-sprites-weibo,
.sprite-sprites-wechat,
.sprite-sprites-twitter-grey,
.sprite-sprites-product-social-twitter,
.sprite-sprites-product-social-instagram,
.sprite-sprites-product-social-gplus,
.sprite-sprites-pinterest,
.sprite-sprites-news-social-twitter,
.sprite-sprites-linkedin,
.sprite-sprites-linkedin-blue,
.sprite-sprites-legend-home,
.sprite-sprites-instagram-grey,
.sprite-sprites-google-plus-grey,
.sprite-sprites-arrow-up-blue,
.sprite-sprites-arrow-down-blue,
.sprite-sprites-product-social-facebook,
.sprite-sprites-product-add-to-cart,
.sprite-sprites-product-add-to-cart-hover,
.sprite-sprites-news-social-facebook,
.sprite-sprites-checkbox,
.sprite-sprites-checkbox-tick,
.sprite-sprites-separator-vertical,
.sprite-sprites-search-icon,
.sprite-sprites-search-icon-hover,
.sprite-sprites-product-share,
.sprite-sprites-cart-icon,
.sprite-sprites-cart-icon-hover,
.sprite-sprites-product-other-separator,
.sprite-sprites-pin-case,
.sprite-sprites-spunta,
.sprite-sprites-product-social-close,
.sprite-sprites-arrow-right-case,
.sprite-sprites-arrow-load-more,
.sprite-sprites-carousel-nav,
.sprite-sprites-carousel-nav-current {
  background-image: url('../images/sprites.png');
  background-repeat: no-repeat;
}
.sprite-sprites-product-designer-award-winner-2013 {
  background-position: 0px 0px;
  width: 132px;
  height: 46px;
}
.sprite-sprites-youku {
  background-position: 0px -46px;
  width: 69px;
  height: 22px;
}
.sprite-sprites-slider-prev-white {
  background-position: 0px -68px;
  width: 42px;
  height: 44px;
}
.sprite-sprites-slider-next-white {
  background-position: -42px -68px;
  width: 42px;
  height: 44px;
}
.sprite-sprites-product-slider-prev {
  background-position: -84px -68px;
  width: 42px;
  height: 44px;
}
.sprite-sprites-product-slider-next {
  background-position: -132px 0px;
  width: 42px;
  height: 44px;
}
.sprite-sprites-legend-site {
  background-position: 0px -112px;
  width: 44px;
  height: 24px;
}
.sprite-sprites-separator-horizontal {
  background-position: -132px -44px;
  width: 40px;
  height: 2px;
}
.sprite-sprites-legend-online {
  background-position: -132px -46px;
  width: 34px;
  height: 22px;
}
.sprite-sprites-chat-icon {
  background-position: -132px -68px;
  width: 34px;
  height: 30px;
}
.sprite-sprites-chat-icon-hover {
  background-position: 0px -136px;
  width: 34px;
  height: 30px;
}
.sprite-sprites-email-icon {
  background-position: -69px -46px;
  width: 30px;
  height: 22px;
}
.sprite-sprites-email-icon-hover {
  background-position: -99px -46px;
  width: 30px;
  height: 22px;
}
.sprite-sprites-contact-chat {
  background-position: -44px -112px;
  width: 30px;
  height: 24px;
}
.sprite-sprites-arrow-down-grey {
  background-position: -74px -112px;
  width: 30px;
  height: 20px;
}
.sprite-sprites-phone-icon {
  background-position: -34px -136px;
  width: 28px;
  height: 28px;
}
.sprite-sprites-phone-icon-hover {
  background-position: -62px -136px;
  width: 28px;
  height: 28px;
}
.sprite-sprites-dot-menu {
  background-position: -90px -136px;
  width: 28px;
  height: 28px;
}
.sprite-sprites-contact-phone {
  background-position: -118px -136px;
  width: 28px;
  height: 26px;
}
.sprite-sprites-facebook-grey {
  background-position: -146px -136px;
  width: 12px;
  height: 26px;
}
.sprite-sprites-product-print {
  background-position: -174px 0px;
  width: 20px;
  height: 24px;
}
.sprite-sprites-youtube {
  background-position: 0px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-weibo {
  background-position: -22px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-wechat {
  background-position: -44px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-twitter-grey {
  background-position: -66px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-product-social-twitter {
  background-position: -104px -112px;
  width: 22px;
  height: 20px;
}
.sprite-sprites-product-social-instagram {
  background-position: -88px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-product-social-gplus {
  background-position: -110px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-pinterest {
  background-position: -132px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-news-social-twitter {
  background-position: -126px -112px;
  width: 22px;
  height: 20px;
}
.sprite-sprites-linkedin {
  background-position: -154px -166px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-linkedin-blue {
  background-position: -194px 0px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-legend-home {
  background-position: -194px -22px;
  width: 22px;
  height: 20px;
}
.sprite-sprites-instagram-grey {
  background-position: -194px -42px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-google-plus-grey {
  background-position: -194px -64px;
  width: 22px;
  height: 22px;
}
.sprite-sprites-arrow-up-blue {
  background-position: -194px -86px;
  width: 21px;
  height: 19px;
}
.sprite-sprites-arrow-down-blue {
  background-position: -194px -105px;
  width: 21px;
  height: 19px;
}
.sprite-sprites-product-social-facebook {
  background-position: -194px -124px;
  width: 12px;
  height: 20px;
}
.sprite-sprites-product-add-to-cart {
  background-position: -194px -144px;
  width: 20px;
  height: 20px;
}
.sprite-sprites-product-add-to-cart-hover {
  background-position: -194px -164px;
  width: 20px;
  height: 20px;
}
.sprite-sprites-news-social-facebook {
  background-position: -174px -24px;
  width: 12px;
  height: 20px;
}
.sprite-sprites-checkbox {
  background-position: -174px -44px;
  width: 20px;
  height: 20px;
}
.sprite-sprites-checkbox-tick {
  background-position: -174px -64px;
  width: 20px;
  height: 20px;
}
.sprite-sprites-separator-vertical {
  background-position: -206px -124px;
  width: 2px;
  height: 18px;
}
.sprite-sprites-search-icon {
  background-position: -174px -84px;
  width: 16px;
  height: 18px;
}
.sprite-sprites-search-icon-hover {
  background-position: -174px -102px;
  width: 16px;
  height: 18px;
}
.sprite-sprites-product-share {
  background-position: -174px -120px;
  width: 12px;
  height: 18px;
}
.sprite-sprites-cart-icon {
  background-position: -174px -138px;
  width: 18px;
  height: 18px;
}
.sprite-sprites-cart-icon-hover {
  background-position: -148px -112px;
  width: 18px;
  height: 18px;
}
.sprite-sprites-product-other-separator {
  background-position: -215px -86px;
  width: 1px;
  height: 16px;
}
.sprite-sprites-pin-case {
  background-position: -158px -136px;
  width: 12px;
  height: 16px;
}
.sprite-sprites-spunta {
  background-position: -132px -98px;
  width: 14px;
  height: 14px;
}
.sprite-sprites-product-social-close,
.sprite-sprites-product-configurator-close {
  background-position: -146px -98px;
  width: 12px;
  height: 12px;
}
.sprite-sprites-arrow-right-case {
  background-position: -158px -98px;
  width: 12px;
  height: 12px;
}
.sprite-sprites-arrow-load-more {
  background-position: -174px -156px;
  width: 12px;
  height: 8px;
}
.sprite-sprites-carousel-nav {
  background-position: -208px -124px;
  width: 6px;
  height: 6px;
}
.sprite-sprites-carousel-nav-current {
  background-position: -208px -130px;
  width: 6px;
  height: 6px;
}
.modal-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 1px;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 60px;
  border: none;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    float: left;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .navbar-collapse {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .navbar-collapse {
    padding: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 481px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: none;
  margin: 0 auto;
  display: block;
  padding: 12.5px 10px;
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  width: 145px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .navbar-brand {
    float: left;
  }
}
@media (max-width: 1280px) {
  .navbar-brand {
    max-width: 40%;
  }
}
.navbar-toggle {
  display: block !important;
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-nav > li {
  display: block !important;
}
.navbar-nav > li.login,
.navbar-nav > li.contacts {
  display: none !important;
  padding: 0 0 20px;
}
.navbar-nav > li.login > a,
.navbar-nav > li.contacts > a {
  padding: 0 30px !important;
  line-height: 40px !important;
}
@media (max-width: 1024px) {
  .navbar-nav > li.login,
  .navbar-nav > li.contacts {
    display: block !important;
    max-width: 300px;
  }
  .navbar-nav > li.login .button.btn-default,
  .navbar-nav > li.contacts .button.btn-default {
    font-size: 15px;
    background: #141d24;
    border: 1px solid #333d47;
    margin: 0;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 769px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: 300px;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .navbar-right {
    padding-right: 20px;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff797;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff797;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #fff797;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff797;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
@media (min-width: 1025px) {
  .navbar-nav .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s;
    -o-transition: visibility 0s linear 0.5s;
    transition: visibility 0s linear 0.5s;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}
.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
h1.logo {
  margin: 0 auto;
}
@media (min-width: 1281px) {
  h1.logo {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .logo img {
    max-width: 115px;
    padding-top: 5px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .logo img {
    max-width: 115px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e5e5e5;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e5e5e5;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e5e5e5;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e5e5e5;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel .control {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.carousel .control.left {
  left: -50px;
}
.carousel .control.right {
  right: -50px;
}
.carousel .carousel-indicators {
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.carousel .carousel-indicators li {
  height: 12px;
  width: 12px;
  margin: 0 12px;
  border: none;
  background: #a9aca9;
}
.carousel .carousel-indicators li.active {
  background: #62666e;
}
@media (max-width: 768px) {
  .swiper-container .swiper-pagination {
    display: none !important;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 0;
  background: #a9aca9;
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #62666e;
  border: 0;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 42px;
  height: 44px;
}
.swiper-container .swiper-button-prev {
  background: url(../src/images/sprites/product-slider-prev.png);
  left: 30px;
}
@media (max-width: 768px) {
  .swiper-container .swiper-button-prev {
    left: 10px;
  }
}
.swiper-container .swiper-button-next {
  background: url(../src/images/sprites/product-slider-next.png);
  right: 30px;
}
@media (max-width: 768px) {
  .swiper-container .swiper-button-next {
    right: 10px;
  }
}
.swiper-container .swiper-button-disabled {
  display: none;
}
.swiper-container.fullscreen-slider .swiper-slide {
  height: 750px !important;
  overflow: hidden;
}
.swiper-container.fullscreen-slider .swiper-slide .cover,
.swiper-container.fullscreen-slider .swiper-slide figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container.fullscreen-slider .swiper-slide figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .swiper-container.fullscreen-slider .swiper-slide figure {
    background-position: 50% center;
  }
}
@media (max-width: 768px) {
  .swiper-container.fullscreen-slider .swiper-slide {
    height: 400px !important;
  }
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 12px;
}
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery  > .slides  > .slide  > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery  > .close,
.blueimp-gallery  > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  /*text-shadow: 0 0 2px #000;*/
  opacity: 0.8;
  display: none;
}
.blueimp-gallery  > .prev,
.blueimp-gallery  > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  /*text-shadow: 0 0 2px #000;*/
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  top: 0 !important;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../images/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../images/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery  > .prev:hover,
.blueimp-gallery  > .next:hover,
.blueimp-gallery  > .close:hover,
.blueimp-gallery  > .title:hover,
.blueimp-gallery  > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls  > .prev,
.blueimp-gallery-controls  > .next,
.blueimp-gallery-controls  > .close,
.blueimp-gallery-controls  > .title,
.blueimp-gallery-controls  > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single  > .prev,
.blueimp-gallery-left  > .prev,
.blueimp-gallery-single  > .next,
.blueimp-gallery-right  > .next,
.blueimp-gallery-single  > .play-pause {
  display: none;
}
.blueimp-gallery  > .slides  > .slide  > .slide-content,
.blueimp-gallery  > .prev,
.blueimp-gallery  > .next,
.blueimp-gallery  > .close,
.blueimp-gallery  > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../images/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../images/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery .modal-body {
  position: relative;
  text-align: center;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  cursor: pointer;
}
.blueimp-gallery .modal-body .video-content video {
  display: none;
}
.blueimp-gallery .modal-body .video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  left: 100%;
}
.blueimp-gallery .modal-body .video-content a {
  cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  content: "\e029";
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-playing video {
  display: block;
}
.blueimp-gallery .modal-body .video-playing iframe {
  left: 0;
}
.blueimp-gallery .modal-body .video-loading a {
  background: url(../images/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
  content: none;
}
.blueimp-gallery .modal-footer {
  margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
  display: none;
}
@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
    width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
ol.checkout-agreements {
  margin-top: 10px;
}
.onestepcheckout-extraproducts {
  margin-top: 10px;
  margin-bottom: 10px;
}
.onestepcheckout-extraproducts span {
  font-weight: bold;
}
.onestepcheckout-extraproducts li {
  padding: 2px 0;
}
.onestepcheckout-place-order-loading {
  text-align: right;
  margin-top: 10px;
  padding-left: 20px;
  font-style: italic;
  background: url("../images/ajax-loader.gif") no-repeat;
  display: inline-block;
}
select.address-select {
  margin: 3px 0 3px 0;
  width: 95% !important;
}
.onestepcheckout-enterprise span.validation-error,
.onestepcheckout-enterprise div.validation-error {
  padding-right: 0;
}
ul.onestepcheckout-custom-options {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
}
ul.onestepcheckout-custom-options > li {
  text-transform: capitalize;
}
.onestepcheckout-coupons input#id_couponcode {
  margin-bottom: 5px;
  width: 200px;
}
.onestepcheckout-giftcards input#id_giftcardcode {
  margin-bottom: 5px;
  width: 200px;
}
#onestepcheckout-form label {
  /*font-weight: normal !important;*/
}
#onestepcheckout-form .group-select {
  padding: 0 !important;
}
.onestepcheckout-summary,
.onestepcheckout-totals {
  border-collapse: collapse;
}
.onestepcheckout-summary th,
.onestepcheckout-summary,
.onestepcheckout-summary td,
.onestepcheckout-totals td {
  padding: 3px 0;
}
.onestepcheckout-summary th {
  border-bottom: 1px solid #BEBCB7;
  border-top: 1px solid #BEBCB7;
}
.onestepcheckout-summary .totals-advice {
  text-align: right;
  font-size: 12px;
}
.onestepcheckout-totals td,
.onestepcheckout-summary td {
  border-bottom: 1px solid #BEBCB7;
}
h1.onestepcheckout-title {
  font-size: 44px;
  text-transform: uppercase;
}
p.onestepcheckout-description {
  font-size: 15px;
}
div.onestepcheckout-threecolumns {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
div.onestepcheckout-threecolumns h1 {
  font-size: 30px;
  font-weight: bold;
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
@media (min-width: 1025px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
    float: left;
    width: 33.33333333%;
  }
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
@media (min-width: 1025px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
@media (min-width: 1025px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
    float: left;
    width: 33.33333333%;
  }
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right a {
  color: #666666;
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right label[for="privacy"] {
  margin: 0;
}
@media (max-width: 768px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance {
    padding-bottom: 20px;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:before,
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:after {
    content: " ";
    display: table;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:after {
    clear: both;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:before,
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:after {
    content: " ";
    display: table;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance:after {
    clear: both;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance input {
    float: left;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance label {
    float: left;
    width: calc(100% - 25px);
    padding: 0 0 0 10px;
    display: inline;
  }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right .acceptance .validation-advice {
    position: static;
  }
}
@media (max-width: 1024px) {
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
p.onestepcheckout-login-link {
  padding-top: 5px;
}
#onestepcheckout-email-error {
  width: 245px;
  clear: both;
  padding-top: 3px;
}
div.onestepcheckout-error {
  color: #DF280A;
  border: 1px solid #DF280A;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  background: #faebe7 url(../images/onestepcheckout-error.jpg) no-repeat 5px 5px;
}
.onestepcheckout-column-left .onestepcheckout-error {
  width: 85% !important;
}
.onestepcheckout-column-left .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.onestepcheckout-column-left .customer-dob label {
  font-size: 11px;
  font-weight: normal;
  color: #888;
}
.onestepcheckout-column-left .customer-dob .dob-year {
  width: 110px;
}
.onestepcheckout-column-left .customer-dob .dob-year input.input-text {
  width: 115px;
}
div.onestepcheckout-enable-newsletter {
  margin-bottom: 10px;
}
div.onestepcheckout-enable-newsletter-bottom {
  margin-top: 20px;
  text-align: right;
}
div.onestepcheckout-enable-terms {
  margin-top: 10px;
}
table.onestepcheckout-summary {
  width: 100%;
}
table.onestepcheckout-summary td.name {
  width: 55%;
}
table.onestepcheckout-summary td.qty,
table.onestepcheckout-summary th.qty {
  width: 10%;
  text-align: center;
}
table.onestepcheckout-summary td.total,
table.onestepcheckout-summary th.total {
  width: 35%;
  text-align: right;
}
table.onestepcheckout-totals {
  width: 100%;
  margin-bottom: 20px;
}
table.onestepcheckout-totals tr.grand-total td {
  font-weight: bold;
}
table.onestepcheckout-totals tr.Gift-Cards {
  display: none !important;
}
table.onestepcheckout-totals td.title {
  width: 65%;
  text-align: right;
}
table.onestepcheckout-totals td.value {
  width: 35%;
  text-align: right;
}
div.onestepcheckout-place-order-wrapper {
  text-align: right;
  margin-top: 20px;
}
div.checkoutcontainer {
  border-top: 1px solid #D8D2C7;
  min-height: 33em;
  overflow: hidden;
}
div.checkoutcontainer .checkout-error-message {
  font-size: 15px;
  margin-left: 10px;
  color: #ff0000;
}
div.checkoutcontainer .payment-methods .form-list label {
  text-align: left !important;
}
div.checkoutcontainer div.input-error label {
  color: #ff0000 !important;
}
div.checkoutcontainer li.taxvat .input-text {
  /*width: 91% !important;*/
}
div.checkoutcontainer div.input-postcode {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*        .input-text {
                    width: 85%;
                }*/
}
@media (min-width: 769px) {
  div.checkoutcontainer div.input-postcode {
    float: left;
    width: 50%;
  }
}
div.checkoutcontainer div.input-region {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*        .input-text {
                    width: 85%;
                }
                select {
                    width: 85% !important;
                }*/
}
@media (min-width: 769px) {
  div.checkoutcontainer div.input-region {
    float: left;
    width: 50%;
  }
}
div.checkoutcontainer div.input-country {
  width: 100%;
}
div.checkoutcontainer div.input-country select {
  /*width: 91%;*/
}
div.checkoutcontainer div.input-error input,
div.checkoutcontainer div.input-error select {
  border: 1px solid #ff0000 !important;
}
div.checkoutcontainer div.input-address-short,
div.checkoutcontainer div.input-firstname,
div.checkoutcontainer div.input-lastname,
div.checkoutcontainer div.input-email,
div.checkoutcontainer div.input-telephone,
div.checkoutcontainer div.input-company,
div.checkoutcontainer div.input-fax,
div.checkoutcontainer div.input-password {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  div.checkoutcontainer div.input-address-short,
  div.checkoutcontainer div.input-firstname,
  div.checkoutcontainer div.input-lastname,
  div.checkoutcontainer div.input-email,
  div.checkoutcontainer div.input-telephone,
  div.checkoutcontainer div.input-company,
  div.checkoutcontainer div.input-fax,
  div.checkoutcontainer div.input-password {
    float: left;
    width: 50%;
  }
}
div.checkoutcontainer div.input-address-short .input-text,
div.checkoutcontainer div.input-firstname .input-text,
div.checkoutcontainer div.input-lastname .input-text,
div.checkoutcontainer div.input-email .input-text,
div.checkoutcontainer div.input-telephone .input-text,
div.checkoutcontainer div.input-company .input-text,
div.checkoutcontainer div.input-fax .input-text,
div.checkoutcontainer div.input-password .input-text {
  /*width: 85%;*/
}
div.checkoutcontainer div.input-address,
div.checkoutcontainer div.input-city,
div.checkoutcontainer div.input-vat,
div.checkoutcontainer li.taxvat div.input-box,
div.checkoutcontainer .input-country {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  div.checkoutcontainer div.input-address,
  div.checkoutcontainer div.input-city,
  div.checkoutcontainer div.input-vat,
  div.checkoutcontainer li.taxvat div.input-box,
  div.checkoutcontainer .input-country {
    float: left;
    width: 100%;
  }
}
div.checkoutcontainer div.input-address .input-text,
div.checkoutcontainer div.input-city .input-text,
div.checkoutcontainer div.input-vat .input-text {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  div.checkoutcontainer div.input-address .input-text,
  div.checkoutcontainer div.input-city .input-text,
  div.checkoutcontainer div.input-vat .input-text {
    float: left;
    width: 100%;
  }
}
fieldset.group-select {
  padding: 10px 10px;
}
.group-select li {
  padding: 4px 0;
}
.shipment-methods ul.messages li {
  padding: 4px 8px;
}
.shipment-methods dd {
  font-weight: bold;
}
p.checkout-choose-payment-method,
p.checkout-choose-shipping-method {
  margin-top: 1em;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
p.checkout-choose-payment-method {
  margin-top: 2em !important;
}
.payment-methods dd li {
  padding: 0;
}
div.onestepcheckout-shipping-method {
  margin-bottom: 20px;
}
div.loading-ajax,
div.loading-ajax-login {
  height: 50px;
  text-align: center;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}
p.onestepcheckout-numbers {
  text-transform: uppercase;
  padding-top: 6px;
  font-size: 15px;
  font-weight: bold;
}
#onestepcheckout_popup_overlay_iframe {
  z-index: 100000;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}
#onestepcheckout_popup_overlay {
  z-index: 1000000;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}
#onestepcheckout-toc-popup {
  width: 482px;
  height: 530px;
  position: absolute;
  z-index: 1000001;
}
#onestepcheckout-toc-popup .onestepcheckout-popup-wrapper {
  height: 515px !important;
}
#onestepcheckout-toc-popup div.onestepcheckout-popup-contents {
  overflow: auto;
  height: 450px;
}
#onestepcheckout-toc-popup h1 {
  margin-left: 20px;
}
#onestepcheckout-toc-popup .onestepcheckout-toc-terms {
  margin: 0 20px 20px;
  height: 440px !important;
  overflow: auto;
  padding-right: 10px;
}
#onestepcheckout-login-popup,
#onestepcheckout-toc-popup {
  text-align: left !important;
}
.onestepcheckout-popup-footer {
  height: 13px;
}
.onestepcheckout-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.onestepcheckout-popup-wrapper h1 {
  font-size: 30px !important;
}
.onestepcheckout-popup-wrapper label {
  font-weight: normal;
}
.onestepcheckout-popup-wrapper .input-text {
  width: 190px !important;
}
.onestepcheckout-popup-contents {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 1px;
}
#onestepcheckout-forgot-table td {
  vertical-align: middle !important;
}
#onestepcheckout-login-popup {
  width: 480px;
  position: absolute;
  z-index: 1000001;
  left: 50% !important;
  margin-left: -240px !important;
}
@media (max-width: 481px) {
  #onestepcheckout-login-popup {
    width: 90%;
    left: 5% !important;
    margin-left: 0 !important;
  }
}
#onestepcheckout-login-popup button {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
#onestepcheckout-login-popup button:hover,
#onestepcheckout-login-popup button:focus,
#onestepcheckout-login-popup button.focus,
#onestepcheckout-login-popup button:active,
#onestepcheckout-login-popup button.active,
.open > .dropdown-toggle#onestepcheckout-login-popup button {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
#onestepcheckout-login-popup button:active,
#onestepcheckout-login-popup button.active,
.open > .dropdown-toggle#onestepcheckout-login-popup button {
  background-image: none;
}
#onestepcheckout-login-popup button.disabled,
#onestepcheckout-login-popup button[disabled],
fieldset[disabled] #onestepcheckout-login-popup button,
#onestepcheckout-login-popup button.disabled:hover,
#onestepcheckout-login-popup button[disabled]:hover,
fieldset[disabled] #onestepcheckout-login-popup button:hover,
#onestepcheckout-login-popup button.disabled:focus,
#onestepcheckout-login-popup button[disabled]:focus,
fieldset[disabled] #onestepcheckout-login-popup button:focus,
#onestepcheckout-login-popup button.disabled.focus,
#onestepcheckout-login-popup button[disabled].focus,
fieldset[disabled] #onestepcheckout-login-popup button.focus,
#onestepcheckout-login-popup button.disabled:active,
#onestepcheckout-login-popup button[disabled]:active,
fieldset[disabled] #onestepcheckout-login-popup button:active,
#onestepcheckout-login-popup button.disabled.active,
#onestepcheckout-login-popup button[disabled].active,
fieldset[disabled] #onestepcheckout-login-popup button.active {
  background-color: #428bca;
  border-color: #357ebd;
}
#onestepcheckout-login-popup button .badge {
  color: #428bca;
  background-color: #ffffff;
}
#onestepcheckout-login-popup p.close,
#onestepcheckout-toc-popup p.close {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#onestepcheckout-login-popup p.close a,
#onestepcheckout-login-popup p.close a:link,
#onestepcheckout-login-popup p.close a:visited,
#onestepcheckout-toc-popup p.close a,
#onestepcheckout-toc-popup p.close a:link,
#onestepcheckout-toc-popup p.close a:visited {
  text-decoration: none;
  color: #000000;
}
#onestepcheckout-login-popup p.close a:hover,
#onestepcheckout-toc-popup p.close a:hover {
  text-decoration: underline;
}
#onestepcheckout-login-error,
#onestepcheckout-forgot-error {
  color: #ff0000;
  margin-bottom: 10px;
}
div.onestepcheckout-comments {
  margin-top: 5px;
  margin-bottom: 20px;
}
div.onestepcheckout-comments textarea {
  width: 100%;
}
.onestepcheckout-two-columns .onestepcheckout-column-left {
  width: 47%;
  float: left;
  margin-right: 30px;
  background: transparent url(../images/line-gradient.gif) no-repeat scrollright top;
}
.onestepcheckout-two-columns .onestepcheckout-column-right {
  width: 43%;
  float: left;
}
.onestepcheckout-two-columns p.onestepcheckout-numbers {
  margin-top: 20px !important;
}
.onestepcheckout-two-columns div.onestepcheckout-enable-terms {
  text-align: center !important;
}
.onestepcheckout-two-columns div.onestepcheckout-place-order-wrapper {
  text-align: center !important;
  margin-top: 10px !important;
}
.onestepcheckout-two-columns div.onestepcheckout-enable-newsletter {
  text-align: center !important;
}
.checkoutcontainer .payment-methods .input-box {
  width: 100% !important;
}
.checkoutcontainer li.shipping-address-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
}
.checkoutcontainer .payment-methods .input-box .input-text,
.checkoutcontainer .payment-methods .input-box textarea,
.checkoutcontainer .payment-methods .input-box select {
  width: 95% !important;
}
.checkoutcontainer .payment-methods .input-box select.year,
.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration_yr,
.checkoutcontainer .payment-methods .input-box select#protxDirect_start_yr {
  width: 75px !important;
}
.checkoutcontainer .payment-methods .input-box select.month,
.checkoutcontainer .payment-methods .input-box select#protxDirect_start,
.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration {
  width: 140px !important;
}
.onestepcheckout-giftmessagecontainer {
  margin-bottom: 10px;
}
#onestepcheckout-giftmessages .onestepcheckout-giftmessages fieldset.group-select {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}
.onestepcheckout-giftmessages .group-select li .input-box-last {
  margin-right: 0 !important;
}
.onestepcheckout-giftmessages .group-select li .input-box {
  width: 125px;
  margin-right: 20px;
}
.onestepcheckout-giftmessages .group-select li .input-box .input-text {
  width: 120px;
}
.onestepcheckout-giftmessages .group-select li textarea {
  width: 267px;
}
.onestepcheckout-address-line[id$="street1"] {
  margin-bottom: 15px;
}
.onestepcheckout-address-line[id$="street2"] {
  margin-bottom: 0px;
}
.onestepcheckout-column-left .customer-dob .dob-month,
.onestepcheckout-column-left .customer-dob .dob-day,
.onestepcheckout-column-left .customer-dob .dob-year {
  float: left;
}
.onestepcheckout-column-left .customer-dob .dob-day,
.onestepcheckout-column-left .customer-dob .dob-month {
  width: 60px;
}
.onestepcheckout-column-left .customer-dob .dob-day input.input-text,
.onestepcheckout-column-left .customer-dob .dob-month input.input-text {
  width: 46px;
}
.onestepcheckout-feedback,
.onestepcheckout-feedback-freetext {
  padding-top: 10px;
}
.onestepcheckout-feedback select {
  width: 95%;
}
.onestepcheckout-feedback-freetext textarea {
  width: 95%;
}
#control_overlay {
  background-color: #000;
}
.oscmodal {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #333;
}
@media (max-width: 768px) {
  .oscmodal {
    max-width: 95%;
  }
  .oscmodal h2 {
    margin: 10px 0;
  }
}
#addressreview {
  width: 750px;
  min-height: 430px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #E9EAEE;
  border: 2px solid white;
  padding: 15px 40px 20px 40px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  position: relative;
}
#addressreview .leftcol {
  float: left;
  width: 200px;
}
#addressreview .rightcol {
  float: left;
  width: 540px;
}
#addressreview h4 {
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 15px;
}
#addressreview #buttons {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
#addressreview #buttons div {
  float: left;
  zoom: 1;
  margin: 0 10px 0 10px;
}
#addressreview_summary div.data {
  height: 375px;
  overflow-y: auto;
  padding-right: 2px;
}
.checkout-agreements li {
  margin: 0;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 0;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 8px;
}
.agreement-content {
  overflow: auto;
  text-align: left;
}
#payment_form_banktransfer {
  margin: 0;
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  /* Target only IE7 and IE8 with this hack */
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  /* Target only IE7 and IE8 with this hack */
  visibility: visible\9;
  opacity: 0.99;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}
.footer-container a,
.footer-container p {
  color: #ffffff;
}
.footer-container .menu-title,
.footer-container label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8591;
}
.footer-container .footer-top .social-streams > h2 {
  font-family: "ConduitLight", Arial, Helvetica, sans-serif;
  color: #41535d;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 120px;
  letter-spacing: 7px;
}
@media (max-width: 768px) {
  .footer-container .footer-top .social-streams .instagram-social-stream .wall-outer {
    display: none !important;
  }
}
.footer-container .footer-top .social-streams .instagram-social-stream ul.stream {
  margin-bottom: 0;
}
.footer-container .footer-top .social-streams .instagram-social-stream ul.stream li .inner .section-thumb > a {
  display: block;
  border: none;
}
.footer-container .footer-top .social-streams .instagram-social-stream ul.stream li .inner .section-thumb > a:hover {
  border: none;
}
.footer-container .footer-top .social-streams .instagram-social-stream ul.stream li .inner .section-thumb > a:active {
  border: none;
}
@media (max-width: 768px) {
  .footer-container .footer-top .social-streams .instagram-social-stream ul.stream li:nth-child(2) {
    display: none !important;
  }
}
.footer-container .footer-top .social-streams .instagram-social-stream ul.stream li:nth-child(n+3) {
  display: none !important;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide {
  min-height: 350px;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide .section-intro,
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide li > a {
  display: none !important;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide img {
  max-width: 100%;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide .feed-image {
  border: none;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide .feed-image:hover {
  border: none;
}
.footer-container .footer-top .social-streams .instagram-social-stream .swiper-container .swiper-slide .feed-image:active {
  border: none;
}
@media (min-width: 769px) {
  .footer-container .footer-top .social-streams .instagram-social-stream .swiper-container {
    display: none !important;
  }
}
.footer-container .footer-top .social-streams .twitter-social-stream li .inner .icon-top {
  margin-bottom: 15px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-container .footer-top .social-streams .twitter-social-stream li .inner .icon-top {
    display: none !important;
  }
}
.footer-container .footer-top .social-streams .twitter-social-stream li .inner .section-text {
  font-size: 15px;
}
.footer-container .footer-top .social-streams .twitter-social-stream li .inner .section-text .twitter-user {
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer-container .footer-top .social-streams .twitter-social-stream li .inner .section-text .twitter-user {
    font-size: 20px;
  }
}
.footer-container .footer-top .social-streams .swiper-pagination {
  bottom: 0;
}
.footer-container .footer-top .social-streams .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: url(../images/swiper/swiper-bullet-grey.png) center no-repeat;
  padding: 15px;
  margin: 0;
}
.footer-container .footer-top .social-streams .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/swiper/swiper-bullet-black.png) center no-repeat;
}
.footer-container .footer-top .social-streams .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin: 0;
}
.footer-container .footer-top #contacts-fixed p,
.footer-container .footer-top #contacts-fixed span {
  color: #999999;
}
.footer-container .footer-top #contacts-fixed p {
  margin: 0;
}
.footer-container .footer-top #contacts-fixed a {
  color: #43AAE0;
}
.footer-container .footer-top #contacts-fixed #contacts-us-fixed,
.footer-container .footer-top #contacts-fixed #sap-blocks {
  position: fixed;
  top: 65%;
  transform: translateY(-50%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.footer-container .footer-top #contacts-fixed #contacts-us-fixed {
  right: 0;
  width: 100px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background: #62C2F4;
  padding: 10px 0;
}
.footer-container .footer-top #contacts-fixed #contacts-us-fixed > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/chat-now-icon.png') no-repeat center;
}
@media (max-width: 1024px) {
  .footer-container .footer-top #contacts-fixed #contacts-us-fixed {
    display: none;
  }
}
.footer-container .footer-top #contacts-fixed #sap-blocks {
  right: -200%;
  max-width: 50%;
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #DDDFE1;
  border-bottom: 1px solid #DDDFE1;
  border-left: 10px solid #43AAE0;
  background: #F9F9F9;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #41535d;
  opacity: 1;
}
.footer-container .footer-top #contacts-fixed #sap-blocks > p span {
  font-size: 16px;
  font-weight: bold;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  padding: 20px;
  border-right: 1px solid #DDDFE1;
}
@media (min-width: 769px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks .sap-block {
    float: left;
    width: 50%;
  }
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block > .icon {
  display: block;
  width: 34px;
  height: 30px;
  margin: 0 auto 10px;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block a.title,
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block span.title {
  font-size: 20px;
  font-weight: bold;
  color: #41535d;
  cursor: pointer;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block span.title:hover {
  border-bottom: 1px dotted #62C2F4;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#chat-now-fixed > .icon {
  background: url(../src/images/sprites/chat-icon.png) no-repeat;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call > .icon {
  background: url(../src/images/sprites/phone-icon.png) no-repeat;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form {
  margin-top: 20px;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form #callmeafter {
  margin: 20px 0;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form #callmeafter td:first-of-type {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form #callmeafter #timetocall {
    min-width: 8em;
  }
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form > input {
  max-width: 100%;
  padding: 0 5px;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form > input:hover {
  background: #ffffff;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form #clicktocall {
  margin: 20px 0 10px;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form .tp-error {
  color: #A94442;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block#click-to-call #click-to-call-form .tp-success {
  color: #3C763D;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block:last-of-type {
  border-right: 0;
}
.footer-container .footer-top #contacts-fixed #sap-blocks .sap-block:last-of-type > .icon {
  background: url(../src/images/sprites/email-icon.png) no-repeat;
}
@media (max-width: 1024px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks .sap-block {
    display: block;
    border-left: 0;
  }
  .footer-container .footer-top #contacts-fixed #sap-blocks .sap-block:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks .sap-block {
    border-bottom: 1px solid #DDDFE1;
  }
}
.footer-container .footer-top #contacts-fixed #sap-blocks.three-blocks {
  max-width: 66%;
}
.footer-container .footer-top #contacts-fixed #sap-blocks.three-blocks .sap-block {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks.three-blocks .sap-block {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks.three-blocks {
    max-width: 85%;
  }
}
@media (max-width: 1024px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks {
    top: 0;
    border-top: 0;
    border-left: 1px solid #DDDFE1;
    border-top-left-radius: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-top #contacts-fixed #sap-blocks {
    position: absolute;
    display: none;
    max-width: 85%;
    font-size: 12px;
  }
}
.footer-container .footer-top .contacts {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #DDDFE1;
}
.footer-container .footer-top .contacts .block-title {
  font-size: 26px;
  line-height: 120px;
  text-transform: uppercase;
  color: #41535d;
  letter-spacing: 7px;
  padding: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-container .footer-top .contacts .block-title {
    font-size: 20px;
    text-align: left;
    color: #666666;
    background: #edeff1;
    margin: 0;
    min-height: 120px;
    line-height: 40px;
    padding: 20px 40px 20px 20px;
  }
}
.footer-container .footer-top .contacts .contact-content {
  font-size: 15px;
  text-align: center;
}
.footer-container .footer-top .contacts .contact-content:before,
.footer-container .footer-top .contacts .contact-content:after {
  content: " ";
  display: table;
}
.footer-container .footer-top .contacts .contact-content:after {
  clear: both;
}
.footer-container .footer-top .contacts .contact-content:before,
.footer-container .footer-top .contacts .contact-content:after {
  content: " ";
  display: table;
}
.footer-container .footer-top .contacts .contact-content:after {
  clear: both;
}
.footer-container .footer-top .contacts .contact-content .info-box {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
.footer-container .footer-top .contacts .contact-content .info-box .sprite {
  display: inline-block;
}
.footer-container .footer-top .contacts .contact-content .info-box .mini-title {
  font-size: 20px;
  font-weight: bold;
  color: #41535d;
}
.footer-container .footer-top .contacts .contact-content .info-box .mini-description {
  color: #999999;
  margin-bottom: 30px;
}
.footer-container .footer-top .contacts .contact-content .info-box .phone {
  color: #43aae0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-container .footer-top .contacts .contact-content .info-box {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-top .contacts .contact-content:not(.opened) {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .footer-container .footer-top .contacts {
    padding-bottom: 80px;
  }
}
.footer-container .footer-bottom-bg {
  background: #1e2b33;
  padding: 0 0 70px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom-bg {
    padding: 0 0 20px;
  }
}
.footer-container .footer-bottom {
  padding-top: 55px;
}
.footer-container .footer-bottom .menus:before,
.footer-container .footer-bottom .menus:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .menus:after {
  clear: both;
}
.footer-container .footer-bottom .menus:before,
.footer-container .footer-bottom .menus:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .menus:after {
  clear: both;
}
.footer-container .footer-bottom .menus .call-address {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .menus .call-address {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .menus .call-address {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-bottom .menus .call-us:not(.menu-title) {
  font-size: 16px;
  font-weight: bold;
}
.footer-container .footer-bottom .menus .address:not(.menu-title) {
  font-size: 14px;
  padding: 20px 0 0;
}
.footer-container .footer-bottom .menus .address:not(.menu-title) span {
  display: block;
  font-weight: normal;
}
.footer-container .footer-bottom .menus .address:not(.menu-title) span.vat,
.footer-container .footer-bottom .menus .address:not(.menu-title) span.copyright {
  font-size: 11px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .menus .address:not(.menu-title) {
    padding: 20px 0;
  }
}
.footer-container .footer-bottom .menus .menus-right {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 15px;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .menus .menus-right {
    left: 8.33333333%;
  }
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .menus .menus-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .menus .menus-right {
    left: 4.16666667%;
  }
}
.footer-container .footer-bottom .menus .menus-right .menu-container {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .menus .menus-right .menu-container {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-bottom .menus .menus-right li {
  padding: 5px 0;
}
.footer-container .footer-bottom .menus .menus-right li.nav-1 a {
  font-size: 12px;
  color: #7c8591;
  text-transform: uppercase;
  cursor: default;
  border: none;
}
.footer-container .footer-bottom .menus .menus-right li.nav-1 a:hover {
  border: none;
}
.footer-container .footer-bottom .menus .menus-right li.nav-1 a:active {
  border: none;
}
.footer-container .footer-bottom .bottom {
  margin-top: 35px;
}
.footer-container .footer-bottom .bottom:before,
.footer-container .footer-bottom .bottom:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom:after {
  clear: both;
}
.footer-container .footer-bottom .bottom:before,
.footer-container .footer-bottom .bottom:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom:after {
  clear: both;
}
.footer-container .footer-bottom .bottom .block-subscribe {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .block-subscribe {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .bottom .block-subscribe {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content {
  padding: 0;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:before,
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:after {
  clear: both;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:before,
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content:after {
  clear: both;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content label {
  color: #7c8591;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 10px;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box {
  float: left;
  width: 62.5%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box {
    float: left;
    width: 83.33333333%;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input {
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  background: #141d24;
  border: 1px solid #333d47;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #41535d;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #41535d;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #41535d;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #41535d;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .input-box {
    margin-bottom: 25px;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions {
  left: 4.16666667%;
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin: 0;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions {
    left: 0%;
  }
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions {
    float: left;
    width: 8.33333333%;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions button.button {
  padding: 0 10px;
}
.footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions button.button span span {
  font-size: 0.7em;
}
@media (max-width: 1280px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions button.button span span {
    font-size: 0.55em;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe form .block-content .actions {
    padding: 0;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal label {
  color: #41535d;
  text-transform: uppercase;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal input.input-text {
  height: 40px;
  padding: 0 10px;
  color: #999999;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-backdrop.fade.in {
  cursor: pointer;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-header {
  padding-bottom: 5px;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-header label {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  padding-top: 25px;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .input-box {
  margin-top: 15px;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .input-box a {
  color: #41535d;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .input-box.terms-privacy {
  color: #41535d;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .input-box:first-child {
  margin-top: 0;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li {
  position: relative;
  padding: 5px 0;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li.over {
  background: #faf9f9;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li input {
  display: inline-block;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li label {
  margin: 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li .validation-advice {
  bottom: -10px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:before,
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:after {
    content: " ";
    display: table;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:after {
    clear: both;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:before,
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:after {
    content: " ";
    display: table;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li:after {
    clear: both;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li input,
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li label {
    float: left;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li input {
    width: 13px;
  }
  .footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-body .interest li label {
    max-width: calc(100% - 25px);
  }
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-footer {
  text-align: center;
  border: 0;
}
.footer-container .footer-bottom .bottom .block-subscribe form #newsletter-modal .modal-footer > .sprite {
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe {
    float: none;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-dialog {
    margin-top: 100px;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content {
  overflow: auto;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left,
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-right {
  float: left;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content button.close {
  margin: 10px 20px 0;
  width: 20px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left {
  width: 57%;
  padding: 20px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .modal-header {
  padding-bottom: 0;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .modal-header h1 {
  font-size: 34px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .modal-header h1 {
    margin-top: 0;
    text-align: center;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .modal-header .pop-title {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
  font-size: 34px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .modal-header .pop-title {
    margin-top: 0;
    text-align: center;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left div.intro {
  margin-bottom: 10px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .sprite-sprites-spunta {
  float: left;
  margin-right: 10px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left label {
  color: #666666;
  text-transform: none;
  font-weight: normal;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box input:not(.checkbox) {
  background: #F4F3F3;
  border: 0;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box input.checkbox {
  display: inline-block;
  background-color: #F4F3F3;
  border: 1px solid #CCC;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box label {
  margin-top: 5px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box #newsletter-email {
  height: 40px;
  color: #9d9c9c;
  padding: 0 5%;
  font-size: 12px;
  border: none;
  float: left;
  width: 184px;
  box-shadow: none;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box.email {
  position: relative;
  margin-top: 10px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box.email .validation-advice {
  top: 80px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left button {
  background: #fdf39b;
  color: #41525a;
  text-transform: uppercase;
  text-align: center;
  width: 86px;
  float: left;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  border: none;
  font-weight: normal;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left #show-after {
  display: none;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left.extended .input-box .validation-advice {
  position: static;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left {
    width: 100%;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-right {
  width: 43%;
  height: 430px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-right img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-right {
    display: none;
  }
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content a {
  display: inline-block;
  color: #666666;
  border: none;
  margin-top: 15px;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content a:hover {
  border: none;
}
.footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content a:active {
  border: none;
}
.footer-container .footer-bottom .bottom .social-menu {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .social-menu {
    left: 8.33333333%;
  }
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .social-menu {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .bottom .social-menu {
    left: 4.16666667%;
  }
}
.footer-container .footer-bottom .bottom .social-menu .socials a,
.footer-container .footer-bottom .bottom .social-menu .socials img {
  display: inline-block;
  margin: 0 20px 0 0;
  border: none;
}
.footer-container .footer-bottom .bottom .social-menu .socials a:hover,
.footer-container .footer-bottom .bottom .social-menu .socials img:hover {
  border: none;
}
.footer-container .footer-bottom .bottom .social-menu .socials a:active,
.footer-container .footer-bottom .bottom .social-menu .socials img:active {
  border: none;
}
@media (max-width: 1024px) {
  .footer-container .footer-bottom .bottom .social-menu .socials a,
  .footer-container .footer-bottom .bottom .social-menu .socials img {
    margin-bottom: 10px;
  }
}
.footer-container .footer-bottom .bottom .social-menu .socials a {
  vertical-align: middle;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .social-menu .socials a.sprite-sprites-wechat {
    display: none !important;
  }
}
.footer-container .footer-bottom .bottom .social-menu .socials a:last-of-type {
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-container .footer-bottom .bottom .social-menu .socials a {
    margin: 0 25px 0 0;
  }
}
.footer-container .footer-bottom .bottom .social-menu .socials img.qr-code {
  width: 65px;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .social-menu .socials {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .social-menu .socials img {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .social-menu {
    position: static;
    width: 100% !important;
    padding-bottom: 10px;
  }
}
.footer-container .footer-bottom .bottom .change-languages {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .footer-container .footer-bottom .bottom .change-languages {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .bottom .change-languages {
    float: left;
    width: 41.66666667%;
  }
}
.footer-container .footer-bottom .bottom .change-languages:before,
.footer-container .footer-bottom .bottom .change-languages:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom .change-languages:after {
  clear: both;
}
.footer-container .footer-bottom .bottom .change-languages:before,
.footer-container .footer-bottom .bottom .change-languages:after {
  content: " ";
  display: table;
}
.footer-container .footer-bottom .bottom .change-languages:after {
  clear: both;
}
.footer-container .footer-bottom .bottom .change-languages .form-stores,
.footer-container .footer-bottom .bottom .change-languages .form-language {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .footer-container .footer-bottom .bottom .change-languages .form-stores,
  .footer-container .footer-bottom .bottom .change-languages .form-language {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .footer-container .footer-bottom .bottom .change-languages .form-stores,
  .footer-container .footer-bottom .bottom .change-languages .form-language {
    padding: 0;
  }
}
.footer-container .footer-bottom .bottom .change-languages .form-stores > div:not(#select-country-popup) {
  font-size: 16px;
  color: #41535d;
  cursor: pointer;
}
.footer-container .footer-bottom .bottom .change-languages .form-stores > div:not(#select-country-popup) > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer-container .footer-bottom .bottom .change-languages .form-stores > div:not(#select-country-popup):focus {
  outline: none;
}
@media (max-width: 1024px) {
  .footer-container .footer-bottom .bottom .change-languages .form-stores {
    margin-bottom: 30px;
  }
}
.footer-container .footer-bottom .bottom .change-languages .form-language > label {
  display: block;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown {
  display: block !important;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown button {
  color: #41535d;
  font-weight: normal;
  background: none;
  border: none;
  width: 100%;
  vertical-align: bottom;
  padding: 0;
  text-align: left;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown li > a {
  border: none;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown li > a:hover {
  border: none;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown li > a:active {
  border: none;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .dropdown img {
  margin-right: 5px;
}
.footer-container .footer-bottom .bottom .change-languages .form-language .caret {
  display: block;
  margin-top: 14px;
  color: #43aae0;
  float: right;
}
@media (max-width: 768px) {
  .footer-container .footer-bottom .bottom .change-languages .form-language {
    border-left: 0;
  }
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list {
  line-height: normal;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name > a,
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.country-name > a {
  font-weight: normal;
  color: #666666;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name > span {
  display: block;
  font-family: "ConduitMedium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #41535d;
  margin-bottom: 10px;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:before,
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:after {
  content: " ";
  display: table;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:after {
  clear: both;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:before,
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:after {
  content: " ";
  display: table;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list:after {
  clear: both;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list .country-name {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list .country-name {
    float: left;
    width: 25%;
  }
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name .country-list .country-name img {
  margin-right: 5px;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name.row {
  font-family: "ConduitMedium", Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name.row > a {
  font-size: 18px;
  font-weight: bold;
  color: #41535d;
  vertical-align: middle;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.continent-name:not(.row) {
  margin-bottom: 20px;
}
.footer-container #select-country-popup .modal-dialog .modal-content ul.continent-list li.country-name > a {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .footer-container #select-country-popup .modal-dialog {
    width: 1020px;
  }
}
@media (max-width: 768px) {
  .footer-container {
    position: static;
  }
}
.wordpress-post-view .footer-container a,
.wordpress-post-view .footer-container p {
  color: #ffffff;
}
.wordpress-post-view .footer-container .menu-title,
.wordpress-post-view .footer-container label {
  color: #7c8591;
}
.wordpress-post-view .footer-container .menus .call-us :not(.menu-title) {
  font-size: 16px;
}
.wordpress-post-view .footer-container .menus .address :not(.menu-title) {
  font-size: 14px;
}
body.store-ru_ru .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left .input-box #newsletter-email {
  width: 100%;
}
body.store-ru_ru .footer-container .footer-bottom .bottom .block-subscribe-welcome #newsletter-welcome-modal .modal-content .col-left button {
  width: 100%;
}
.store-en_int .footer-container .footer-bottom .menus .call-us {
  display: none;
}
.store-en_int .footer-container .footer-bottom .menus .address {
  padding-top: 0;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.video-js .vjs-control-bar {
  display: none !important;
}
.video-js:hover .vjs-big-play-button {
  box-shadow: 0 0 25px #000 !important;
  -webkit-box-shadow: 0 0 25px #000 !important;
  -moz-box-shadow: 0 0 25px #000 !important;
}
.vjs-default-skin .vjs-big-play-button {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.vjs-default-skin .vjs-big-play-button:before {
  top: 5px;
  left: 4px;
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .vjs-default-skin .vjs-big-play-button:before {
    top: -12px;
    font-size: 1em;
  }
}
.vjs-default-skin .vjs-big-play-button:hover,
.vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: 0 0 25px #000 !important;
  -webkit-box-shadow: 0 0 25px #000 !important;
  -moz-box-shadow: 0 0 25px #000 !important;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: block !important;
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    width: 55px;
    height: 55px;
  }
}
.vjs-default-skin.vjs-controls-disabled.vjs-playing .vjs-big-play-button,
.vjs-default-skin.vjs-controls-disabled.vjs-has-started .vjs-big-play-button {
  display: none !important;
}
.vjs-poster {
  background-color: #ffffff;
}
.social-streams {
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
}
.social-streams:before,
.social-streams:after {
  content: " ";
  display: table;
}
.social-streams:after {
  clear: both;
}
.social-streams:before,
.social-streams:after {
  content: " ";
  display: table;
}
.social-streams:after {
  clear: both;
}
.social-streams .instagram-social-stream,
.social-streams .twitter-social-stream {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .social-streams .instagram-social-stream,
  .social-streams .twitter-social-stream {
    float: left;
    width: 50%;
  }
}
.social-streams .instagram-social-stream .dcsns-toolbar,
.social-streams .twitter-social-stream .dcsns-toolbar {
  display: none !important;
}
.social-streams .instagram-social-stream li,
.social-streams .twitter-social-stream li {
  list-style: none;
}
.social-streams .instagram-social-stream li a,
.social-streams .twitter-social-stream li a {
  color: #43aae0;
}
.social-streams .instagram-social-stream ul.stream li {
  position: relative !important;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (min-width: 769px) {
  .social-streams .instagram-social-stream ul.stream li {
    float: left;
    width: 50%;
  }
}
.social-streams .instagram-social-stream ul.stream li .inner span:not(.section-thumb) {
  display: none !important;
}
.social-streams .instagram-social-stream ul.stream li .inner .section-thumb img:not(.icon) {
  width: 100%;
}
.social-streams .instagram-social-stream ul.stream li .inner .section-thumb.icon {
  position: absolute;
  top: auto !important;
  visibility: visible !important;
  bottom: 20px;
  right: 30px;
}
.social-streams .instagram-social-stream ul.stream li .section-intro,
.social-streams .instagram-social-stream ul.stream li > a {
  display: none !important;
}
.social-streams .twitter-social-stream li {
  width: 50%;
  top: 50% !important;
  left: 25% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
}
.social-streams .twitter-social-stream li .inner .section-thumb {
  display: none !important;
}
.social-streams .twitter-social-stream li .inner .section-text {
  display: block;
  color: #999;
  text-align: center;
}
.social-streams .twitter-social-stream li .inner .section-text .twitter-user {
  font-size: 22px;
  display: block;
}
.social-streams .twitter-social-stream li .inner .section-text .twitter-user .name {
  display: none !important;
}
.social-streams .twitter-social-stream li .inner .section-text .twitter-user .go {
  margin-left: 10px;
}
.social-streams .twitter-social-stream li .section-intro,
.social-streams .twitter-social-stream li .icon {
  display: none !important;
}
.social-streams .twitter-social-stream .swiper-slide:nth-of-type(n+4) {
  display: none !important;
}
@media (max-width: 768px) {
  .social-streams .twitter-social-stream .swiper-slide {
    min-height: 350px;
  }
}
#aw-afptc-popup {
  background-color: #ffffff;
  border: 1px #999 solid;
  color: #666666;
  padding: 10px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  max-width: 95%;
}
#aw-afptc-popup.block .block-title {
  font-size: 17px;
  color: #41535d;
}
#aw-afptc-popup div.block-content ul.free-products-list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details {
  text-align: left;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:before,
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:after {
  content: " ";
  display: table;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:after {
  clear: both;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:before,
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:after {
  content: " ";
  display: table;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details:after {
  clear: both;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li {
  float: left;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li div.product-details {
  padding: 10px;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li div.product-details .product-name {
  font-size: 16px;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li div.product-details .product-name:not(.has-link) {
  font-weight: bold;
  color: #41535d;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li div.product-details div.price-box {
  text-align: left;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li input {
  float: left;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li div.product-image {
  margin-bottom: 5px;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li .regular-price {
  text-decoration: line-through;
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details li:nth-child(1) {
  display: none;
}
@media (min-width: 769px) {
  #aw-afptc-popup div.block-content ul.free-products-list ul.product-details li:nth-child(2) {
    width: 145px;
  }
}
@media (min-width: 769px) {
  #aw-afptc-popup div.block-content ul.free-products-list ul.product-details li:nth-child(3) {
    width: calc(100% - 145px);
  }
}
#aw-afptc-popup div.block-content ul.free-products-list ul.product-details div.validation-advice {
  text-align: left;
  width: 60px;
}
#aw-afptc-popup div.block-content ul.free-products-list.multiple-products ul.product-details li:nth-child(1) {
  float: none;
  display: block;
  margin-bottom: 10px;
}
#aw-afptc-popup div.block-content ul.free-products-list.multiple-products ul.product-details li:nth-child(1) input {
  float: none;
}
#aw-afptc-popup div.block-content ul.free-products-list.multiple-products ul.product-details li:nth-child(1) .validation-advice {
  position: static;
  display: inline-block;
  width: auto;
}
@media (min-width: 769px) {
  #aw-afptc-popup div.block-content ul.free-products-list.multiple-products ul.product-details li:nth-child(2) {
    width: 145px;
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  #aw-afptc-popup div.block-content ul.free-products-list.multiple-products ul.product-details li:nth-child(3) {
    width: calc(100% - 165px);
  }
}
#aw-afptc-popup li.item:last-child {
  clear: both;
}
@media (min-width: 1025px) {
  #aw-afptc-popup {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  #aw-afptc-popup div.block-content ul.product-details li div.product-details {
    text-align: left;
    padding: 0;
  }
  #aw-afptc-popup #aw-afptc-accept,
  #aw-afptc-popup #aw-afptc-decline {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #aw-afptc-popup {
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
}
#aw-afptc-overlay {
  -moz-opacity: 0.3;
  background-color: #000000;
  filter: alpha(opacity=30);
  height: 100%;
  left: 0;
  opacity: .30;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  cursor: pointer;
}
.aw-afptc-promo-message {
  font-size: 16px;
}
div.amshopby-column {
  float: left;
  width: 83px;
}
select.amshopby-select {
  width: 170px;
}
.amshopby-logo {
  float: left;
  padding: 0pt 10px 10px 0pt;
}
.amshopby-featured {
  padding: 5px 5px 5px 5px;
}
.amshopby-link {
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}
.amshopby-clearer {
  clear: both;
  display: block;
  overflow: hidden;
}
div.block-layered-nav {
  position: relative;
}
div.block-layered-nav dd a {
  display: block;
  float: left;
  padding: 0px 5px 0px 0px;
}
div.block-layered-nav dd a img {
  float: left;
  padding: 0px 4px 5px;
}
div.block-layered-nav dd a.amshopby-attr {
  background-image: url(../images/amshopby-cb1.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
div.block-layered-nav dd a.amshopby-attr-selected {
  background-image: url(../images/amshopby-cb2.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-left: 15px;
}
div.block-layered-nav dd a.amshopby-attr-inactive {
  color: #666666;
  pointer-events: none;
}
div.block-layered-nav dd li.amshopby-cat-level-2 {
  padding-left: 10px;
}
div.block-layered-nav dd li.amshopby-cat-level-3 {
  padding-left: 20px;
}
div.block-layered-nav dd a.amshopby-cat-selected {
  color: black;
  cursor: text;
  font-weight: bold;
  text-decoration: none;
}
div.block-layered-nav dd li span.amshopby-plusminus {
  background: transparent url(../images/amshopby-plus.gif) no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 15px;
  width: 15px;
}
div.block-layered-nav dd li span.minus {
  background: transparent url(../images/amshopby-minus.gif) no-repeat;
}
div.block-layered-nav dd li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
div.block-layered-nav div.amshopby-slider {
  background: url(../images/amshopby-slider-bg.gif) repeat-x 0 50%;
  cursor: pointer;
  height: 18px;
  margin: 10px 4px 5px 4px;
  position: relative;
  z-index: 9;
}
div.block-layered-nav div.amshopby-slider div.handle {
  background: transparent url(../images/amshopby-hadle.png) no-repeat;
  cursor: move;
  height: 14px;
  margin-left: -4px;
  position: absolute;
  top: 3px;
  width: 8px;
  z-index: 2;
}
div.block-layered-nav div.amshopby-slider div.handle.active {
  z-index: 3;
}
div.block-layered-nav.amshopby-collapse-enabled dt {
  background: url(../images/amshopby-expanded.gif) center left no-repeat;
  cursor: pointer;
  padding-left: 15px;
}
div.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
  background: url(../images/amshopby-collapsed.gif) center left no-repeat;
}
.amshopby-slider-price {
  color: #798794;
}
.amshopby-slider-price-from {
  float: left;
}
.amshopby-slider-price-to {
  float: right;
}
.amshopby-slider-handle-right {
  position: absolute;
  right: 0px;
  top: 14px;
}
.amshopby-slider-handle-left {
  left: 0px;
  position: absolute;
  top: 14px;
}
.amshopby-tooltip {
  background: #ffeecc;
  border: 1px solid #FAA819;
  color: #1F5070;
  padding: 2px 5px;
  position: absolute;
  text-align: left;
  width: 200px;
}
.amshopby-slider-price-range {
  font-size: 0.9em;
  text-align: center;
}
.amshopby-tooltip-img {
  cursor: help;
  display: inline;
}
div.amshopby-page-container {
  position: relative;
}
div.amshopby-filters-top {
  position: relative;
}
div.amshopby-overlay {
  background-color: #FFFFFF;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
}
div.amshopby-overlay img {
  display: block;
  left: 45%;
  position: absolute;
  top: 100px;
}
div.amshopby-overlay div {
  background: url('../images/loader.gif') 50% 50% no-repeat;
  display: block;
  height: 200px;
  margin: 0 auto;
  width: 300px;
}
.amshopby-advanced li {
  clear: both;
}
.amshopby-advanced li.level1 {
  padding-left: 20px;
}
.amshopby-advanced li.level2 {
  padding-left: 30px;
}
.amshopby-advanced li.level3 {
  padding-left: 40px;
}
.amshopby-advanced li.level4 {
  padding-left: 50px;
}
.amshopby-advanced li.active > a {
  font-weight: bold;
}
.amshopby-slider-bar {
  background: #999999;
  height: 6px;
  position: absolute;
  top: 6px;
  z-index: 1;
}
.amshopby-subcategory-image {
  overflow: auto;
}
.btn-remove-inline {
  background-image: url('../images/am_btn_remove.gif');
  background-repeat: no-repeat;
  height: 12px;
  margin-left: 4px;
  width: 13px;
}
.btn-remove-inline img {
  display: inline;
}
.amshopby-hightlighted {
  background: yellow;
}
.amshopby-slider-ui {
  background: url(../images/amshopby-slider-bg.gif) repeat-x 0 50%;
  margin: 10px .4em;
}
.amshopby-slider-ui .ui-slider-handle {
  background-color: #f18200;
  border: 1px solid #de5400;
  box-sizing: border-box;
  outline: none;
}
.amshopby-slider-ui .ui-slider-range {
  background-color: #999999;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ui-slider {
  cursor: pointer;
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  cursor: pointer;
  height: 1.2em;
  position: absolute;
  touch-action: none;
  width: 0.8em;
  z-index: 2;
}
.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit;
}
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.4em;
  top: -0.2em;
}
.ui-slider-horizontal .ui-slider-range {
  height: 8px;
  top: 0.2em;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  height: 100px;
  width: .8em;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.amshopby-narrow-by-list table td {
  vertical-align: top;
}
.header-container {
  position: relative;
  background-color: #1e2b33;
}
.header-container.naked {
  background-color: transparent;
}
.header-container > .container #header,
.header-container > .container header[role="banner"] {
  min-height: 70px;
  margin: 0;
}
.header-container > .container #header .navbar,
.header-container > .container header[role="banner"] .navbar {
  margin: 0;
  min-height: 70px;
  border: none;
}
.header-container > .container #header .navbar-header,
.header-container > .container header[role="banner"] .navbar-header {
  margin: 0 -15px;
}
.header-container > .container #header .navbar-header .top-menu,
.header-container > .container header[role="banner"] .navbar-header .top-menu {
  padding-left: 0;
}
.header-container > .container #header .navbar-header .top-menu li a,
.header-container > .container header[role="banner"] .navbar-header .top-menu li a {
  display: block;
  color: #ffffff;
  padding: 22px 16px;
  border: none;
}
.header-container > .container #header .navbar-header .top-menu li a:hover,
.header-container > .container header[role="banner"] .navbar-header .top-menu li a:hover {
  border: none;
}
.header-container > .container #header .navbar-header .top-menu li a:active,
.header-container > .container header[role="banner"] .navbar-header .top-menu li a:active {
  border: none;
}
.header-container > .container #header .navbar-header .top-menu li a .caret,
.header-container > .container header[role="banner"] .navbar-header .top-menu li a .caret {
  display: none !important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .header-container > .container #header .navbar-header .top-menu li a,
  .header-container > .container header[role="banner"] .navbar-header .top-menu li a {
    font-size: 12px;
    padding: 22px 8px;
  }
}
.header-container > .container #header .navbar-header .top-menu li > ul,
.header-container > .container header[role="banner"] .navbar-header .top-menu li > ul {
  display: none !important;
}
.header-container > .container #header .navbar-header .top-menu li.level0 > ul,
.header-container > .container header[role="banner"] .navbar-header .top-menu li.level0 > ul {
  display: none !important;
}
.header-container > .container #header .navbar-header .top-menu li.contact-link,
.header-container > .container header[role="banner"] .navbar-header .top-menu li.contact-link {
  display: block !important;
}
.header-container > .container #header .navbar-header .top-menu li.active span,
.header-container > .container header[role="banner"] .navbar-header .top-menu li.active span {
  border-bottom: 2px solid #FFF797 !important;
  padding-bottom: 2px;
}
.header-container > .container #header .navbar-header .top-menu li:hover > a > span,
.header-container > .container header[role="banner"] .navbar-header .top-menu li:hover > a > span {
  border-bottom: 2px solid #FFF797 !important;
  padding-bottom: 2px;
}
@media (min-width: 1025px) {
  .header-container > .container #header .navbar-header .top-menu li,
  .header-container > .container header[role="banner"] .navbar-header .top-menu li {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .header-container > .container #header .navbar-header .top-menu,
  .header-container > .container header[role="banner"] .navbar-header .top-menu {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .header-container > .container #header .navbar-header,
  .header-container > .container header[role="banner"] .navbar-header {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .header-container > .container #header .container-fluid,
  .header-container > .container header[role="banner"] .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-container > .container .navbar-toggle {
  margin: 18px 12px;
}
.header-container > .container .navbar-brand {
  height: 70px;
  padding: 14px 15px 22px;
}
@media (max-width: 768px) {
  .header-container > .container .navbar-brand {
    padding: 15px 16px 22px 0;
  }
}
.header-container > .container .quick-access {
  width: auto;
}
.header-container > .container .navbar-default .navbar-nav > li > p {
  padding: 23px 18px 22px;
  line-height: 25px;
  margin: 0;
}
.header-container > .container .navbar-default .navbar-nav > li > a {
  letter-spacing: -0.4px;
  color: #ffffff;
  outline: 0;
  text-decoration: none;
  padding: 22px 11px 23px;
  line-height: 25px;
  border: none;
}
.header-container > .container .navbar-default .navbar-nav > li > a:hover {
  border: none;
}
.header-container > .container .navbar-default .navbar-nav > li > a:active {
  border: none;
}
.header-container > .container .navbar-default .navbar-nav > li > a > * {
  border-bottom: 2px solid transparent;
}
@media (max-width: 768px) {
  .header-container > .container .navbar-default .navbar-nav > li > a > .icon-hover {
    display: none !important;
  }
}
.header-container > .container .navbar-default .navbar-nav > li > a:hover,
.header-container > .container .navbar-default .navbar-nav > li > a:focus {
  color: #fff797;
  background-color: transparent;
}
.header-container > .container .navbar-default .navbar-nav > li.service-link > a {
  letter-spacing: -0.4px;
}
@media (min-width: 1025px) {
  .header-container > .container .navbar-default .navbar-nav > li.service-link > a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .header-container > .container .navbar-default .navbar-nav > li.service-link > a {
    font-size: 15px;
  }
}
.header-container > .container .navbar-default .navbar-nav > li.service-link#topmenu-login-link > a,
.header-container > .container .navbar-default .navbar-nav > li.service-link#topmenu-logout-link > a {
  padding: 22px 16px;
}
@media (min-width: 1025px) {
  .header-container > .container .navbar-default .navbar-nav > li.service-link#topmenu-login-link > a,
  .header-container > .container .navbar-default .navbar-nav > li.service-link#topmenu-logout-link > a {
    padding: 22px 28px 23px 12px;
  }
}
.header-container > .container .navbar-default .navbar-nav > li.dropdown.mini-search > a {
  padding: 22px 11px 23px 28px;
}
.header-container > .container .navbar-default .navbar-nav > li.separator {
  margin: 0;
}
.header-container > .container .navbar-default .navbar-nav > li.separator p {
  padding: 25px 0 27px;
}
@media (max-width: 1024px) {
  .header-container > .container .navbar-default .navbar-nav > li.separator {
    display: none !important;
  }
}
.header-container > .container .navbar-default .navbar-nav > .active > a,
.header-container > .container .navbar-default .navbar-nav > .active > a:hover,
.header-container > .container .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.header-container > .container .navbar-default .navbar-nav > .active > a > *,
.header-container > .container .navbar-default .navbar-nav > .active > a:hover > *,
.header-container > .container .navbar-default .navbar-nav > .active > a:focus > * {
  padding-bottom: 3px;
  border-color: #fff797;
}
.header-container > .container .navbar-default .navbar-nav > .active > a:hover {
  color: #fff797;
}
.header-container > .container .navbar-default .navbar-nav.logged > li > a {
  padding: 23px 20px 22px;
}
@media (max-width: 1280px) {
  .header-container > .container .navbar-default .navbar-nav.logged > li > a {
    font-size: 14px;
    padding: 23px 3px 22px;
  }
}
@media (max-width: 1024px) {
  .header-container > .container {
    padding: 0;
  }
}
.header-container .navbar-right {
  float: right;
}
.header-container .navbar-right li {
  float: left;
}
.header-container .navbar-right li.separator .sprite-sprites-separator-vertical {
  display: block;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu {
  margin-left: -181px;
  left: 50%;
  width: 300px;
  padding: 40px 20px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 1400px) {
  .header-container .navbar-right .dropdown.service-link .dropdown-menu {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: -61px;
  }
  .header-container .navbar-right .dropdown.service-link .dropdown-menu .before {
    left: 68%;
  }
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-title {
  color: #7c8591;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-phone-number {
  color: #7c8591;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-phone-number .sprite {
  vertical-align: -3px;
  margin-right: 17px;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-email-us button.button {
  padding: 0;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-email-us button.button a {
  display: block;
  line-height: 40px;
  color: #ffffff;
  border: none;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-email-us button.button a:hover {
  border: none;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .contact-email-us button.button a:active {
  border: none;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .separator {
  margin: 20px 0 15px;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu a {
  font-weight: bold;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu button.button {
  margin-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu button.button .sprite {
  left: 15px;
  position: absolute;
}
.header-container .navbar-right .dropdown.service-link .dropdown-menu .our-locations {
  display: none !important;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 0;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:before,
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:after {
  content: " ";
  display: table;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:after {
  clear: both;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:before,
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:after {
  content: " ";
  display: table;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search:after {
  clear: both;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search .form-group {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search .form-group input {
  width: 100%;
  height: 40px;
  font-weight: normal;
}
.header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search button {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  padding: 0;
}
@media (max-width: 768px) {
  .header-container .navbar-right .dropdown.mini-search .dropdown-menu #form-mini-search {
    padding: 10px 0;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .header-container .navbar-right .dropdown.mini-search .dropdown-menu {
    position: absolute;
    background: #1e2b33;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header-container .navbar-right .dropdown.mini-search .dropdown-menu {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .header-container .navbar-right .dropdown.mini-search {
    position: static;
  }
}
.header-container .navbar-right .dropdown-menu {
  background-color: #ffffff;
}
.header-container #contacts-fixed-mobile {
  padding: 15px 0 20px;
}
.header-container #contacts-fixed-mobile span {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/chat-now-icon.png') no-repeat center;
}
@media (min-width: 1025px) {
  .header-container #contacts-fixed-mobile {
    display: none !important;
  }
}
.header-container.store-not-shoppable > .container .navbar-default .navbar-nav > li.separator {
  display: none !important;
}
@media (max-width: 1400px) {
  .header-container.store-not-shoppable .navbar-right .dropdown.service-link .dropdown-menu {
    margin-right: -19px;
  }
}
@media (min-width: 769px) {
  .header-container.store-not-shoppable .navbar-right {
    margin-right: 0;
  }
}
body.store-ru_ru .header-container > .container header[role="banner"] .navbar-header .top-menu li a {
  font-size: 14px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.store-ru_ru .header-container > .container header[role="banner"] .navbar-header .top-menu li a {
    font-size: 0.7em;
  }
}
body.store-jp_jp .header-container > .container header[role="banner"] .navbar-header .top-menu li a {
  font-size: 0.7em;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.store-jp_jp .header-container > .container header[role="banner"] .navbar-header .top-menu li a {
    font-size: 0.55em;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.store-jp_jp .header-container > .container .navbar-default .navbar-nav > li.service-link > a {
    font-size: 0.5em;
  }
}
html {
  height: 100%;
}
html,
body {
  position: relative;
  width: 100%;
  min-height: 100%;
}
body > .wrapper {
  height: 100%;
  min-height: 100%;
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  body > .wrapper {
    padding-bottom: 0;
  }
}
body:not(.catalog-product-view) .price-box .specs {
  display: none !important;
}
#subnav a {
  outline: 0;
  text-decoration: none;
  color: #999999;
}
#subnav a:focus,
#subnav a:hover {
  color: #43aae0;
}
#subnav a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#subnav a:active {
  color: #666666;
}
#subnav .tools button.button {
  background: #5bbc7b;
}
.mobile-accordion .toggle-accordion {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-accordion .toggle-accordion {
    display: block !important;
  }
  table.mobile-accordion .toggle-accordion {
    display: table;
  }
  tr.mobile-accordion .toggle-accordion {
    display: table-row !important;
  }
  th.mobile-accordion .toggle-accordion,
  td.mobile-accordion .toggle-accordion {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .mobile-accordion .wp-block,
  .mobile-accordion .elements {
    position: relative;
  }
  .mobile-accordion .wp-block .block-title,
  .mobile-accordion .elements .block-title {
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 5px;
    cursor: pointer;
    background-color: #edeff1;
    min-height: 120px;
    padding: 20px 40px 20px 20px;
    border: 1px #e5e5e5 solid;
    margin: 0 !important;
  }
  .mobile-accordion .wp-block > .block-subtitle:not(.opened),
  .mobile-accordion .elements > .block-subtitle:not(.opened),
  .mobile-accordion .wp-block > div:not(.opened),
  .mobile-accordion .elements > div:not(.opened) {
    display: none !important;
  }
  .mobile-accordion .toggle-accordion {
    position: absolute;
    z-index: 2;
    top: 30px !important;
    right: 10px;
    display: block;
  }
}
.modal-dialog {
  margin: 0 auto;
}
.modal-dialog .modal-header {
  text-align: center;
  border: 0;
}
.modal-dialog .modal-header > label {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #41535d;
  padding-top: 25px;
  text-transform: uppercase;
}
.modal-dialog .modal-header > .sprite-sprites-separator-horizontal {
  display: block;
  margin: 10px auto 0;
}
.modal-dialog .modal-header .close:hover {
  background: transparent;
}
.video-modal-trigger {
  cursor: pointer;
}
.video-modal-trigger:hover {
  border-bottom: dotted 1px #62c2f4;
}
.features-video .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.features-video .modal-dialog .modal-content .modal-header > .close {
  z-index: 1;
  position: relative;
  left: 9px;
  color: #ffffff;
  opacity: 1;
  margin-top: 7px;
}
@media (max-width: 1024px) {
  .features-video .modal-dialog .modal-content .modal-header > .close {
    left: 22px;
    margin-top: 23px;
  }
}
@media (max-width: 768px) {
  .features-video .modal-dialog .modal-content .modal-header > .close {
    left: 2px;
    margin-top: 0;
  }
}
.features-video .modal-dialog .modal-content .modal-body.no-poster .vjs-big-play-button {
  display: none !important;
}
@media (min-width: 1025px) {
  .features-video .modal-dialog .modal-content .modal-body {
    padding: 0 30px;
  }
}
.features-video .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
@media (min-width: 769px) {
  .features-video .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
  }
}
.price {
  white-space: nowrap;
}
.price-box .price-label {
  white-space: nowrap;
}
.price-box .price {
  font-weight: bold;
  color: #41535d;
}
.regular-price {
  color: #41535d;
}
.regular-price .price {
  font-weight: bold;
  color: #41535d;
}
.old-price {
  margin: 0;
  color: #777777;
}
.old-price .price {
  color: inherit;
  font-weight: normal;
  text-decoration: line-through;
}
.special-price {
  margin: 0;
}
.special-price .price-label {
  font-weight: bold;
  color: #41535d;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .price {
  font-weight: normal;
}
.price-excluding-tax,
.price-including-tax {
  display: block;
  color: #777777;
}
.price-excluding-tax .label,
.price-including-tax .label {
  white-space: nowrap;
  color: inherit;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
}
.weee {
  display: block;
}
.weee .price {
  font-weight: normal;
}
.price-excl-tax,
.price-incl-tax {
  display: block;
}
.price-excl-tax .label,
.price-incl-tax .label {
  white-space: nowrap;
  display: block;
}
.price-excl-tax .price,
.price-incl-tax .price {
  display: block;
}
.price-from,
.price-to {
  margin: 0;
}
.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-notice {
  color: #666666;
}
.price-notice .price {
  font-weight: bold;
  color: #666666;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle .price-box {
  margin: 0;
  padding: 0;
}
.price-box-bundle .price {
  color: #666666;
}
.product-pricing,
.tier-prices {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 1px;
}
.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tier-prices .benefit {
  font-weight: bold;
  font-style: italic;
}
.tier-prices .price {
  font-weight: bold;
  color: #666666;
}
.tier-prices-grouped .price {
  font-weight: bold;
}
.cms-index-defaultindex ul.messages,
.cms-index-index ul.messages {
  text-align: center;
}
.cms-index-defaultindex h2,
.cms-index-index h2,
.cms-index-defaultindex h3,
.cms-index-index h3 {
  color: #41535d;
}
.cms-index-defaultindex h4,
.cms-index-index h4 {
  font-size: 26px;
  color: #41535d;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 120px;
  letter-spacing: 7px;
}
@media (max-width: 768px) {
  .cms-index-defaultindex h4,
  .cms-index-index h4 {
    line-height: 60px;
    padding: 30px 20px;
  }
}
.cms-index-defaultindex h4.home-block-title-slider-wrapper,
.cms-index-index h4.home-block-title-slider-wrapper {
  display: none !important;
}
.cms-index-defaultindex h5.home-block-description-slider-wrapper,
.cms-index-index h5.home-block-description-slider-wrapper {
  display: none !important;
}
.cms-index-defaultindex h6,
.cms-index-index h6 {
  font-size: 20px;
  color: #41535d;
  font-weight: bold;
}
.cms-index-defaultindex p,
.cms-index-index p {
  color: #999999;
}
.cms-index-defaultindex .footer-container p,
.cms-index-index .footer-container p {
  color: #ffffff;
}
.cms-index-defaultindex .footer-container .menu-title,
.cms-index-index .footer-container .menu-title {
  color: #7c8591;
}
.cms-index-defaultindex .post-content,
.cms-index-index .post-content {
  margin-left: -10px;
  margin-right: -10px;
}
.cms-index-defaultindex .post-content .wp-block,
.cms-index-index .post-content .wp-block {
  position: relative;
}
.cms-index-defaultindex .post-content .wp-block.goals .block-title,
.cms-index-index .post-content .wp-block.goals .block-title {
  font-size: 3.25vw;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .block-title,
  .cms-index-index .post-content .wp-block.goals .block-title {
    font-size: 30px;
    line-height: 1.73;
    padding: 10px 20px 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .block-description,
.cms-index-index .post-content .wp-block.goals .block-description {
  display: none !important;
  line-height: 1.73;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .block-description,
  .cms-index-index .post-content .wp-block.goals .block-description {
    display: block !important;
  }
  table.cms-index-defaultindex .post-content .wp-block.goals .block-description,
  table.cms-index-index .post-content .wp-block.goals .block-description {
    display: table;
  }
  tr.cms-index-defaultindex .post-content .wp-block.goals .block-description,
  tr.cms-index-index .post-content .wp-block.goals .block-description {
    display: table-row !important;
  }
  th.cms-index-defaultindex .post-content .wp-block.goals .block-description,
  th.cms-index-index .post-content .wp-block.goals .block-description,
  td.cms-index-defaultindex .post-content .wp-block.goals .block-description,
  td.cms-index-index .post-content .wp-block.goals .block-description {
    display: table-cell !important;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-container,
.cms-index-index .post-content .wp-block.goals .swiper-container {
  padding: 20px 0 50px;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-container,
  .cms-index-index .post-content .wp-block.goals .swiper-container {
    padding: 15px 0 0;
  }
}
@media (min-width: 1025px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-wrapper,
  .cms-index-index .post-content .wp-block.goals .swiper-wrapper {
    min-height: 350px;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
.cms-index-index .post-content .wp-block.goals .swiper-pagination {
  display: none !important;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
  .cms-index-index .post-content .wp-block.goals .swiper-pagination {
    display: block !important;
  }
  table.cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
  table.cms-index-index .post-content .wp-block.goals .swiper-pagination {
    display: table;
  }
  tr.cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
  tr.cms-index-index .post-content .wp-block.goals .swiper-pagination {
    display: table-row !important;
  }
  th.cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
  th.cms-index-index .post-content .wp-block.goals .swiper-pagination,
  td.cms-index-defaultindex .post-content .wp-block.goals .swiper-pagination,
  td.cms-index-index .post-content .wp-block.goals .swiper-pagination {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-button-prev,
  .cms-index-index .post-content .wp-block.goals .swiper-button-prev,
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-button-next,
  .cms-index-index .post-content .wp-block.goals .swiper-button-next {
    display: none !important;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide,
.cms-index-index .post-content .wp-block.goals .swiper-slide {
  max-width: 300px;
  max-height: 300px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 20px 70px -13px rgba(102, 102, 102, 0.84);
  -webkit-box-shadow: 0px 20px 70px -13px rgba(102, 102, 102, 0.84);
  -moz-box-shadow: 0px 20px 70px -13px rgba(102, 102, 102, 0.84);
  -o-box-shadow: 0px 20px 70px -13px rgba(102, 102, 102, 0.84);
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-slide,
  .cms-index-index .post-content .wp-block.goals .swiper-slide {
    max-width: 70%;
    max-height: 100%;
    -webkit-box-shadow: 12px 0 15px -6px rgba(102, 102, 102, 0.84), -12px 0 8px -4px rgba(102, 102, 102, 0.84);
    box-shadow: 12px 0 15px -6px rgba(102, 102, 102, 0.84), -12px 0 8px -4px rgba(102, 102, 102, 0.84);
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide button,
.cms-index-index .post-content .wp-block.goals .swiper-slide button {
  opacity: 0;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide.swiper-slide-active button,
.cms-index-index .post-content .wp-block.goals .swiper-slide.swiper-slide-active button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-slide.swiper-slide-active,
  .cms-index-index .post-content .wp-block.goals .swiper-slide.swiper-slide-active {
    max-width: 350px;
    max-height: 350px;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .post-link,
.cms-index-index .post-content .wp-block.goals .swiper-slide .post-link {
  display: block;
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .post-link:hover,
.cms-index-index .post-content .wp-block.goals .swiper-slide .post-link:hover {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .post-link:active,
.cms-index-index .post-content .wp-block.goals .swiper-slide .post-link:active {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container img,
.cms-index-index .post-content .wp-block.goals .swiper-slide .img-container img {
  width: 100%;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container,
.cms-index-index .post-content .wp-block.goals .swiper-slide .img-container {
  position: relative;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container .goal-content,
.cms-index-index .post-content .wp-block.goals .swiper-slide .img-container .goal-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 100%;
}
.cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container .goal-content h2,
.cms-index-index .post-content .wp-block.goals .swiper-slide .img-container .goal-content h2 {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  text-shadow: 2px 2px 0 #666666;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container .goal-content h2,
  .cms-index-index .post-content .wp-block.goals .swiper-slide .img-container .goal-content h2 {
    text-transform: none;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals .swiper-slide .img-container button,
  .cms-index-index .post-content .wp-block.goals .swiper-slide .img-container button {
    padding: 6px 15px;
  }
}
.cms-index-defaultindex .post-content .wp-block.goals .pagination,
.cms-index-index .post-content .wp-block.goals .pagination {
  display: none;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.goals,
  .cms-index-index .post-content .wp-block.goals {
    border-bottom: 1px solid #e5e5e5;
  }
}
.cms-index-defaultindex .post-content .wp-block.new-from,
.cms-index-index .post-content .wp-block.new-from {
  padding-bottom: 25px;
  text-align: center;
}
.cms-index-defaultindex .post-content .wp-block.new-from:before,
.cms-index-index .post-content .wp-block.new-from:before,
.cms-index-defaultindex .post-content .wp-block.new-from:after,
.cms-index-index .post-content .wp-block.new-from:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.new-from:after,
.cms-index-index .post-content .wp-block.new-from:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.new-from:before,
.cms-index-index .post-content .wp-block.new-from:before,
.cms-index-defaultindex .post-content .wp-block.new-from:after,
.cms-index-index .post-content .wp-block.new-from:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.new-from:after,
.cms-index-index .post-content .wp-block.new-from:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container,
.cms-index-index .post-content .wp-block.new-from .post-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.new-from .post-container,
  .cms-index-index .post-content .wp-block.new-from .post-container {
    float: left;
    width: 33.33333333%;
  }
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container > a,
.cms-index-index .post-content .wp-block.new-from .post-container > a {
  display: block;
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container > a:hover,
.cms-index-index .post-content .wp-block.new-from .post-container > a:hover {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container > a:active,
.cms-index-index .post-content .wp-block.new-from .post-container > a:active {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container img,
.cms-index-index .post-content .wp-block.new-from .post-container img {
  width: 80%;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.new-from .post-container img,
  .cms-index-index .post-content .wp-block.new-from .post-container img {
    width: 100%;
  }
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container h2,
.cms-index-index .post-content .wp-block.new-from .post-container h2 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.new-from .post-container h2,
  .cms-index-index .post-content .wp-block.new-from .post-container h2 {
    font-size: 26px;
  }
}
.cms-index-defaultindex .post-content .wp-block.new-from .post-container .summary,
.cms-index-index .post-content .wp-block.new-from .post-container .summary {
  font-weight: normal;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.new-from .post-container,
  .cms-index-index .post-content .wp-block.new-from .post-container {
    float: none;
  }
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.new-from .post-container:nth-of-type(3n+1),
  .cms-index-index .post-content .wp-block.new-from .post-container:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1025px) {
  .cms-index-defaultindex .post-content .wp-block.new-from,
  .cms-index-index .post-content .wp-block.new-from {
    width: 1020px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .cms-index-defaultindex .post-content .wp-block.new-from,
  .cms-index-index .post-content .wp-block.new-from {
    padding: 0 50px 60px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.new-from,
  .cms-index-index .post-content .wp-block.new-from {
    overflow: auto;
    padding: 0 20px 50px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves:before,
.cms-index-index .post-content .wp-block.moves:before,
.cms-index-defaultindex .post-content .wp-block.moves:after,
.cms-index-index .post-content .wp-block.moves:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves:after,
.cms-index-index .post-content .wp-block.moves:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves:before,
.cms-index-index .post-content .wp-block.moves:before,
.cms-index-defaultindex .post-content .wp-block.moves:after,
.cms-index-index .post-content .wp-block.moves:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves:after,
.cms-index-index .post-content .wp-block.moves:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves p,
.cms-index-index .post-content .wp-block.moves p {
  color: #ffffff;
}
.cms-index-defaultindex .post-content .wp-block.moves .block-title,
.cms-index-index .post-content .wp-block.moves .block-title,
.cms-index-defaultindex .post-content .wp-block.moves .block-description,
.cms-index-index .post-content .wp-block.moves .block-description {
  display: none !important;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container,
.cms-index-index .post-content .wp-block.moves .img-container {
  position: relative;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container img,
.cms-index-index .post-content .wp-block.moves .img-container img {
  width: 100%;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content,
.cms-index-index .post-content .wp-block.moves .img-container .post-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content h2,
.cms-index-index .post-content .wp-block.moves .img-container .post-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin: 0 0 35px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content h2,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content h2 {
    font-size: 30px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content h2,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content h2,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content h2 {
    margin: 0 0 25px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container {
  display: inline-block;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:before,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:before,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper {
  display: inline-block;
  width: auto;
  padding-bottom: 30px;
  margin: 0;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play {
  background: #ffffff;
  margin: 0 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play {
    border-right: 1px solid #E9E9E9;
    margin: 0;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:last-child,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:last-child {
    border-right: 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:nth-last-of-type(3n+1),
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:nth-last-of-type(3n+1) {
  margin-right: 14px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:nth-last-of-type(3n+1),
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper .flip.play:nth-last-of-type(3n+1) {
    margin-right: 5px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a:hover,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a:hover {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a:active,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper a:active {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up {
  background: url('../images/counter_single_bg_up.jpg');
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down {
  background: #ffffff;
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn {
  color: #43484E;
  background: none;
  text-shadow: none;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up div.inn,
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down div.inn {
    font-size: 30px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.up:after,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li a div.down:after {
  background-color: inherit;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul {
    width: 45px;
    height: 65px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li {
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul {
    width: 25px;
    height: 50px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper ul li {
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container .flip-clock-wrapper {
    padding-bottom: 5px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container span.moves,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container span.moves {
  float: right;
  font-family: "ConduitLight", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px solid #5F727E;
  border-bottom: 1px solid #5F727E;
  padding: 27.5px 0;
  margin: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .moves-container span.moves,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .moves-container span.moves {
    float: none;
    display: block;
    border: 0;
    padding: 0 0 10px;
    margin: 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters {
  color: #ffffff;
  margin-bottom: 30px;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div {
  position: relative;
  display: inline-block;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:before,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:before,
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div:after,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div.equal span,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div.equal span {
  padding: 0 70px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div.equal span,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div.equal span {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters > div.equal,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters > div.equal {
    display: block;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc),
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) {
  font-size: 70px;
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) span:nth-last-of-type(3n):before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) span:nth-last-of-type(3n):before {
  content: ".";
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) span:first-of-type:before,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) span:first-of-type:before {
  content: "";
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters span.desc,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters span.desc {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-family: "ConduitMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters img,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .counters img {
  position: static;
  width: auto;
  padding-bottom: 35px;
  margin-right: 15px;
}
@media (max-width: 1280px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters {
    margin-bottom: 0;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters img,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters img {
    max-width: 50px;
    padding-bottom: 25px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc),
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters span:not(.desc) {
    font-size: 44px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters .moves span.desc,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters .moves span.desc,
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc {
    bottom: 10px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters img,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters img {
    max-width: 30px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters .moves span.desc,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters .moves span.desc {
    bottom: 5px;
  }
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .counters .foods span.desc {
    bottom: -5px;
  }
}
.cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .summary,
.cms-index-index .post-content .wp-block.moves .img-container .post-content .summary {
  width: 55%;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 1280px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .summary,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .summary {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .summary,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .summary {
    width: auto;
    font-size: 1.4vw;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .summary,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .summary {
    font-size: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content .button,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content .button {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container .post-content,
  .cms-index-index .post-content .wp-block.moves .img-container .post-content {
    position: static;
    background: #3F5A6B;
    padding: 30px 20px;
    margin: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.moves .img-container,
  .cms-index-index .post-content .wp-block.moves .img-container {
    overflow: hidden;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business,
.cms-index-index .post-content .wp-block.for-business {
  background: #e8ae44;
  background-image: -webkit-radial-gradient(circle, #f2d06c, #e8ae44);
  background-image: radial-gradient(circle, #f2d06c, #e8ae44);
  background-repeat: no-repeat;
  padding: 0 0 70px;
}
.cms-index-defaultindex .post-content .wp-block.for-business:before,
.cms-index-index .post-content .wp-block.for-business:before,
.cms-index-defaultindex .post-content .wp-block.for-business:after,
.cms-index-index .post-content .wp-block.for-business:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.for-business:after,
.cms-index-index .post-content .wp-block.for-business:after {
  clear: both;
}
.cms-index-defaultindex .post-content .wp-block.for-business:before,
.cms-index-index .post-content .wp-block.for-business:before,
.cms-index-defaultindex .post-content .wp-block.for-business:after,
.cms-index-index .post-content .wp-block.for-business:after {
  content: " ";
  display: table;
}
.cms-index-defaultindex .post-content .wp-block.for-business:after,
.cms-index-index .post-content .wp-block.for-business:after {
  clear: both;
}
@media (min-width: 1025px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements,
  .cms-index-index .post-content .wp-block.for-business .elements {
    width: 1020px;
    margin: 0 auto;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .block-title,
.cms-index-index .post-content .wp-block.for-business .elements .block-title,
.cms-index-defaultindex .post-content .wp-block.for-business .elements .block-description,
.cms-index-index .post-content .wp-block.for-business .elements .block-description {
  color: #ffffff;
  text-align: center;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .block-title,
.cms-index-index .post-content .wp-block.for-business .elements .block-title {
  font-size: 44px;
  font-weight: bold;
  padding: 0 0 5px;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .block-title,
  .cms-index-index .post-content .wp-block.for-business .elements .block-title {
    font-size: 30px;
    padding: 0 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .block-description,
.cms-index-index .post-content .wp-block.for-business .elements .block-description {
  width: 60%;
  margin: 0 auto;
  line-height: 1.73;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .block-description,
  .cms-index-index .post-content .wp-block.for-business .elements .block-description {
    display: none !important;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single,
.cms-index-index .post-content .wp-block.for-business .elements .business-single {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single {
    float: left;
    width: 50%;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .post-link,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .post-link {
  display: block;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .img-container,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .img-container {
  position: relative;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .img-container img,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .img-container img {
  width: 100%;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content {
  position: absolute;
  top: 5px;
  left: 35px;
  width: 70%;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content h2,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content h2,
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content .summary,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content .summary,
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content a,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content a,
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content span,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content span {
  color: #ffffff;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content h2,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content h2 {
  font-size: 44px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content h2,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content .summary,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content .summary {
  font-weight: normal;
  margin-bottom: 27.5px;
}
.cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content .find-more,
.cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content .find-more {
  font-weight: bold;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content .find-more,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content .find-more {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content {
    top: 10%;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single {
    text-align: center;
    padding: 0;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .img-container,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .img-container {
    overflow: hidden;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content {
    width: 65%;
    left: 0;
    text-align: left;
    padding: 20px;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single .business-content .summary,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single .business-content .summary {
    margin-bottom: 0;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .img-container img,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .img-container img {
    width: 140%;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .img-container img,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .img-container img {
    display: none !important;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .business-content,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .business-content {
    position: static;
    width: 100%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .img-container img,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .img-container img,
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .img-container img,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(2) .img-container img {
    width: 100%;
  }
  .cms-index-defaultindex .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .business-content,
  .cms-index-index .post-content .wp-block.for-business .elements .business-single:nth-of-type(1) .business-content {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.for-business,
  .cms-index-index .post-content .wp-block.for-business {
    padding: 25px 0 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events,
.cms-index-index .post-content .wp-block.news-and-events {
  padding-bottom: 55px;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel {
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel {
    width: 1020px;
    margin: 0 auto;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate {
  position: relative;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control {
  display: block !important;
}
@media (min-width: 1025px) and (max-width: 1281px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control.left,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control.left {
    left: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1281px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control.right,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control.right {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .control {
    display: none !important;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-inner,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-inner {
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-inner,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-inner {
    overflow: auto;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1025px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a {
  display: block;
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a:hover,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a:hover {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a:active,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper > a:active {
  border: none;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .img-container,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .img-container {
  height: 210px;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper img,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper img {
  max-width: 300px;
  max-height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content {
  padding-bottom: 25px;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content h3,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content h3 {
  font-size: 20px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content .summary,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper .post-content .summary {
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .item-wrapper {
    display: table-cell;
    vertical-align: top;
    min-width: 320px;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-indicators,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-indicators {
  display: block !important;
  position: static;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-indicators,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .rotate .carousel-indicators {
    display: none !important;
  }
}
.cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .item,
.cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .item {
  width: 100%;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1281px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .item,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .item {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .item,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .item {
    display: table-cell;
    vertical-align: top;
    overflow-x: auto;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events .feature-primary-container.carousel .item,
  .cms-index-index .post-content .wp-block.news-and-events .feature-primary-container.carousel .item {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .post-content .wp-block.news-and-events,
  .cms-index-index .post-content .wp-block.news-and-events {
    padding-bottom: 10px;
  }
  .cms-index-defaultindex .post-content .wp-block.news-and-events h4,
  .cms-index-index .post-content .wp-block.news-and-events h4 {
    padding: 30px 20px 0;
    margin-bottom: 0;
  }
}
.cms-index-defaultindex .post-content .wp-block.social .block-title,
.cms-index-index .post-content .wp-block.social .block-title {
  display: none !important;
}
.cms-index-defaultindex .layout.layout-1-col div[role="main"] > .std p,
.cms-index-index .layout.layout-1-col div[role="main"] > .std p {
  display: none !important;
}
.cms-index-defaultindex .home-page-slider-container .swiper-pagination,
.cms-index-index .home-page-slider-container .swiper-pagination {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-pagination,
  .cms-index-index .home-page-slider-container .swiper-pagination {
    display: none !important;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide area,
.cms-index-index .home-page-slider-container .swiper-slide area {
  display: block;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container,
.cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container {
  width: 100%;
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container,
  .cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container {
    display: none;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-tooltip,
.cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-tooltip {
  background-color: #313f48;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 7px 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img,
.cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img:hover,
.cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img:hover {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img:hover + .imagemapper-tag-tooltip,
.cms-index-index .home-page-slider-container .swiper-slide .imagemapper-tag-container .imagemapper-tag-img:hover + .imagemapper-tag-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .call-to-action,
.cms-index-index .home-page-slider-container .swiper-slide .call-to-action {
  display: block;
  position: relative;
  border: none;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .call-to-action:hover,
.cms-index-index .home-page-slider-container .swiper-slide .call-to-action:hover {
  border: none;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .call-to-action:active,
.cms-index-index .home-page-slider-container .swiper-slide .call-to-action:active {
  border: none;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .video-js,
.cms-index-index .home-page-slider-container .swiper-slide .video-js {
  z-index: 2;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .video-js.vjs-paused .vjs-big-play-button:before,
.cms-index-index .home-page-slider-container .swiper-slide .video-js.vjs-paused .vjs-big-play-button:before {
  left: 2px !important;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .video-js.vjs-paused .vjs-big-play-button,
  .cms-index-index .home-page-slider-container .swiper-slide .video-js.vjs-paused .vjs-big-play-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .video-js .vjs-poster,
  .cms-index-index .home-page-slider-container .swiper-slide .video-js .vjs-poster {
    display: none;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide img,
.cms-index-index .home-page-slider-container .swiper-slide img {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide img.display-img,
.cms-index-index .home-page-slider-container .swiper-slide img.display-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block,
.cms-index-index .home-page-slider-container .swiper-slide .text-block {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  padding: 20px;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-left,
.cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-left {
  left: -50%;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-left.display-block,
.cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-left.display-block {
  left: 0;
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-left.display-block,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-left.display-block {
    left: 20px;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-right,
.cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-right {
  right: -50%;
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-right.display-block,
.cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-right.display-block {
  right: 0;
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block.block-align-right.display-block,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block.block-align-right.display-block {
    right: 20px;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .title,
.cms-index-index .home-page-slider-container .swiper-slide .text-block .title {
  font-family: "ConduitBold", Arial, Helvetica, sans-serif;
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .title,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .title,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block .title {
    font-size: 0.9em;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .subtitle,
.cms-index-index .home-page-slider-container .swiper-slide .text-block .subtitle {
  font-family: "ConduitLight", Arial, Helvetica, sans-serif;
  font-size: 26px;
  display: block;
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .subtitle,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block .subtitle {
    font-size: 0.6em;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .btn-cta,
.cms-index-index .home-page-slider-container .swiper-slide .text-block .btn-cta {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .btn-cta,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block .btn-cta {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block .btn-cta,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block .btn-cta {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide .text-block,
  .cms-index-index .home-page-slider-container .swiper-slide .text-block {
    padding: 0 20px;
  }
}
.cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .call-to-action,
.cms-index-index .home-page-slider-container .swiper-slide.no-map .call-to-action {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    width: 100%;
    right: auto !important;
  }
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block .title,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block .title,
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block .subtitle,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block .subtitle {
    color: #ffffff !important;
  }
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block .btn-cta,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block .btn-cta {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block .title,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block .title {
    font-size: 25px;
  }
  .cms-index-defaultindex .home-page-slider-container .swiper-slide.no-map .text-container .text-block .subtitle,
  .cms-index-index .home-page-slider-container .swiper-slide.no-map .text-container .text-block .subtitle {
    font-size: 20px;
  }
}
.catalog-category-view .after-header,
.catalogsearch-result-index .after-header {
  width: 100%;
  margin: 0;
}
.catalog-category-view .after-header .widget.widget-banner ul,
.catalogsearch-result-index .after-header .widget.widget-banner ul {
  margin: 0;
}
.catalog-category-view #main,
.catalogsearch-result-index #main {
  margin: 0;
}
.catalog-category-view #main .layout-2-cols,
.catalogsearch-result-index #main .layout-2-cols {
  width: 100%;
  margin: 0;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"],
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] {
  padding: 0;
  width: 300px;
  float: left;
}
@media (min-width: 769px) {
  .catalog-category-view #main .layout-2-cols aside[role="complementary"],
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] {
    display: block;
  }
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-subtitle,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-subtitle {
  display: inline-block;
  border: none;
  float: left;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  padding: 0px 40px;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-subtitle .active-filters,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-subtitle .active-filters {
    display: none !important;
  }
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-subtitle .active-filters li,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-subtitle .active-filters li {
  font-family: "ConduitLight", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #41535d;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .currently,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .currently {
  display: inline-block;
  width: 100%;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .currently li,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .currently li {
  display: inline-block;
  width: 100%;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .currently li .label,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .currently li .label {
  text-transform: none;
  display: inline-block;
  float: left;
  clear: both;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .currently li .multiselect-child,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .currently li .multiselect-child {
  display: inline-block;
  float: left;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .currently li .multiselect-child:nth-child(2),
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .currently li .multiselect-child:nth-child(2) {
  clear: both;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav {
  border: none;
  margin-top: 73px;
  box-shadow: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all {
  font-weight: normal;
  text-decoration: underline;
  border: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all:hover,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all:hover {
  border: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all:active,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav a.clear-all:active {
  border: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dt,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dt {
  font-size: 18px;
  text-transform: none;
  color: #41535d;
  padding: 7px 40px;
  float: left;
  width: 100%;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd {
  padding: 0px 40px;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li {
  margin: 9px 0;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a {
  font-size: 14px;
  color: #999999;
  background-image: url('../images/checkbox.png');
  padding-left: 30px;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a:hover,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a:hover {
  background-image: url('../images/checkbox-tick.png');
  color: #41535d;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a.amshopby-attr-selected,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li a.amshopby-attr-selected {
  background-image: url('../images/checkbox-tick.png');
  color: #41535d;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.active a,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.active a {
  color: #41535d;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat.level0 > a,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat.level0 > a {
  color: #777;
  margin-bottom: 5px;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat a,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat a {
  padding: 0;
  background: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat a:hover,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd li.amshopby-cat a:hover {
  background: none;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-more,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-more,
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-less,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-less {
  font-weight: bold;
  color: #43aae0;
  background: none;
  padding: 0;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-more:hover,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-more:hover,
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-less:hover,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd .amshopby-less:hover {
  background: none;
  color: #62c2f4;
}
@media (min-width: 769px) {
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a {
    background-image: url('../images/checkbox-round.png');
    background-repeat: no-repeat;
  }
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a:hover,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a:hover,
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a.amshopby-attr-selected,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.gym_type li a.amshopby-attr-selected {
    background-image: url('../images/checkbox-tick-round.png');
    background-repeat: no-repeat;
  }
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a,
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a {
    background-image: url('../images/checkbox.png');
    background-repeat: no-repeat;
    padding-left: 30px;
  }
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a:hover,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a:hover,
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a:hover,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a:hover,
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a.amshopby-attr-selected,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.product_type li a.amshopby-attr-selected,
  .catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a.amshopby-attr-selected,
  .catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list dd.Product-range li a.amshopby-attr-selected {
    background-image: url('../images/checkbox-tick.png');
    background-repeat: no-repeat;
  }
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list .block-divider,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list .block-divider {
  display: inline-block;
  width: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 40px;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list .block-divider:last-of-type,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .block-content #narrow-by-list .block-divider:last-of-type {
  display: none !important;
}
.catalog-category-view #main .layout-2-cols aside[role="complementary"] .block-layered-nav .actions,
.catalogsearch-result-index #main .layout-2-cols aside[role="complementary"] .block-layered-nav .actions {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  margin: 0 15px 12.5px 0;
  padding: 0;
  font-size: 12px;
}
.catalog-category-view #main .layout-2-cols div[role="main"],
.catalogsearch-result-index #main .layout-2-cols div[role="main"] {
  background: #f6f7f8;
  position: static;
  width: 100%;
  padding: 0;
}
@media (min-width: 769px) {
  .catalog-category-view #main .layout-2-cols div[role="main"],
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] {
    margin: 0 -300px 0 auto;
    border-left: 1px solid #edeeef;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog-category-view #main .layout-2-cols div[role="main"],
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] {
    margin: 0 -300px 0 300px;
  }
}
.catalog-category-view #main .layout-2-cols div[role="main"] div.amshopby-page-container,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] div.amshopby-page-container {
  position: static;
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-title,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title {
  color: #ffffff;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  text-align: center;
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-title h1,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title h1 {
  margin: 0 0 10px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-title h1,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-title .category-description,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title .category-description {
  font-size: 16px;
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-title .category-description .amshopby-descr,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title .category-description .amshopby-descr {
  display: block;
  padding: 20px 80px 0;
}
@media (max-width: 1024px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-title .category-description .amshopby-descr,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-title .category-description .amshopby-descr {
    padding: 20px 20px 0;
  }
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-view,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view,
.catalog-category-view #main .layout-2-cols div[role="main"] .results-view,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view {
  min-height: 650px;
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products,
.catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1025px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products {
    padding: 0 80px;
  }
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
.catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 769px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product,
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product,
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product {
    padding: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product:nth-of-type(2n+1),
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product:nth-of-type(2n+1),
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product:nth-of-type(2n+1),
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 1281px) {
  .catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product:nth-of-type(3n+1),
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product:nth-of-type(3n+1),
  .catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product:nth-of-type(3n+1),
  .catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product:nth-of-type(3n+1) {
    clear: both;
  }
}
.catalog-category-view #main .layout-2-cols div[role="main"] .category-view .category-products .item-product .item-product-content,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .category-view .category-products .item-product .item-product-content,
.catalog-category-view #main .layout-2-cols div[role="main"] .results-view .category-products .item-product .item-product-content,
.catalogsearch-result-index #main .layout-2-cols div[role="main"] .results-view .category-products .item-product .item-product-content {
  position: relative;
  background: #ffffff;
  padding: 30px 50px 70px 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}