@font-face {
  font-family: 'Din Medium';
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
  /*url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.woff2') format('woff2'), NOT AVAILABLE */
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.woff') format('woff'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.ttf') format('truetype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.svg#din-medium-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro Med';
    src: url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Medium.woff2') format('woff2'),
        url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'DIN Next LT Pro Regular';
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
  /*url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.woff2') format('woff2'), NOT AVAILABLE */
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.woff') format('woff'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.ttf') format('truetype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-medium-webfont.svg#din-medium-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro Med';
    src: url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Bold.woff2') format('woff2'),
        url('../../frontend/peak2024/nutrition/en_GB/fonts/DINNextLTPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}





@font-face {
  font-family: 'DIN Regular';
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
  /*url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.woff2') format('woff2'), NOT AVAILABLE */
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.woff') format('woff'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.ttf') format('truetype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-regular-webfont.svg#din-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Din Bold';
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
  /*url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.woff2') format('woff2'), NOT AVAILABLE */
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.woff') format('woff'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.ttf') format('truetype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/din-bold-webfont.svg#din-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-black';
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.woff2') format('woff2'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.woff') format('woff'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.ttf') format('truetype'),
  url('../../frontend/peak2024/nutrition/en_GB/fonts/Avenir-Black-webfont.svg#Avenir-Black-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {font-size:13px; font-family: 'DIN Next LT Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #525252 !important; }
.category-products .actions {height:40px;}
a:focus {outline: none !important;}
li {list-style:none;}
img{
  -moz-transition: all 0.4s ease-out;  /* FF4+ */
  -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;  /* IE10? */
  transition: all 0.4s ease-out;
}

img:hover:not(.logo-image) {
  opacity:0.8;

  -moz-transition: all 0.4s ease-out;  /* FF4+ */

  -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */

  -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */

  -ms-transition: all 0.4s ease-out;  /* IE10? */

  transition: all 0.4s ease-out;
}

address a {
  color: #e51d31 !important;
}

address a:hover {
  color: #e51d31 !important;
}

.account .block-collapsible-nav-content .nav.item a:hover {
  color: #e51d31 !important;
}

.page-header .list-unstyled a:hover {
  color: #e51d31 !important;
}

.block-actions.filter-actions > a {
  color: #e51d31 !important;
}

.block-actions.filter-actions > a:hover {
  color: #bb0c1d !important;
}

.update-cart-item {
  background: #a9a9a9;
  color: white;
  margin-left: 10px;
}

.update-cart-item:hover,
.opc-wrapper .action-show-popup:hover {
  background: #939393;
  color: white;
  border: 0px;
}

.checkout-prod-options {
  display: block;
  width: 100%;
}

div#nav {
    width: 100%;
    margin-top: -12px;
    position: relative;
}

div#nav li {
float: left !important;
text-align: left !important;
color: white;
}

.checkout-prod-options dd .price {
  font-weight: bold;
  color: #333;
}

.remove-item:hover {
  cursor: pointer;
}

.filter-options-content a:hover {
  background-color: inherit;
}

.checkout-cart-index .table.cart.items.data .input-text.qty {
  pointer-events: none;
}

.quantity-controls {
  font-size: 2rem;
}

.quantity-controls:hover {
  cursor: pointer;
  color: #e51d31;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
  font-size: 1.2rem;
}

.opc-block-summary .items-in-cart > .title strong,
.opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
}



.checkout-index-index .opc-wrapper .step-content {
  margin: 0px;
}

.checkout-index-index .opc-wrapper .methods-shipping {
  padding: 20px 10px 20px 10px;
  margin: 0px;
  border-bottom: 0px;
}

.is-blog .sidebar-main ul > li, .is-blog .sidebar-main ol > li {
  margin-bottom: 0px;
}

img.size-full, img.size-large {
  max-width: 97.5%;
  width: auto;
  height: auto;
}

.wordpress-post-view em {
  display: block;
}

.wordpress-post-view

img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
  border: 1px solid #ddd;
  padding: 6px;
}

.fotorama__thumb-border {
  display: none;
}

.checkout-onepage-success .page-main, .checkout-onepage-success .actions-toolbar,
.checkout-onepage-success .actions-toolbar .primary {
  text-align: center;
  float: none;
}

.checkout-onepage-success .checkout-success span {
  font-weight: 600;
  font-size: 16px;
}

.checkout-onepage-success .page-title-wrapper {
  display: none;
}

.checkout-index-index .column.main, .checkout-onepage-success .column.main {
  padding-top: 0px;
}

.checkout-index-index .panel.header, .checkout-onepage-success .panel.header {
  padding-bottom: 0px;
}

.checkout-complete-progress .desktop-visible {
  display: block;
  transform: scale(0.6);
}

.footer.content {
  border-top: 0px;
}

.opc-progress-bar {
  margin-left: 16%;
  text-transform: uppercase;
}

.opc, .opc .label {
  text-align: left !important;
}

.opc-wrapper {
  width: 100%;
}

.checkout-shipping-address {
  width: 50%;
  display: inline-block;
}

.checkout-shipping-method {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.opc-progress-bar-item._complete > span {
color: #000;
}


.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e51d31;
}

.opc-wrapper .shipping-address-item.selected-item::after {
  background: #e51d31;
}

.checkout-shipping-method .actions-toolbar .action.primary {
  background: #00b67a !important;
}

/*
.opc-progress-bar-item:last-child > span::after,
.opc-progress-bar-item._active:last-child > span::after {
content: url('../../frontend/peak2024/nutrition/en_GB/images/progress-complete-desktop.PNG');
transform: scale(0.25);
display: block;
position: absolute;
top: -13px;
left: 360px;
}
*/

.payment-option.opc-payment-additional.discount-code {
  display: none;
}

.opc-payment .action.primary.checkout, .checkout-onepage-success .action.primary {
  text-transform: uppercase;
  background-color: #00b67a !important;
}

.checkout-onepage-success .action.primary:hover, .opc-payment .action.primary.checkout:hover {
  background-color: #04a26e !important;
}

.checkout-onepage-success .actions-toolbar .primary .action {
  margin: 0px;
}

/*
.opc-progress-bar-item {
position: relative;
background: #eeeeee;
}

.opc-progress-bar-item::after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-left-color: #eeeeee;
border-width: 24px;
margin-top: -6px;
margin-left: 20px;
}

.opc-progress-bar-item::before, .opc-progress-bar-item._active > span::after,
.opc-progress-bar-item > span::before, .opc-progress-bar-item > span::after,
.opc-progress-bar-item._active > span::before {
display: none;
}

.opc-progress-bar-item > span {
padding: 0px;
color: black;
font-weight: 600;
}

.opc-progress-bar-item._active {
background-color: #e51d31;
}

.opc-progress-bar-item._active > span {
color: white;
}

.opc-progress-bar-item._active::after {
border-left-color: #e51d31;
}

.opc-progress-bar-item {
width: auto;
margin-left: 30px !important;
margin-right: 30px !important;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 20px;
padding-right: 20px;
}
*/

.wordpress-post-view .post-view .post-content p a {
  display: none;
}

.columns .column.main {
  order: 2;
}

.post-list-description {
  display: none;
}

.block-blog-search {
  margin-top: 30px;
}

.block-blog-search .block-content {
  text-align: center;
}

.post-excerpt {
  margin-top: 20px;
}

.searchButton {
  background: #E51D31;
  margin-top: 10px;
  border-radius: 0px;
}

.searchButton:hover {
  background: #bb0c1d;
  color: white;
  border: 0px;
}

.post-list.grid li {
  width: 100%;
}

.post-list.grid .featured-image {
  height: 225px;
  position: relative;
}

.post-list.grid .featured-image a img {
  object-fit: cover;
  object-position: 50% 40%; /* used to be centered */
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
}

.post-list.grid .featured-image a img:hover {
  -webkit-filter: inherit;
  filter: inherit;
}

.post-list.grid .featured-image .featured-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  margin: 0px;
  background:
  rgba(0,0,0,0.6);
}
.post-list.grid .featured-image .featured-title a {
  color:white;
  text-decoration: none;
}

.is-blog .page-title-wrapper {
  display: none;
}

.is-blog .sidebar .block-blog .block-title {
  margin: 0px;
  border: 0px;
}

.is-blog .sidebar a:hover, .is-blog .sidebar a:focus,
.is-blog  .post-meta a:hover, .is-blog .post-meta a:focus {
  color: #9d0b19 !important;
}

.is-blog .sidebar a, .is-blog  .post-list .post-meta a,
.is-blog .post-meta a  {
  color: #e51d31 !important;
}

.block-addresses-list .block-title strong {
  font-size: 22px !important;
}

.products.wrapper ~ .toolbar .modes, .products.wrapper ~ .toolbar .sorter {
  display: flex !important;
}

.products.wrapper ~ .toolbar .limiter, .products.wrapper ~ .toolbar .pages {
  display: flex !important;
  flex-grow: 1;
  justify-content: center;
}

.rating-summary .rating-label {
  padding: 8px 10px 0px 0px;
}

.review-list .review-title, .review-control-vote label::before,
.rating-summary .rating-result > span::before {
  color: #E41230;
}

.review-form {
  display: flex;
  flex-direction: column;
}

.review-fieldset {
  order: 1;
}

.field-recaptcha {
  order: 2;
}

.review-form-actions {
  order: 3;
}

.review-form .action.submit.primary:hover, .review-form .action.submit.primary {
  color: #fff;
  border: 0px;
}

.ajax-popup-to-cart > span > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.catalog-product-view .page-title {
  margin-left: auto;
}

.product-item-actions .action.grow {
  text-transform: uppercase;
  color:#fff !important;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 20px;
  font-family: "DIN Next LT Pro";
}

.fa.fa-angle-left {
  font-size: larger;
}

header .container {
  padding: 0;
}

.block.related .product-item {
  margin-bottom: 0px;
}

.block.related .product-items {
  text-align: inherit;
}

.block.related .product-item {
  text-align: center;
}


.product-item-info {
  width: auto;
}

.product-items {
  text-align: center;
}

.action.primary:focus, .action.primary:active {
  border: 0px;
}

.modal-popup .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-popup .modal-title {
  border: 0;
  text-align: center;
  padding: 0;
  font-size: 22px;
}

#mb-ajaxsuite-popup-wrapper {
  background: #fff !important;
}

.modal-popup .modal-header, .modal-popup .modal-footer {
  border: 0;
  padding: 10px;
}

.catalog-product-view .product-info-stock-sku .product.attribute.sku {
  display: none;
}
.catalog-product-view .product-social-links {
  display: none;
}
.account .order-details-items .product-item-name {
  font-size: 14px !important;
}

.account .return-status, .account .order-status {
  vertical-align: inherit;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
  border-color: #D7001F !important;
}

.account .order-products-toolbar, .account .products-reviews-toolbar {
  padding-right: 20px;
}

.account .sidebar.sidebar-main {
  bottom: auto;
}

.account .columns .column.main {
  order: 2 !important;
  padding: 10px;
}

.account .page-title-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.page-title-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  margin-left: 21% !important;
  padding-left: 10px !important;
}

.account .page-title-wrapper .page-title .base {
  font-size: 22px;
  font-weight: bold;
}

.account .box-address-billing .box-content address,
.account .box-address-shipping .box-content address {
  font-size: 14px;
}

.block-dashboard-info .box-title span, .block-dashboard-info .box-content p,
.block-dashboard-addresses .box-title span, .block-dashboard-addresses .box-content address {
  font-size: 13px !important;
}

.block-dashboard-info .block-title strong,
.block-dashboard-addresses .block-title strong,
.block-addresses-default .block-title strong {
  font-size: 22px !important;
  font-weight: bold !important;
}

.block-dashboard-info, .block-dashboard-addresses {
  background: #eeeeee;
  margin: 0 !important;
  padding: 10px !important;
}

.block-dashboard-info .box-information, .block-dashboard-info .box-newsletter,
.block-dashboard-addresses .box-billing-address, .block-dashboard-addresses .box-shipping-address {
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}

.block-dashboard-info .box-title, .block-dashboard-addresses .box-title {
  display: block;
  width: 100%;
}

.block-dashboard-info .box-content, .block-dashboard-addresses .box-content {
  display: inline-block;
}

.block-dashboard-info .box-actions, .block-dashboard-addresses .box-actions {
  display: block;
  float: right;
}

.block-dashboard-addresses .block-title strong {
  display: inline-block;
}

.block-dashboard-addresses .action.edit, .block-reviews-dashboard .action.view,
.block-dashboard-orders .block-title .action.view {
  display: block;
  float: right;
  margin-top: 10px;
}

.block-dashboard-addresses .box-actions a, .block-dashboard-addresses .block-title a,
.block-dashboard-info .box-actions a, .block-addresses-default .box-actions a,
.account .columns .password-info p a, .block-reviews-dashboard .block-title a,
.block-dashboard-orders .block-title a, .block-dashboard-orders .action.view span,
.block-dashboard-orders .action.order span
{
  color: #D7001F !important;
}

.block-reviews-dashboard {
  margin-top: 20px;
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 20px;
}

.block-dashboard-orders {
  padding: 10px;
  background: #eeeeee;
}

.product-image-wrapper {
  z-index: auto;
}
.checkout-cart-index .product-image-container {
  width: 80px !important;
}
.catalog-category-view .product-image-container,
.catalogsearch-result-index .product-image-container {
  width: 150px !important;
}
.cart.item .col {
  padding: 10px !important;
}
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear,
.cart-container .form-cart .actions.main .update {
  display: inline-block;
  color: #fff;
  background: #e51d31;
  padding: 10px 15px;
  font-size: 14px;
  min-width: 180px;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 0px;
  letter-spacing: 1.6px;
  vertical-align: top;
}

.cart-container .form-cart .actions.main .continue:hover,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .update:hover {
  border: none;
  text-decoration: none;
  background: #bb0c1d;
}

.cart-container .form-cart .cart.item .item-actions {
  display: none;
}

.cart-container .cart.table th {
  padding: 15px !important;
}

.cart-container .cart.table thead th {
  text-transform: uppercase;
}

.table > tbody + tbody {
  border-top: 1px solid #cccccc !important;
}

.cart.item .col.qty .control.qty {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.cart.item .product-item-details .product-item-name,
.cart.item .price-excluding-tax, .cart.item .col.subtotal .price-excluding-tax {
  margin-top: 25px;
}

.table-wrapper .checkout-buttons {
  display: none;
}

.cart-container .cart.table .checkout-buttons {
  background: #dcdcdc none repeat scroll 0 0;
  font-weight: bold;
}

.cart-container .form-cart .actions.main {
  text-align: center;
  background: #dcdcdc none repeat scroll 0 0;
  padding: 0px !important;
}

.cart-container .form-cart .cart-price {
  font-size: 16px;
  font-weight: normal;
}
.cart.table-wrapper .col.qty .input-text {
  width: 34px !important;
  padding: 0 !important;
  font-size: 16px;
  margin-top: 0px !important;
}

#co-shipping-method-form dt {
  font-size: 14px !important;
}

.cart-totals .grand strong {
  font-size: 16px;
}

.cart-summary .block .item-options .field .radio + .label {
  text-align: left;
  font-size: 14px !important;
}

.cart-totals tbody .mark .label {
  font-size: 14px !important;
  padding: 0px !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout,
.action.primary.checkout.mobile-visible {
  margin: 0px;
  background: #00b67a !important;
  font-size: 18px;
  font-weight: bold;
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.action.primary.checkout.mobile-visible:hover  {
  background: #04a26e !important;
}

.cart-summary .grand.totals.excl {
  display: none;
}

.cart.table-wrapper .product-item-name {
  font-size: 16px;
}
.cart.table-wrapper .col.price {
  text-align: center;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  font-size: 13px;
}

.opc-block-summary .product-item .price {
  font-size: 1.4rem;
  display: block;
}

.opc-block-summary .product-item-details .details-qty {
  display: block !important;
}

.opc-block-summary .product-item-details .details-qty .label {
  padding: 0px;
}

.table > thead > tr > th {
  vertical-align: middle !important;
}

button:not(.primary) {
  box-shadow: none;
}

.block-discount-heading {
  font-size: 20px;
  font-weight: normal;
}

.discount-text {
  text-align: center;
}

.discount-text span {
  margin-bottom: 10px;
  width:100%;
  display: block;
}

.cart-discount {
  width: auto;
  padding: 0px;
}

.cart-discount .content .discount-text {
  padding: 10px;
}

.cart-discount .title {
  text-align: left;
  text-transform: uppercase;
}

.cart-discount .fieldset .field {
  width: auto;
  display: inline-block;
  padding-right: 20px;
}

.cart-discount .fieldset .field .input-text {
  min-height: 45px;
  background: #dcdcdc;
  border: 0px;
}

.cart-discount .fieldset .actions-toolbar {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0px;
  min-height: 45px;
}

.cart-discount .fieldset .actions-toolbar .primary button {
  box-shadow: none !important;
  float: none;
  background: #00b67a !important;
  text-transform: uppercase;
}

.cart-discount .fieldset .actions-toolbar .primary button:hover {
  background: #04a26e !important
}

.cart-discount .fieldset .actions-toolbar .primary > span {
  color: white;
  box-shadow: none;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.cart-discount .fieldset.coupon:last-child {
  margin-bottom: 0px;
}

.cart-summary > .title {
  display: none;
}

.cart-summary .block > .title {
  border-top: 0px;
}

.filter-options-content {
  display: block !important;
}

.action.primary {
  background-color: #e51d31 !important;
  border: 0px;
  border-radius: 30px !important;
  border:3px solid #e51d31;
}



.bottomHit {
  display: none;
}

.sidebar-main .filter-options-item:nth-child(1),
.sidebar-main .filter-options-item:nth-child(2) {
  display: none !important;
}

.cms-about-us .page-main {
  margin-bottom: 20px;
}

.cms-about-us .columns {
  margin-bottom: 20px;
}

.page-title h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.cms-contact-us .note {
  font-size: 13px;
}

.fieldset h2 {
  font-size: 30px;
  font-weight: 500;
}

.contact-us-container {
  display: block;
  margin-top: 30px;
}

.contactus.map {
  display: inline-block;
  width: 40%;
}

.contactus.map iframe {
  max-width: 100%;
}

.contact-us-block {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-left: 20px;
}

.sidebar.sidebar-additional {
  display: none;
}

.product-item-actions .tocompare {
  display: none !important;
}

.label {
  color: black !important;
}

.breadcrumbs .item:not(:last-child) a {
  color: #707070 !important;
}

.breadcrumbs .item:not(:last-child):hover a {
  color: #E41330 !important;
}

.breadcrumbs .item:not(:last-child)::after {
  content: '/';
  font-size: 1.6rem;
  margin: 0;
  margin-top: 2px;
  color: black;
  font-weight: bold;
}

.product-item-actions {
  text-align: center;
}

.minicart-items-wrapper .product-item-details .product.options {
  width: 100%;
}

.page-title-wrapper {
  margin-left: 21%;
  padding-left: 10px;
}

.checkout-cart-index .page-title-wrapper {
  padding-left: 30px;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
}

.category-view {
  margin-left: 0%;
  margin-right: 10px;
  height: auto;
  overflow: auto;
  padding: 0 10px;
}

.category-special-offers .category-view {
  margin: auto;
  height: auto;
  overflow: inherit;
  padding: 30px;
}

.category-special-offers .column.main {
  display: none !important;
}

.category-view::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.category-view::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.category-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.page-header .row {
  margin: 0;
}

.page-header .row .col-sm-6 {
  padding: 0;
}

.panel.wrapper {
  max-width: 1200px;
}

.container {
  max-width: 1200px;
  width: auto !important;
}

.page-main {
  background: white !important;
}

.sidebar.sidebar-main {
  padding-left: 10px;
}

.nav-sections {
  margin: 0;
}

.breadcrumbs {
  margin-bottom: 0;
  padding-top: 20px;
  background: white;
}

.checkout-index-index .login span {
    color: #525252 !important;
}

.action-save-address span {
    color: #525252 !important;
}

.modal-content {
    box-shadow: unset;
    border: 0px !important;
    background: unset;
}

.toolbar-products {
  display: inline-flex;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: none;
}

.toolbar-products .modes {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  order: 4;
}

.toolbar-products .toolbar-amount {
  display: none;
}

.toolbar-products .pages {
    display: block;
    justify-content: center;
    order: 3;
    margin-left: 32%;
    margin-right: auto;
}

.toolbar-products .limiter {
  order: 2;
  display: none !important;
}

.page-main {
  padding: 0px !important;
}

.toolbar-products .limiter .limiter-text {
  display: none;
}

.products.wrapper ~ .toolbar .sorter {
  display: block;
}

.toolbar-products .toolbar-sorter {
  display: block;

}

.toolbar-products .toolbar .limiter {
  display: flex !important;
  justify-content: center;
  flex-grow: 1;
}

.checkout-cart-index .page-title-wrapper .page-title {
  margin: 0px;
}

.page-title-wrapper .page-title .base {
  font-size: 34px;
}

.checkout-cart-index .page-title-wrapper .page-title .base {
  font-size: 22px;
}

.checkout-cart-index .page-title-wrapper .page-title {
    margin-top: 36px;
}

.cart-summary {
  position: static !important;
}

mark, .mark {
  background-color: inherit !important;
}

.sidebar-main .filter-options-title {
  z-index: auto;
}

.featuredItems-container {
  display: inline-block;
  margin-bottom: 20px;

}

.featuredItems {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.featuredItem, .displayItem {
  display: inline-block;
  width: 12%;
  vertical-align: top;
}

.featured_products_header {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8ea4a9;
}

button.action.quickbuy.primary.grow, button.action.moreinfo.primary.grow{
  width: 80%;
}

.featuredItem {
  width: auto;
  display: none;
}

.featuredItem.selected {
  display:inline-block;
}

.featured_container {
  text-align: left;
      border: 1px solid #D9D9D9;
}

.featured_image {
  width: 33%;
  height: auto;
  display: inline-block !important;
  vertical-align: top;
}

.featured_middle {
  width: 96%;
  display: inline-block;
  text-align: center;
}

span.featured_products_header:after {
    content: ' ';
    background: #D9D9D9;
    width: 85%;
    height: 17px;
    right: 0px;
    position: absolute;
    top: 15px;
}

.customer-account-login main#maincontent {
    margin-top: 45px;
}

#block-related-heading:after {
    content: ' ';
    background: #D9D9D9;
    width: 79%;
    height: 17px;
    right: 0px;
    position: absolute;
    top: 11px;
}

.featured_header {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
    color: #525252;
      font-size: 17px;
  margin-top: 0px;
  min-height: 70px;
}

.featured_header:hover {
  text-decoration: underline;
}

.featured_desc {
  color:black;
  margin-bottom: 10px;
  display: block;
  min-height: 100px;
}

.featured_price_container {
  font-weight: bold;
  font-size: 1.6rem;
color: #525252;
}

span.featured_products_header img {
  margin-top: 2px;
margin-right: 6px;
}



.featured_price {
  display: inline-block;
  width: 100%;
}

.featured_rrp {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
}

.displayItems-container {
  margin-bottom: 30px;
}

.displayItems {
  display: inline-block;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
}

.displayItem {
  border-top: 1px solid rgb(128, 128, 128);
  opacity: 0.4;
  display:inline-block;
  position: relative;
}

.displayItem.selected {
  border-left: 1px solid rgba(128, 128, 128, 0.4);
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  border-top: 0;
  opacity: 1;
}

.displayItem:hover {
  border-left: 1px solid rgba(128, 128, 128, 0.4);
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  cursor: pointer;
  opacity: 1;
}

.display_image {
  transition: all 0.4s ease-out;
  width: auto;
  height: auto;
}

.displayItem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0;
  background-color: #ed000c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 5;
}

.displayItem:hover::before, .displayItem.slick-current::before,
.displayItem.selected::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}



.featured_buttons, .featured_quick_buy, .featured_info {
  display: inline-block;
}

.featured_buttons a, .featured_buttons a:hover, .featured_buttons:active {
  text-decoration: none;
  color: #eeeeee;
}

.featured_buttons {
  width: 100%;
  padding-bottom: 15px;
}


.featured_quick_buy {
  background: #e30000;
  color: #eeeeee;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.featured_quick_buy:hover {
  background: #ca1a1a;
}

.featured_info {
  background-color: #a9a9a9;
  color: #eeeeee;
  width: 100%;
  cursor: pointer;
}

.featured_info:hover {
  background-color: #9b9a9a;
}

.featured_quick_buy div,
.featured_info div {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 10px 5px 10px 5px;
}

span.featured_rrp {
    display: none;
}
.navStyle,.navbar-header {
  border-top: none;
  border-bottom: none;
  background: #E51E31;
  margin: 0px;
  color: white !important;
}



.header-logo {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.block-search {
  width: 88%;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.search-cart {
  display: block;
  float: right;
}

div#nav {
    max-width: 1200px;
    margin: 0px;
}

.panel.header {
  margin-bottom: 0;
}

.page-header .panel-wrapper {
  background-color: #eeeeee !important;
}

.page-header .panel.wrapper {
  color: black !important;
}

.panel.wrapper {
  background-color: #ffffff !important;
  margin-bottom: 0 !important;
}

.owl-carousel.owl-loaded {
  z-index: 0;
}

.minicart-wrapper {
  z-index: 100;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
}

.minicart-wrapper .action.showcart:before {
  display: none;
}
input:not([disabled]):focus {
  box-shadow: none;
}

.header.links {
  display: none !important;
}

.main-bottom .nopadding,
.main-stories .nopadding {
  z-index: 1;
}

.main-bottom {
  margin-top: 27px;
}

.footer .row {
  margin: 0px;
}

.slick-dots li.slick-active button {
    background: #E51E31 !important;
}
.block-minicart .block-content {
  display: flex;
  flex-direction: column;
}

.block-minicart .block-content .minicart-wrapper {
  order: 1
}

.block-minicart .block-content .subtotal {
  order: 2;
}

.block-minicart .block-content .actions {
  order: 3;
}

.minicart-wrapper .actions .primary {
  display: none;
}

.minicart-wrapper .actions .secondary .viewcart {
  margin: 0;
  background: #E30000;
  padding: 10px 15px 10px 15px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
  font-weight: bold;
}

.minicart-wrapper .actions .secondary .viewcart:hover,
.minicart-wrapper .actions .secondary .viewcart:active,
.minicart-wrapper .actions .secondary .viewcart:focus {
  background: #AE0000;
  color: white;
  text-decoration: none;
}

.minicart-wrapper .action.close {
  display: none;
}

.minicart-items-wrapper {
  border: none !important;
}

#minicart-content-wrapper .items-total {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.block-minicart .subtitle.empty {
  padding: 0 !important;
  padding-top: 10px !important;
  padding-left: 5px !important;
  text-align: left !important;
}

.header-logo {
  padding: 0 !important;
  margin: 0 !important;
}

#top-cart-btn-checkout {
  background: #E30000;
}

.hide-desktop {
  display: none !important;
}

h1 {

  font-weight: bold ;

  font-family: "DIN Next LT Pro" !important;

  font-size:22px;

  padding-top:18px;

}


head {
  padding:0px;
  margin:0px
}
.second-image {position: absolute;right: 15px;bottom: -25px;}
#latest-products-outer {background-color: #fff; overflow:hidden;}
#latest-products {
  background-image: url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/peak_background.png");
  background-position: 75% center;
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
  overflow:hidden;
  background-size: 400px;
}
#latest-products > div{
  display:none;
}

.second-image {
  display: none;
}
@media(min-width:1200px) {
  .second-image {
    display: block;
  }
}
#latest-products > div:first-of-type {display:block;}
#latest-products:before {}
  #latest-products h3 a {
    font-family: "DIN Next LT Pro";
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
  }
  /*.product {
  display: none;
  transition: all 0.5s ease 0.5s;
  float: left;
  top: -1200px;
  position: relative;
  transition:top 0.5s ease-in-out 0.5s;
  width:100%;
  } */
  #latest-products-preview-outer {
    margin-bottom: 25px;
  }
  .latest-products-preview {padding: 0px; margin:0px; text-decoration:none; outline: none !important; opacity: 0.4; transition:opacity 0.25s ease-in-out 0.25s}
  .latest-products-preview:hover {opacity:1 !important}
  .latest-products-preview img {padding: 15px; margin: 0px; }
  #latest-products-preview-outer .col-sm-1 {border-top: 2px solid #f1f1f1; }


  #latest-products-preview-outer .col-sm-1:hover, #latest-products-preview-outer .col-sm-1.active {border-top: 2px solid transparent; border-left:1px solid #f1f1f1; border-right: 1px solid #f1f1f1;}
  #latest-products-preview-outer .col-sm-1:hover img, #latest-products-preview-outer .col-sm-1.active img{opacity:1}
  .latest-products-preview:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0;
    background-color: #ed000c;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .latest-products-preview:hover:before, .col-sm-1.active .latest-products-preview:before{visibility:visible;   -webkit-transform: scaleX(1);
    transform: scaleX(1);}

    .page {}

      @media(max-width:991px) {
        .page {}
        }

        .wrapper {

          width:100%;

          margin-left:auto;

          margin-right:auto;

        }

        /* Fonts */
        .font-red {
          color: #E30000;
        }
        .font-green {
          color: #8ca5aa;
        }

        .header-container {



          height: auto;
          width: 100%;

          transition: all 0.5s ease 0s;

        }


        .logo {
          line-height:0px !important;
        }

        .page-footer strong {
        text-transform: uppercase;
    }
        footer a  {text-decoration:none;}
        @media(max-width:767px) {
          footer {text-align:center}
          #checkoutSteps .col-1{
            width:100% !important;
          }
          #checkoutSteps .col-2{
            width:100% !important;
          }

          .table-responsive {
            border:none;
          }

          .block-related .product-details p {
            width:180px;
            margin-left:auto;
            margin-right:auto;
          }
        }
        #footer-info h3 {
          font-family:"avenir-black";
          text-transform: uppercase;
          letter-spacing:1.2px;
        }
        #footer-info h3 span.font-green {
          font-size: 18px;
          letter-spacing:0.8px;
        }

        .footer-container {

          background: #000 none repeat scroll 0 0;
          color: #fff;
          width: 100%;
          padding-top: 20px;
          padding-bottom: 40px;
          font-family: DIN Next LT Pro;
          letter-spacing: 1.2px;
          font-size: 12px;
          line-height: 20px;

        }





        .footer {

          /*width:1200px;*/

          margin-left:auto;

          margin-right:auto;

          font-size:12px;

        }





        .footer a {

          color:#fff;

          text-decoration:none;

        }



        .footer li {

          list-style:none;

        }





        .footerbefore {

          height:105px;

          width:100%;

          clear:both;
          position:relative;


          background-color:#232327;


        }

        .page-footer {
          padding-top: 25px;
          padding-bottom: 0px;
          background-color: #525252;
          color: white;
        }

        .footer-links .col {
    width: 20%;
    float: left;
}

.footer-links, .footer_black_inner {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

        .page-footer .font-red {
          color: white !important;
        }

        .page-footer ul li {
          margin: 0;
        }

        .page-footer ul li:hover {
          text-decoration: underline;
        }

        .page-footer ul li a {
          color: white;
          font-size: 12px;
        }


        .muscle img {
            padding-top: 71px;
        }

        .sarms img {
          margin-bottom: 25px;
        }

.page-footer ul li img {
    height: 12px;
    margin-right: 5px;
    margin-top: -4px;
}
        @media(max-width:991px) {
          .footerbefore {
            height:130px;
            text-align:center;
          }
        }
        .footerbefore > div {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          padding: 0px;
          height: 40px;
        }



        .footerbefore p {
          font-family: bebas_neuebold;
          color: #fff;
          font-size: 34px;
          letter-spacing: 3.6px;
          margin: 0px;
          line-height: 34px;
        }
        .lightblue {
          color:#00a4e4;
        }

        .footercol ul{

          /*width:12%;

          float:left;*/

          margin:0px;
          color:#c3c3c3;
          padding:0px;

        }

        .footercol ul li a {

          color:#fff;

        }



        /* .main-container {

        width:100%;



        } */



        header .expecteddeliverydate {

          font-size: 18px;

          font-weight: bold;

          display: block !important;

          clear: both;

          line-height: 18px;

          text-align: center;

          text-transform: uppercase;

          margin: 15px 0px 10px;

          text-align: left;

        }





        .main {

          /* min-height:500px;

          width:1200px;

          margin-left:auto;

          margin-right:auto; */

        }

        /* .finalcount {

        width:350px;

        float:left;

      }

      .quick-access {

      margin-top:10px;

      float:right;

      width:350px;



      } */

      #menu-link {
        float: left;
        width: 24px;
        margin-right: 15px;
        margin-top: 9.5px;
        opacity: 0;
        transition: all 0.4s ease-out;
        position: relative;
        cursor: pointer;
      }
      @media(max-width:992px) {
        #menu-link {display:none !important; opacity:0 !important;}
      }

      #productcountdown  {

        /* margin: 0px;
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0; */
      }

      .quick-access li {

        display:inline;

      }

      .quick-access a {

        color:#fff;

      }
      .quick-access {

        display: inline-block;
      }

      .container{

        /* width:1200px; */

        margin-left:auto;

        margin-right:auto;

      }



      .links li {

        display:inline;

        margin-right:5px;

        list-style:none;

      }



      .links li a {

        color: #FFF;

        text-decoration: none;

        font-size: 12px;

        text-transform: uppercase;

      }



      .links {

        list-style: outside none none;

        margin-bottom: 5px;

        padding-left: 0px;

        clear: both;

        text-align: right;

        width: 100%;

        max-height: 20px;

        overflow: hidden;

      }



      button {

        background:none;

        border:none;

      }







      .searchwrapper {

        /*  height: 40px;





        width: 223px;

        */

        position: relative;

      }





      #search {
        padding: 10px 25px 10px 15px;
        line-height: 16px;
        font-family: DIN Next LT Pro;
        letter-spacing: 1.4px;
        color: #323134;
        height: 30px !important;
        font-size: 15px;
        padding-top: 12px;
        border: 1px solid #ccc;
        width:100%;
      }





      .searchbutton {


        position: absolute;
        left: 0;
        top: 5px;
        width: 35px;
        text-align: center;

      }




      .form-search label  {display: none}

      .breadcrumbs ul {
        margin-left: 0px;
        padding-left: 15px;
      }

      .breadcrumbs li {display:inline-block;}
      .breadcrumbs li a { text-decoration:none; color:#939393 }
      .breadcrumbs li strong {font-weight:bold; color:#525252;}



      .block-feat-prod {

        clear: both;

        /* height: 865px; */

        width: 100%;

        padding-top:10px;

      }



      /* .block-feat-prod li {

      display: inline;

      float: left;

      list-style: outside none none;

      margin-right: 5%;

      width: 21%;

    }



    .block-feat-prod li:last-of-type  {

    margin:0px;

    float:left;



    } */



    .title-homepage-new {

      text-align:center;

      text-transform:uppercase;

      clear:both;

    }



    .block-feat-prod .zoom-notice {

      display:none;

    }



    .block-feat-prod .product-name  {

      font-size:16px;

      text-align:center;

      min-height:40px;

    }


    .product-primary-left {
      margin-bottom:15px;
    }

    .product-name h1 {
      font-size: 34px !important;
      font-family: "DIN Next LT Pro" !important;
      letter-spacing: 2.4px;
      font-weight: normal;
      margin-top: 0px;
      padding: 0px;
      color:#000000;
    }
    #products-list {padding: 0px;}
    #products-list .product-shop h2.product-name a{
      color: #000;
      font-family: "avenir-black", arial;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 19px;
    }
    #products-list li.item { border-bottom: 1px solid #dbdbdb;padding: 30px 0; }
    /* #products-list li.item:last-of-type { border:none; } */
    #products-list li.item .price-box { position: relative; text-align:right; }
    #products-list li.item .regular-price, #products-list li.item .price-box > .price  { position: absolute; bottom: 0px; right: 0px;}
    #products-list li.item .regular-price .price, #products-list li.item .price-box > .price { color: #000; font-family: DIN Next LT Pro; font-size: 28px;}
    #products-list li.item .product-image{
      border:none;
      position: relative;
      transition: left 0.5s ease 0s;
      max-width: 100%;
      height: 100%;
      display: block;
      text-align: center;
    }

    .short-description ul li {list-style: circle inside;}

    .block-feat-prod .product-name a {

      text-decoration:none;

      color:#004b8d;

      font-size:13px;

      text-align:center;

      text-transform:uppercase;}



      .star-rating .fa {color:#a9a9a9;font-size:18px;}

      .blockblocks div img { padding:10px;}





      .topwelcome  {

        text-align:center;

        padding-top:30px;

        padding-bottom:30px;

        font-size:14px;

        clear:both;

      }



      .productshome {



      }



      .std {

        clear:both;

      }



      .col-main {
        padding: 0 15px;

        /*	clear:both;

        width:1200px; */



      }



      .play-btn .pause {

        display:none !important;

      }

      .option-buttons div.option { background-color: #e3e3e3; color: #403f41; text-align:center; display:inline-block; margin:5px; padding:10px 15px; }
      .option-buttons  div.option:first-of-type {margin-left:0px; }
      .option-buttons div.option.active, .option-buttons div.option:hover { background-color: #e41230; color: #fff; }
      .option-buttons input {
        display:none;
      }



      .wt-rotator .play-btn {

        display: none !important;

      }



      .wt-rotator .screen {

        /*width:1200px !important;*/

        clear:both;

      }





      .special-price .price-label {

        display:none;

      }




      .center-vertical {
        position: absolute;
        top: 0px;
        text-align: center;
        width: 75%;
        left: 0px;
        right: 0px;
        bottom: 0px;

        margin: auto;

      }

      .resource-banner {
        width: 78%;
        height: 150px;
        color: #fff;
      }

      .resource-banner h3 {
        text-transform: uppercase;
        text-shadow: 0.1px 0.1px 1px #d6d9da;
        letter-spacing: 1.8px;
        font-size: 23px;
        font-family: DIN Next LT Pro;
        margin-top:10px;
        margin-bottom:0px;

      }

      .resource-banner p {
        font-family: DIN Next LT Pro;
        text-transform: uppercase;
        letter-spacing: 2.8px;
        font-size : 9px;
        text-shadow: 0.1px 0.1px 1px #d6d9da;
        padding: 11px 0;
        opacity: 0.8;

        margin: auto;
        line-height: 20px;
      }

      .btn-red {
        background-color: #e30000;
        text-transform: uppercase;
        color: #fff !important;
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.4px;
        border-radius: 0px;
        font-family: "DIN Next LT Pro";
        text-decoration: none;
        line-height: 20px;
        height: 40px;
        width:180px;
        transition:all 0.5s ease 0.5s;
        max-width:100%;
      }
      #introrange .btn-red {font-size:16px;}
      .btn-grey {
        background-color: #a9a9a9 !important;
        text-transform: uppercase;
        color: #fff !important;
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.4px;
        border-radius: 0px;
        font-family: "DIN Next LT Pro";
        text-decoration: none;
        line-height: 20px;
        width:180px;
        height: 40px;
        transition:all 0.5s ease 0.5s;
        max-width:100%;
      }
      .product-secondary-right .button {min-width:100%;}
      #introrange .btn-red  {
        width:208px;
      }
      .btn-moreinfo {
        background-color: #DA0623;
        text-transform: uppercase;
        color: #fff !important;
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.4px;
        border-radius: 0px;
        font-family: "DIN Next LT Pro";
        text-decoration: none;
        line-height: 20px;
        height: 40px;
        transition:all 0.5s ease 0.5s;
      }

      .btn-red:focus,
      .btn-red:active,
      .btn-red:hover {

        box-shadow: 0px 2px 0px 0px rgba(190,0,0,0.8);
      }

      .btn-cart {
        background: #e41230;
        padding: 10px 15px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        margin-bottom: 20px;
      }



      .actions {

        /*	width:200px;

        margin-left:auto;

        margin-right:auto;

        text-align:center;*/

      }



      .price-box {

        /* min-height:47px; */

        height: 65px;

        /* text-align:center; */

      }





      .price-box p {

        margin-top:5px;

        margin-bottom:5px;

      }



      .item .special-price, .item .price {
        color: #000;
        font-family: 'DIN Next LT Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      }
      .item .special-price {
        font-size: 28px;
      }

      .sidebar-main .filter-options-title {
        font-weight: normal;

        font-size: 24px;

        font-family: avenir-black;

        text-transform: uppercase;

        letter-spacing: 0.8px;

        border-bottom: 1px solid
        #dbdbdb;

        margin-bottom: 15px;

        padding-bottom: 5px;
      }

      .filter .block-subtitle {
        font-family: 'DIN Next LT Pro', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1.8px;
        font-weight: normal !important;
        padding: 0px;
        padding-left: 10px;
        border: 0px;
      }

      .filter-options-title::after {
        display: none;
      }

      .filter-options-item {
        border: 0px;
        padding: 0px;
      }

      #narrow-by-list ol {
        padding: 0px !important;
        margin: 0px !important;
      }

      .sidebar-main .filter-options-title {
        margin-bottom: 0px;
      }

      .pages a.page, .pages a.page:visited,
      .pages .action.next::before, .pages .action.next:visited::before,
      .pages .action.previous::before, .pages .action.previous:visited::before {
        color: #DBDBDB;
      }

      .modes-mode:not(.active):hover::before,
      .pages strong.page, .sorter-action:hover::before,
      .pages a.page:hover, .pages .action.next:hover::before,
      .pages .action.previous:hover::before, .modes-mode.active::before {
        color: #E41330 !important;
      }

      .modes-mode {
        height: 32px !important;
      }

      .pages .action.next, .pages .action.previous {
        background: none;
        border: 0px;
        box-shadow: none;
        margin: 0px;
        padding: 0px;
      }

      .pages strong.page {
        padding: 0px;
        background: none;
      }

      .limiter label {
        height: 20px;
        padding: 0px;
        display: inline-block;
        margin-top: 10px;
      }

      .sorter-label, .limiter label span, .pager label span {
        color:
        #a9a9a9;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-weight: normal;
        font-family: DIN Next LT Pro;
        font-size: 14px;
      }

      .sorter-label {
        margin-top: 5px;
      }
      .toolbar .sorter-action {
        top: 5px;
      }

      .toolbar .pages {
        margin-bottom: 5px;
      }



      .products-list .product-item-details  .product-item-link {
        color:
        #000;

        font-family: "avenir-black", arial;

        text-transform: uppercase;

        text-decoration: none;

        font-size: 19px;
      }


      .old-price .price {
        font-size: 12px !important;
        font-weight: bold !important;
        color:#E30000 !important;
      }

      ul.products-grid .price-box {

        text-align: center;
        height: auto;
        margin-bottom: 15px;

      }
      ul.products-grid .price-box .old-price {display:none}
      ul.products-grid .price-box .price {
        color: #000;
        font-size:28px;
      }
      ul.products-grid .item {

        height:400px;
        margin: 20px auto;

      }
      ul.products-grid .item > div {
        transition: height 0.5s ease 0s;
        position:absolute;
        overflow:hidden;
        border: 2px solid transparent;

        background-color: white;
        z-index: 2;
        height:100%;
        padding-bottom:15px;
      }
      .catalog-category-view ul.products-grid .item > div,
      .catalogsearch-result-index ul.products-grid .item > div {
        width:255px;
      }
      ul.products-grid .item .actions {
        transition: all 0.5s ease 0s;
        top: -30px;
        opacity: 0;
        z-index: 1;
        position: relative;
        padding: 0 40px;
      }
      ul.products-grid .item:hover .actions {

        opacity:1;
        top:0px;

      }
      ul.products-grid .ratings {display:none}
      #footerbanners {
        max-width:1400px; width:80%; margin:auto;margin-top:15px;"
      }
      @media(max-width:991px) {
        ul.products-grid .item {
          height:auto;
        }
        ul.products-grid .item > div {
          width:100%;
          position: static;
        }
        ul.products-grid .item .actions {
          position: static;
          opacity: 1;
          padding: 0px;
        }
        .secondary-image {
          display:none !important;
        }
        #footerbanners {
          width:100%;
        }
      }
      @media(max-width:767px) {
        a.footer-link {
          text-align: center;
          float: none;
          margin: 5px auto;
          display: block;
        }
        .footercol:nth-of-type(2) {
          text-align:center;
        }
        .footercol:nth-of-type(2) li {
          display: inline-block;
        }

      }

      @media(min-width:992px) {
        ul.products-grid .item:hover > div{
          position: absolute;

          height:auto;


          z-index: 3;
        }
      }

      .logo {margin-top: -30px; margin-bottom: 0px;}

      #search_autocomplete span.amount {margin-right:5px;}

      .product-image, .secondary-image{
        position:relative;
        transition: left 0.5s ease 0s;
        max-width:100%;
      }
      .product-view .product-image {border: 1px solid #dbdbdb;}
      .secondary-image{
        width: 250px;
        left: -255px;
        top: 0px;
        height: 250px;
        text-align: center;
        max-height: 260px;
        position: absolute;
      }
      .secondary-image img {
        max-width: 100%;
        max-height: 100% !important;
      }

      .button {background-color:#E51D31}

      #billing-progress-opcheckout, #shipping-progress-opcheckout, #shipping_method-progress-opcheckout, #payment-progress-opcheckout {

        clear: both;



        padding-bottom: 10px;

        /*  height: 60px; */

      }



      .old-price {

        font-size:12px;

        color:#E30000;



        font-weight:bold;}





        .footertitle {

          text-transform: uppercase;

          margin-bottom: 10px;

          font-weight: bold;

          color: #FFF;

          letter-spacing: 1.2px;

        }



        .social {

          padding:0px

        }

        .social li {

          display:inline;

          list-style:none;

        }

        .social li {
          margin-left: 5px;
          display:inline;

          list-style:none;

        }



        .sociallabel {

          font-weight: bold;

          text-transform: uppercase;

        }



        .socialdiv {

          /*	float:left; */

        }





        .cardz{

          /* float:right; */

        }

        .blue {

          color:#3CB9E9;

        }





        .is-countdown {

          width: 100% !important;

        }





        #productcountdown .countdown-section {width:auto;}

        #productcountdown .countdown-section span.countdown-amount {top:-10px !important;position: relative}


        #headercountdown .countdown-section span.countdown-amount span {



          background-color: #0090d1 !important;

          border: none  !important;

          border-radius: 0px  !important;

          color: #fff  !important;

          display: inline-block;

          font-weight: bold;

          padding: 10px 0px 5px 10%  !important;

          text-align: center;

          text-shadow: none  !important;

          font-size:60%;

          margin-top:0px !important;

        }


        #productcountdown .countdown-section span.countdown-amount {text-align:center}
        #productcountdown .countdown-section span.countdown-amount span{

          background-color: #004b8d !important;

          border: none  !important;

          border-radius: 0px  !important;

          color: #fff  !important;

          display: inline-block;

          font-weight: bold;

          padding: 10px 5px 10px 10px  !important;

          text-align: center !important;

          text-shadow: none  !important;

          font-size:50%;
          width:auto !important;
          margin-top:0px !important;

        }



        #productcountdown .countdown-row ,#headercountdown .countdown-row {

          padding: 0px !important;

          padding-top:0px !important;

          margin:0px !important

        }

        #productcountdown .countdown-section span.countdown-amount {
          float:right;
          width:auto;
          display: inline-block;
        }


        #productcountdown .countdown-section, #headercountdown .countdown-section {margin:0px;padding:0px 5px;}

        #headercountdown .countdown-section:first-of-type {

          padding:0px;

        }

        #headercountdown .countdown-period, .productcountdown .countdown-period{

          display:none !important;

        }





        #headercountdown .is-countdown {

          background-color: transparent;

          border: 1px solid transparent;


        }




        .nextday {

          font-size:16px;
        }







        .form-language select {

          -webkit-appearance: none;

          -moz-appearance: none;

          appearance: none;

          background: #0090D1 url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/dropdown.png") no-repeat scroll 52px center / 8px auto;

          float: left;

          height: 34px;

          width: 75px;

          background-color:#0090D1;

          border: none;

          color: #fff;

          font-weight: bold;

          line-height: 20px;

          padding: 6px;

          font-size:14px;

        }

        .form-language select::-ms-expand { /* for IE 11 */

          display: none;

        }

        /*target Internet Explorer 9 and Internet Explorer 10:*/

        @media screen and (min-width: 0\0) {

          select {

            background: none;

            padding: 5px;

          }

        }

        #productcountdown {

          text-transform:uppercase;



        }



        .countdown-show3 .countdown-section {

          width: 29.5% !important;

        }



        /* .finalcount img {

        float: left;

        margin-top: -18px;

        margin-left: -33px;

        } */









        nav {

          /* width:1200px !important; */

          margin-left:auto !important;

          margin-right:auto !important;

          /* position:relative; */

        }







        #nav {/* float:left; margin-left:170px !important;*/ display:inline-block !important; float:none !important}

        #nav, #nav ul {

          list-style: none outside none;

          margin: 0;

          padding: 0;

        }

        #nav > ul > li > a:hover {
            border-bottom: 3px solid white;
        }



        #nav div.subs {
          z-index: 2;
        top: 57px;
        color: #333;
        display: none;
        font-size: 13px;
        left: 0px;
        padding: 2%;
        padding-top: 15px;
        position: absolute;
        background-color: white;
        width: 75%;
        position: absolute;
        border: none;
        opacity: 0;
        transition: all 0.5s ease-in-out 0.5s;
        z-index: 20000;
        }
        #nav li:hover div.subs {
          opacity:1;

          display: block;

        }
        #nav div.subs ul > li {margin-bottom: 0px;}
        #nav div.subs li a {	text-decoration: none;}
        #nav div.subs li span {
          text-align: center;
          display: block;
          color: #000;
text-transform: capitalize;
          font-family: DIN Next LT Pro;
          letter-spacing: 0px;
          padding: 1px;
          clear: both;
        }
        #nav, #nav ul {

          list-style: none outside none;

          margin: 0;

          padding: 0;
          border: 0;

        }



        #nav span {

          display: none;

        }



        #nav > ul > li {
          padding: 15px 32px;
          border-bottom: 5px solid transparent;

          float: none;

          display: inline-block;

          margin-bottom: -12px;

          text-align: left;

          -moz-transition: all 300ms ease-in-out 0s;

          -ms-transition: all 300ms ease-in-out 0s;

          -o-transition: all 300ms ease-in-out 0s;

          -webkit-transition: all 300ms ease-in-out 0s;

          transition: all 300ms ease-in-out 0s;

          position:inherit;

        }



        #nav div.subs > ul > li {
          display: inline-block;
          float: none;
          padding: 5px;
          vertical-align: top;
          width: 17.5%;
          overflow: hidden;
          text-align:center;
          }#nav div.subs > ul > li.foursquare {width:22% }
          #nav div.subs > ul > li div {position: relative;clear:both;}
          #nav div.subs > ul > li > a {position:relative}
          #nav div.subs > ul > li > div::before {content: ""; position: absolute; bottom:0px;width:100%;height:7px; left:0px; background-color:red; display:block;opacity:0;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
        }
        #nav div.subs > ul > li:hover > div::before {opacity:1; visibility:visible;   -webkit-transform: scaleX(1);    transform: scaleX(1);}


        .hidden {

          display: block !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;

        }



        #nav div.subs > ul > li > a {

          font-size: 1.1em;

          margin-bottom: 10px;

          text-transform: uppercase;

          font-weight: bold;

          color: #333;

        }



        .subs img {
          float: none;
          margin-right: 0;
          width: 100%;
          max-width: 100%;
        }



        #nav div.subs ul > li {

          margin-bottom:10px;

        }

        #nav div.subs ul > li ul li {

          margin-bottom:5px;

        }
        #nav div.subs > ul {
          z-index:8999999999;
        }
        #nav div.subs > ul > li > a {

          color: #00A4E4;
          font-family: "berthold_akzidenz_grotesk_bRg" !important;
          font-weight: normal;
          margin-bottom: 5px;
          display: inline-block;
          letter-spacing: 0.8px;
        }

        #nav div.subs > ul > li ul li a{

          color: #f4f4f4;
          text-transform: uppercase;
          opacity: 0.8;
          letter-spacing: 0.8px;
        }
        #nav div.subs > ul > li ul li a:hover {
          opacity:1;
        }
        ul.container {
          margin:auto !important;
        }
        /*#nav > ul > li > a {

        color: #333;

        display: block;

        font-size: 13px;

        font-weight: bold;

        line-height: 49px;

        padding: 0 7px;

        text-transform: uppercase;

        text-decoration:none;



        }*/
        #nav > ul > li {; padding:15px}
        #nav > ul > li > a {
          color: #000;
          display: block;
          font-size: 16px;
          padding: 0px 10px;
          text-transform: uppercase;
          text-decoration: none;
          letter-spacing: 0.8px;
          opacity: 0.8;
          font-family: "DIN Next LT Pro";
          margin-top:7px;
        }



        #nav > ul > li:hover > a:before{
          opacity:1;
        }

        #nav > ul > li:hover > a:before {visibility:visible;   -webkit-transform: scaleX(1);
          transform: scaleX(1);}

.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
  opacity: 1 !important;
}

          #social {height:50px;}
          #social li:not(.login) {
            height: 50px;
            padding: 5px 9px;
            overflow: hidden;
            margin: 0px;
          }
          #social li:hover:not(.login) {
            background-color: #ed000c;
          }
          #social i {
            display: block;
            height: 100%;
            margin-bottom: 31px;
            position: relative;
            top: 0;
            transition: top 0.35s ease 0s;
            width: 100%;
          }
          #social li:hover:not(.login) a i {
            top: -44px;
            color: white;
          }

          .category-title

          {

            text-align:center;

            text-transform:uppercase;

            font-size:18px;

          }





          .category-description-sml {

            font-size:13px;

            text-align:center;

          }

          .category-products {

            /* width:80%;

            float:right; */

          }





          .col-left{

            /*	width:18%;

            margin-left:2%;

            float:left;*/

          }







          .category-products .products-grid li {

            margin: 20px 0;

            padding: 10px;

            box-shadow: 0 1px 1px #fff;

            -moz-transition: all 0.4s ease-out;  /* FF4+ */

            -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */

            -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */

            -ms-transition: all 0.4s ease-out;  /* IE10? */

            transition: all 0.4s ease-out;

            /*display: inline;

            float: left;

            list-style: outside none none;

            margin-bottom: 45px;

            margin-left: 2%;

            margin-right: 2%;

            width: 29%;*/

          }



          .category-products .products-grid li:hover button{

            opacity:0.8;

            -moz-transition: all 0.4s ease-out;  /* FF4+ */

            -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */

            -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */

            -ms-transition: all 0.4s ease-out;  /* IE10? */

            transition: all 0.4s ease-out;

          }

          .products-grid .last {

            /*float:right;

            margin-right:0px !important;*/

          }







          .toolbar-bottom {

            clear:both;

          }







          .products-grid .product-name {

            font-size: 16px;

            height: 55px;

            text-align: center;

            overflow: hidden;

          }





          .products-grid  .product-name a {
            color: #000;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;

            padding: 0 10px;
            display: block;
            line-height: 18px;
            font-family: "DIN Next LT Pro";
          }

          .products-grid  .product-image {

            margin-left:auto;

            margin-right:auto;

            text-align:center;

          }



          .products-grid  .product-image img {

            margin-left:auto;

            margin-right:auto;

            text-align:center;

          }



          .col-left .block-currency {

            display:none;

          }



          .col-left  .block-banner  {

            display:none;

          }





          .col-left  .block-subscribe  {

            display:none;

          }



          .block-layered-nav .block-title {
            font-family: "DIN Next LT Pro";
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1.8px;
            font-weight: normal !important;
          }

          .block-layered-nav .actions {
            display: block;
            clear: both;
            float: right;
          }



          .block-layered-nav .block-subtitle {

            display:none;

          }


          #narrow-by-list {
            clear:both;
          }
          #narrow-by-list ol {

            list-style: outside none none;

            margin-bottom: 20px;

            padding-left: 20px;

            padding-top: 10px;

            padding-bottom: 10px;

          }



          #narrow-by-list  a {

            color:#00a4e4;

            font-size:13px;

            text-decoration:none;

          }





          #narrow-by-list dt  {
            font-weight: normal;
            font-size: 24px;
            font-family: avenir-black;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 15px;
            padding-bottom: 5px;
            margin-top: 30px;

          }

          #narrow-by-list dt:first-of-type {margin-top: 0px; }

          .toolbar {






            padding-bottom: 5px;

            padding-top: 5px;
height:35px;
            width: 100%;
            margin-bottom: 0px;

          }





          .sorter .grid, .sorter .list{
            font-size: 24px;
          }
          .sorter a {color: #E30000}

          .price-box {
            height: 35px;
            margin-bottom: 43px;
          }





          .amount {

            /*	font-size:13px;



            width:176px;

            float:left; */

          }


          .cart h1 {
            padding:0px;
          }


          .sort-by label, .limiter label, .pager label {
            margin-top: 10px;
            color: #a9a9a9;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-weight: normal;
            font-family: DIN Next LT Pro;

          }

          @media(max-width:767px) {
            .limiter, .amount, .sort-by {
              margin-bottom:15px;
            }
          }
          .pager {

            margin:0 -15px !important;

          }

          .toolbar .pager {
            margin-bottom:0px !important;

            list-style: outside none none;
            padding-left: 0;
            text-align: left;
            vertical-align: top;
          }



          .products-grid  {

            /* clear:both; */

            padding:0px;

            margin-top:10px;

            margin-bottom:10px;



          }




          .pages {display:inline-block}
          .pager .pages ol {
            margin: 10px 0;
            display: block;
            padding:0px;

          }

          .pager .pages li  {

            display: inline;

            margin: 0 2px;

            font-size:13px;

            padding: 2px 4px;

          }



          .pages {

            /* 	width:230px;

            margin-left:350px; */

          }



          .pager a {

            font-size:13px;

            color:#60c6ee;

            text-decoration:none;

          }





          .i-next {

            color:#004b8d;

            text-decoration:none;



          }





          .page-title {
            /*text-align:center;*/
            font-size:11px;
            margin-bottom:20px;
            text-transform:uppercase;
          }







          .block-subscribe {

            /*float: right;

            text-transform: uppercase;

            width: 256px;

            text-align:right;

            margin-bottom:10px;*/

            text-transform: uppercase;

            margin-bottom: 10px;

          }

          #newsletter,#newsletter-validate-detail button {border-radius:0px !important;}







          #newsletter-validate-detail .actions {

            width:62px;

            float:right;

          }

          #newsletter-validate-detail .actions .button{

            background:#3CB9E9;

            color:#fff;

            padding:3px;

            text-transform:uppercase;



          }



          #newsletter-validate-detail  .input-box {

            width:190px;

            float:left;



          }



          #newsletter-validate-detail  .input-box input {



            padding:3px;

          }





          .cardsss {

            clear:both;

            float:right;

          }



          .minicart p {

            float:left;

            color:#000;

            margin-right:0px;

            font-size:12px;

            margin-bottom:0px;

          }



          .minicart {
            width: 100px;
            height: 42px;
            background-color: #a9a9a9;
            position: relative;
            right: 0;
            top: 0px;
            float: right;
          }



          .minicart img {

            float:left;

          }



          .minicart a {

            color:#fff;
            display: inline-block;
            padding: 10px;
            text-decoration: none;

            font-size:12px;
            width: 100%;
            text-transform: uppercase;

          }



          .box-tags {

            display:none;

          }





          /*

          .product-view {

          width:86%;

          margin-left:2%;

          float:left;

        }



        .col-right {

        width:14%;

        float:right;

      }





      .productright  {

      float:left;

      width:30%;

    }



    .product-shop {

    width:60%;

    float:right;

  }

  */



  .cart .discount, .cart .shipping {

    border: 1px solid #d0cbc1;

    margin: 0 0 18px;

    padding: 12px 15px;

  }



  .cart .page-title {

    border-bottom: 0 none;

    margin: 0 0 12px;

  }



  .cart .title-buttons .checkout-types {

    /*  float: right; */

  }





  .cartside {

    /*  float: left;

    width: 890px; */

  }





  .data-table tr.last th, .data-table tr.last td {

    border-bottom: 0 none !important;

  }

  .data-table thead th {

    background: #dcdcdc none repeat scroll 0 0;

  }

  .data-table thead th {

    border-right: 1px solid #c2d3e0;

    color: #0a263c;

    font-weight: bold;

    padding: 8px;

    vertical-align: middle;

    white-space: nowrap;

  }

  .cart-table th {

    padding: 2px 10px;

  }

  .data-table th {

    font-weight: bold;

    padding: 3px 8px;

  }

  caption, th, td {

    font-weight: normal;

    text-align: left;

    vertical-align: top;

  }





  .data-table tfoot {

    border-bottom: 1px solid #d9dde3;

  }





  .cart .discount, .cart .shipping {

    border: 1px solid #d0cbc1;

    margin: 0 0 18px;

    padding: 12px 15px;

  }





  .cart .discount, .cart .shipping {

    border: 1px solid #d0cbc1;

    margin: 0 0 18px;

    padding: 12px 15px;

    text-align:center;

  }





  .cart .totals {

    padding:20px;

    border: 1px solid #bebcb7;

    /*  float: right;

    width: 298px; */

  }







  .col-2cart {

    /*  float: right;

    width: 300px; */

  }



  .cart  {



  }




  /*
  .cart button.button span {

  background: #ea0000 none repeat scroll 0 0;

  border: medium none !important;

  color: #fff;

  display: block;

  font: bold 14px/19px Arial,Helvetica,sans-serif;


  margin-top: 3px;

  padding: 6px 22px 7px;

  text-align: center;

  white-space: nowrap;

  font-size:13px !important;

  text-transform: uppercase;

}



#aitcheckout-place-order span {

background: #ea0000 none repeat scroll 0 0;

border: medium none !important;

color: #fff;

display: block;

font: bold 14px/19px Arial,Helvetica,sans-serif;



margin-top: 3px;

padding: 6px 22px 7px;

text-align: center;

white-space: nowrap;

font-size:13px !important;

text-transform: uppercase;

}*/





.points-notice-msg {

  background: #0090d1 none repeat scroll 0 0 !important;

  border: none !important;

  color: #fff !important;

  font-size: 12px !important;

  padding: 10px;

}





.page-title .checkout-types .btn-checkout {

  display:none;

}



#call-now {
  color: #a9a9a9;
  text-transform: uppercase;
  text-decoration: none;
  font-family: DIN Next LT Pro;
  line-height: 16px;
  font-size: 20px;
  letter-spacing: 0.8px;
}
#call-number {
  color: #000;
  font-size: 28px;
  font-family: DIN Next LT Pro;
}

#shopping-cart-totals-table {

  /*  float: right;

  margin-right: 10px;

  text-align: right;

  width: 159px; */

}



.checkout-types {

  width:auto;

  text-align:center;

  padding:0px;

}



.data-table {

  border: 1px solid #bebcb7;

  width: 100%;

}



table {

  border-spacing: 0;

  empty-cells: show;

  font-size: 100%;

  border:none;

}





.data-table tfoot tr.first td {

  background: #dcdcdc none repeat scroll 0 0;



  text-align:center;

}

.data-table tr.last th, .data-table tr.last td {

  border-bottom: 0 none !important;



}

.data-table td.last, .data-table th.last {

  border-right: 0 none;

}

.cart-table tfoot td {

  padding: 5px 10px;

}





.data-table tfoot tr {

  background-color: #dcdcdc !important;

}



fieldset {

  border:none;

}







input.qty {

  background: #f3f3f3 none repeat scroll 0 0 !important;

  height: 31px;

  padding-left: 17px;

  width:34px;



}

input.input-text, select, textarea {

  background: #fff none repeat scroll 0 0;

  border: 1px solid #b6b6b6;

}

.cart-table td {

  padding: 10px;

}





.btn-remove2 {

  background: rgba(0, 0, 0, 0) url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/btn_trash.gif") no-repeat scroll 0 0;

  display: block;

  font-size: 0;

  height: 16px;

  line-height: 0;

  overflow: hidden;

  text-indent: -999em;

  width: 16px;

}



#checkoutSteps {

  background:#fff !important;

}





.opc .active .step-title h2 {

  color: #ea0000 !important;



}



.form-list label {

  color: #666;



  font-weight: bold;

  position: relative;

  z-index: 0;

}

.form-list label > em {

  margin-right: 5px;

}

.step-title .number {

  display:none;

}



#review-form .form-list li {

  margin:10px 0;

}
#review-form .buttons-set {float:none !important}




.home-three{padding-bottom:30px !important; margin-bottom:0px;}

.home-three > div:first-of-type  {
  /*max-height: 335px;
  max-width: 379px;*/
  position:relative;
  overflow:hidden;
  margin:auto;
}
.home-three:hover > div > img {
  -webkit-transform: rotate(15deg) scale(1.2);
}

.home-three h3 {
  font-family:"DIN Next LT Pro";
  margin:auto;
  margin-bottom:25px;
  width:100%;
  height:30px;
  text-transform:uppercase;
  color:#eb4852;
}
.jcitrone {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width:100%;
}
#sig {    left: 0px;
  position: absolute;
  display: block;
  top: -130px;

}
#jcitrone-series {
  position: absolute;
  top: -67px;

  left: 60px;
}

/*.col2-set .col-1 {

float: left;

width: 48.5%;

} */
.col2-set{
  width: 100%;
  clear: both;
}

.account-login .content {

  min-height: 165px;

  padding: 14px 21px;

}



.buttons-set {

  clear: both;

  margin: 4em 0 0;

  padding: 8px 0 0;

  text-align: right;

}





/* .col2-set .col-2 {

float: right;

width: 48.5%;

} */





.f-left, .left {

  float: left !important;

}

a {

  color: #1e7ec8;



  text-decoration: underline;

}





.account-create .fieldset {

  margin-top: 43px;

}





.fieldset .legend {

  /* float: left; */

  font-size: 18px;
  font-family: DIN Next LT Pro;
  font-weight:normal;

  /*  margin: -33px 0 0 -10px; */

  padding:10px 8px;

  position: relative;

}



.form-list .field {

  /* float: left;

  width: 275px; */
  padding: 5px 0;
}


#webform_3_form {
  display: inline-block;
  width: 100%;
  clear:both;
}


.buttons-set p.required {

  margin: 0 0 10px;

}

p.required {

  color: #eb340a;

  font-size: 11px;

  text-align: right;

}





.form-list .input-box {

  /* clear: both;

  display: block;

  width: 260px;*/

}





.form-list input.input-text {

  /* width: 254px; */

}

input.input-text, textarea {

  /*    padding: 2px; */

}

input.input-text, select, textarea {

  background: #fff none repeat scroll 0 0;

  border: 1px solid #b6b6b6;

}



.product-collateral {

  border-top:1px solid #ededec;

  border-bottom: 1px solid #ededec;
  margin-bottom: 10px;
  margin-top:10px;

}



.box-description {

  margin-top:10px;

}

.box-description ul li {
  list-style: inside circle;
}


.box-description h1,.box-description h2  {
  font-family: "bebas_neuelight" !important;
  letter-spacing: 2px;
  margin-bottom:10px;
  font-size: 36px;
}
.box-description h3, .box-description h4   {
  font-family: "bebas_neuebook" !important;
  letter-spacing: 1.6px;
  font-size: 24px;
}




.box-description h3 {

  margin-bottom:10px;

  margin-top:10px;

}





.product-essential .product-name {

  text-transform:uppercase;

  color:#004b8d;

}





.product-essential .price-label {

  display:inline-block;

}



.product-essential .price-box {

  /*	text-align:left; */

}



.more-views h2 {

  display:none;

}





.availability,.price-saving {

  text-transform: uppercase;
  letter-spacing: 1px;
}
.price-saving {
  letter-spacing: 1.6px;
  font-size: 10px;
}
.availability span {
  color: #d7001f;
  font-family: DIN Next LT Pro;
  font-size: 14px;

}


.availability.out-of-stock {text-align:left;}


.price-label{

  margin-right:5px;

}



.special-price .price-saving {

  display:none;

}





.product-essential .special-price .price-label{
  display:none;
  font-size:15px;

}





.product-essential .special-price .price {

  font-size:15px;

}



.special-price > .price, .regular-price > .price {



}

.short-description {

  margin-top: 25px;

  color:#1d1d1d;-moz-binding: clear:both;

  margin-bottom:10px;

}





.add-to-box {

  clear:both;

}



#product-addtocart-button .fa {margin-right:5px;}

.product-essential .btn-cart {

  width: 100%;
  padding: 20px;
  clear:both;

  /*	float:left; */

}



.quantitymain, .qty-holder{

  margin-bottom:10px;
  text-transform:uppercase;
  clear:both;
  letter-spacing: 1.2px;
  font-size: 12px;
}
.quantitymain {
  margin-bottom: 25px;
}



input.qty {
  background-color: #f2f2f2 !important;
  /*padding-left:14px !important;*/

  padding-left:11.5px !important;

}



#track_hint {

  z-index: 4;

  text-align: center;

}



.rewardsprod {

  color: #0a4887;

}









.rewardsprod p {

  float: left;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-family: proximasansregularregular;
  letter-spacing: 1.6px;
  line-height: 22px;
}



.product-essential .btn-cart {



}



.bottomship {

  color:#00A4E4;

}

.nextdep {
  font-weight: normal;
  text-transform: uppercase;
  color: #00a4e4;
  font-size: 12px;
  font-family: "proximasansregularregular";
  letter-spacing: 2px;
  margin-left: 25px;
}





.torec {
  font-size:16px;
  text-transform:uppercase;
  font-family: "proximasansregularregular";
  color:#000;
  letter-spacing: 1.6px;
  clear:both;

}





.nextday {

  text-transform: uppercase;
  color: #000;
  font-family: "proximasansregularregular";
  letter-spacing: 1.7px;

}





.expecteddeliverydate {

  color: #00a4e4;
  display: inline !important;

}





.shippingleft {

  clear:both;

  width:418px;



}

.page-outer {
  max-width:1400px; width:80%; margin:auto;
}


@media(max-width:991px) {
  .navbar {
    height: 0px !important;
    min-height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  /*.finalcount{

  margin-top:10px;

  } .quick-access {
  margin-top:10px;
  }*/
  .panel {
    top:0px !important;
  }
  .page-outer  {
    top:0px !important;
  }
}

/* .product-shop .finalcount {

width:340px;

} */



.product-shop #productcountdown img  {

  float:right;

}





.van2 {

  position: relative;

  right: 107px;

  top: 13px;

}



.shippingleft p {

  margin:0px;

  padding:0px;

}





.expecteddeliverydate {

  margin:0px;

}




.more-views li {

  display:inline-block;
  border: 1px solid #dbdbdb;
  margin: 7.5px;
}
.more-views li:hover{box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);}



.product-options-bottom .price-box {

  display:none;

}

.product-options label, .quantity-heading {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 18px;
  color: #3a393b;
  margin-top: 10px;
  margin-bottom: 0px;
}
.product-options label.required em {display:none;}

#is_subscribed {
  float: left;
  margin-right: 10px;
}
.required-entry, .form-list input.input-text, .validate-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

.product-shop p.required {display:none;}



.required em {
  margin-right: 8px;
  color: rgb(235, 52, 10);
  float: left;
}
.validation-advice {
  color: rgb(235, 52, 10);
}
.required{
  clear:both;
}

.cbp-spmenu a:hover

#product-options-wrapper {

  margin-bottom:10px;

}





.note-msg {



}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.error-msg, .success-msg, .notice-msg, .note-msg {

  background-position: 10px 6px !important;

  background-repeat: no-repeat !important;

  border-style: solid !important;

  border-width: 1px !important;

  font-size: 100% !important;



  margin: 0 0 30px !important;

  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.note-msg {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.success-msg {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.error-msg {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.top-link-cart {

  display:none;

}





.firstimg {

  width:300px !important;

}





.webform_1_form {



}

.col2-right-layout .col-main {

  /*width:85%;

  float:left;*/

}

.col2-right-layout .col-right {

  /*width:14%;

  float:right;*/

}





#webform_1_form .fieldset {

  border: 1px solid #e5e5e5;

  margin: 25px 0 15px;

  padding: 15px;

}





#webform_1_form .fieldset .legend {

  background: #fff none repeat scroll 0 0;

  float: left;

  font-size: 100%;

  font-weight: normal;

  margin: -25px 0 0;

  padding: 0 8px;

}





#webform_1_form .form-list div.input-box {

  padding: 5px 0;

}





/* #webform_1 button span {

background: #ea0000 none repeat scroll 0 0;

border: medium none !important;

color: #fff;

display: block;

height: 15px;

margin-top: 3px;

padding: 4px 21px 9px;

text-align: center;

text-transform: uppercase;

white-space: nowrap;

float:left;

} */



#webform_1 .buttons-set {

  text-align:left !important;

}



#field_3_row {

  clear:both;

}








/*.help-box {

float: left;

height: 280px;

padding: 5px;

width: 380px;

} */





.help-box h2 {

  background-color: #00a3e4;

  color: #fff;

  padding: 10px;

  text-transform:uppercase;

}



.help-box-fw h2 {

  background-color: #00a3e4;

  color: #fff;

  padding: 10px;

  margin-bottom:10px;

  margin-top:10px;

  text-transform:uppercase;

}





.profilehomeitem {

  float: left;

  margin: 8px 1%;

}

.header-container .nextday {
  color: #004b8d;
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 5px;
  letter-spacing: 2.8px;
  font-family: "DIN Next LT Pro";
}

.freedel {
  font-family: "proximasansregularregular";
  font-size: 15.2px;
  margin-bottom: 0px;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-top: 4px;
}



.calcimage {



}



.clearit {

  clear:both;

  width:900px;

  text-align:center;

}





.rewardsmiddle {

  width:900px;

  margin-left:auto;

  margin-right:auto;

  text-align:center;

}



.col1-layout .buttons-set {

  text-align: center;

}

.main {
  background-color: #ffffff;
  padding: 30px 30px;
}



.back-link {

  display:none;

}







/*.col1-layout button.button span > span {

background: #ea0000 none repeat scroll 0 0;

border: medium none !important;

color: #fff;

display: block;

height: 15px;

margin-top: 3px;

padding: 4px 21px 9px;

text-align: center;

text-transform: uppercase;

white-space: nowrap;

}*/



.emailreg {

  clear:both;

}





.account-create li {

  clear:both;

}



.my-account {
  padding-bottom : 15px;

  /*width:78%;

  float:right;*/

}



.block-account li {


  padding:5px 15px;

}

.block-account li  a {


  color:#A9A9A9;
  text-decoration:none;



}



#change_password {float: left;
  margin-right: 10px;}

  .block-account .block-title {

    display:none;

  }



  .box-account address {

    margin:0px;

  }





  .box-account {

    background: #F3F3F3;

    padding: 15px;

    margin: 0 0 20px;

  }



  .box-account .box-head {

    margin: 0 0 10px;

    text-align: right;

  }





  .dashboard .col2-set {

    clear: both;

    /* height: 89px;*/

    margin: 0 0 15px;

  }

  /*.col2-set .col-1 {

  float: left;

  width: 48.5%;

}



.col2-set .col-2 {

float: right;

width: 48.5%;

}*/



.dashboard .box .box-title {

  padding: 0 0 2px;

  margin: 0 0 8px;

  text-align: right;

}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {

  float: left;

  font-size: 13px;

  font-weight: bold;

  margin: 0;

}



.box-account a {
  color: #D7001F;
  text-decoration: none;

}

.box-account .box-head {

  margin: 0 0 10px;

  text-align: left;

  text-transform: uppercase;

}



.dashboard .box .box-title {

  padding: 0 0 2px;

  margin: 0 0 8px;

  text-align: right;

}



.my-account li {

  clear:both;

  margin-bottom:5px;

}





.my-account .buttons-set {



}



.my-account  .form-list {

  clear:both;

  margin-bottom:57px;

}







.my-account .fieldset .legend {

  margin:0px;

}





.cart .buttons-set {

  clear:both;

  margin:0px;

  padding:0px;

  text-align:center;float:none !important;

}







#aitcheckout-place-order {

  clear: both;

  float: left;

}



.f-left {

  clear:both;

}





#checkout-review-table .a-right {

  text-align:right;



}





#checkoutSteps li, #checkoutSteps dt {
  clear:both;
  /*	float:left !important; */

}



#register_control {

  clear:both;

}





#checkoutSteps .control {

  clear:both;

}



img {

  border:none;

}










.col2-left-layout .col-main {

  /*width:79%;

  float:right;*/

}



.block-account {

  margin-top:58px;

}





@media(max-width:767px) {

  .header-container {

    /* border-top: 10px solid white;

    border-bottom: 10px solid white; */

  }

}



.nopadding, .no-padding {padding:0px !important;}
.nopadding-left {padding-left:0px !important;}
.nopadding-right {padding-right:0px !important;}

.home-three {
  background: #EEEEEE;
  padding-bottom: 30px !important;
}
.no-rating a {color:#939393; text-decoration}

.navbar-toggle-new {

  vertical-align: middle;

  text-align: center;

  float: none;

  margin: 0px;

  color: white;

}



.navbar-collapse {padding:0px;}



@media(max-width:767px) {

  .navbar-collapse {

    background-color: rgb(0, 164, 228);

    float: left;

    position: absolute;

    top: 0px;

    left: 0px;

    width:20% !important;

    z-index:9999999;

    padding:0px !important;

    float:left;

  }

  .navbar-collapse li {padding:15px; width:100%;}

  .navbar-collapse > ul > li >  a {color:#085090; font-weight:bold; text-transform: uppercase;}

  .navbar-collapse > ul > li > ul > li > a {font-weight:bold; text-transform: uppercase; color:#fff;}

  .navbar-collapse > ul > li > ul > li > ul > li > a {color:#fff;}

  .navbar-collapse li img {display:none;}

  .navbar-collapse li {background-color:#0090d1;}

  .navbar-collapse li a{color:white;}

}



.messages, .messages ul{padding:0px}

footer a {color:inherit}

footer p {
  margin: 0px;
  text-transform: initial;
  font-weight: normal !important;
  line-height: 18px;
  font-size: 12px;

}

footer li {

  line-height: 20px;

}

footer li a:hover {color:#fff; text-decoration:none;}

@media (max-width: 820px) {

  footer .text-right,

  footer .text-left {

    text-align: center;

  }

}

ul.form-list{padding:0px;}

#checkoutSteps ol, #checkoutSteps ul {padding:0px}

.category-title h1 {
  font-family: avenir-black;
  text-transform: uppercase;
  text-align: left;
  font-size: 34px;
  margin:0px;
  padding:0px;
}

.wt-rotator{width:100% !important;}

.wt-rotator .screen{width:100% !important;}

.wt-rotator .c-panel {left: 684px !important;}
#slider-height {position:absolute;}
.navbar {min-height: 38px;}



/* Mobile Menu */

.mobile_menu {background-color:#00a4e4;z-index: 3}

.mobile_menu, .mobile_menu ul  {padding:0px;margin:0px;}

.mobile_menu {position:fixed}

.mobile_menu    li.firstimg {display:none;}

.mobile_menu li {width:100%;}

/*.mobile_menu  > li >  a {color:#085090; font-weight:bold; text-transform: uppercase;}*/

.mobile_menu  > li >  a {

  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-family: proximasansregularregular;

}

.mobile_menu  > li > ul > li > a {font-weight:bold; text-transform: uppercase; color:#fff;}

.mobile_menu   li  ul > li > ul > li > a {color:#fff;}
.mobile_menu   li  ul  li  ul  li {background-color: #002E66 !important;}
.mobile_menu li img {display:none;}

/* .mobile_menu li {background-color:#0090d1;} */

.mobile_menu li ul li {background-color:#004b8d; }

.mobile_menu li a{color:white; padding: 1em; 	border-top:1px solid #66bce3; text-decoration:none;}

.cbp-spmenu {	  visibility:visible; }

#nav2 >ul > li  > a:after { content: '+'; float:right;  font-family: FontAwesome;
content: "\f107"; }


#nav2 li  > a:only-child:after { content: ''; }

.mobile_menu  > li {



  background-color: #00a4e4;

  clear: both;

  display: block;

  float: none;

  padding: 0px;

  text-align: left;

  width: 100%;

}



/* Aitoc OPC Override */


#checkout-review-table .product-name {  font-size: 13px; margin: 0;}

#checkout-review-table td {padding:10px;}

#co-checkout-form .opc .step {padding-right:15px;}

#opc-billing .fields .form-list label, #opc-shipping .fields .form-list label{
  max-height: 20px;
  overflow: hidden;
  clear: both;
  float: none;
  width: 100%;


}
.form-list label {
  text-align: left;
}


/* Cart */

h2.product-name {

  font-size: inherit;

}

.sp-methods ul {padding:0px;}

.sp-methods ul li input {float:left;}

.sp-methods ul li label {font-weight:normal}

.sp-methods ul li label .price {font-weight:bold}



#shopping-cart-totals-table{

  text-align: center !important;

  margin: auto !important;

  float: none !important;

}



#checkoutSteps input:not([type='checkbox']):not([type="radio"]) {width:100% !important;}

#checkoutSteps input[type='checkbox'], #checkoutSteps input[type="radio"] {

  float: left;

  margin: 5px 10px;

}

#checkoutSteps input[type="radio"] {

  margin: 10px;

}

#checkout-shipping-method-load ul li label {

  position: relative;

  top: 7px;

  font-weight:normal;

}

#checkout-shipping-method-load ul li label .price {

  font-weight:bold;

}

/* End OPC Checkout */



.cartdrop img {

  float: left;

  max-width: 30px;

}

.mininumb {

  color: #d1d2d4;

  float: left;

  font-size: 12px;

  font-weight: bold;

  margin-left: 5px;

  margin-top: 3px;

  text-transform: uppercase;

}

#minicart-panel {

  border-top: 1px solid #e1eaee;

  background-color: transparent;

  border-top: 0 solid #e1eaee;

  font-size: 12px;



  line-height: 16px;

  padding-top: 25px;

  position: absolute;

  right: 0;

  text-align: left;

  top: 60px;

  width: 400px;

  z-index: 10;

}
@media(max-width:400px) {
  #minicart-panel {width:320px;}
}

#minicart-panel {display: none;}

.minicart:hover + #minicart-panel {

  display: block !important;



}

.mininumb a {

  color: #6d6e71 !important;

  float: left;

  font-size: 11px;

}

.miniimage img {
  max-width: 67px;
  max-height: 67px;
  text-align: center;
  margin: auto;
  float: none;

}

/* .miniimage {

float: left;

width: 50px;

} */

.mincontent {

  color: #000;

  font-size: 12px;

  line-height: 16px;

}



.checkoutmini {margin-top:10px;}
.mincontent + .col-sm-3 {float:right;}
@media(max-width:1200px) {
  .mincontent{margin: 10px 5px;}
}
.miniqty {
  margin-left:5px;
}
.checkkkkout {

  clear: both;

  color: #000;

  float: right;

  font-size: 12px;

  font-weight: bold;

  text-transform: uppercase;

}

#minicart-panel .empty {

  border: medium none !important;

}

#minicart-panel .block-content {

  border: medium none !important;

}

#minicart-panel .block {

  border: medium none !important;

}

.pay-now {

  background: none repeat scroll 0 0 #2bb673;

  float: right;

  font-size: 12px;

  font-weight: bold;

  height: 22px;

  padding-top: 8px;

  text-align: center;

  text-transform: uppercase;

  width: 80px;

}

.view-bag a {

  color: #000 !important;

}

.pay-now a {

  color: #fff !important;

}

.view-bag {

  background: none repeat scroll 0 0 #9c9a9c;

  float: left;

  font-size: 12px;

  font-weight: bold;

  height: 22px;

  padding-top: 8px;

  text-align: center;

  text-transform: uppercase;

  width: 80px;

}

/* End Mini Cart */



/* Extra Button Classes */

.btn-light-blue {

  background-color:#00a4e4 !important;

}

.btn-dark-blue {

  background-color:#004b8d !important;

}
.btn-add-to-cart {
  background: #D7001F;
}
.btn-add-to-cart, .btn-generic, .button {
  color: #FFF;
  border: medium none;
  background-repeat: no-repeat;
  padding: 10px 15px;
  width: auto;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 18px;
  background-size: 100% 100%;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  letter-spacing: 1.6px;
  font-family: "DIN Next LT Pro";
  font-size:14px;
  min-width: 180px;
  white-space: nowrap;
}
.btn-generic {
  background-color:#E30000;
}
#product-addtocart-button{
  font-size: 18px;
  font-family: "DIN Next LT Pro";
}
.btn-add-to-cart-view {

  background-image: url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/add_button.png");

}

.btn-add-to-cart:hover,.btn-generic:hover {

  opacity:0.8;

  -moz-transition: all 0.4s ease-out;  /* FF4+ */

  -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */

  -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */

  -ms-transition: all 0.4s ease-out;  /* IE10? */

  transition: all 0.4s ease-out;

}



/* Menu Bootstrap Override */

.nav > li > a:focus, .nav > li > a:hover {

  background-color:transparent !important;

}

.buttonsubmit.button {
  text-decoration:none;
  color:#fff;
}

/* Misc Bootstrap Changes */

.sidebar .block-content ul {padding:0px;}

.pager li > a, .pager li > span {

  padding: 0 !important;
  color: #DBDBDB;
  background-color: transparent !important;

  border: none !important;

}
.currently {float:left; margin-right:10px;}
.currently ol {padding:0px}

.currently .filter {font-weight:bold;}

#advice-required-entry-newsletter {
  color: rgb(235, 52, 10);

  text-transform: initial
}



.link-rss {float:right;}

.minicart-panel-wrap {background-color:white;padding:5px;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);}

#newsletter-validate-detail .form-group {margin-bottom:0px;}
#newsletter-validate-detail .form-group button {
  position: absolute;
  right: 15px;
  width: 36px;
  text-align: center;
  top: 0;
  border: none;
  height: 100%;
}

.more-views {display:block; text-align:center;}

.more-views ul {padding:0px;}

.pages {

  text-align:center;

}

.imagesleft img {margin:10px auto;}

@media(max-width:767px) {

  .product-essential {text-align:center;}

  .rewardsprod {display: inline-block;}

  .sort-by,.amount, .pages, .pager {text-align:center !important;}

  .link-rss {float:none !important;}

  .footercol {
    text-align: center;

    margin: 10px 0;
  }

}

@media(max-width:1200px) {

  #mc_embed_signup_pp {display:none !important;}

}

@media(min-width:688px) and (max-width:888px) {

  .cardz {

    width:75% !important;

    text-align:center !important;

    margin:auto !important;



  }

}

.wt-rotator {height:auto !important}

/* .wt-rotator .timer {background-color: rgb(0, 164, 228) !important;} */

.wt-rotator .thumbnails {float:none !important;display: inline-block !important;}

.wt-rotator .c-panel {
  height: 24px;
  left: 0px !important;
  top: 70px !important;
  visibility: visible;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  right: 0px !important;
}

.wt-rotator .thumbnails li  {
  border-radius: 0px;

  border: medium none !important;
  text-indent: -9999px;
  background-color:#e1eaee !important;
}

.wt-rotator .thumbnails li a {text-indent: -9999px;}

.wt-rotator .thumbnails li.curr-thumb {background-color: #004b8d !important;}

.wt-rotator .s-prev, .wt-rotator .s-next {display:none;}

.footercol {padding-left:0px !important;}

#top-link-block {
  color: #BABABA !important;
  margin: 40px;
}

#top-link-block:active {
  color: #BABABA !important;
}


#fancybox-close {

  top: 2px !important;

  right: -15px !important;

  width: 28px !important;

  height: 29px !important;

}

/* .header-desktop {
padding: 15px 0;
}*/

#nav2 {
  padding-top: 65px;

  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 25px 20px;
  padding-bottom: 15px;
  background-color: #00a4e4;
}
@media(max-width:991px) {
  /*#nav2-outer {
  position: relative;
  overflow: scroll;
  left: -15px;
  top: -20px;
  width: 240px;}*/
}
.panel {
  position: relative;
  box-shadow: none !important;
  border: none !important;
  z-index: 10;
  padding: 0;
  /*width: 1240px;*/
  margin-bottom: 0;
}

.range-text {
  font-family: bebas_neuebold;
  font-size: 26px;
  letter-spacing: 2px;
  margin: 15px auto;
  display: inline-block;
}
.range-text .lighter {
  font-family:bebas_neuebook;
}

.quick-buy {
  font-family: "DIN Next LT Pro";
  text-transform: uppercase;
  color: #bfbcc1;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.block-title {
  font-family: "DIN Next LT Pro";
  letter-spacing: 1.4px;
  font-size: 16px;
}

.shopping-cart-icon, #cart-items{
  margin: auto;

  left: 0;
  bottom: 0;
  right: 0;
}
#cart-items {
  height: 14px;
  text-align: center;
  color: #004b8d;
  font-size: 10px;
  line-height: 18px;
}
.range-holder {

}

#header-search {
  background-color: white;
  position: relative;

  float: right;
  z-index: 3;
  margin-right: -15px;
  margin-bottom: -20px;
}


#search-icon {
  padding: 18px 16px 34px 16px;
  cursor: pointer;
  z-index:2;
}
#search-inner {

}

#search_mini_form {
  float: left;

}
#search_mini_form button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #E51E31;
    width: 37px;
    border: none !important;
    border-radius: 0px;
    height: 30px !important;
    color: white !important;
}

.block-search .action.search:before {
  color: white;
  font-size: 18px;
}
.btn-range {
  transition: opacity 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  opacity:0;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  color: #004b8d;
  background-color: white;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "berthold_akzidenz_grotesk_bRg" !important;
  height: 38px;
  display: inline-block;
  width: 150px;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-decoration:none !important;
  z-index: 3;
}
.redrgba {
  transition: all 0.5s ease 0s;
  background:rgba(0,75,141, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  display:none;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  z-index: 2;
}
.range-holder:hover .redrgba{
  transition: all 0.5s ease 0s;
  display: block;
}
.range-holder:hover img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms linear;
  filter:url("https://peakbody.co.uk/skin/frontend/default/peakbody/css/data:image/svg+xml;utf8,<sv")xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}
.range-holder:hover .btn-range {
  top:0px;
  opacity:1;
}
.page > .panel {
  position: relative;
  text-align: center;
  background-color: #000;
  top: -56px;
  margin-bottom:0px !important;
}

.super-attribute-select, select.qty, .cool-select{

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/select.png") 98% / auto no-repeat #e3e3e3;
  margin: 15px auto;
  text-align: left;
  color: #403f41;
  font-family: DIN Next LT Pro;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
select.qty, select.qty, .cool-select{
  min-width: 47px;
  background-color: #efefef;
  background-position: 90%;
  text-align: left;
  color: inherit;
  margin-left: 5px;
}
@media screen and (min-width: 0\0) {
  .super-attribute-select,.cool-select {
    background: none;
  }
}


.accountlinks a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: "proximasansregularregular";
}
.minicart-holder {
  top: 0px;
  height: 100%;
}
#fancybox-img {opacity:1 !important;}
.navbar {

  left: 0;
  width: 100%;
  border-radius: 0px !important;
  position: relative;
  height: auto;
  margin-bottom: 15px;
  border: none;
  z-index: 27;
}
@media(min-width:992px) {
  .navbar {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media(max-width:991px) {
  .wt-rotator .desc{
    display:none !important;
  }
}

.darkblue {
  color:#004b8d;
}
.cat-title {
  font-size:22px;
  letter-spacing:1.2px;
  font-family:"bebas_neuebold" !important;
  text-transform:uppercase;
}
.cat-shop {
  font-family:"proximasansregularregular" !important;
  font-size:12px;
  letter-spacing:0.4px;
  text-transform:uppercase;
}

.footer-link {
  font-family: "bebas_neue_regularregular";
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 16px;
  color: white !important;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}
.imgbox {
  position: relative;
}
.enlarge {text-align: center;transition: top 0.5s ease 0s; top:0px;}

.cat-inner {
  height:0px;
  visibility:hidden;
  top:50px;
  transition: all 0.5s ease 0s;
  position: relative;
}

@media(max-width:991px) {
  .cat-inner {
    position:static;
    height:auto;
    visibility:visible;
  }
}
#proleft a, #proright a {
  overflow: hidden;
  /* height: 258px;*/
  display: block;
}
#proleft:hover  img, #proright:hover  img  {
  -webkit-transform: scale(1.2);
}
.fw-xs:hover img{opacity:0.8}
@media(max-width:482px) {
  .fw-xs {
    /* margin-left: -15px !important;
    width: calc(100% + 30px) !important; */
  }
  .text-xs-center * {float:none !important; text-align:center;}

  #proleft  {
    height: auto !important;
  }

  #proright {
    height: auto !important;
  }
}
@media(min-width:992px) {
  .cat-holder:hover .enlarge {
    position: absolute;
    top: -70px;
    transition: top 0.25s ease 0.25s;
    background-color: white;
    z-index: 3;
    left:-15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px 0 #4e4e4e;
    width: calc(100% + 30px);
    padding: 15px;
    z-index:4;
  }


  .cat-holder:hover .enlarge .cat-inner {
    visibility: visible;
    height:auto;
    z-index:2;
    transition: top 0.5s ease 0s;
    top:0px;

  }

  .cat-holder:hover .enlarge img {
    padding-bottom:10px;
    opacity:1 !important;

    border-bottom: 8px solid #e2e0e4;
  }
}
.cat-holder .enlarge img {
  z-index:3;
  position:relative;
  opacity:1 !important;
  border-bottom: 8px solid transparent;
}


.screen .inner-bg {display:none;}
.slider-content {
  font-size:30px;
  margin-bottom:10px;
  text-transform:uppercase;
  padding:10px 15px;
  display:inline-block;
  clear:both;
  margin-left:5px;
  font-family:"bebas_neuebold" !important;
  line-height:100% /* Restore a default line-height */;
  *display: inline /*FixIE7*/;
  *zoom: 1 /*FixIE7*/;
  letter-spacing:1.4px;
}
.slider-content-1 {
  background-color:#00a4e4;
  color:#ffffff;
}
.slider-content-2 {
  background-color:#ffffff;
  color:#000000;
}
.slider-content-3 {
  background-color:#004b8d;
  color:#ffffff;
}


.social-sprite {background-image:url('https://peakbody.co.uk/skin/frontend/default/peakbody/images/social-sprite.jpg'); width:35px; height:35px; display:inline-block;margin-right:5px;}
.social-sprite, .social-sprite:hover, .social-sprite:focus, .social-sprite:active {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms linear;
}
.social-sprite.twitter{background-position:0px 0px; }
.social-sprite.twitter:hover{background-position:0px -35px}
.social-sprite.facebook{background-position:-42px 0px}
.social-sprite.facebook:hover{background-position:-42px -35px}
.social-sprite.youtube{background-position:-84px 0px}
.social-sprite.youtube:hover{background-position:-84px -35px}
.social-sprite.google{background-position:-125px 0px}
.social-sprite.google:hover{background-position:-125px -35px}
.social-sprite.linkedin{background-position:-167px 0px}
.social-sprite.linkedin:hover{background-position:-167px -35px}



@media(max-width:767px) {
  .social-sprite {
    margin-top:15px;
  }
}



#preheader ul {margin:0px;}
#preheader li {
  margin: 15px 10px;
  display: inline-block;
}
#preheader a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: DIN Next LT Pro;
  line-height: 16px;
  font-size: 14px;
}

body {background:#fff !important}


.qty-change {
  background-color: #09080b;
  padding: 8px 10px;
  color: white;
  font-size: 40px;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  top: 3px;
  transition: all 0.5s ease-in-out 0.5s;
}
.qty-change:hover {
  background-color:#black;
  opacity:0.8;
}

.qty-change-option {
  background-color: #09080b;
  padding: 8px 10px;
  color: white;
  font-size: 20px;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  top: 3px;
  transition: all 0.5s ease-in-out 0.5s;
}
.qty-change-option:hover {
  background-color:#black;
  opacity:0.8;
}


.product-view .price-box .price {
  color: #000;
  font-family: Din Black, DIN Next LT Pro;
  font-size: 36px;
}



@media(max-width:991px) {
  #nav {
    display:none !important;
  }
  .wow.invisible, .wow {
    visibility: visible !important;
  }
}
@media(max-width:478px) {
  html {
    overflow-y:visible !important;
  }
  .cartside form, #checkout-review-load{
    overflow-x :scroll;
  }
  .lcontainer {
    height: 100% !important;

  }
  .modal {
    width:100% !important;
    position: fixed !important;

  }
  #control_window_2 {

    position: fixed !important;
    width:100% !important;
    top:0px !important;
    height: 100% !important;

    left:0px !important;
  }

  .mousetrap {
    display:none !important;
  }
  #aitcheckout-login {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
}

.containerslide .buttons {
  display:none !important;
}


.box-account .box-head h2 {
  line-height: 22px !important;
}
.box-account .box-content h4 {
  line-height: 16px !important;
}


.cms-home .main, .cms-home .col-main {padding:0px;}
.cms-home .columns .column.main {
  padding-bottom: 0px !important;
}

#flavours {border-bottom: 1px solid #efefef; position: relative;}
#flavours * {transition: all 0.5s ease; }
#flavours > div.flavour span {background-image:url('https://peakbody.co.uk/skin/frontend/default/peakbody/images/flavour-sprite.png'); background-repeat:no-repeat; text-indent: -9999px; width: 30px;
height: 30px;
content: "";
display: block;background-position: -150px 1px; }
#flavours > div.flavour {border-right: 1px solid #efefef; display:inline-block;  padding: 8px; float:left; height:48px}
#flavours_title {border-right: 1px solid #efefef; display:inline-block; position: relative; text-transform: uppercase; color: #000; padding: 10px 15px 10px 0; line-height: 28px; float:left;}
#products-list #flavours {margin:15px 0;}
#flavours > div.flavour > div.flavour_text {
  z-index: 10;
  position:absolute;
  top:44px; opacity: 0;
  color:#fff;
  padding: 5px 10px;
  text-transform: lowercase;
  display:inline-block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0); background-color:#000;
}
#flavours > div.flavour:hover > div.flavour_text {
  opacity: 1;  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#flavours > div.flavour_fruit_punch span {background-position: -120px 1px; }
#flavours > div.flavour_fruit_punch:hover span {background-position: -120px -28px; }
#flavours > div.flavour_fruit_punch > div.flavour_text {background-color: #EA4F7E}

#flavours > div.flavour_tropical span {background-position: -240px 1px; }
#flavours > div.flavour_tropical:hover span {background-position: -240px -28px; }
#flavours > div.flavour_tropical > div.flavour_text {background-color: #F15C45}

#flavours > div.flavour_strawberry span {background-position: -60px 1px; }
#flavours > div.flavour_strawberry:hover span {background-position: -60px -28px; }
#flavours > div.flavour_strawberry > div.flavour_text {background-color: #da0623}

#flavours > div.flavour_chocolate span {background-position: -0px 1px; }
#flavours > div.flavour_chocolate:hover span {background-position: -0px -28px; }
#flavours > div.flavour_chocolate > div.flavour_text {background-color: #855934}

#flavours > div.flavour_vanilla  span {background-position: -90px 1px; }
#flavours > div.flavour_vanilla:hover span {background-position: -90px -28px; }
#flavours > div.flavour_vanilla > div.flavour_text {background-color: #d4b499}

#flavours > div.flavour_banana  span {background-position: -30px 1px; }
#flavours > div.flavour_banana:hover span {background-position: -30px -28px; }
#flavours > div.flavour_banana > div.flavour_text {background-color: #f3dc16}

#flavours > div.flavour_cashew_and_apple span {background-position: -210px 1px; }
#flavours > div.flavour_cashew_and_apple:hover span {background-position: -210px -28px; }
#flavours > div.flavour_cashew_and_apple > div.flavour_text {background-color: #5CBA47}

#flavours > div.flavour_pineapple_and_coconut span {background-position: -360px 1px; }
#flavours > div.flavour_pineapple_and_coconut:hover span {background-position: -360px -28px; }
#flavours > div.flavour_pineapple_and_coconut > div.flavour_text {background-color: #DAA02D}

#flavours > div.flavour_lemon_and_lime span {background-position: -300px 1px; }
#flavours > div.flavour_lemon_and_lime:hover span {background-position: -300px -28px; }
#flavours > div.flavour_lemon_and_lime > div.flavour_text {background-color: #B4D342}

#flavours > div.flavour_wild_berry span {background-position: -390px 1px; }
#flavours > div.flavour_wild_berry:hover span {background-position: -390px -28px; }
#flavours > div.flavour_wild_berry > div.flavour_text {background-color: #8258A5}

#flavours > div.flavour_orange span {background-position: -330px 1px; }
#flavours > div.flavour_orange:hover span {background-position: -330px -28px; }
#flavours > div.flavour_orange > div.flavour_text {background-color: #F6922E}

#flavours > div.flavour_cocoa  span {background-position: -420px 1px; }
#flavours > div.flavour_cocoa:hover span {background-position: -420px -28px; }
#flavours > div.flavour_cocoa > div.flavour_text {background-color: #8F4D21}

#flavours > div.flavour_cashew_and_cocoa  span {background-position: -270px 1px; }
#flavours > div.flavour_cashew_and_cocoa:hover span {background-position: -270px -28px; }
#flavours > div.flavour_cashew_and_cocoa > div.flavour_text {background-color: #8F4D21}

#flavours > div.flavour_unflavoured  span {background-position: -420px 1px; }
#flavours > div.flavour_unflavoured:hover span {background-position: -420px -28px; }
#flavours > div.flavour_unflavoured > div.flavour_text {background-color: #ED1D31}

#flavours > div.flavour_peanut  span {background-position: -450px 1px; }
#flavours > div.flavour_peanut:hover span {background-position: -450px -28px; }
#flavours > div.flavour_peanut > div.flavour_text {background-color: #e09f41}

#flavours > div.flavour_chocolate_orange  span {background-position: -480px 1px; }
#flavours > div.flavour_chocolate_orange:hover span {background-position: -480px -28px; }
#flavours > div.flavour_chocolate_orange > div.flavour_text {background-color: #f49000}

@media(max-width:450px) {
  #flavours #flavours_title {clear: both; width: 100%; border: none; text-align: center; display: block;}
}





.product-tabs { margin-bottom:15px; border-bottom:1px solid #A4A4A4; padding:0px; height: 35px; clear:both;}

.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first {border-left:1px solid #a4a4a4  }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding: 10px 50px; color:#d2d2d2; text-decoration:none; text-transform: uppercase; font-family: DIN Next LT Pro}
.product-tabs li.active a,
.product-tabs li.active a:hover {color: #000}
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.padder {padding-bottom: 30px;}

#product_tabs_product_additional_data_contents h3 {display:none;}
.padder div.std {height:200px;}

.ratings .amount {
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}
.ratings .amount a, .no-rating a {
  text-decoration: none;

  color: #DA0623;
}
.ratings .amount .a {text-transform: lowercase;}
.ratings {margin:10px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.rating-box {
  width: 94px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  background: url(https://peakbody.co.uk/skin/frontend/default/peakbody/images/starrating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating { float:left; height:17px; background:url(https://peakbody.co.uk/skin/frontend/default/peakbody/images/starrating.png) 0 100% repeat-x; transition: all 0.5s ease 0.5s;}
.ratings .rating-box { float:left; margin-right:3px; }
#customer-reviews a {
  color: #E41230;
  text-decoration: none;
}

#search_autocomplete {
  background-color: white;
  border: 1px solid #CCCCCC;
  margin-top: -2px;
  border-top: none;
  text-align: left;
  padding-bottom: 10px;
}
#search_autocomplete ul {
  padding: 0px;
  margin: 0px;
}
#search_autocomplete ul li {
  padding: 5px 15px;
  color: #D6D4D4;
  cursor: pointer;
}

.shareaholic-share-buttons-container.rectangle .shareaholic-share-button-container .shareaholic-service-icon {
  font-size: 17px !important;
  height: 25px !important;
  width: 75px !important;
}
.shareaholic-share-buttons-container.rectangle .shareaholic-share-button-container b {
  top: 2px !important;
  position: relative !important;
  left: 2px !important;
}

.checkout-types li {margin: 5px 0}



#checkoutSteps {
  background: transparent !important;
  border: none;
}



/* ==================== Improved One Page Checkout with progressbar  ===================== */
.block-progress .block-title { background:none; margin:0 0 34px; padding:0; }
.checkout-onepage-index .col-main {  border:0; }
.checkout-onepage-index .page-title { padding-right:40px; width:auto; }
.checkout-onepage-index .page-title h1 { background:none; padding:0; }

.opc { position:relative; overflow:hidden; padding-top:20px; padding-left:0px; text-align:center; border:1px solid #BBAFA0; background:#F9F3E3; }
.opc .buttons-set { margin:15px 0 0; opacity:1!important; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link { display:none; }
.opc .buttons-set .please-wait { position:absolute; z-index:99; top:30%; left:50%; margin:-80px 0 0 -146px; border:5px solid #f3b66f; font-size:12px; background:#fff; padding:30px; white-space:nowrap; border:1px solid #c0c0c0; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 50px rgba(0,0,0,0.2); box-shadow:0 0 50px rgba(0,0,0,0.2); }
.opc .buttons-set a { color:#214D90; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc li.section { display:inline; }
.opc .step-title,.opc .allow .step-title { border-color:#FBFAF6; }
.opc .step { padding:30px 20px; position:absolute; border:0; top:100px; left:0; z-index:1; background:#fff; width:100%; height:900px; border-bottom:1px dotted #ccc; border:none; background:none; text-align:left; background:#fff; border-top:1px solid #BBAFA0; }
.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { cursor:default; float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title a { display:none; }
.opc .step-title .number { background:#fff; color:#ccc; width:30px; height:30px; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin-bottom:10px; padding:0; border:0; position:relative; z-index:1; }
.opc .step-title h2 { font-size:12px; color:#bbb; clear:both; margin-bottom:10px; }
.opc .allow .step-title .number { background:#A9A9A9; border-color:#fff; color:#fff; }
.opc .allow .step-title h2 { color:#A9A9A9; }
.opc .active .step-title .number { background:#E41330; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#F18200; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { position:relative; text-align:center; border:none; background:none; padding:0; overflow:hidden!important; height:80px; display:inline-block; vertical-align:top; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { *display:block; *float:left; }
.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }
.opc .step-title { display: none; }
.opc .form-list .field,.opc .form-list .wide { }
.opc .form-list li fieldset { margin-bottom:40px; }
.opc .form-list label { width:220px; text-align:left; padding:4px 0 0; font-weight:normal; font-family: DIN Next LT Pro}
.opc .form-list label.required em { float:none; position:relative; right:4px; }
.opc .form-list li.fields { margin:0; }
.opc .form-list div.fields { width:100%; overflow:hidden; margin:0 0 8px clear:both;; }
.opc .form-list .wide,.opc .form-list li.fields .field { width:645px; margin:0 0 8px; }
.opc .form-list li.wide .input-box,.opc .form-list .input-box { clear:none; float:none; margin-right:0px; width:100%; clear:both; position:relative;}
.opc .form-list li.wide select {
  float: none;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.opc .form-list li.wide input.input-text { f
  loat: none;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.opc .form-list .control input { margin:8px 0 0 25px; }
.opc .form-list li.control label { }
.opc form .form-list li.wide { margin-bottom:8px; }
.opc form .address-select { margin:8px 0 40px; }

.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}
.opc:first-of-type .step-title a { display:block;height:1px;border-bottom:1px dashed #ccc; width:100%; text-indent:-3000px; position: absolute;top:15px;z-index: 0}

#opc-billing .field.name-middlename, #opc-shipping .field.name-middlename {display:none;}
#opc-billing li.wide, #opc-shipping li.wide {width:92%; margin:5px;}
#opc-billing li.fields .field, #opc-shipping li.fields .field {
  width: 45%;
  float: left;
  margin: 5px
}


#opc-login p.required { display:none; }
#opc-login h3 { margin-bottom:18px; }
#opc-login .col-2 { float:left; }
#opc-login .col-2 form fieldset h4 { display:none; }
#opc-login .col-2 {
  display: block;
  width: 48%;
  padding: 1%;
}
#opc-login .col-2 fieldset { width:300px; }
#opc-login .col-2 .input-box { width:100%; margin:0;}
#opc-login .col-2 .input-text { width:182px; }
#opc-login .col-2 .form-list label {
  float: none;
  text-align: left;
  font-weight: normal;
  font-family: DIN Next LT Pro;
}
#opc-login .col-2 .form-list label { width:110px; font-weight:normal; }
#opc-login .form-list li.control label { float:none; }
#opc-login .form-list li.control input { margin:6px 8px 0 0; }
#opc-login .col-1 { float:right; }
#opc-login .col-1 {
  width: 48%;
  padding: 1%;
}
#opc-login .col-1 h4,#opc-login .col-1 .ul { display:none; }

#checkout-step-review.step { width:100%; }
#opc-review .step { padding:30px 20px; border-top:1px solid #BBAFA0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-shipping_method .buttons-set { border-top:1px solid #E4E4E4; }
#checkout-payment-method-load label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: normal;
}


#opc-billing .validation-advice {
  color: rgb(235, 52, 10);
  position: absolute;
  right: 0px;
  top: -25px;
}


dt.complete {
  font-weight: normal;
  font-family: DIN Next LT Pro;
}
#checkout-progress-wrapper a {
  color: #DA0623;
  text-decoration: none;
  font-family: DIN Next LT Pro;
  text-transform: lowercase;
}


.link-learn {color: #939393;
  text-decoration: none;
}
/* ================================= Solution by www.h-o.nl =============================== */

#image {margin:auto; max-width:100%;}

.product-image #wrap {z-index:10 !important;}
#shopping-cart-totals-table {width: calc(100% - 30px);}

#subscription {float: left; margin-right: 10px;}

#co-shipping-method-form dt {font-size:20px}

.checkout-cart-index button {margin:15px;}

.checkout-types li:last-of-type {height:10px;}

.btn-proceed-checkout {    background: #52CC52 !important;}

.add-to-links {display: none;}
.qv-imagewrapper{padding: 15px;}
#qv-popup {z-index: 30;
  position: absolute;
}
#qv-popup > .qv-closepopup {display:none;}
#qv-popupbg {background: rgba(255,255,255,0.8);
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  width: 100%;
  z-index:29;
  display:none;
}
.qv-mainwrapper {position:fixed;  top: 130px;right: 0;
  left: 0px;
  margin: auto;
}
.qv-imagewrapper {
  background: #fff none repeat scroll 0 0;
  min-height: 221px;

  margin-left: auto;
  margin-right: auto;

  position:relative;

  width: 80%;
  z-index: 100;
  padding-left:8px;
  border: 5px solid #dbdbdb;
}

.qv-imagewrapper h1 {
  float: left;
  font-size: 14px;
  clear:both;
  width: 80%;
}

.qv-closepopup {background-image:url("https://peakbody.co.uk/skin/frontend/default/peakbody/images/close.jpg"); position: absolute;
top: -45px;
right: -5px;
width: 31px;
cursor:pointer;
height: 31px;}

.closepopit {
  max-width: 30px;
  position: absolute;
  right: 4px;
  top: 4px;

}
.quickview_init {margin-bottom: 5px; margin: 5px auto;}
.quickview_init a {color : #fff; text-decoration : none;}
.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper {display:inline !important;}

a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
.cart .checkout-types {display:;}
.col-md-6.fw-xs {border-bottom:1px solid #ffffff;}
#cart-sidebar-reorder li.item  input.checkbox {
  float: left;
  margin-right: 15px !important;
}

.bundle_product .qty {
  display:none;
}


.bundle_product .qty {
  display:none;
}

.bundle_product .qty-holder {
  display:none;
}

.trustpilot-widget {
  background: transparent;
}

.trustpilot-header {
  margin-top: -710px;
}

.captionOrange {
  display:none;
}

.jssorb01 {
  display:none;
}

.orange {
  color:#bb8b23 !important;
}


.footer-info h3 {    margin-bottom: 23px;
  margin-top: 23px;
}


#header-search {
  background-color: white;
  float: right;
  margin-bottom: -20px;
  margin-right: 0px !important;
  position: relative;
  z-index: 3;
}

#minicart-panel {
  background-color: transparent;
  border-top: 0 solid #e1eaee;
  font-size: 12px;
  line-height: 9px;
  padding-top: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 400px;
  z-index: 999999999;
}

.empty p  {
  text-align:center;
}

.minicart {
  background-color: #a9a9a9;
  float: right;
  height: 42px;
  position: relative;
  right: 0;
  top: 12px;
  width: 119px;
}

#search{
  border: 1px solid #ccc;

  font-family: DIN Next LT Pro;
  font-size: 15px;
  height: 42px;
  letter-spacing: 1.4px;
  line-height: 16px;
  padding: 12px 25px 10px 15px;
  width: 217px;
}

#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d4d4d4;
}
#search :-moz-placeholder { /* Firefox 19+ */
  color: #d4d4d4;
}
#search:-ms-input-placeholder { /* IE 10+ */
  color: #d4d4d4;
}
#search:-moz-placeholder { /* Firefox 18- */
  color: #d4d4d4;
}

#cart-items {
  color: #000 !important;
  font-size: 14px;
  margin-left: 7px;
  padding-top: 14px;
  position: relative;
  top: 4px;
}


#cart-items::before {
  content: "[";
}

#cart-items::after {
  content: "]";
}

.minicart .minicart-holder .price {
  position:relative;
  top:6px;
}

.minicart #minicart-panel .price {
  margin-left :10px;
}

#contact-number {
  margin-top:7px;
}

#header-search {
  margin-top:12px;
}

.minicart .minicart-holder .price {
  left: 6px;
  position: relative;
  top: 3px;
}


#preheader {
  /* width:60%;  */

}


#latest-products-title {
  padding-top: 10px;
  text-align: center;
  color: #8ea4a9;
  clear: both;
  text-transform: uppercase;
  padding: 15px;
  background: #EEEEEE;
  font-size: 20px;
  letter-spacing: 0.8px;
}

.slidercontainer {
  border-bottom:8px solid #E43131;
}

#proleft {
  text-align:center;
  background:#fff;
  height:400px;

}
@media(min-width:988px) {
  #proleft div{
    border-right:1px solid #DCDCDC;
  }
}
#proright {
  text-align:center;
  height:400px;
  background:#fff;
}

#proleft h4 {
  font-size: 21px;
  margin-top: 33px;
  text-transform: uppercase;
}

#proright h4 {
  font-size: 21px;
  margin-top: 33px;
  text-transform: uppercase;
}


#proleft p {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}



#proright p {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}


.home-three p {
  height:40px;
}

#product-range {
  width:100%;
  padding:15px !important;
  background:#fff;
}

#introrange {
  width:28%;
  padding:20px;
  float:left;
}

.leftproductsrange { width:72%;
  float:right;
}


.grey {
  clear: both;
  color: #c5d1d5;
  font-size: 20px;
  text-transform: uppercase;
}

.blacktop {
  clear: both;
  font-size: 27px;
  text-align: left;
  text-transform: uppercase;
}

.normalblack {
  padding-bottom:20px;
}

.leftproductsrange li {
  float: left;
  margin-right: 2.5%;
  width: 22%;
}

.leftproductsrange .price {
  color:#000;
  font-size:28px;
}

.leftproductsrange .product-name a {
  font-size: inherit;
  min-height: 70px;
  font-size:13px !important;
}

.leftproductsrange .product-name {
  height:75px;
}


.leftproductsrange .product-name a {
  color:#000;
  text-transform:uppercase;
  text-decoration:none;
}




#introrange::after {
  /*content: url(https://peakbody.co.uk/skin/frontend/default/peakbody/images/arrowright.png);*/
}


.sliderprice .price {
  padding:20px;
  display:none;
}

.home-three img {
  max-height: 375px;
  max-width: 100%;
}

.left-img-feat img {
  max-width:91%;
}

#review_field {
  height:150px;
}

span.read-more {
  display:none;
}

.category-description {
  height:114px;
}

.block-related .products-grid .product-name
{
  height: 70px;
  overflow: hidden;
}


.block-related .item .product {
  position:relative !important;
}


.products-grid .availability.out-of-stock {
  text-align: center;
}


.block-related .block-title {
  background: #e4e4e4 none repeat scroll 0 0;
  font-family: "DIN Next LT Pro";
  font-size: 16px;
  letter-spacing: 1.4px;
  padding: 7px;
}


.category-special-offers h1 {
  text-align:center;
}

.leftproductsrange #products-list li.item {
  border:none !important;

}


.opc  .step-title .number {
  cursor:pointer;
}


.opc  .step-title {
  cursor:pointer;
}


.price-box-bundle {
  display:none;
}

.price-as-configured .price-label {
  display:none;
}

#store-locator-container {
  background:#fff !important;
}

#user-location {
  margin-left:0px !important;
  text-align: left;
}

#user-location #form-input {
  margin-left:0px !important;
}
#user-location  #submit {
  background:#DD001F;
  background-size: 100% 100%;
  border: medium none;
  border-radius:0px;
  color: #fff;
  font-family: "DIN Next LT Pro";
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 6px;
  max-width: 100%;
  min-width: 180px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-out 0s;
  white-space: nowrap;
  width: auto;
}

#map-container a {
  color:#000 !important;
}

#loc-list .list-label {
  background: #451400 none repeat scroll 0 0;
  border-radius: 12px;
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 6px;
  padding: 4px 2px;
  text-align: center;
  width: 21px;
}

#footer-info {
  padding-bottom:9px;
}


.phone-number {
  line-height:36px;
  font-size:26px;
}

.form-search button {
  margin:0px !important;
}


.discount h2 {
  margin-top:1px;

}

.cart-collaterals {
  margin:0px !important;
}

.catalogsearch-result-index h1 {
  font-family: avenir-black;
  font-size: 34px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.catalogsearch-result-index .page-title-wrapper h1 {
  display: none !important;
}

.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width:230px !important;
}

.cms-page-view h1 {
    margin: 0px;
}

@media only screen and (max-width: 600px) {
  .cms-page-view img {
    border: none;
  }
}

.cbd-home-banner img {
  max-width: 100%;
}

@media (min-device-width: 0px) and (max-device-width: 479px) {
  .main {
    padding: 15px;
  }
  .header-container {
    padding: 15px 0;
    background: white;
  }
  div.logo {
    margin-top: 0px;
  }
  .shopping-cart-icon {
    display: none;
  }
  .minicart .price {
    color: #2F0000;
  }
  .minicart {
    width: 100%;
    position: static;
    float: none;
    background: transparent !important;
  }
  .container {
    padding: 0px
  }
  #latest-products {
    height: 675px
  }
  #product-range {
    display: none;
  }
  #products-list li.item .price-box {
    text-align:center;
  }

  .product-tabs li {
    width: 100%;
    border: none !important;
    text-align: center;
  }
  .products-grid .product-name {
    height: 70px;
  }

  .logo + .col-xs-4 {
    padding: 0px;
    text-align: center;
  }
  .minicart a {
    padding: 0px;
    background-color: transparent !important;
  }
  #products-list * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


  .opc .step {
    padding: 15px;
  }
  .opc .step-title h2 {
    display: none;
  }
  .opc .step-title {
    width: 14%
  }
  #proleft, #proright {
    height: 350px;
  }
  .regular-price, .price {
    position: static !important;
  }
  .price-box {
    margin-bottom: 0px !important;
  }
  .resource-banner p {
    display: none;
  }
  .resource-banner {
    width: 90%;
    height: 105px;
    color: #fff;
  }
  .resource-banner h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 362px) {
  .resource-banner a.btn {
    display: none;
  }
  .resource-banner {
    height: 50px;
  }
}
@media only screen and (min-device-width: 780px) {

  .opc-block-summary > .title {
    text-transform: uppercase;
    font-size: 2rem;
  }
  .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .checkout-shipping-address {
    width: 50%;
  }
  .modal-header {
    border-bottom: 0px !important;
  }
  .opc-block-shipping-information {
    padding: 5px 30px;
  }
  .opc-block-summary .grand.totals.excl,
  .opc-block-summary .totals.shipping.excl .label {
    display: none !important;
  }
  .opc-wrapper {
    width: 66%;
    margin-top: 0px;
  }
  .modal-content {
    box-shadow: inherit !important;
    border: 0px !important;
    background: #f5f5f5 !important;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: none;
  }

  .checkout-index-index .checkout-shipping-method {
    width: auto;
    margin-right: 100px;
  }

  button.button.action.continue.primary {
    font-size: 20px;
    height: 55px;
    line-height: 14px;
    border: none !important;
}

  .table-checkout-shipping-method {
    min-width: auto;
    width: 100%;
  }

  .checkout-index-index .header-logo .finalcount.header-element,
  .checkout-onepage-success .header-logo .finalcount.header-element {
    visibility: hidden;
  }

  .checkout-index-index .trustpilot-widget, .checkout-index-index .free-delivery,
  .checkout-index-index .navbar, .checkout-index-index .search-cart,
  .checkout-onepage-success .trustpilot-widget, .checkout-onepage-success .free-delivery,
  .checkout-onepage-success .navbar, .checkout-onepage-success .search-cart {
    display: none !important;
  }

  .mobile-visible {
    display: none !important;
  }

  .remove-item img {
    width: 30px;
    height: auto;
    margin-top: 23px;
    margin-left: 20px;
  }
  .header-element {
    display: none;
  }
  .finalcount.header-element {
    display: inline-block;
    width: auto;
    vertical-align: top;
  ;
  }
  .header-logo .logo {
    display: inline-block;
    float: none;
  }
  .product-items .product-item-description {
    text-align: left;
  }
  .product.data.items > .item.content {
    border: 0px;
    padding: 10px;

  }

  .product.data.items > #reviews {
    border: 0px;
    height: auto;
    padding: 10px;
  }

  .product.data.items > .item.title {
  border:  1px solid #E51E31;
  }

  .product.data.items > .item.title > .data.switch {
    border: 0px;
  }

  .page-layout-1column .products-grid .product-item {
    width: 100%;
    display:inline-block;
    float: unset;
  }
  .minicart-items-wrapper {
    overflow-x: hidden;
    max-height: 390px !important;
  }
  .search-cart {
    margin-top: 26px;
  }
  .page-title {
    margin-left: 30px;
  }
  .account .page-title,
  .catalog-category-view .page-title {
    margin-left: 0px;
  }
  .fotorama__stage {
    border: 1px solid grey;
    margin-bottom: 20px;
  }

  .fotorama__thumb-border {
    transform: translate3d(194px, 0px, 0px) !important
  }

  .fotorama__nav__frame {
    margin-right: 14px;
  }

  .fotorama__thumb-border {
    border: none;
  }

  .fotorama__nav__frame .fotorama__thumb {
    border: 1px solid grey;
  }

  .fotorama__nav__frame.fotorama__active .fotorama__thumb {
    border: 1px solid #e51d31;
  }

  .catalog-product-view .box-tocart .action.tocart {
    width: 30%;
  }

  .catalog-product-view .column.main {
    padding: 10px;
  }

  .catalog-product-view .product.media {
    width: 40%;
  }

  .catalog-product-view .page-title-wrapper .page-title .base {
    font-family: "Din Bold" !important;
    letter-spacing: 2.4px;
  }

  .catalog-product-view .product-info-main {
    display: flex;
    flex-direction: column;
    width: 55%;
  }

  .catalog-product-view .page-title-wrapper {
    order: 1;
  }

  .catalog-product-view .product-reviews-summary {
    order: 2;
    display: flex;
    margin-top: 20px;
  }

  .catalog-product-view .product-reviews-summary .action.add,
  .catalog-product-view .product-options-wrapper .action.back.customization {
    color: #e51d31 !important;
  }

  .catalog-product-view #bundle-summary .label {
    padding: 0px;
    font-size: 22px;
    text-transform: uppercase;
  }
  .catalog-product-view .product-info-price {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    border:none;
  }

  .catalog-product-view .product-info-price  .price-box {
    display: block;
    order: 2;
    width: auto;
  }

  .catalog-product-view .product-info-price .product-info-stock-sku {
    order: 1;
    color: #e51d31;
    padding: 0;
    text-align: left;
  }

  .catalog-product-view .product-add-form {
    order: 3;
  }

  .catalog-product-view .bundle-actions {
    order: 3;
  }

  .catalog-product-view .product.attribute.overview {
    order: 3;
  }

  .catalog-product-view .product-add-form .product-options-wrapper .field .label,
  .catalog-product-view .product-add-form .product-options-bottom .field .label {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
  }

  .catalog-product-view .product-add-form .product-options-wrapper .field .control {
    width: auto; /* 50% previously */
  }
  .minicart-wrapper .counter-number {
    color: #000 !important;
    margin-right: 5px;
  }
}
@media only screen and (max-device-width: 767px) {

  .checkout-cart-index .page-footer, .checkout-index-index .page-footer {
    margin-top: 0px;
  }
  .ajax-popup-moreinfo {
    padding: 5px;
  }

  .opc-sidebar.opc-summary-wrapper {
    position:relative;
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
  }

  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    display: none;
  }

  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px;
    background: #f5f5f5;
  }

  .opc-block-summary > .title {
    text-transform: uppercase;
    text-align: center;
  }

  .opc-block-summary .items-in-cart > .title {
    padding: 0px;
  }

  .opc-block-summary .items-in-cart > .title:after {
    top: 20px;
  }

  .opc-block-summary .grand.totals.excl, .opc-block-summary .totals.shipping.excl .label {
    display: none !important;
  }

  .opc-block-shipping-information {
    background: #f5f5f5;
  }

  .cart-totals .grand .mark {
    border: 0px;
  }

  .checkout-index-index .opc-wrapper .methods-shipping .table-checkout-shipping-method thead {
    display: none;
  }

  .block-collapsible-nav .title::after {
    margin-top: 20px;
  }

  .post-related-text {
    padding: 10px;
  }

  .customer-account-index .block-collapsible-nav .title {
    padding: 0px;
    padding-left: 10px;
    margin-top: 20px;
  }

  .block .title strong {
    line-height: 3;
  }

  .checkout-index-index .trustpilot-widget, .checkout-index-index .free-delivery,
  .checkout-index-index .navbar, .checkout-onepage-success .trustpilot-widget,
  .checkout-onepage-success .free-delivery, .checkout-onepage-success .navbar {
    display: none !important;
  }

  .checkout-onepage-success .action.primary {
    width: 100%;
  }

  .desktop-visible {
    display: none !important;
  }

  .checkout-shipping-address {
    width: 100%;
  }

  .checkout-shipping-method {
    width: 100%;
  }

  .opc-progress-bar {
    margin: auto;
    display: block;
  }

  /*
  .opc-progress-bar-item {
  margin: 0px !important;
  margin-bottom: 10px !important;
  text-align: center;
}

.opc-progress-bar-item::after, .opc-progress-bar-item:last-child > span::after {
display: none;
}

.opc-progress-bar::after {
  content: url('../../frontend/peak2024/nutrition/en_GB/images/progress-complete-mobile.PNG');
  display: inline-block;
  position: relative;
  left: -4px;
}
*/

.checkout-index-index .nav-sections {
  display: block;
}

.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
  width: 25%;
}

.cart.table-wrapper tbody .col.remove {
  box-sizing: border-box;
  display: block;
  float: left;
  white-space: nowrap;
  width: 25%;
}

.cart.table-wrapper tbody .col.remove a {
  margin-top: 25px;
  display: block;
  margin-left: 10px;
}

.cart.table-wrapper thead .col.remove {
  display: none;
}

.cart.table-wrapper .col.remove[data-th]::before {
  content: attr(data-th);
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: #fff;
  text-align: left;
}

.opc-wrapper .label {
  text-align: left;
}

.opc-estimated-wrapper,.opc .step-title {
  display: none;
}

.cart-discount .fieldset .field {
  width: 50%;
  margin-right: 10px;
  padding: 0px;
}

.sidebar.sidebar-main {
  padding-right: 10px;
}

.mb-ajaxsuite-popup {
  text-align: center;
}

.mb-ajaxsuite-popup .price-box {
  padding: 0px;
  text-align: center;
}

.toolbar-products .modes, .toolbar-products .pages,
.toolbar-products .limiter, .toolbar-products .sorter {
  flex-grow: unset;
  justify-content: center;
}
.toolbar-products .limiter, .toolbar-products .sorter {
  flex-direction: column;
}
.modes-mode.mode-list {
  margin: 0px;
}

.page-layout-1column .products-grid .product-item {
  width: 100%;
  display:inline-block;
  float: unset;
}

.minicart-items-wrapper {
  overflow-x: hidden;
  max-height: 240px !important;
}

.search-cart {
  position: absolute;
  right: 15px;
  top: 15px;
}

.header-element {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  vertical-align: top;
}

.header-logo .logo {
  display: inline-block !important;
  width: 160px;
  float: none;
}

.free-delivery {
  background: #e51d31;
  text-align: center;
  padding: 10px;
  font-size: larger;
  margin-bottom: 20px;
}

.page-header .header.panel {
  padding: 0px !important;
}

.free-delivery a, .free-delivery a:active,
.free-delivery a:hover, .free-delivery a:focus {
  color: #fff;
  text-decoration: none;
}

.minicart-wrapper .action.showcart .counter.qty {
  height: 30px;
  margin: 0px;
  padding-top: 3px;
  font-size: 18px;
  position: absolute;
white-space: normal;
bottom: -16px;
background: white !important;
right: 1px;
}

.mb-ajaxsuite-close {
  margin-bottom: 10px !important;
}

.page-title span {
  font-size: 20px !important;
  padding-left: 15px;
}

.checkout-cart-index .page-title span {
  padding: 0px;
}

.checkout-cart-index .page-title {
  text-align: center;
}

.column.main > h2,
.column.main > h1 {
  text-align: center;
}

.minicart-wrapper .action.showcart::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color:#757575;
  content: '';
  background-image: url('../../frontend/peak2024/nutrition/en_GB/images/peak-body-baske-icon.png');
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.page-header .container .col-sm-6.col-xs-12.text-xs2-center {
  display: none;
}
.header-logo .logo {
  left: auto !important;
  padding: 0px !important;
}
.catalog-product-view .box-tocart .field.qty,
.catalog-product-view .block-bundle-summary .title,
.catalog-product-view .product-options-wrapper .legend.title,
.catalog-product-view .product-options-wrapper .fieldset-bundle-options {
  text-align: center;
}

.catalog-product-view .product-add-form .product-options-wrapper .field .label,
.catalog-product-view .product-add-form .product-options-bottom .field .label {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}

.catalog-product-view .product-add-form .product-options-wrapper .field,
.catalog-product-view .product-add-form .product-options-bottom .field,
#mb-ajaxcart-wrapper .product-options-wrapper .field,
#mb-ajaxcart-wrapper .product-options-wrapper .actions {
  text-align: center;
}

#mb-ajaxcart-wrapper .product-add-form .action.primary {
  padding: 5px;
}

.catalog-product-view .page-title-wrapper .page-title {
  text-align: center;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
}

.catalog-product-view .page-title-wrapper {
  order: 1;
}

.catalog-product-view .product-reviews-summary {
  order: 2;
  text-align: center;
}

.catalog-product-view .product-reviews-summary .action.add,
.catalog-product-view .product-options-wrapper .action.back.customization {
  color: #e51d31 !important;
  font-size: 14px;
}

.catalog-product-view .product-info-price {
  order: 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.catalog-product-view .product-info-price  .price-box {
  display: block;
  order: 2;
  width: auto;
  text-align: center;
}

.catalog-product-view .product-info-price .product-info-stock-sku {
  order: 1;
  color: #e51d31;
  padding: 0;
  text-align: center;
}

.catalog-product-view .product-add-form {
  order: 5;
}

.catalog-product-view .bundle-actions {
  order: 5;
}

.catalog-product-view .product.attribute.overview {
  order: 3;
}

.account .column.main .block:not(.widget) .block-title > .action {
  width: 100%;
  display: block;
}
.cart-container .table-wrapper {
  overflow-x: hidden;
}

.account .order-products-toolbar,
.account .products-reviews-toolbar {
  padding-left: 20px;
}
.account .page-title-wrapper .page-title {
  margin-right: 0 !important;
}
.account .page-title-wrapper .page-title .base {
  font-size: 22px !important;
}
.account .legend span {
  font-size: 18px !important;
  font-weight: bold !important;
}
.account .legend {
  padding-left: 0 !important;
}
.block-dashboard-addresses .action.edit,
.block-dashboard-info .box-actions,
.block-dashboard-addresses .box-actions {
  float: none !important;
  margin-left: 0 !important;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: none !important;
}
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear,
.cart-container .form-cart .actions.main .update {
  width: 100%;
}
.cart-container {
  display: flex;
  flex-direction: column;
}
.form-cart .product-item-photo {
  position: static !important;
  max-width: none !important;
  text-align: center;
  width: 100% !important;
}
.checkout-cart-index .product-image-container {
  width: 150px !important;
}
.checkout-cart-index .product-item-details {
  text-align: center;
}
.cart-container .cart-summary .title {
  border-top: none;
}
.cart-container .cart-summary {
  order: 3;
  margin-top: 60px;
}
.cart-container .form.form-cart {
  order: 1;
}
.cart-container .cart-discount {
  order: 2;
}
.cart-discount {
  border: 0px;
}
.contactus.map {
  width: auto;
}
.contact-us-block {
  width: auto;
  margin-left: auto;
  margin-top: 30px;
}
.minicart-wrapper {
  background: none;
  margin-top: -5px;
  left: auto;
  min-width: inherit;
  min-height: inherit;
  padding: 0px;
}
.minicart-wrapper .action.showcart .counter.qty {
}
.minicart-wrapper .counter-number {
  color: #fff !important;
}
.breadcrumbs {
  display: block;
}

.displayItems-container {
  display: none;
}

.header-logo {
  padding-top: 10px !important;
}
.page-header .container {
  padding: 0;
}
.hide-desktop {
  display: block !important;
}
.page-main {
  padding: 0;
}
.panel.wrapper {
  width:auto;
}
.sidebar.sidebar-main {
  bottom: auto;
}

.filter-options {
  display: block;
}
.filter-title strong {
  background-color: white !important;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  position: inherit;
  text-transform: uppercase;
  font-size: 16px;
}
.page-products .column.main {
  display: flex;
}

.navStyle {
  border: none;
  margin: none;
}
.catalog-category-view .page-title-wrapper, .catalogsearch-result-index .page-title-wrapper,
.category-view {
  margin: 0px !important;
}
.products.wrapper.list.products-list, .products.list.items.product-items,
.item.product.product-item {
  margin: 0px !important;
}

.product.photo.product-item-photo {
  padding: 0px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.product.details.product-item-details {
  width: 100%;
  display: inline-block;
}
}
@media (min-device-width: 480px) and (max-device-width: 767px) {

  #latest-products {
    height: 675px
  }
  #products-list * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #introrange {
    width: 100%;
    text-align: center;
  }
  #introrange * {
    text-align: center;
  }
  .regular-price, .price {
    position: static !important;
  }
  .price-box {
    margin-bottom: 0px !important;
  }

}
@media (min-device-width: 480px) and (max-device-width: 1023px) {
  .jPushMenuBtn img {
    width: 3em;
    margin-top: 12px;
  }
}
@media (min-device-width: 1200px) {
  .mobile-responsive {
    display: none !important;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1200px) {
  .wordpress-homepage-view .button {
    min-width: auto;
  }
  .catalog-category-view .sidebar.sidebar-main .filter-options-content {
    padding-right: 0px;
  }
  .catalog-category-view .sidebar.sidebar-main {
    padding-right: 0px;
  }
  .products-list .product-item-photo {
    padding-right: 10px;
  }
  #nav > ul > li {
    padding: 5px;
  }
  .displayItems {
    margin-left: 50px;
    margin-right: 50px;
  }
  .search-cart {
    margin-top: 20px;
    width: 74%;
  }
  .header-logo .logo {
    float: right;
  }
  .header-element {
    display: none;
  }
  .panel.wrapper {
    width: auto !important;
  }
  .finalcount.header-element {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-left: 20px;
  }
  .finalcount.header-element
  .jPushMenuBtn {
    float: left;
  }
  #search {
    width: 150px;
  }
  .header-logo .logo {
    left: auto !important;
  }
  .visible-tablet {
    display: block !important;
  }
  .nav-sections {
    position: fixed;
    height: 100%;
    text-align: center;
    padding-top: 80px;
  }
  .navigation .level0 {
    display: block;
  }
  .nav-sections .submenu {
    width: 100%;
  }
  .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: inherit;
  }
  .nav-sections .navigation .submenu {
    border-top: 1px solid #cccccc !important;
  }
  .home-three h3,
  .home-three p {
    min-height: 80px;
    margin-bottom: 10px;
  }
  .home-three p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured_desc {
    min-height: 140px;
  }
  .featured_header {
    padding-top: 20px;
    min-height: 120px;
  }
  .featured_image {
    vertical-align: inherit;
    width: 50%;
  }
  .featured_buttons {
    margin: auto;
  }
  .featured_middle {
    width: 40%;
    margin-left: 20px;
  }
  .products-list .list-left-column {
    width: 100% !important;
  }
  .products-list .list-right-column {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cart-container .form-cart {
    width: 100%;
    padding-right: 0px;
  }
  .products-list .product-item-photo .product-image-container {
    margin-top: 25%;
  }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0px;
  }
  .cart-summary {
    width: 100%;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 50%;
  }
  .opc-progress-bar {
    margin-left: 5%;
  }
  /*
  .opc-progress-bar-item {
  margin-left: 10px !important;
  margin-right: 20px !important;
  padding-left: 10px;
  padding-right: 10px;
}
.opc-progress-bar-item::after {
margin-left: 10px;
}
.opc-progress-bar-item:last-child > span::after,
.opc-progress-bar-item._active:last-child > span::after {
left: 310px;
}
*/
.checkout-shipping-address {
  width: 100%;
}
.opc-sidebar {
  width: 100%;
  clear: both;
  float: none;
}
.checkout-complete-progress .desktop-visible {
  transform: scale(1.0);
}
.footer-links {
  z-index: 5;
}
.footer-links .font-red {
  display: block;
}
.navigation .level0 > .level-top {
  line-height: inherit;
}
.navigation .level0 {
  line-height: 50px;
}

.contactus.map {
  width: 100%;
}

.contact-us-block {
  width: 100%;
  margin: 20px 0px 0px 0px;
}

.contactus.map iframe {
  width: 100%;
}

.account.page-layout-2columns-left .column.main {
  width: 75%;
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 25%;
}

.table-order-items {
  max-width: 100%;
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%;
}
.level-top.ui-state-active {
  width: 100%;
  background: #7b7b7b;
}
}

@media (min-device-width: 0px) and (max-device-width: 767px) {
  #cart-items {
    top: 0px;
  }
  .logo {
    margin-top: -8px !important;
  }
  .featured_products_header {
    margin-top: 10px;
  }
  .featuredItems-container {
    display: flex;
    background-size: 300px;
    flex-flow: column;
    background-position-y: 70%;
    background-position-x: center;
  }
  .featuredItems {
    text-align: center;
    display: flex;
    flex-flow: column;
  }
  .featuredItem a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .featuredItem img {
    display:inline-block;
    width: auto;
    height: 250px;
  }
  .featured_middle {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured_header {
    margin-top: 0;
  }
  .featured_buttons {
    margin-left: 70px;
    margin-right: 70px;
  }
  .displayItems {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  #nav2 {
    background-color: #000000;
  }

  .subs div {
    display: none;
  }
  .subs ul {width : 100%;}


  .mobile_menu li ul li {
    background-color: #161616;
  }

  .mobile_menu li a {
    border: none;
    border-bottom: 1px solid #1C1C1C;
  }
  .product-tabs {
    height: auto;
    margin-bottom: 15px;
    background-color: #efefef;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .resource-banner p {
    display: none;
  }
  .resource-banner {
    width: 90%;
    height: 105px;
    color: #fff;
  }
  .resource-banner h3 {
    margin-bottom: 10px;
  }
}


.mCustomScrollbar {
}
.mCustomScrollbar.mCS_no_scrollbar {
}
.mCustomScrollBox {
  direction: ltr;
  height: 100%;
  max-width: 100%;
  outline: medium none;
  overflow: hidden;
  position: relative;
}
.mCSB_container {
  height: auto;
  overflow: hidden;
  width: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 30px;
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: 0;
  right: auto;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
  height: 100%;
  margin: 0 auto;
  width: 2px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 4px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 30px;
  margin-right: 0;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  height: 16px;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 2px;
  margin: 7px 0;
  width: 100%;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 100%;
  left: 0;
  width: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  width: 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  bottom: 0;
  height: auto;
  left: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-bottom: 30px;
  padding-right: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-left: 30px;
  margin-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  box-sizing: border-box;
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  box-sizing: border-box;
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
  margin-right: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
.mCSB_scrollTools {
  opacity: 0.75;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.75);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url("https://peakbody.co.uk/skin/frontend/default/peakbody/css/mCSB_buttons.png");
  background-repeat: no-repeat;
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  width: 4px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
  width: 4px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  width: 4px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  width: 6px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  width: 100%;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px auto;
  width: 100%;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 2px;
  margin: 7px auto;
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 1px;
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  margin: -1px 0;
  width: 16px;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  margin: 0 -1px;
  width: 16px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("https://peakbody.co.uk/skin/frontend/default/peakbody/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-repeat: repeat-x;
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("https://peakbody.co.uk/skin/frontend/default/peakbody/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-y;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5) inset, -1px 0 1px rgba(255, 255, 255, 0.2) inset;
  width: 8px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.2) inset;
  height: 8px;
  margin: 4px 0;
  width: 100%;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 8px;
  margin: 4px auto;
  width: 100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1) inset;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
}
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 14px rgba(0, 0, 0, 0.5) inset;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 14px rgba(0, 0, 0, 0.5) inset;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  height: auto;
  left: 0;
  margin: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.1) inset;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2) inset;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 14px rgba(0, 0, 0, 0.2) inset;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.4) inset, -1px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.1) inset;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  margin: 12px 0;
  right: 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.2);
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 6px;
  margin: 5px 0;
  width: 100%;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2);
  width: 12px;
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  bottom: 0;
  height: 6px;
  left: 0;
  margin: 5px 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
  width: 100%;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {

  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.pro {
  z-index: 100 !important;
}
.nav_search {
  z-index: 101 !important;
}
.mini-products-list .specialoffersticker img {
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  right: 8px;
  top: auto;
  width: 75px;
  z-index: 5;
}
.product-shop-home .specialoffersticker img {
  left: 112px;
  position: absolute;
  top: 278px;
}

/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magento.com for more information.
*
* @category    design
* @package     base_default
* @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
* @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://peakbody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.checkout-comments { border-left: 1px solid #d9dde3; border-right: 1px solid #d9dde3; padding: 20px 20px 10px; }
.checkout-comments textarea { width: 99%; height: 100px; }
#magestore-bannerslider-popup{
  padding: 2px;
  position: fixed;
  z-index: 19990;
  background: #fff;
  border: 2px;
}
#magestore-bannerslider-popup-close{
  cursor: pointer;
  height: 22px;
  width:22px;
  position: absolute;
  right: 0px;
  top: -25px;
  z-index: 19999;
  background:url(https://peakbody.co.uk/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
  background-color: #000000;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  opacity: 0.7;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

@media (min-width:320px) and (max-width:961px) {
  #mageplaza-bannerslider-block-before-content-1 {
    display: none;
  }
  .navigation .level0 {
    margin: 0px;
  }
}

@media (min-width:320px)  {
  /* smartphones, iPhone, portrait 480x320 phones */
  .checkout-index-index .finalcount.header-element {
    display: none;
  }
  .checkout-index-index .row.header-logo {
    text-align: center;
  }
  .opc-progress-bar-item._active > span::after {
    content: 'COMPLETE';
    font-family: inherit;
    font-size: inherit;
  }
  .opc-progress-bar-item::before {
    display: none;
  }
  .opc-progress-bar-item > span {
    font-weight: bold;
  }
  .opc-progress-bar-item > span::before,
  .opc-progress-bar-item > span::after {
    display: none;
  }
  .opc-progress-bar-item {
    position: relative;
    width: auto;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    min-width: 220px;
  }
  .opc-progress-bar-item:nth-child(1) {
    padding-left: 5px;
  }
  .opc-progress-bar-item:nth-child(2) {
    padding-right: 30px;
  }
  .opc-progress-bar-item._active {
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background-active.png');
  }
  .opc-progress-bar-item > span {
    padding: 0px;
  }
  .opc-progress-bar-item > span {
    color: black;
  }
  .opc-progress-bar-item._active > span {
    color: white;
  }
}

@media (min-width:481px)  {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

}
@media (min-width:320px) and (max-width:641px) {
  .finalcount.header-element {
    position: absolute;
    left: 0px !important;
  }
  .row.header-logo .header-element:nth-child(2) {
    position: absolute;
    left: 35px;
  }
}
@media (min-width:641px)  {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width:320px) and (max-width:641px) {
  .row.header-logo {
    text-align: center;
  }
  .opc-progress-bar-item {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0px !important;
    display: block;
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-mob.png');
    font-weight: bold;
    text-align: center;
  }
  .opc-progress-bar-item._active {
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-mob-complete.png');
  }
  .opc-progress-bar-item::after {
    display: none;
  }
  .opc-progress-bar::after {
    content: 'COMPLETE';
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-mob.png');
    width: 100%;
    display: inline-block;
    background-size: cover;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}
@media (min-width:641px) and (max-width:960px)  {
  .checkout-index-index .opc-progress-bar {
    margin-left: 30px !important;
    text-align: left;
  }
  .opc-progress-bar-item {
    width: max-content;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 15px !important;
    display: inline-block;
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background.png');
    min-width: 180px;
  }
  .opc-progress-bar-item._active {
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background-active.png');
  }
  .opc-progress-bar-item > span {
    font-size: 1.3rem
  }
  .opc-progress-bar-item:last-child > span::after,
  .opc-progress-bar-item._active:last-child > span::after {
    content: 'COMPLETE';
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background.png');
    width: auto;
    display: block;
    position: absolute;
    top: -36px;
    left: 275px;
    background-size: contain;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px;
    padding-left: 30px;
    font-size: 1.3rem;
    line-height: 25px;
    border: 0px;
    color: black;
    height: auto;
  }
}
@media (min-width:961px)  {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  #mageplaza-bannerslider-block-before-content-6 {
    display: none;
  }
  .opc-progress-bar-item:last-child > span::after,
  .opc-progress-bar-item._active:last-child > span::after {
    content: 'COMPLETE';
    background-image: url('../../frontend/peak2024/nutrition/en_GB/images/checkout-step-background.png');
    width: auto;
    display: block;
    position: absolute;
    top: -36px;
    left: 350px;
    background-size: contain;
    border-radius: 0px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px;
    padding-left: 30px;
    height: auto;
    border: 0px;
    color: black;
  }
}

@media (min-width:961px)  and (max-width: 1025px) {
  .checkout-index-index .opc-progress-bar {
    margin-left: 30px !important;
    text-align: left;
  }
}

@media (min-width:1025px) {
  /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) {
  /* hi-res laptops and desktops */

}

@media (min-width:641px) and (max-width:768px)  {
  .checkout-index-index .opc-progress-bar {
    margin-left: 4%;
  }
  .checkout-index-index .search-cart,
  .checkout-onepage-success .search-cart {
    display: none;
  }
  .checkout-index-index .trustpilot-widget,
  .checkout-onepage-success .trustpilot-widget {
    display: none;
  }
  .checkout-index-index .header-logo .logo,
  .checkout-onepage-success .header-logo .logo {
    display: inline-block;
    float: none;
  }
  .checkout-index-index .navbar .text-center,
  .checkout-onepage-success .navbar .text-center {
    display: none;
  }
  .checkout-shipping-method .actions-toolbar > .primary,
  .checkout-onepage-success .actions-toolbar > .primary {
    float: none;
  }
  .checkout-index-index .opc-sidebar .modal-content {
    box-shadow: none;
    border: 0px;
  }
  .checkout-index-index .opc-sidebar .modal-header {
    display: none;
  }
  .checkout-index-index .opc-block-shipping-information {
    background-color: #f5f5f5;
    padding-bottom: 20px;
  }
  .checkout-index-index .opc-block-summary {
    margin-bottom: 0px;
  }
  .checkout-index-index .finalcount.header-element,
  .checkout-onepage-success .finalcount.header-element {
    display: none !important;
  }
  .checkout-onepage-success .checkout-complete-progress .mobile-visible {
    display: none !important;
  }
  .checkout-onepage-success .header-logo {
    text-align: center !important;
  }
  .cart.item .col.remove {
    text-align: center;
  }
  .cart.item .col.remove .action-delete {
    margin-top: 25px;
    display: inline-block;
  }
}

@media (min-width:768px) and (max-width:961px)  {
  .checkout-index-index .opc-progress-bar {
    margin-left: 8%;
  }
  .checkout-onepage-success .header-logo .finalcount.header-element {
    display: none;
  }
  .checkout-onepage-success .header-logo {
    text-align: center;
  }
  .checkout-onepage-success .header-logo .logo.text-center {
    float: none;
    display: inline-block;
  }
}

@media (min-width:641px) and (max-width:1025px)  {
  .checkout-index-index .finalcount.header-element {
    display: none;
  }
  .checkout-index-index .header-logo {
    text-align: center;
  }
  .checkout-index-index .header-logo .logo {
    float: none;
  }
}

@media (min-width:961px) and (max-width:1025px)  {
  .checkout-index-index .opc-progress-bar {
    margin-left: 18%;
  }
  .checkout-onepage-success .header-logo {
    text-align: center !important;
  }
  .checkout-index-index .header-logo .logo,
  .checkout-onepage-success .header-logo .logo {
    display: inline-block;
    float: none;
  }
  .checkout-onepage-success .finalcount.header-element {
    display: none;
  }
}
#agreement_secure_trading_1{
	width: 5%;
}
#agreement_secure_trading_2{
	width: 5%;
}
.checkout-agreements > .checkout-agreement > label{
	white-space: normal;
	width: 85%;
	position: relative;
}
.checkout-agreements > .checkout-agreement > label > button{
	text-align: left;
}
.checkout-agreements > .checkout-agreement > label > button span {

    color: #000;
    text-decoration: underline;

}
.checkout-agreements > .checkout-agreement > label.label::after{

	display: block;
	position: absolute;
	top: 4px;
	right: -5px;

}
.modal-popup .modal-header{
	padding-top: 30px;
}

.blog-page .column.main {
    width: 100%;
}

.post-list .post-info .post-title-wrap h3 a {
    font-size: 27px;
    line-height: 25px;
    font-weight: 500;
    color: black;
}

.blog-page span.post-author-name {
    display: none;
}

.blog-page a.action.primary {
    text-transform: uppercase;
}

.blog-page a {
  color: black;
}


.post-content a {
    color: black !important;
}


.blog-post-view .post-featured-image {
    display: none;
}

.blog-post-view .column.main {
    padding-top: 0pc;
}

.post-content .post-description img {
    margin: 0px;
    max-width: 100%;
    height: auto;
}

.blog-post-view .post-description p {
    font-size: 14px;
    line-height: 1.7;
}

.post-image {
    margin-bottom: 17px;
}

.post-bottom {
    display: none;
}

.blog-post-view .breadcrumbs {
    display: none;
}


/* 2024 */

.owl-nav {
    display: none;
}

.page-header .header.panel {
  padding: 0px !important;
}

#nav > ul > li > a {
    color: white !important;
    opacity: 1;
}

#nav > ul > li {
    padding: 15px;
    color: white !important;
    margin-top: -4px;
    padding-left: 1%;
    padding-right: 1%;
}

.logo {
  max-width: 100%;
}

#preheader {
  height: 40px;
}

.free-del {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: unset !important;
    color: white;
    line-height: 40px;
}


.call-me {
    float: right;
    position: absolute;
    top: -30px;
    right: 0px;
    color: white;
}

div#preheader > div {
    position: relative;
}

.call-me a {
    color: #E51E31 !important;
}

#search_mini_form {
    float: left;
    width: 100%;
}

.navbar {
  margin-bottom: 0px !important;
  border: none !important;
}

.panel.header, .panel.wrapper {
  max-width: 100% !important;
}

.head-block {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.search-cart {
    display: flex;
    float: right;
    width: 75%;
}

input#search {
    width: 100%;
}


.account_link {
  float: right;
  order:2;
}

.block.block-search {
    order: 1;
}

.minicart-wrapper.\33 {
    order: 3;
    margin-top: 4px;
}

.featuredItems_2025 {
  max-width: 1200px;
}

.owl-dots {
    margin-top: 14px;
    margin-bottom: 22px !important;
}

.red_over {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #E51E31;
    height: 153px;
    opacity: 0.8;
    color: white;
    display: none;
}

.red_over p {
  text-align: center;
}

.proleft {

    float: left;
    position: relative;
}

.red_over h2 {
    max-width: 82%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.account_link {
    float: right;
    order: 2;
    padding-left: 30px;
    padding-top: 3px;
    padding-right: 30px;
    z-index: 300;
    margin-top: 3px;
}

.row.header-logo {
  height: 89px;
  display: flex;
}

.footer-black {
  background: black;
  clear:both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cards img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.minicart-wrapper .action.showcart .counter.qty {
    height: 30px;
    margin: 0px;
    padding-top: 3px;
    font-size: 14px;
    position: absolute;
    white-space: normal;
    bottom: -16px;
    background: none !important;
    right: -19px;
    width: 57px;
    text-align: center;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

.page-with-filter .sidebar.sidebar-main {
    display: none;
}

.page-with-filter .column.main {
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.field.limiter {
}

.modes {
    display: none !important;
}

.page-with-filter .short {
    display: none !important;
}


a.action.sorter-action.sort-asc {
    display: none;
}


.toolbar select {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
    background: white;
    border-radius: 0px;
}


.page-products .products-grid .product-item {
  width: 100%;
}

li.item.product.product-item {
    border: 1px solid #D9D9D9;
}
.custom-category-title-description, .category-image {
  width:50% !important;
  float: left;
  color: #525252;
}

h1.page-title {
    font-size: 30px;
    color: #525252;
    margin-top: 0px;
    font-family: 'DIN Next LT Pro Med' !important;
}

.category-image .image {

  margin-top:15px;
}
.action.customise.primary, .action.quickbuy.primary {
  background: #e51d31 !important;
border: 3px solid #e51d31 !important;
color: #fff !important;
font-weight: bold !important;
}

.action.customise.primary span, .action.quickbuy.primary span {
    font-size: 19px;
}



.custom-category-title-description p {
    padding-right: 40px;
}

.custom-category-title-description [data-content-type='html'] {
    padding-right: 20px;
}

.custom-category-title-description, .category-image {
    width: 100%;
    float: left;
    color: #525252;
}

.custom-category-title-description div {
    width: 97%;
    float: left;
}

.page-with-filter ol.products.list.items.product-items {
  display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
}

li.item.product.product-item {
    padding-bottom: 20px;
}

.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    color: #525252;
    font-size: 25px;
}

.catalog-category-view .products-grid .product-item-name, .catalogsearch-result-index .products-grid .product-item-name {
  min-height: 82px !important;
}

.item .special-price, .item .price {
    color: #525252;
}

.page-with-filter .product-item .price-box .price {
    font-size: 21px;
    margin-bottom: 10px;
}

.product-item-actions .action.grow {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
}

.abs-product-link > a, .product-item-name > a, .product.name a > a {
    color: #525252;
}

button.action.moreinfo.primary.grow span {
    top: 1px !important;
    position: relative;
}

.more-content {
  display: none;
}

a.read-more-link {
    color: #525252;
    text-decoration: underline;
    font-weight: bold !important;
}
.product-reviews-summary.empty {
    margin-top: 0px;
    margin-left: 20px;
}

.page-with-filter .product.details.product-item-details {
    padding-left: 10px;
    padding-right: 10px;
}

.catalog-category-view .products-grid .price-box, .catalogsearch-result-index .products-grid .price-box {
  height: 30px !important;
}

.products-grid .list-right-column {
  width: 100% !important;
}

.products-grid  .product.actions.product-item-actions {
    width: 100% ! IMPORTANT;
}


.products-grid  .actions-primary {
    WIDTH: 100%;
}

.products-grid  .quickbuy-container {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 12px;
}

span.price-label {
    display: none;
}

.action.primary {
    background-color: #fff !important;
    border: 0px;
    border-radius: 30px !important;
    border: 3px solid #525252;
    color: #525252 !important;
}

.page-products .action.primary span {

    color: #525252 ;
}

.product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #525252;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
    background: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.overview ul {
    padding: 0px;
}
.data.title.active > a {
    color: white !important;
    background: #E51E31 !important;
}

.data.item.content {
    border-top: 1px solid #E51E31 !important;
    margin-top: 41px !important;
}

.data.item.content ul {
    padding: 0px;
}

.fotorama__stage {
    border: none;
}

button#product-addtocart-button {
    height: 40px;
    background: #E51E31 !important;
    border: none !important;
    color: wwhite !important;
    line-height: 16px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

button#product-addtocart-button span {
    color: white !important;
}

.product-info-main .product-info-price {
  border: none;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
  font-size: 30px;
}


.block.related {
    clear: both;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none !important;
    border: unset;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
}

.quickbuy-container span {
    color: white !important;
}


.qty-change {
    background-color: white;
    padding: 8px 10px;
    color: white;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    top: 3px;
    transition: all 0.5s ease-in-out 0.5s;
    color: #525252;
    border: 1px solid #D9D9D9;
}

input#qty {
  background: white !important;
border: 1px solid #d9d9d9;
border-left: none;
border-right: none;
margin-left: -4px;
margin-right: -3px;
width: 74px;
}

.breadcrumbs .items {
  font-size: 12px;
  font-weight: normal;
}

.breadcrumbs .item:not(:last-child)::after {
    content: '/';
    font-size: 12px;
    margin: 0;
    margin-top: -3px;
    color: black;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}

.breadcrumbs .item:not(:last-child) a {
    color: #707070 !important;
    font-weight: normal !important;
    text-transform: lowercase;
}

.product-info-stock-sku {
    display: none !important;
}
h1.page-title span {
    font-size: 30px !important;
    letter-spacing: 1px !important;
    font-family: 'DIN Next LT Pro Med';
}

.product-reviews-summary {
    display: flex;
}

.stock img {
    margin-right: 16px;
}

.stock span {
  text-transform: capitalize;
}


.product-info-price {
    margin-top: 16px;
}

.product-info-main .product-add-form {
  padding-top: 0px;
}

.rating-summary {
margin-left: 55px;
}

.ratings .amount a, .no-rating a {
    text-decoration: none;
    color: #939393;
}

.product-info-main .rating-summary, .customer-review .rating-summary {
    margin-right: 10px;
}


.product.attribute.overview {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
}

.qty .label span {
    font-size: 14px;
    color: #525252;
}

.actions {
    padding-top: 14px !important;
}

.product.attribute.overview {

}

.block.related .block-title {
  background: unset;
  position: relative;
}


.slick-slide {
    margin-right: 15px;
}

span.featured_products_header img {
  float: left;
}

span.featured_products_header p {
  float: left;
}

.block-title img {
    margin-top: -6px;
}

.abs-product-link, .product-item-name, .product.name a {
  text-transform: uppercase;
  font-size: 18px;
      font-family: 'DIN Next LT Pro Med';
}

.slick-dots li button {
  background: #D9D9D9 !important;
  width: 10px !important;
  height: 10px !important;
}

.slick-dots {
  bottom:-40px !important;
}

.product.info.detailed {
  padding-top: 30px;
}

p.copyright-2024 {
    margin-top: 120px;
    padding-bottom: 22px;
}

.cards p {
    width: auto;
    float: right;
    margin-top: -17px;
}

.main_cat li {
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.main_cat li a {
  margin-bottom: 0px;
}

.menu_right {
    /* width: 60%; */
    float: right;
    position: absolute;
    top: 29px;
    right: 51px;
    border-left: 1px solid #E51E31;
}

.subs {
  position: relative;
}

.slick-list {
  width: calc(100% + 10px);
/* margin-left: -10px; */
margin-right: -10px;
}

.menu_right img {
  padding-left:20px;
}

.mask {
          display: none;
          position: fixed;
          top: 186px;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 2;
      }

      .pages a.page, .pages a.page:visited, .pages .action.next::before, .pages .action.next:visited::before, .pages .action.previous::before, .pages .action.previous:visited::before {
        color: #525252;
      }

      label.sorter-label {
    text-transform: capitalize;
    color: #525252;

}


ul#social img {
    margin-top: 6px;
    position: relative;
}

.toolbar.toolbar-products:last-of-type .limiter {
    display: none !important;
}
.toolbar.toolbar-products:last-of-type .sorter {
      display: none !important;
}

.cms-home .owl-theme .owl-dots .owl-dot.active span,.cms-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #E51E31 !important;
}

.main-presentation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.center-block {
  margin: 0px !important;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  max-width: 1200px;
}

span.featured_products_header {
    text-align: left;
    color: #525252;
    position: relative;
}

.page-products .product-item-info {
  width: 226px;
}

.block.related .related-available .product-item-name {
    margin-left: 0;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 83px;
}
.mobile_show {
  display: none;
}

.moreinfo.action.primary span {
    color: #525252;
}

.contact-index-index .page-title-wrapper {
    margin-top: 56px !important;
}

.contact-us-block .page-title {
    margin-left: 0px;
}

.message-blocks {
    clear: both;
    display: block;
    background: yellow;
    padding: 11px;
    height: auto;
    text-align: center;

}

.message-blocks p {
margin: 0px;
color: #E51E31;
}

.nav-sections {
  min-height: 37px;
}

.page-main .message-blocks
{
  display: none;
}
/* new mobile */

@media (max-width: 820px) {

  .block-search input {
    font-size: 16px;
    left: 3% !important;
    margin: 15px 0;
    position: absolute;
    top: 45px;
    width: 80% !important;
    border: none !important;
}

input#search {
    top: -15px !important;
    position: absolute;
}

.field.search {
  position:relative;
}

  .catalog-category-view .products-grid .product-item-name, .catalogsearch-result-index .products-grid .product-item-name {
    min-height: 45px !important;
    max-height: 45px !important;
    overflow: hidden;
}

  .page-with-filter .products-grid {
    width: 95%;
  }

  .mobile_show img {
    text-align: center !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-category-title-description, .category-image {
  width: 100% !important;
}

  span.counter.qty {
    display: none !important;
}


  .account_link {
    padding-top: 1px !important;
  }
.checkout-index-index .header-logo .finalcount.header-element, .checkout-onepage-success .header-logo .finalcount.header-element {
  margin: 0px !important;
}

span.featured_products_header img {
  margin-left: 10px;
}
  .mobile_show {
    display: block;
  }

  .mobile_hide {
    display: none;
  }

  .main-presentation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.red_over {
  display: block;
  height: 64px;
}

.red_over p {
    display: none;
}

.red_over h2 {
  font-size: 22px;
  max-width: 80%;
  margin-top: 8px;
}

span.featured_products_header:after {
  width: 52%;
}

.featured_buttons {
  margin: 0px;
}

.footer-links .col {
  width: 50%;
float: left;
height: 184px;
text-align: left;
}

img.mobile_show.mob_foot_logo {
    margin-bottom: 19px;
}

.footer-links, .footer_black_inner {
  max-width: 80%;
}

.mobile_bottom.mobile_show img {
    max-width: 200px;
    float: left;
    margin-bottom: 15px;
}

p.copyright-2024 {
    margin-top: 120px;
    padding-bottom: 10px;
    clear: both;
    text-align: left;
}

footer p {
  text-align: left;
}

.web_by {
  margin-bottom: 10px;
}

.page-footer {
  margin: 0px;
}

.cms-home .columns .column.main {
  padding: 0px !important;
}

.featuredItems-container {
  margin-bottom: 45px;
}

.navbar-header {
    display: none;
}

.call-me {
    display: none;
}

.slick-arrow {
  display: none !important;
}

.minicart-wrapper .action.showcart::before {
  display: none;
}


.featuredItems-container {
        margin-bottom: 45px;
        max-width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .span.featured_products_header  {
      max-width: 95%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .mask {
    }

    span.toggle-menu.push-body.menu-left.jPushMenuBtn {
    position: absolute;
    top: 13px;
    right: 13px;
}

.search-cart {
    display: flex;
    float: right;
    width: auto;
    right: 56px;
    position: absolute;
    top: 6px;
}

.account_link {
    float: right;
    order: 2;
    padding-left: 34px;
    padding-top: 5px;
    padding-right: 24px;
    z-index: 300;
}

span.toggle-menu.push-body.menu-left.jPushMenuBtn {
    width: 18px;
}

.header-logo .header-element {
    display: inline-block !important;
    width: 174px;
    height: 30px;
    vertical-align: top;
    margin-top: -11px;
}



.row.header-logo {
    height: 59px;
    padding-top: 15px;
}

.block-search .control {
  border: none;
}
.block-search {
    width: 95%;
    margin-bottom: 0;
    float: none;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#search {
    border: 1px solid #ccc;

}

#search_mini_form button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #E51E31;
    width: 37px;
    border: none !important;
    border-radius: 0px;
    height: 30px !important;
    color: white !important;
}

.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    background: #E51E31;
    border-radius: 0px;
    height: 32px;
    width: 35px;
    color: white !important;
    margin: 0px;
}

.block-search .label:before {
  color: white;
}
.header-block .search {
  display: none !important;
}


.field.search {
    border: 1px solid #d9d9d9;
}

.search-cart .block.block-search {
    display: none;
}

.breadcrumbs {
    padding-top: 0px;
}

.custom-category-title-description div {
    width: 100%;
    float: left;
}

.category-image .image {
    margin-top: 0;
}


.page-products .columns {
  clear: both;
}

.header-logo-container {
    margin-top: 5px;
}

.page-products .product-item-info {
    width: 100%;
}

.product-item-actions .action.grow {
    font-size: 16px;

}

.action.customise.primary span, .action.quickbuy.primary span {
    font-size: 16px;
}

.page-products .columns {
  padding-top: 0px;
}

.category-image .image {
    margin-top: -64px;
    margin-top: 0px !important;
}

.breadcrumbs {
    display: none;
}

.page-with-filter ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}


.products-grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-actions {
    margin-left: 20px;
    float: right;
    margin-top: 3px;
}

.price-wrapper  {
  text-align: left;
}

.column.main {
    padding-top: 0px;
}

.catalog-product-view .product-info-price {
  padding-bottom: 0px;
}

.catalog-product-view .product.attribute.overview {
  order:5;
}

.catalog-product-view .box-tocart .field.qty, .catalog-product-view .block-bundle-summary .title, .catalog-product-view .product-options-wrapper .legend.title, .catalog-product-view .product-options-wrapper .fieldset-bundle-options {
  text-align: left;
}

.abs-box-tocart, .bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
    margin: 0 0 10px;
}

.data.item.content {
  margin: 0px;
}

#block-related-heading {
    width: 100% !important;
    position: initial;
}

#block-related-heading:after {
    content: ' ';
    background: #D9D9D9;
    width: 24%;
    height: 17px;
    right: 4px;
    position: absolute;
    top: 29px;
}

.products-grid {
width: 100%;
}

.catalog-product-view button.action.moreinfo.primary.grow span {
    top: -2px !important;
    position: relative;
    font-size: 16px;
}
.catalog-product-view .action.customise.primary span, .action.quickbuy.primary span {
    font-size: 16px;
    top: -2px;
    position: relative;
}

.products-related li.item.product.product-item {
    padding-bottom: 0;
}

.products-related .abs-product-link, .product-item-name, .product.name a {
  font-size: 1.3rem;
}

.product.info.detailed {
    padding-top: 0;
}

.product.info.detailed {
    padding-top: 0;
    position: relative;
    height: 343px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.product.data.items > .item.content {
  position: absolute;
}

.product.data.items .item.title a:after {
  display: none;
}

.product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 13px;
    color: #525252;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e51d31;
    border-bottom: none;
    height: 40px;
    padding:1px 19px 1px 22px;
    background: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.product.data.items > .item.title {
    margin: 0;
    width: 50%;
    float: left;
}

.data.item.content {
  margin-top: 40px !important;
}


h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 25px;
}

.toolbar-products .sorter {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.toolbar-products {
    display: flex;
}

.pages {
    float: right;
}

.toolbar-products .pages .pages-items {
  margin-top: -5px !important;
}

.toolbar {
  height: auto;
}

.pages {
    width: 100%;
    clear: both;
    order: 2;
}

.toolbar-products .limiter .label, .toolbar-products .sorter .sorter-label {
  margin-top: 4px;
  color: #525252 !important;
  text-transform: capitalize;
  font-size: 14px;
  font-family: DIN Next LT Pro;
}

.sorter-label, .limiter label span, .pager label span {
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: normal;
    font-family: DIN Next LT Pro;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
}

.nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    right: calc(-1*(100% - 65px));
    overflow: auto;
    position: absolute !important;
    top: 0;
    left: unset !important;
    width: 90% !important;
    right: 0px !important;
    background: white !important;
}

.nav-sections .navigation {
    background: white !important;
    border: none;
}

 .nav-sections .navigation a > span {
        color: #525252 !important;
    }

    .navigation .level0 {
      border-top:1px solid #525252 !important;
    }

    .level1.ui-menu-item {
      background: white !important;
    }

    .submenu {
    display: none;
}

.ui-menu-item > a > span {
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    text-transform: uppercase;
}

.nav-sections-item-content {
  margin-top: 0px;
}

span.close_menu {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 32px;
}

.call-me-mob a {
    display: inline;
}

.call-me-mob {
    margin-left: 10px;
    margin-bottom: 14px;
}

.bottom_links li {
    /* display: grid; */
    width: 91%;
    text-align: center;
    border: 1px solid #525252;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    height: 37px;
line-height: 38px;
}

.bottom_links li a {
  padding: 0px;
}

.bottom_links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;

}

.level-top span {
    text-transform: uppercase !important;
}

.parent {
    position: relative;
}

.parent:after {
    content: '⌄';
    position: absolute;
    top: 0px;
    right: 13px;
}

.sections.nav-sections {
    display: none;
}

.push-page {
  left:unset !important;
}

.mask {
  top:0px;
}

.ui-menu-item > a > span {
text-align: left !important;
}

.submenu a span {
    text-transform: capitalize !important;
    margin-left: 20px;
}

.submenu li:last-of-type {
    border-bottom: none;
}

.open_item::after {
    top: 5px;
    transform: rotate(180deg);
}

.toolbar-products {
  display: block !important;
}

.pages {
    width: 50%;
}

.pages:first-of-type {
    display: none;
}


.limiter {
width:49%;

}
.field.limiter {
    display: block;
    float: left;
}


    .toolbar-products .limiter .control,   .toolbar-products .limiter .label {
        width: 50%;
        float: left;
    }

    .toolbar-products .sorter {
    display: block;
    flex-direction: row;
    margin-bottom: 25px;
    width: 49%;
    float: right;
}
.toolbar.toolbar-products {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.pages {
    width: 100%;
}

.product-item-actions .action.grow {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 8px;
    height: 46px;
}

.product.data.items > .item.content {
    padding: 13px 25px 30px;
}

div#product-options-wrapper {
    float: left;
    width: 100%;
    text-align: left;
}


.toolbar-products .limiter {
  order: 2;
  display: flex !important;
}
}
/* end mobile */

.super-attribute-select, select.qty, .cool-select {
  background: white;
}


.field.configurable.required {
    text-align: left !important;
    text-transform: capitalize !important;
    color: #525252 !important;
}

.field.configurable.required label {
    text-align: left;
    text-transform: capitalize !important;
    color: #525252 !important;
}
span.price-label {
    display: none !important;
}






nav.navbar {
    z-index: 2 !important;
}

#search_autocomplete ul li {
  color: #525252;
}

.account_link:after {
    content: ' ';
    position: absolute;
    border-right: 2px solid #d9d9d9;
    padding-left: 14px;
    height: 28px !important;
    line-height: 28px;
}

.action.primary, .action-primary {
  font-size: 16px;
}

.blog-page .page-title-wrapper {
    margin-top: 45px !important;
}

.minicart-wrapper .block-minicart {
    padding: 12px;
}

.minicart-wrapper  li.item.product.product-item {
    border: none;
}

.minicart-wrapper .actions .secondary .viewcart {
    margin: 0;
    background: #E51E31;
    padding: 10px 15px 10px 15px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
    border-radius: 30px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.minicart-wrapper .action.showcart.active:before {
  display: none;
}

a.action.multicheckout {
    display: none;
}

.cart-summary .checkout-methods-items .action.primary.checkout, .action.primary.checkout.mobile-visible {
    margin: 0px;
    background: #00b67a !important;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    color: white;
}

.checkout-index-index .action.primary span, .minicart-wrapper .action.primary span {
    color: white;
}

.checkout-index-index .header-logo .finalcount.header-element, .checkout-onepage-success .header-logo .finalcount.header-element {
  visibility: visible;
  display: block;
  margin-top: 30px;
}

ul.opc-progress-bar {
    margin-top: 135px;
}

.catalog-product-view .product-add-form .product-options-wrapper .field .label, .catalog-product-view .product-add-form .product-options-bottom .field .label {
        font-size: 18px;
        padding: 0px;
        margin: 0px;
        text-transform: capitalize;
    }


    .custom-category-title-description.no_image {
        width: 100% !important;
        margin-bottom: 17px;
    }

#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons span {
  color: #525252 !important;
}

.stock_status {
    order: 2;
}

.widget-product-carousel strong.product.name.product-item-name {
  height: 48px;
  overflow: hidden;
}

button.action.quickbuy.primary.grow {
    font-size: 18px !important;
    margin-bottom: 13px;
}

.slick-prev:before, .slick-next:before {
  color: #525252;
}

ol.product-items.widget-product-carousel.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 20px;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    text-decoration: none;
    background-image: none;
    background: white;
    border: 3px solid #525252;
    color: #524252;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0 11px 10px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 20px;
    padding: 14px 17px;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
}


/* new ipad */
@media (min-device-width: 768px) and (max-device-width: 1025px) {

  .call-me {
    right:10px;
  }
  .logo img {
      max-height: inherit;
      margin-top: -31px;
  }

   .finalcount.header-element {
     margin-left: 0px;
   }

   #nav > ul > li > a {
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 0px 5px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.8px;
    opacity: 0.8;
    font-family: "DIN Next LT Pro";
    margin-top: 7px;
}

div#nav {
    max-width: 1200px;
    margin: -3px;
}

.page-main [data-content-type='html'] {
    word-wrap: break-word;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured_middle {
  width: 100%;
}

span.featured_products_header {
    text-align: left;
    color: #525252;
    max-width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-links {
    max-width: 94%;
}

span.featured_products_header:after {
  width: 80%;
}

.featuredItems_2025 {
}

.featuredItems-container {
    max-width: 90%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.menu_right {
display: none;
}
.page-products .product-item-info {
    width: 100%;
}

main#maincontent {
    max-width: 97%;
}

.product-item-actions .action.grow {
  font-size: 17px;
}

.product.data.items > .item.content {
    position: relative;
}
}

@media (min-device-width: 820px) and (max-device-width: 1000px) {
  .logo img {
      max-height: inherit;
      margin-top: -13px;
  }

  .block-search {
    height: 40px;
}

  span.toggle-menu.push-body.menu-left.jPushMenuBtn {
    top:21px;
  }

  .search-cart {
    top:-4px;
  }
  .account_link {
      padding-top: 4px !important;
  }

  .footer-links {
    max-width: 88%;
  }

  .main-presentation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

span.featured_products_header:after {
  width: 74%;
}

.product.data.items > .item.content {
    position: relative;
}

#block-related-heading:after {
  display: none;
}

.field.search {
    border: 1px solid #d9d9d9;
    height: 30px;
}

input#search {
    top: -15px !important;
    position: absolute;
    background: unset;
}

.sections.nav-sections {
  padding-top: 20px;
}

span.close_menu {
  top:-14px;
}

.navigation .level0 {
  text-align: left;
}
}

.securetrading-paymentpage-iframe .nav-block {
    display: none;
}

.securetrading-paymentpage-iframe .search-cart {
    display: none;
}

.securetrading-paymentpage-iframe main#maincontent {
    margin-top: 50px;
}


.securetrading-paymentpage-iframe footer.page-footer {
  display: none;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/peak2024/nutrition/en_GB/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: 14px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }


}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) 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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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 {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .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: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;

  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .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 {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.affix {
  position: fixed;
}
@-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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */


.containerslide .buttons {
	display:none !important;
}
@charset "UTF-8";/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 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}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{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}@-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(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.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(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.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;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(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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}@-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 jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.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-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}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-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}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-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}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-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}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-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-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}@-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}@-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(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.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.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.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.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.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.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.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.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/peak2024/nutrition/en_GB/css/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
