div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.utp-kabel.nl/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.utp-kabel.nl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
/* Banner */
.cookie-notice {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    min-height: 26px;
    box-sizing: content-box;
    background: #333333;
    color: white;
    padding: 20px 30px;
    box-shadow: 3px 3px 3px;
}
.cookie-notice legend {
    color: white;
}
/* Title */
.cookie-notice h2{
    color: white;
}
/* Text */
.cookie-notice .text {
    display: inline-block;
    width: 75%;
}
/* Form */
.cookie-notice .form {
    display: inline-block;
    margin-left: 30px;
}
/* Form title */
.cookie-notice .form h2 {
    color: white;
    font-weight: 400;
}
/* Form button */
.cookie-notice .cookie_button {
    background: #8BC121;
    color: white;
    font-weight: 400;
    border: 0;
    margin-top: 10px;
}
/**
 * Request for quote front-end css
 * 
 */
.request4quote-links li {margin-bottom: 5px}
.product-view button.btn-r4q {
    margin-left: 5px;
}

.item button.btn-r4q {
    margin-bottom: 5px;
}

.products-grid li.item {
    padding-bottom: 100px;
}
.request4quote-front-quote-index #shopping-cart-table{
    width:100% !important;
}
.r4q-item-remark {
    width: 98%;
}
.form-list .r4q-remark {
    width: 98%;
}
.cart-rf4-details{
    width:48%;
    float:left;
}

.cart-rf4-details .form-list .input-box {
    width: auto;
}
.r4q-actions {
    text-align: right;
    clear:both;
    padding:10px;
}
.cart-rf4-billing{
    width:48%;
    float:right;
}
.cart-rf4-shipping {
    float:left;
    width:48%;
}
.cart-rf4-details, .cart-rf4-shipping, .cart-rf4-billing {
    border:1px solid #d0cbc1;
    background:#fff url(https://www.utp-kabel.nl/skin/frontend/base/default/request4quote/images/bkg_block-title.gif) 0 0 repeat-x;
    padding:12px 15px;
    margin:0 0 18px;
}
.r4q-collaterals {
    margin-left: 300px;
}
.cart-rf4-details h2, .cart-rf4-shipping h2, .cart-rf4-billing h2  { background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/request4quote/images/i_discount.gif"); background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.r4q-remark {
    width: 98%;
}
.r4q-data-table{
    margin-top:1px;
    width:100%;
    background:#f4f4f4;
}
.r4q-data-table td {
    padding:10px;
}




/* navigation */
.r4q-navigation {
    background-color: #f2f5f6;
    border: 1px solid #ccc;
    height: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
.r4q-navigation li {
    float: left;
    margin-right: 10px;
}
.r4q-navigation a {
    background-color: #9bb3c3;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
}
/* gradient and text shadow */
.r4q-navigation a {
    background: #d7e4ed; /* Old browsers */
    background: -moz-linear-gradient(top, #d7e4ed 0%, #63859a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e4ed), color-stop(100%,#63859a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7e4ed 0%,#63859a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7e4ed 0%,#63859a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7e4ed 0%,#63859a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d7e4ed 0%,#63859a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4ed', endColorstr='#63859a',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
/* active menu item */
.r4q-navigation .active a, .r4q-navigation a:hover {
    background: #c5d6e2; /* Old browsers */
    background: -moz-linear-gradient(top, #c5d6e2 0%, #d9e5ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5d6e2), color-stop(100%,#d9e5ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5d6e2 0%,#d9e5ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5d6e2 0%,#d9e5ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c5d6e2 0%,#d9e5ee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c5d6e2 0%,#d9e5ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d6e2', endColorstr='#d9e5ee',GradientType=0 ); /* IE6-9 */
}
.r4q-navigation .active a {
    color: #ff5600;
    cursor: default;
}

/* View quote */
.r4q-accept-reject {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.r4q-reject {
    padding: 20px 0;
    border-right: 1px solid #ccc;
    float: left;
    width: 49%;
}
.r4q-accept {
    float: right;
    width: 49%;
}
.r4q_reject_reason_row {
    padding: 10px 0;
}
#r4qRejectReason {
    height: 80px;
    width: 200px;
}

.button.r4q-btn-accept { border: 2px solid #229922;  }

.r4q-accept button.r4q-btn-accept, .r4q-reject button.r4q-btn-reject {
    border: none;
    height: 37px;
    /*width: 200px;*/
}
.r4q-accept button.r4q-btn-accept span, .r4q-reject button.r4q-btn-reject span {
    height: 37px;
    border: none;
    padding: 0;
}

.r4q-accept button.r4q-btn-accept span span, .r4q-reject button.r4q-btn-reject span span{
    line-height: 14px;
    font-size: 16px;
}
#header-quote.skip-active {
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
}

/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * 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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.utp-kabel.nl/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
/* Layout Configuration */
.mobile {
  display: none;
}
@media (max-width: 770px) {
  .mobile {
    display: block;
  }
}
.mobile .mobile-block {
  display: none;
}
@media (max-width: 770px) {
  .mobile .mobile-block {
    display: block;
  }
}
.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
  width: 100%;
  float: left;
}
.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: -15px;
  float: right;
}
.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
  opacity: 0.7;
}
.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
  background: url(https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
  background: url(https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
  position: fixed;
  width: 80%;
  max-width: 320px;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 199999;
  padding: 20px;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  overflow-y: scroll;
  display: none;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  display: block;
  -webkit-box-shadow: 0px 0 15px 0 #333333;
  -moz-box-shadow: 0px 0 15px 0 #333333;
  box-shadow: 0px 0 15px 0 #333333;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
  right: -80%;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
  right: 0;
}
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  /* None Active */
  left: -80%;
}
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  left: 0;
}
.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
  width: 100%;
}
.desktop {
  display: block;
}
@media (max-width: 770px) {
  .desktop {
    display: none;
  }
}
.desktop .desktop-block {
  display: block;
}
@media (max-width: 770px) {
  .desktop .desktop-block {
    display: none;
  }
}
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 74%;
  float: left;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 23%;
  float: left;
}
.desktop.two-columns-right section.content {
  padding-right: 20px;
}
.desktop.two-columns-left section.content {
  padding-left: 20px;
}
.desktop.three-columns section.content {
  width: 58%;
  float: left;
  padding: 0 18px;
}
.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
  width: 18%;
  float: left;
}
/* List of Posts */
@media (max-width: 1024px) {
  .mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.list .mpblog-post .post-thumbnail {
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mpblog-list.list .mp-read-more {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  float: left;
}
.mpblog-list.grid {
  width: 100%;
}
.mpblog-list.grid .item {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpblog-list.grid .item .post-container {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
}
.mpblog-list.grid .item .post-container .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.grid .item .post-container .post-thumbnail {
  margin: -10px -10px 10px;
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.grid .item .post-container .post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mpblog-list.grid .item .post-container .mp-footer {
  margin-bottom: 20px;
}
.mpblog-list.grid .item .post-container span.comments {
  float: left;
  margin-left: 0;
}
/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
  width: 33%;
}
.three-columns .mpblog-list.grid .item {
  width: 33%;
}
.three-columns .mpblog-list.grid .item.w2 {
  width: 66%;
}
.three-columns .mpblog-list.grid .item.w3 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item.w2,
  .three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item.w3,
  .three-columns .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
  width: 50%;
}
.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.one-column .mpblog-list.grid .grid-sizer {
  width: 20%;
}
.one-column .mpblog-list.grid .item {
  width: 20%;
}
.one-column .mpblog-list.grid .item.w2 {
  width: 40%;
}
.one-column .mpblog-list.grid .item.w3 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item.w2 {
    width: 66%;
  }
  .one-column .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .one-column .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .one-column .mpblog-list.grid .item.w3,
  .one-column .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.mpblog-container.list .mp-pager {
  border-top: 1px solid #cccccc;
}
.mpblog-container .mp-pager {
  margin-top: 40px;
  padding: 10px 5px 0;
}
.mpblog-container .mp-pager .navi a {
  line-height: 16px;
  min-height: 16px;
  width: 45%;
}
.mpblog-container .mp-pager .newer a {
  float: right;
  text-align: right;
}
.mpblog-container .mp-pager .newer a i.glyphicons {
  margin-left: 5px;
}
.mpblog-container .mp-pager .older a {
  float: left;
  text-align: left;
}
.mpblog-container .mp-pager .older a i.glyphicons {
  margin-right: 5px;
}
/** Comments */
@media (max-width: 770px) {
  .comments-action {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .comments-action {
    float: right;
  }
}
.comments-action .leave-a-comment {
  margin-left: 15px;
  line-height: 24px;
}
.comments-action .leave-a-comment a {
  text-transform: uppercase;
  font-size: larger;
}
.comments-action .blog-icon.rss {
  background: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
  /** One for new */
}
@media (min-width: 770px) {
  .comments-action .blog-icon.rss {
    display: inline-block;
  }
}
.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
  float: left;
}
.mpblog-comments-container .comments-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  position: relative;
}
.mpblog-comments-container .comments-header span.leave-a-comment {
  float: left;
  margin-left: 0;
}
.mpblog-comments-container .comments-header span.rss-comments {
  float: left;
  margin-left: 20px;
}
.mpblog-comments-container .mp-comment-header {
  margin-bottom: 10px;
}
.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
  float: left;
  margin-right: 10px;
}
.mpblog-comments-container .mp-comment-willapprove {
  color: red;
  font-style: italic;
  font-size: smaller;
}
.mpblog-comments-container .mp-replies {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 12px;
  }
}
@media (max-width: 600px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 6px;
  }
}
.mp-comment-content,
.mp-comment-form {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #cccccc;
}
.mp-comment-content.my-comment {
  border-color: #3399cc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.comment-form-field {
  margin-bottom: 10px;
  position: relative;
}
.comment-form-field .checkbox + label {
  padding: 0;
}
.comment-form-field textarea,
.comment-form-field input[type="text"] {
  line-height: 1.5;
  padding: 5px !important;
}
.comment-form-field textarea {
  height: 72px;
  width: 100%;
  max-width: 460px;
}
.comment-form-field textarea,
.comment-form-field textarea:focus {
  background-color: #ffffff;
}
.comment-form-field input[type="checkbox"] {
  display: none;
}
.comment-form-field input[type="checkbox"] + label {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.comment-form-field input[type="checkbox"] + label:before {
  content: "";
  background: white;
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.comment-form-field input[type="checkbox"]:checked + label:before {
  background: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}
.comment-form-field input.text {
  width: 70% !important;
}
@media (max-width: 770px) {
  .comment-form-field input.text {
    width: 100% !important;
  }
}
.comment-form-field textarea,
.comment-form-field input.text {
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
  border: 1px dashed red;
}
.form-actions {
  text-align: right;
  position: relative;
}
.form-actions .mp-comment-reply-btn {
  text-transform: uppercase;
}
.form-actions .subscribe {
  position: absolute;
  left: 0;
  border-color: transparent;
}
.mpblog-container h1.mp-title {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .mp-blog-head {
    text-align: center;
  }
}
.mp-blog-head h1 {
  float: left;
  margin-bottom: 0.25em;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .mp-blog-head h1 {
    max-width: 85%;
    font-size: larger;
  }
}
@media (max-width: 770px) {
  .mp-blog-head h1 {
    max-width: 100%;
  }
}
.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
  font-size: smaller;
}
@media (max-width: 770px) {
  .mp-blog-head a.mp-blog-rss-link,
  .mp-blog-head a.mp-blog-print-link {
    display: none;
  }
}
.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
  float: right;
  margin-top: 4px;
}
@media (max-width: 770px) {
  .mp-blog-head span.mp-blog-rss,
  .mp-blog-head span.mp-blog-print {
    display: none;
  }
}
.mpblog-post {
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-post-header h2 {
    font-size: larger;
    margin-bottom: 0;
  }
}
.mpblog-post .post-thumbnail {
  margin-bottom: 1em;
}
.mpblog-post .post-thumbnail img.thumbnail {
  width: 100%;
}

.product-view .mpblog-post .post-thumbnail img.thumbnail {
  max-width: 200px;
}

@media (max-width: 1024px) {
  .mpblog-post .post-thumbnail {
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
  float: left;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
  }
}
.mpblog-post .mp-content div.mp-details {
  margin-top: 20px;
}
.mpblog-post .mp-content iframe.blog-video {
  margin-bottom: 1.5em !important;
}
.mpblog-post .mp-content hr.cutter {
  display: none;
}
.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
  margin-left: 20px;
}
.mpblog-post .mp-content img {
  width: 100%;
}
.mpblog-post .mp-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 3px 0;
}
.mpblog-post .mp-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 3px 20px;
}
.mpblog-post .mp-content a > img {
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
  -o-transition: box-shadow 0.15s 0.3s ease-in-out;
  transition: box-shadow 0.15s 0.3s ease-in-out;
}
.mpblog-post .mp-content a > img:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
}
.mpblog-post .mp-content blockquote {
  margin: 0 1.6em 1.5em;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.mpblog-post .mp-content table {
  margin-bottom: 1.5em;
}
.mpblog-post .mp-content table tr th {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
  padding: 5px 10px;
}
.mpblog-post .mp-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
  font-size: smaller;
}
.mpblog-post span.mp-tags {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.mp-tags-pic {
  float: left;
  width: 20px;
}
.mpblog-post span.mp-tags-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.categories {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.categories-pic {
  float: left;
  display: block;
  width: 19px;
  height: 16px;
}
.mpblog-post span.categories-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.posted-by {
  margin-right: 20px;
}
.mpblog-post span.date {
  margin-right: 20px;
}
.mpblog-post span.views {
  margin-right: 20px;
}
.mpblog-post span.comments {
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .mpblog-post span.comments {
    display: none;
  }
}
.mpblog-post i.glyphicons {
  margin-right: 5px;
}
.mpblog-post .customer-action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 770px) {
  .mpblog-post .customer-action-bar {
    text-align: center;
  }
}
.blog-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-icon:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 2px;
  margin-top: 2px;
}
/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
  border: none !important;
  background: none !important;
}
/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
  padding: 5px 10px;
}
.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
}
/* Sidebar Blocks */
.sidebar-common ul li.active a {
  font-weight: bold;
}
.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
  font-size: smaller;
}
.sidebar-common ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
  font-weight: bold;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
  font-size: smaller;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-recentposts .mp-post-thesis {
  margin-top: 3px;
}
.mpblog-recentposts .thumbnail {
  float: left;
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 68px;
  height: 68px;
}
.mpblog-recentposts .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
  -webkit-transition: all 0.15s 0.3s ease-in-out;
  -moz-transition: all 0.15s 0.3s ease-in-out;
  -o-transition: all 0.15s 0.3s ease-in-out;
  transition: all 0.15s 0.3s ease-in-out;
}
.mpblog-recentposts .thumbnail .img {
  width: 60px;
  height: 60px;
}
.mpblog-recentposts ul li {
  margin-bottom: 20px;
}
.mpblog-recentposts ul li:last-child {
  margin-bottom: 0;
}
.mpblog-archives .block-content {
  padding-top: 10px;
}
.mpblog-archives .block-content .actions {
  margin: 10px -10px -5px;
}
/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
  display: none;
}
.mpblog-tags .block-content canvas {
  width: 100%;
  margin-left: -5px;
}
.mpblog-tags ul {
  list-style-type: none;
}
.mpblog-tags ul li {
  display: inline;
}
.mpblog-tags a.tag1 {
  font-size: 0.7em;
  font-weight: 100;
}
.mpblog-tags a.tag2 {
  font-size: 0.8em;
  font-weight: 200;
}
.mpblog-tags a.tag3 {
  font-size: 0.9em;
  font-weight: 300;
}
.mpblog-tags a.tag4 {
  font-size: 1.0em;
  font-weight: 400;
}
.mpblog-tags a.tag5 {
  font-size: 1.2em;
  font-weight: 500;
}
.mpblog-tags a.tag6 {
  font-size: 1.4em;
  font-weight: 600;
}
.mpblog-tags a.tag7 {
  font-size: 1.6em;
  font-weight: 700;
}
.mpblog-tags a.tag8 {
  font-size: 1.8em;
  font-weight: 800;
}
.mpblog-tags a.tag9 {
  font-size: 2.2em;
  font-weight: 900;
}
.mpblog-tags a.tag10 {
  font-size: 2.5em;
  font-weight: 900;
}
/* Social Share */
@media (min-width: 770px) {
  .mpblog-social-container {
    float: left;
  }
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul {
    text-align: center;
    width: 100%;
  }
}
.mpblog-social-container .mp-buttons ul li {
  margin-right: 5px;
  float: left;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.mpblog-social-container .mp-buttons ul li .blog-icon {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/twitter.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/facebook.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.google {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("https://www.utp-kabel.nl/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}
.search-query {
  margin-bottom: 20px;
}
.search-query .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.search-query .input-box button.button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 6px 7px;
}
.search-query .input-box button.button i.glyphicons.search {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-query .input-box button.button i.glyphicons.search:hover {
  opacity: 1;
}
.search-query .input-box button.button i.glyphicons.search:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.search-query .input-box input[type="text"] {
  width: 100%;
}
.search-query .advice {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.search-query .advice a {
  font-weight: bold;
}
.mpblog-search .block-content button.button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mpblog-search .block-content input.input-text {
  width: 168px;
  margin-top: 5px;
}
/* Preview */
.mpblog-preview {
  padding: 20px;
}
.mpblog-preview .mpblog-preview-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mpblog-preview-button-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
  opacity: 1;
}
textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
  opacity: 1;
}
textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
  box-shadow: inset 0px 0px 5px 0px #cccccc;
  border: 1px solid #4d4d4d;
}
textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
.fix-me {
  zoom: 1;
  /* IE6&7 */
}
.fix-me:before,
.fix-me:after {
  content: "";
  display: table;
}
.fix-me:after {
  clear: both;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
/* Misc styles */
div.fixed {
  clear: both;
}
/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
  color: #3399cc;
}
i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
  color: #7C0104;
}
i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
  color: #003300;
}
i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
  color: #003366;
}
i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
  color: #333333;
}
i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
  color: #0A263C;
}

.rma-view {
  padding: 10px;
  border-radius: 5px;
  background: white;
}
.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;
}
.rma-italic {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.rma-mute {
  color: #999;
  font-size: 11px;
}
.rma-view div.fieldset,
.rma-new-step2 div.fieldset {
  margin: 30px 0px;
}
.rma-view .rma__customer-option,
.rma-new-step2 .rma__customer-option {
  margin-bottom: 1rem;
}
.rma-view .rma__customer-option label,
.rma-new-step2 .rma__customer-option label {
  width: 100%;
}
.rma-view .rma__customer-option select,
.rma-new-step2 .rma__customer-option select {
  width: 100%;
}
.rma-history div.fieldset {
  padding: 5px 10px;
  margin: 10px 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 13px;
}
.rma-history div.fieldset h2.legend {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.rma-history div.fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.rma-history div.fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}
.rma-confirmation-form {
  border: solid 1px #cccccc;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -215px;
  width: 630px;
  padding: 20px;
  z-index: 1001;
}
.rma-confirmation-form .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  cursor: pointer;
}
.rma-confirmation-form h2 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #50A4CF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rma-confirmation-form .buttons {
  text-align: right;
  margin-bottom: 0px !important;
}
.rma-confirmation-form-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.rma-items .rma-one-item {
  *zoom: 1;
  margin-bottom: 10px;
}
.rma-items .rma-one-item:before,
.rma-items .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-items .rma-one-item:after {
  clear: both;
}
.rma-items .rma-one-item .item-description {
  width: 50%;
  float: left;
  border-right: 1px solid #ededed;
}
.rma-items .rma-one-item .item-description b {
  margin-left: 20px;
}
.rma-items .rma-one-item .item-description img {
  width: 150px;
  float: left;
  margin-left: 10px;
}
.rma-items .rma-one-item .item-description input {
  float: left;
}
.rma-items .rma-one-item .item-options {
  border-left: 1px solid #ededed;
  margin-left: -1px;
  padding-left: 20px;
  width: 50%;
  float: left;
}
.rma-items .rma-one-item .item-options > div {
  margin-bottom: 8px;
  position: relative;
}
.rma-items .rma-one-item .item-options > div label {
  width: 150px;
}
.rma-items .rma-one-item .item-options > div label em {
  color: #df280a;
}
.rma-items .rma-one-item .item-options > div .total-qty {
  position: absolute;
  left: 200px;
  top: 1px;
}
.rma-items .rma-one-item .item-options > div .validate-rma-quantity {
  font-size: 13px;
  text-align: center;
}
/* ACCORDION
*******************************************************************************/
dl.accordion .grid {
  margin-bottom: 0;
}
dl.accordion dt {
  background: #6f8992;
  padding: 2px 10px;
  margin-top: 1px;
}
dl.accordion dt a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
dl.accordion dt a:hover {
  color: #fff;
  text-decoration: none;
}
dl.accordion dt.open a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
dl.accordion dd {
  display: none;
}
dl.accordion dd.open {
  display: block;
}
.entry-edit .entry-edit-head {
  background: #6f8992;
  padding: 2px 10px;
}
.entry-edit fieldset.collapseable {
  margin-bottom: 10px;
}
div.collapseable {
  margin-top: 1px;
}
div.collapseable a:hover {
  color: #fff;
  text-decoration: none;
}
table.collapseable th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  min-width: 20px;
}
table.open th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
div.disabled {
  background: #c6cbc9 !important;
}
div.disabled a {
  color: #f6f6f6 !important;
}
img.accordion-btn {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
}
.form-list select.form-list-select-fix,
.form-list input[type=number] {
  width: inherit;
}
.form-list #add_new_offline_order {
  text-align: right;
  margin: 20px 0px;
}
.go-step2 {
  float: right;
}
.add-other-manual-order {
  float: left;
}
.rma__order-offline-item {
  *zoom: 1;
  border-bottom: 1px solid #eee;
  margin: 0.5rem 0;
  padding: 1rem;
  background: #f4f4f4;
}
.rma__order-offline-item:before,
.rma__order-offline-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline-item:after {
  clear: both;
}
.rma__order-offline-item .field.name-itemname,
.rma__order-offline-item .field.name-itemqty,
.rma__order-offline-item .field.name-remove {
  float: left;
}
.rma__order-offline-item .field.name-itemname input[type="text"],
.rma__order-offline-item .field.name-itemqty input[type="text"],
.rma__order-offline-item .field.name-remove input[type="text"],
.rma__order-offline-item .field.name-itemname input[type="number"],
.rma__order-offline-item .field.name-itemqty input[type="number"],
.rma__order-offline-item .field.name-remove input[type="number"] {
  width: 100%;
}
.rma__order-offline-item .field.name-itemname {
  width: 60%;
}
.rma__order-offline-item .field.name-itemqty {
  width: 20%;
  margin-left: 5%;
}
.rma__order-offline-item .field.name-remove {
  width: 14%;
  margin-left: 1%;
  text-align: right;
}
.rma__order-offline-item .field.name-remove button {
  margin-top: 20px;
}
.rma__order-offline {
  margin-bottom: 3rem;
}
.rma__order-offline > .field {
  position: relative;
  *zoom: 1;
}
.rma__order-offline > .field:before,
.rma__order-offline > .field:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline > .field:after {
  clear: both;
}
.rma__order-offline > .field .input-box {
  width: 50%;
}
.rma__order-offline > .field .input-box input {
  width: 100%;
}
.rma__order-offline > .field button {
  position: absolute;
  right: 0;
  top: 20px;
}
.rma__guest-gift {
  *zoom: 1;
  margin-bottom: 15px;
}
.rma__guest-gift:before,
.rma__guest-gift:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift:after {
  clear: both;
}
.rma__guest-gift .is-gift {
  float: right;
}
.rma__guest-gift .is-gift label {
  margin-left: 5px;
}
.rma__guest-gift .fieldset {
  *zoom: 1;
}
.rma__guest-gift .fieldset:before,
.rma__guest-gift .fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift .fieldset:after {
  clear: both;
}
.rma__guest-gift .fieldset .wide {
  padding: 0 1%;
  width: 50%;
  float: left;
}
.rma__guest-gift .fieldset .wide input {
  width: 100%;
}

.remove-text-transformation {
  text-transform: none !important;
}

.UI-ORDER-BLOCK.data-table th {
  white-space: normal;
}

.UI-ORDER-BLOCK.data-table th.order-status-aling-center {
  text-align: center;
}

/* Custom Fields styles */

div.custom-fields {
  display: none;
}

div.custom-field {
  width: 100%;
}

div.custom-field select, div.custom-field input, div.custom-field textarea {
  width: 90%;
}

div.custom-field input[type="checkbox"] {
  width: auto !important;
}

@media only screen and (max-width: 599px) {
  body.rma-rma-index.customer-account #rma-table th.rma-date,
  body.rma-rma-index.customer-account #rma-table td.rma-date,
  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK .hidden-elem,
  body.rma-rma-new-step2.customer-account #my-orders-reason-table .hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table .hidden-elem,
  body.rma-rma-view.customer-account #rma-table .hidden-elem {
    display: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td {
    width: 100%;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td select {
    width: 60px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemname {
    width: 100%;
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemqty {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-remove {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td,
  body.rma-rma-view.customer-account #rma-table td {
    display: block;
    border-bottom: 0;
    padding: 5px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK tr,
  body.rma-rma-view.customer-account #rma-table tr {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 770px) {
  body.rma-rma-index.customer-account #rma-table td {
    padding: 5px;
  }

  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-success.customer-account #rma-table th.hidden-elem,
  body.rma-rma-view.customer-account #rma-table th.hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table td.hide-image,
  body.rma-rma-view.customer-account #rma-table td.hide-image {
    display: none;
  }
}
/* ============================================ *
 * Linearize Table
 * ============================================ */

@media only screen and (max-width: 479px) {
  .rma-rma-view .linearize-table {
    /* Helpers */
  }
  .rma-rma-index .linearize-table tr,
  .rma-rma-index .linearize-table th,
  .rma-rma-index .linearize-table td,
  .rma-guest-list .linearize-table tr,
  .rma-guest-list .linearize-table th,
  .rma-guest-list .linearize-table td,
  .rma-rma-new-step1 .linearize-table tr,
  .rma-rma-new-step1 .linearize-table th,
  .rma-rma-new-step1 .linearize-table td,
  .rma-rma-new-step2 .linearize-table tr,
  .rma-rma-new-step2 .linearize-table th,
  .rma-rma-new-step2 .linearize-table td,
  .rma-rma-new-success .linearize-table tr,
  .rma-rma-new-success .linearize-table th,
  .rma-rma-new-success .linearize-table td,
  .rma-rma-view .linearize-table tr,
  .rma-rma-view .linearize-table th,
  .rma-rma-view .linearize-table td {
    display: block;
  }
  .rma-rma-index .linearize-table thead th,
  .rma-guest-list .linearize-table thead th,
  .rma-rma-new-step1 .linearize-table thead th,
  .rma-rma-new-step2 .linearize-table thead th,
  .rma-rma-new-success .linearize-table thead th,
  .rma-rma-view .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .rma-rma-index .linearize-table thead th.lin-hide,
  .rma-guest-list .linearize-table thead th.lin-hide,
  .rma-rma-new-step1 .linearize-table thead th.lin-hide,
  .rma-rma-new-step2 .linearize-table thead th.lin-hide,
  .rma-rma-new-success .linearize-table thead th.lin-hide,
  .rma-rma-view .linearize-table thead th.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table thead th:nth-child(1n+2),
  .rma-guest-list .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-step1 .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-step2 .linearize-table thead th:nth-child(1n+2),
  .rma-rma-new-success .linearize-table thead th:nth-child(1n+2),
  .rma-rma-view .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .rma-rma-index .linearize-table tbody tr,
  .rma-guest-list .linearize-table tbody tr,
  .rma-rma-new-step1 .linearize-table tbody tr,
  .rma-rma-new-step2 .linearize-table tbody tr,
  .rma-rma-new-success .linearize-table tbody tr,
  .rma-rma-view .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .rma-rma-index .linearize-table tbody td,
  .rma-guest-list .linearize-table tbody td,
  .rma-rma-new-step1 .linearize-table tbody td,
  .rma-rma-new-step2 .linearize-table tbody td,
  .rma-rma-new-success .linearize-table tbody td,
  .rma-rma-view .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .rma-rma-index .linearize-table tbody td.lin-hide,
  .rma-guest-list .linearize-table tbody td.lin-hide,
  .rma-rma-new-step1 .linearize-table tbody td.lin-hide,
  .rma-rma-new-step2 .linearize-table tbody td.lin-hide,
  .rma-rma-new-success .linearize-table tbody td.lin-hide,
  .rma-rma-view .linearize-table tbody td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table tbody td:first-child,
  .rma-guest-list .linearize-table tbody td:first-child,
  .rma-rma-new-step1 .linearize-table tbody td:first-child,
  .rma-rma-new-step2 .linearize-table tbody td:first-child,
  .rma-rma-new-success .linearize-table tbody td:first-child,
  .rma-rma-view .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .rma-rma-index .linearize-table tbody td:first-child,
  .rma-rma-index .linearize-table tbody td:first-child h3,
  .rma-guest-list .linearize-table tbody td:first-child,
  .rma-guest-list .linearize-table tbody td:first-child h3,
  .rma-rma-new-step1 .linearize-table tbody td:first-child,
  .rma-rma-new-step1 .linearize-table tbody td:first-child h3,
  .rma-rma-new-step2 .linearize-table tbody td:first-child,
  .rma-rma-new-step2 .linearize-table tbody td:first-child h3,
  .rma-rma-new-success .linearize-table tbody td:first-child,
  .rma-rma-new-success .linearize-table tbody td:first-child h3,
  .rma-rma-view .linearize-table tbody td:first-child,
  .rma-rma-view .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .rma-rma-index .linearize-table tbody td[data-rwd-label],
  .rma-guest-list .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-step1 .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-step2 .linearize-table tbody td[data-rwd-label],
  .rma-rma-new-success .linearize-table tbody td[data-rwd-label],
  .rma-rma-view .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .rma-rma-index .linearize-table tbody td[data-rwd-label]:before,
  .rma-guest-list .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-step1 .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-step2 .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-new-success .linearize-table tbody td[data-rwd-label]:before,
  .rma-rma-view .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .rma-rma-index .linearize-table tfoot tr,
  .rma-guest-list .linearize-table tfoot tr,
  .rma-rma-new-step1 .linearize-table tfoot tr,
  .rma-rma-new-step2 .linearize-table tfoot tr,
  .rma-rma-new-success .linearize-table tfoot tr,
  .rma-rma-view .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .rma-rma-index .linearize-table tfoot tr:after,
  .rma-guest-list .linearize-table tfoot tr:after,
  .rma-rma-new-step1 .linearize-table tfoot tr:after,
  .rma-rma-new-step2 .linearize-table tfoot tr:after,
  .rma-rma-new-success .linearize-table tfoot tr:after,
  .rma-rma-view .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .rma-rma-index .linearize-table tfoot td,
  .rma-guest-list .linearize-table tfoot td,
  .rma-rma-new-step1 .linearize-table tfoot td,
  .rma-rma-new-step2 .linearize-table tfoot td,
  .rma-rma-new-success .linearize-table tfoot td,
  .rma-rma-view .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .rma-rma-index .linearize-table tfoot td.lin-hide,
  .rma-guest-list .linearize-table tfoot td.lin-hide,
  .rma-rma-new-step1 .linearize-table tfoot td.lin-hide,
  .rma-rma-new-step2 .linearize-table tfoot td.lin-hide,
  .rma-rma-new-success .linearize-table tfoot td.lin-hide,
  .rma-rma-view .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table tfoot td:nth-child(odd),
  .rma-guest-list .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-step1 .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-step2 .linearize-table tfoot td:nth-child(odd),
  .rma-rma-new-success .linearize-table tfoot td:nth-child(odd),
  .rma-rma-view .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .rma-rma-index .linearize-table tfoot td:nth-child(even),
  .rma-guest-list .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-step1 .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-step2 .linearize-table tfoot td:nth-child(even),
  .rma-rma-new-success .linearize-table tfoot td:nth-child(even),
  .rma-rma-view .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .rma-rma-index .linearize-table .linearize-hide,
  .rma-guest-list .linearize-table .linearize-hide,
  .rma-rma-new-step1 .linearize-table .linearize-hide,
  .rma-rma-new-step2 .linearize-table .linearize-hide,
  .rma-rma-new-success .linearize-table .linearize-hide,
  .rma-rma-view .linearize-table .linearize-hide {
    display: none;
  }
  .rma-rma-index .linearize-table .linearize-unpad,
  .rma-guest-list .linearize-table .linearize-unpad,
  .rma-rma-new-step1 .linearize-table .linearize-unpad,
  .rma-rma-new-step2 .linearize-table .linearize-unpad,
  .rma-rma-new-success .linearize-table .linearize-unpad,
  .rma-rma-view .linearize-table .linearize-unpad {
    padding: 0;
  }
  .rma-rma-index .linearize-table .linearize-show,
  .rma-guest-list .linearize-table .linearize-show,
  .rma-rma-new-step1 .linearize-table .linearize-show,
  .rma-rma-new-step2 .linearize-table .linearize-show,
  .rma-rma-new-success .linearize-table .linearize-show,
  .rma-rma-view .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .rma-rma-view .linearize-table-large {
    /* Helpers */
  }
  .rma-rma-index .linearize-table-large tr,
  .rma-rma-index .linearize-table-large th,
  .rma-rma-index .linearize-table-large td,
  .rma-guest-list .linearize-table-large tr,
  .rma-guest-list .linearize-table-large th,
  .rma-guest-list .linearize-table-large td,
  .rma-rma-new-step1 .linearize-table-large tr,
  .rma-rma-new-step1 .linearize-table-large th,
  .rma-rma-new-step1 .linearize-table-large td,
  .rma-rma-new-step2 .linearize-table-large tr,
  .rma-rma-new-step2 .linearize-table-large th,
  .rma-rma-new-step2 .linearize-table-large td,
  .rma-rma-new-success .linearize-table-large tr,
  .rma-rma-new-success .linearize-table-large th,
  .rma-rma-new-success .linearize-table-large td,
  .rma-rma-view .linearize-table-large tr,
  .rma-rma-view .linearize-table-large th,
  .rma-rma-view .linearize-table-large td {
    display: block;
  }
  .rma-rma-index .linearize-table-large thead th,
  .rma-guest-list .linearize-table-large thead th,
  .rma-rma-new-step1 .linearize-table-large thead th,
  .rma-rma-new-step2 .linearize-table-large thead th,
  .rma-rma-new-success .linearize-table-large thead th,
  .rma-rma-view .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .rma-rma-index .linearize-table-large thead th.lin-hide,
  .rma-guest-list .linearize-table-large thead th.lin-hide,
  .rma-rma-new-step1 .linearize-table-large thead th.lin-hide,
  .rma-rma-new-step2 .linearize-table-large thead th.lin-hide,
  .rma-rma-new-success .linearize-table-large thead th.lin-hide,
  .rma-rma-view .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large thead th:nth-child(1n+2),
  .rma-guest-list .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-step1 .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-step2 .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-new-success .linearize-table-large thead th:nth-child(1n+2),
  .rma-rma-view .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .rma-rma-index .linearize-table-large tbody tr,
  .rma-guest-list .linearize-table-large tbody tr,
  .rma-rma-new-step1 .linearize-table-large tbody tr,
  .rma-rma-new-step2 .linearize-table-large tbody tr,
  .rma-rma-new-success .linearize-table-large tbody tr,
  .rma-rma-view .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .rma-rma-index .linearize-table-large tbody td,
  .rma-guest-list .linearize-table-large tbody td,
  .rma-rma-new-step1 .linearize-table-large tbody td,
  .rma-rma-new-step2 .linearize-table-large tbody td,
  .rma-rma-new-success .linearize-table-large tbody td,
  .rma-rma-view .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .rma-rma-index .linearize-table-large tbody td.lin-hide,
  .rma-guest-list .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-step1 .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-step2 .linearize-table-large tbody td.lin-hide,
  .rma-rma-new-success .linearize-table-large tbody td.lin-hide,
  .rma-rma-view .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large tbody td:first-child,
  .rma-guest-list .linearize-table-large tbody td:first-child,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child,
  .rma-rma-new-success .linearize-table-large tbody td:first-child,
  .rma-rma-view .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .rma-rma-index .linearize-table-large tbody td:first-child,
  .rma-rma-index .linearize-table-large tbody td:first-child h3,
  .rma-guest-list .linearize-table-large tbody td:first-child,
  .rma-guest-list .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step1 .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child,
  .rma-rma-new-step2 .linearize-table-large tbody td:first-child h3,
  .rma-rma-new-success .linearize-table-large tbody td:first-child,
  .rma-rma-new-success .linearize-table-large tbody td:first-child h3,
  .rma-rma-view .linearize-table-large tbody td:first-child,
  .rma-rma-view .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .rma-rma-index .linearize-table-large tbody td[data-rwd-label],
  .rma-guest-list .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-step1 .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-step2 .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-new-success .linearize-table-large tbody td[data-rwd-label],
  .rma-rma-view .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .rma-rma-index .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-guest-list .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-step1 .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-step2 .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-new-success .linearize-table-large tbody td[data-rwd-label]:before,
  .rma-rma-view .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .rma-rma-index .linearize-table-large tfoot tr,
  .rma-guest-list .linearize-table-large tfoot tr,
  .rma-rma-new-step1 .linearize-table-large tfoot tr,
  .rma-rma-new-step2 .linearize-table-large tfoot tr,
  .rma-rma-new-success .linearize-table-large tfoot tr,
  .rma-rma-view .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .rma-rma-index .linearize-table-large tfoot tr:after,
  .rma-guest-list .linearize-table-large tfoot tr:after,
  .rma-rma-new-step1 .linearize-table-large tfoot tr:after,
  .rma-rma-new-step2 .linearize-table-large tfoot tr:after,
  .rma-rma-new-success .linearize-table-large tfoot tr:after,
  .rma-rma-view .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .rma-rma-index .linearize-table-large tfoot td,
  .rma-guest-list .linearize-table-large tfoot td,
  .rma-rma-new-step1 .linearize-table-large tfoot td,
  .rma-rma-new-step2 .linearize-table-large tfoot td,
  .rma-rma-new-success .linearize-table-large tfoot td,
  .rma-rma-view .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .rma-rma-index .linearize-table-large tfoot td.lin-hide,
  .rma-guest-list .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-step1 .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-step2 .linearize-table-large tfoot td.lin-hide,
  .rma-rma-new-success .linearize-table-large tfoot td.lin-hide,
  .rma-rma-view .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large tfoot td:nth-child(odd),
  .rma-guest-list .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-step1 .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-step2 .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-new-success .linearize-table-large tfoot td:nth-child(odd),
  .rma-rma-view .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .rma-rma-index .linearize-table-large tfoot td:nth-child(even),
  .rma-guest-list .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-step1 .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-step2 .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-new-success .linearize-table-large tfoot td:nth-child(even),
  .rma-rma-view .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .rma-rma-index .linearize-table-large .linearize-hide,
  .rma-guest-list .linearize-table-large .linearize-hide,
  .rma-rma-new-step1 .linearize-table-large .linearize-hide,
  .rma-rma-new-step2 .linearize-table-large .linearize-hide,
  .rma-rma-new-success .linearize-table-large .linearize-hide,
  .rma-rma-view .linearize-table-large .linearize-hide {
    display: none;
  }
  .rma-rma-index .linearize-table-large .linearize-unpad,
  .rma-guest-list .linearize-table-large .linearize-unpad,
  .rma-rma-new-step1 .linearize-table-large .linearize-unpad,
  .rma-rma-new-step2 .linearize-table-large .linearize-unpad,
  .rma-rma-new-success .linearize-table-large .linearize-unpad,
  .rma-rma-view .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .rma-rma-index .linearize-table-large .linearize-show,
  .rma-guest-list .linearize-table-large .linearize-show,
  .rma-rma-new-step1 .linearize-table-large .linearize-show,
  .rma-rma-new-step2 .linearize-table-large .linearize-show,
  .rma-rma-new-success .linearize-table-large .linearize-show,
  .rma-rma-view .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .rma-rma-new-success .linearize-table-large thead th .mobile-header,
  .rma-rma-new-step1 .linearize-table-large thead th .mobile-header,
  .rma-rma-new-step2 .linearize-table-large thead th .mobile-header {
    display: none;
  }
  .rma-rma-index .linearize-table .linearize-collapse,
  .rma-guest-list .linearize-table .linearize-collapse,
  .rma-rma-new-step1 .linearize-table .linearize-collapse,
  .rma-rma-new-step2 .linearize-table .linearize-collapse,
  .rma-rma-new-success .linearize-table .linearize-collapse,
  .rma-rma-view .linearize-table .linearize-collapse {
    display: none;
  }
}
.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;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.utp-kabel.nl/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete .nav-search-in {
  top: 0px;
}
.searchautocomplete .nav-search-in .category-fake {
  padding-top: 7px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  top: 19px;
}
.searchautocomplete .nav-search-in .category {
  top: 0px;
  left: 0px;
  height: 40px;
}
.searchautocomplete .searchautocomplete-placeholder {
  top: 7px !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
  color: #666;
}
.searchautocomplete .searchautocomplete-placeholder ul li:last-child {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background: transparent;
  box-shadow: none;
  border: 1px solid #3399cc !important;
}

.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;
}

/*
 * Style definitions for PISC_EUVAT
 */

div.euvat {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    padding:4px 12px !important;
    font-weight:bold !important;
    text-align: left;
}
div.euvat-message {
}
div.euvat-undefined {
    border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    text-align: left;
}
div.euvat-noneucustomer, div.euvat-eubusiness {
    border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    text-align: left;
}
div.euvat-euconsumer {
    border-color:#fcd344;
    color:#3d6611;
    background:#fafaec;
    text-align: left;
}
div.euvat-information {
}
div.euvat-link {
}
div.euvat-taxvat-validation {
	margin-top: 5px;
	width: 225px;
}
div.euvat-taxvat-validation-success {
	margin-top: 5px;
	width: 225px;
	border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    text-align: left;
}
div.euvat-taxvat-validation-notice {
	margin-top: 5px;
	width: 225px;
	border-color:#A9A9A9;
    color:#A9A9A9;
    background:#ffffff;
    text-align: left;
}
div.euvat-taxvat-validation-failure {
	margin-top: 5px;
	width: 225px;
	border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    text-align: left;
}
div.euvat-ajax-working {
	margin-top: 5px;
	width: 225px;
}
div.taxvat-validate {
	padding-top: 15px;
}
a.postnl-message {color:#EA7601 !important; text-decoration:underline;}

tr.summary-total{cursor:pointer}tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/bkg_collapse.gif) 0 5px no-repeat;cursor:pointer}tr.show-details .summary-collapse{background-position:0 -52px}tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465}tr.summary-details-first td{border-top:1px solid #d2d8db}tr.summary-details-excluded{font-style:italic}.cart-tax-info{display:block}.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}.cart-tax-total{display:block;padding-right:20px;background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer}.cart-tax-info .price,.cart-tax-total .price{display:inline!important;font-weight:400!important}.cart-tax-total-expanded{background-position:100% -52px}.window-overlay{background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/window_overlay.png);background:rgba(0,0,0,.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}.remember-me label{float:none;margin:0 6px}.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000}.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}.remember-me-popup .remember-me-popup-head{position:relative}.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}.remember-me-popup .remember-me-popup-body{padding:10px}.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:700 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}.cart-msrp-totals{color:red;font-size:12px!important;font-weight:700;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase}.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:700;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}.map-popup-arrow{background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px}.map-popup-close{background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}.map-popup-checkout{display:inline;float:right;text-align:right}.map-popup-checkout span{display:block;padding-right:30px}.map-popup-checkout .paypal-logo{margin:0 0 5px}.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}.map-popup-price{margin:5px 0 0}.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}.map-popup-only-text{border-top:1px solid #ddd}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul{margin:0;padding:0;list-style:none}@media print{*{text-shadow:none!important;color:#000!important;background:0 0!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^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#f15c22;text-decoration:none}a:focus,a:hover{color:#bb3d0c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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;display:inline-block;max-width:100%;height:auto}.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;margin:-1px;padding:0;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}.page-popup{padding:30px}header.main__header{margin:20px -15px}header.main__header .quick-access,header.main__header>.logo{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){header.main__header>.logo{float:left;width:41.66666667%}}@media (min-width:992px){header.main__header .quick-access{float:left;width:58.33333333%}}@media (min-width:768px){header.main__header .form-language{float:left;width:160px}header.main__header .form-language .form-control{width:120px}header.main__header .links{float:right;line-height:30px}header.main__header .form-search:after,header.main__header .form-search:before{content:" ";display:table}header.main__header .form-search:after{clear:both}}@media (min-width:992px){header.main__header .quick-access{float:right}}.layout{margin-left:-15px;margin-right:-15px}.layout.layout-1-col div[role=main],.layout.layout-3-cols div[role=main]{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){.layout.layout-1-col div[role=main]{float:left;width:100%}}@media (min-width:992px){.layout.layout-3-cols div[role=main]{float:left;width:50%}}div[role=main]{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-bottom:20px}@media (min-width:992px){div[role=main]{float:left;width:75%}}aside[role=complementary]{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:none;margin-bottom:20px}@media (min-width:992px){aside[role=complementary]{float:left;width:25%}}@media (min-width:992px){aside[role=complementary]{display:block}}footer[role=contentinfo]{margin-bottom:20px}footer[role=contentinfo]:after,footer[role=contentinfo]:before{content:" ";display:table}footer[role=contentinfo]:after{clear:both}footer[role=contentinfo] .links li,footer[role=contentinfo]>ul>li{display:inline}footer[role=contentinfo] .bugs,footer[role=contentinfo] .links,footer[role=contentinfo] address,footer[role=contentinfo]>ul{margin-bottom:10px}@media (min-width:768px){footer[role=contentinfo] .bugs,footer[role=contentinfo] .links,footer[role=contentinfo] address,footer[role=contentinfo]>ul{width:50%}footer[role=contentinfo] .bugs,footer[role=contentinfo]>ul{float:left}footer[role=contentinfo] .links,footer[role=contentinfo] address{float:right;text-align:right}}.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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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%}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%}cite{font-style:normal}.mark,mark{background-color:#fcf8e3;padding:.2em}.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:#f15c22}a.text-primary:hover{color:#d3450d}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#f15c22}a.bg-primary:hover{background-color:#d3450d}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[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 ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}blockquote:after,blockquote:before{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.h1,h1{font-size:25px}.h2,h2{font-size:22px}.h3,h3{font-size:20px}.h4,h4{font-size:17px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}.page-title{padding-bottom:9px;margin:0 0 20px;border-bottom:1px solid #eee}.page-title:after,.page-title:before{content:" ";display:table}.page-title:after{clear:both}.page-title .separator{margin:0 3px}.page-title .link-rss{float:right;margin:7px 0 0}.title-buttons{text-align:right}.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left}.sub-title,.subtitle{color:#777}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}}.col2-set,.col4-set{margin-left:-15px;margin-right:-15px}.col2-set>.legend{margin-left:15px;margin-right:15px;width:auto}.col2-set .col-1,.col2-set .col-2,.col2-set .col-narrow,.col2-set .col-wide,.col3-set .col-1,.col3-set .col-2,.col3-set .col-3,.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.col2-set .col-1,.col2-set .col-2{float:left;width:50%}}@media (min-width:768px){.col2-set .col-narrow{float:left;width:33.33333333%}}@media (min-width:768px){.col2-set .col-wide{float:left;width:66.66666667%}}@media (min-width:768px){.col3-set .col-1,.col3-set .col-2,.col3-set .col-3{float:left;width:33.33333333%}}@media (min-width:768px){.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4{float:left;width:25%}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.data-table{width:100%;max-width:100%;margin-bottom:20px;border:1px solid #ddd}.data-table>tbody>tr>td,.data-table>tbody>tr>th,.data-table>tfoot>tr>td,.data-table>tfoot>tr>th,.data-table>thead>tr>td,.data-table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top}.data-table>thead>tr>th{vertical-align:bottom}.data-table>caption+thead>tr:first-child>td,.data-table>caption+thead>tr:first-child>th,.data-table>colgroup+thead>tr:first-child>td,.data-table>colgroup+thead>tr:first-child>th,.data-table>thead:first-child>tr:first-child>td,.data-table>thead:first-child>tr:first-child>th{border-top:0}.data-table>tbody+tbody{border-top:2px solid #ddd}.data-table .table{background-color:#fff}.data-table>tbody>tr>td,.data-table>tbody>tr>th,.data-table>tfoot>tr>td,.data-table>tfoot>tr>th,.data-table>thead>tr>td,.data-table>thead>tr>th{border:1px solid #ddd}.data-table>thead>tr>td,.data-table>thead>tr>th{border-bottom-width:2px}.data-table>tbody>tr:nth-child(odd)>td,.data-table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}fieldset{padding:0;margin:0;border:0;min-width: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:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;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,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:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.form-horizontal .form-group-sm .form-control,.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}select[multiple].input-sm,textarea.input-sm{height:auto}.form-horizontal .form-group-lg .form-control,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{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;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{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;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{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;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.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 .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}p.control input.checkbox,p.control input.radio{margin-right:6px}.input-text{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,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}.input-text: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)}.input-text::-moz-placeholder{color:#777;opacity:1}.input-text:-ms-input-placeholder{color:#777}.input-text::-webkit-input-placeholder{color:#777}.input-text[disabled],.input-text[readonly],fieldset[disabled] .input-text{cursor:not-allowed;background-color:#eee;opacity:1}textarea.input-text{height:auto}.form-list:after,.form-list:before{content:" ";display:table}.form-list:after{clear:both}.form-list li{margin-bottom:15px}.form-list li:after,.form-list li:before{content:" ";display:table}.form-list li:after{clear:both}.form-list label{position:relative}.form-list label.required em{float:right;font-style:normal;color:#a94442;position:absolute;top:0;right:-8px}.form-list li.control label{float:none;display:block}.form-list li.control input.checkbox,.form-list li.control input.radio{margin-right:6px;display:inline;float:left;margin-top:2px}.form-list li.control .input-box{clear:none;display:inline;width:auto}.form-list .field{float:left;width:50%;padding-right:15px;padding-left:15px}.form-list .field:first-child,.form-list .field:first-of-type{padding-left:0}.form-list .field:last-child{padding-right:0}.form-list select,.form-list textarea{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,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-list select:focus,.form-list textarea: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-list select::-moz-placeholder,.form-list textarea::-moz-placeholder{color:#777;opacity:1}.form-list select:-ms-input-placeholder,.form-list textarea:-ms-input-placeholder{color:#777}.form-list select::-webkit-input-placeholder,.form-list textarea::-webkit-input-placeholder{color:#777}.form-list select[disabled],.form-list select[readonly],.form-list textarea[disabled],.form-list textarea[readonly],fieldset[disabled] .form-list select,fieldset[disabled] .form-list textarea{cursor:not-allowed;background-color:#eee;opacity:1}.form-list select[multiple],.form-list textarea,textarea.form-list select,textarea.form-list textarea{height:auto}.form-list li.additional-row{border-top:1px solid #e5e5e5;margin-top:10px;padding-top:7px}.form-list li.additional-row p:after,.form-list li.additional-row p:before{content:" ";display:table}.form-list li.additional-row p:after{clear:both}.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}.form-list .input-range input.input-text,.form-list .input-range span{display:inline-block}.form-list .input-range input.input-text{width:40%}.form-list-narrow li{margin-bottom:0}.form-list-narrow li .input-box{margin-bottom:6px}.form-list-narrow li.wide .input-box{width:260px}.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}.form-list-narrow li.wide select{width:260px}.form-list .customer-name-prefix .name-prefix{width:16%}.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-prefix .name-lastname{width:42%}.form-list .customer-name-prefix-middlename .name-middlename,.form-list .customer-name-prefix-middlename .name-prefix{width:16%}.form-list .customer-name-prefix-middlename .name-firstname,.form-list .customer-name-prefix-middlename .name-lastname{width:34%}.form-list .customer-name-prefix-suffix .name-prefix,.form-list .customer-name-prefix-suffix .name-suffix{width:16%}.form-list .customer-name-prefix-suffix .name-firstname,.form-list .customer-name-prefix-suffix .name-lastname{width:34%}.form-list .customer-name-prefix-middlename-suffix .name-middlename,.form-list .customer-name-prefix-middlename-suffix .name-prefix,.form-list .customer-name-prefix-middlename-suffix .name-suffix{width:12%}.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:32%}.form-list .customer-name-middlename .name-middlename{width:16%}.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-lastname{width:42%}.form-list .customer-name-middlename-suffix .name-middlename,.form-list .customer-name-middlename-suffix .name-suffix{width:16%}.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname{width:34%}.form-list .customer-name-suffix .name-suffix{width:16%}.form-list .customer-name-suffix .name-firstname,.form-list .customer-name-suffix .name-lastname{width:42%}.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-year{float:left;padding-right:15px;padding-left:15px}.form-list .customer-dob .dob-day:first-child,.form-list .customer-dob .dob-month:first-child,.form-list .customer-dob .dob-year:first-child{padding-left:0}.form-list .customer-dob .dob-day+.dob-month+.dob-year,.form-list .customer-dob .dob-month+.dob-day+.dob-year,.form-list .customer-dob .dob-year+.dob-day+.dob-month,.form-list .customer-dob .dob-year+.dob-month+.dob-day{padding-right:0}.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:30%}.form-list .customer-dob .dob-year{width:40%}.legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;font-weight:400;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.buttons-set{margin:4em 0 0;padding:8px 0 0;border-top:1px solid #e5e5e5;line-height:34px;text-align:right}.buttons-set:after,.buttons-set:before{content:" ";display:table}.buttons-set:after{clear:both}.buttons-set p.required{margin:0 0 10px}.buttons-set .back-link{float:left;margin:0}.buttons-set button.button{float:right;margin-left:5px}.buttons-set-order{margin:10px 0 0}.buttons-set-order .please-wait{padding:12px 7px 0 0}.validation-advice{clear:both;color:#a94442}.validation-failed{border-color:#a94442!important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.validation-failed:focus{border-color:#843534!important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483!important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483!important}p.required{text-align:right;color:#a94442}.v-fix{float:left}.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-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;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#f15c22;border-color:#eb4c0f}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#d3450d;border-color:#b13a0b}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#f15c22;border-color:#eb4c0f}.btn-primary .badge{color:#f15c22;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#f15c22;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#bb3d0c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc}.button.active:focus,.button:active:focus,.button:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.button:focus,.button:hover{text-decoration:none}.button.active,.button:active{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)}.button.disabled,.button[disabled],fieldset[disabled] .button{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.button.active,.button:active,.button:focus,.button:hover,.open>.dropdown-toggle.button{color:#333;background-color:#e6e6e6;border-color:#adadad}.button.active,.button:active,.open>.dropdown-toggle.button{background-image:none}.button.disabled,.button.disabled.active,.button.disabled:active,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled].active,.button[disabled]:active,.button[disabled]:focus,.button[disabled]:hover,fieldset[disabled] .button,fieldset[disabled] .button.active,fieldset[disabled] .button:active,fieldset[disabled] .button:focus,fieldset[disabled] .button:hover{background-color:#fff;border-color:#ccc}.button .badge{color:#fff;background-color:#333}.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:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.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;list-style:none;font-size:14px;text-align:left;background-color:#fff;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);background-clip:padding-box}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#f15c22}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right: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.33;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}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;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=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{margin-left:-1px}.input-group-addon label{margin-bottom:0;font-weight:400}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#f15c22}.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:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#f15c22}.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{text-align:center;margin-bottom:5px}.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:focus,.nav-tabs-justified>.active>a:hover{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:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-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{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;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;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{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-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left;float:left!important}.navbar-right{float:right;float:right!important}}.navbar-form{margin:8px -15px;padding:10px 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 .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{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}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top: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-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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:focus,.navbar-default .navbar-nav>.open>a:hover{}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#080808;color:#fff}@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:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}@media (min-width:768px){.navbar-main .navbar-brand{display:none}}.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{content:">>";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.breadcrumb strong{font-weight:400;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;line-height:1.42857143;text-decoration:none;color:#f15c22;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#bb3d0c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager:after,.pager:before,.sorter:after,.sorter:before{content:" ";display:table}.pager:after,.sorter:after{clear:both}.pager{padding:4px 8px;border-top:1px solid #e5e5e5;text-align:center;line-height:30px}.pager .amount{float:left;margin-bottom:0}.pager .limiter{float:right}.pager .limiter label{margin-bottom:0}.pager .limiter select{display:inline;width:60px}.pager .pages{float:left;width:100%;margin-top:4px;text-align:center}.pager .pages ol{padding-left:0;border-radius:4px;margin:0;display:inline-block}.pager .pages ol>li{display:inline}.pager .pages ol>li>a,.pager .pages ol>li>span{position:relative;float:left;line-height:1.42857143;text-decoration:none;color:#f15c22;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pager .pages ol>li:first-child>a,.pager .pages ol>li:first-child>span{margin-left:0}.pager .pages ol>li>a:focus,.pager .pages ol>li>a:hover,.pager .pages ol>li>span:focus,.pager .pages ol>li>span:hover{color:#bb3d0c;background-color:#eee;border-color:#ddd}.pager .pages ol>.active>a,.pager .pages ol>.active>a:focus,.pager .pages ol>.active>a:hover,.pager .pages ol>.active>span,.pager .pages ol>.active>span:focus,.pager .pages ol>.active>span:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22;cursor:default}.pager .pages ol>.disabled>a,.pager .pages ol>.disabled>a:focus,.pager .pages ol>.disabled>a:hover,.pager .pages ol>.disabled>span,.pager .pages ol>.disabled>span:focus,.pager .pages ol>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pager .pages ol>li>a,.pager .pages ol>li>span{padding:5px 10px;font-size:12px}.pager .pages ol>li:first-child>a,.pager .pages ol>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pager .pages ol>li:last-child>a,.pager .pages ol>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager .pages li{display:inline-block;margin:0 2px}.sorter{padding:4px 8px;border-top:1px solid #e5e5e5;line-height:30px}.sorter .view-mode{float:left;margin:0}.sorter .sort-by{float:right}.sorter .sort-by label{margin-bottom:0}.sorter .sort-by select{display:inline;width:100px}@media (min-width:768px){.sorter .sort-by{padding-right:43px}}.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:700}.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{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.success{color:#3c763d}.error{color:#a94442}.notice{color:#31708f}.messages>li{margin-bottom:10px}.error-msg,.note-msg,.notice-msg,.success-msg{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.error-msg h4,.note-msg h4,.notice-msg h4,.success-msg h4{margin-top:0;color:inherit}.error-msg .alert-link,.note-msg .alert-link,.notice-msg .alert-link,.success-msg .alert-link{font-weight:700}.error-msg>p,.error-msg>ul,.note-msg>p,.note-msg>ul,.notice-msg>p,.notice-msg>ul,.success-msg>p,.success-msg>ul{margin-bottom:0}.error-msg>p+p,.note-msg>p+p,.notice-msg>p+p,.success-msg>p+p{margin-top:5px}.error-msg{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.error-msg hr{border-top-color:#e4b9c0}.error-msg .alert-link{color:#843534}.success-msg{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.success-msg hr{border-top-color:#c9e2b3}.success-msg .alert-link{color:#2b542c}.note-msg,.notice-msg{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.note-msg hr,.notice-msg hr{border-top-color:#a6e1ec}.note-msg .alert-link,.notice-msg .alert-link{color:#245269}.global-site-notice{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.global-site-notice h4{margin-top:0;color:inherit}.global-site-notice .alert-link{font-weight:700}.global-site-notice>p,.global-site-notice>ul{margin-bottom:0}.global-site-notice>p+p{margin-top:5px}.global-site-notice hr{border-top-color:#f7e1b5}.global-site-notice .alert-link{color:#66512c}.global-site-notice p{margin:0}.list-group{margin-bottom:20px;padding-left:0}.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-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#fde9e2}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{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;border-radius:4px;-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-right-radius:3px;border-top-left-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{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{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom: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{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:#f15c22}.panel-primary>.panel-heading{color:#fff;background-color:#f15c22;border-color:#f15c22}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f15c22}.panel-primary>.panel-heading .badge{color:#f15c22;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f15c22}.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}.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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display: swap; font-family:FontAwesome;src:url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.std ol,.std ul{padding-left:40px;margin-bottom:10px}.std ul{list-style:disc}.std ol{list-style:decimal}.links li{display:inline}.links li:first-child{padding-left:0}.links li:last-child{padding-right:0}.link-cart,.link-compare,.link-print,.link-reorder,.link-wishlist{font-weight:700}.btn-edit,.btn-previous,.btn-remove,.btn-remove2{display:inline-block;font-size:0}.btn-edit:focus,.btn-edit:hover,.btn-previous:focus,.btn-previous:hover,.btn-remove2:focus,.btn-remove2:hover,.btn-remove:focus,.btn-remove:hover{text-decoration:none}.btn-edit:after,.btn-previous:after,.btn-remove2:after,.btn-remove:after{font-size:14px;font-weight:700;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn-edit:after{content:"\f040"}.btn-remove2:after,.btn-remove:after{content:"\f00d"}.btn-cart{color:#fff;background-color:#f15c22;border-color:#eb4c0f}.btn-cart.active,.btn-cart:active,.btn-cart:focus,.btn-cart:hover,.open>.dropdown-toggle.btn-cart{color:#fff;background-color:#d3450d;border-color:#b13a0b}.btn-cart.active,.btn-cart:active,.open>.dropdown-toggle.btn-cart{background-image:none}.btn-cart.disabled,.btn-cart.disabled.active,.btn-cart.disabled:active,.btn-cart.disabled:focus,.btn-cart.disabled:hover,.btn-cart[disabled],.btn-cart[disabled].active,.btn-cart[disabled]:active,.btn-cart[disabled]:focus,.btn-cart[disabled]:hover,fieldset[disabled] .btn-cart,fieldset[disabled] .btn-cart.active,fieldset[disabled] .btn-cart:active,fieldset[disabled] .btn-cart:focus,fieldset[disabled] .btn-cart:hover{background-color:#f15c22;border-color:#eb4c0f}.btn-cart .badge{color:#f15c22;background-color:#fff}.cards-list dt{margin:5px 0 0}.cards-list .offset{padding:2px 0 2px 20px}.separator{margin:0 3px}.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/bkg_divider1.gif) 0 50% repeat-x;text-indent:-999em;overflow:hidden}.logo strong{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}h1.logo{margin:0}.form-language{margin-bottom:10px}.form-language label{display:none}.form-language 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,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-language select: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-language select::-moz-placeholder{color:#777;opacity:1}.form-language select:-ms-input-placeholder{color:#777}.form-language select::-webkit-input-placeholder{color:#777}.form-language select[disabled],.form-language select[readonly],fieldset[disabled] .form-language select{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-language select{height:auto}.form-search{margin-bottom:10px;position:relative}.form-search .search-autocomplete{z-index:1000}.form-search .search-autocomplete li{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;cursor:pointer}.form-search .search-autocomplete li:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.form-search .search-autocomplete li:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.form-search .search-autocomplete li>.badge{float:right}.form-search .search-autocomplete li>.badge+.badge{margin-right:5px}.form-search .search-autocomplete li.disabled,.form-search .search-autocomplete li.disabled:focus,.form-search .search-autocomplete li.disabled:hover{background-color:#eee;color:#777}.form-search .search-autocomplete li.disabled .list-group-item-heading,.form-search .search-autocomplete li.disabled:focus .list-group-item-heading,.form-search .search-autocomplete li.disabled:hover .list-group-item-heading{color:inherit}.form-search .search-autocomplete li.disabled .list-group-item-text,.form-search .search-autocomplete li.disabled:focus .list-group-item-text,.form-search .search-autocomplete li.disabled:hover .list-group-item-text{color:#777}.form-search .search-autocomplete li.active,.form-search .search-autocomplete li.active:focus,.form-search .search-autocomplete li.active:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22}.form-search .search-autocomplete li.active .list-group-item-heading,.form-search .search-autocomplete li.active .list-group-item-heading>.small,.form-search .search-autocomplete li.active .list-group-item-heading>small,.form-search .search-autocomplete li.active:focus .list-group-item-heading,.form-search .search-autocomplete li.active:focus .list-group-item-heading>.small,.form-search .search-autocomplete li.active:focus .list-group-item-heading>small,.form-search .search-autocomplete li.active:hover .list-group-item-heading,.form-search .search-autocomplete li.active:hover .list-group-item-heading>.small,.form-search .search-autocomplete li.active:hover .list-group-item-heading>small{color:inherit}.form-search .search-autocomplete li.active .list-group-item-text,.form-search .search-autocomplete li.active:focus .list-group-item-text,.form-search .search-autocomplete li.active:hover .list-group-item-text{color:#fde9e2}.form-search .search-autocomplete li .amount{float:right}.form-search .search-autocomplete li.first{border-top-right-radius:4px;border-top-left-radius:4px}.form-search .search-autocomplete li:focus,.form-search .search-autocomplete li:hover{text-decoration:none;background-color:#f5f5f5}.form-search .search-autocomplete li.selected,.form-search .search-autocomplete li.selected:focus,.form-search .search-autocomplete li.selected:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22}.advanced-search .form-list .input-range{line-height:34px}.advanced-search .form-list .input-range small{float:right}.advanced-search-summary{min-height:20px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);padding:9px;border-radius:3px}.advanced-search-summary blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.advanced-search-summary:after,.advanced-search-summary:before{content:" ";display:table}.advanced-search-summary:after{clear:both}.advanced-search-summary ul{margin-bottom:0;padding-left:15px;padding-right:15px}.advanced-search-summary strong{color:#f15c22}.advanced-search-summary p{clear:both;padding:10px 15px 0;margin-bottom:0;font-weight:700}@media (min-width:480px){.advanced-search-summary ul{float:left;width:50%}}.block{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);border-color:#ddd}.block>.list-group{margin-bottom:0}.block>.list-group .list-group-item{border-width:1px 0;border-radius:0}.block>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.block>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.block>.panel-collapse>.table,.block>.table,.block>.table-responsive>.table{margin-bottom:0}.block>.table-responsive:first-child>.table:first-child,.block>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.block>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.block>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.block>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.block>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.block>.table:first-child>tbody:first-child>tr:first-child td:first-child,.block>.table:first-child>tbody:first-child>tr:first-child th:first-child,.block>.table:first-child>thead:first-child>tr:first-child td:first-child,.block>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.block>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.block>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.block>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.block>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.block>.table:first-child>tbody:first-child>tr:first-child td:last-child,.block>.table:first-child>tbody:first-child>tr:first-child th:last-child,.block>.table:first-child>thead:first-child>tr:first-child td:last-child,.block>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.block>.table-responsive:last-child>.table:last-child,.block>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.block>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.block>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.block>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.block>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.block>.table:last-child>tbody:last-child>tr:last-child td:first-child,.block>.table:last-child>tbody:last-child>tr:last-child th:first-child,.block>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.block>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.block>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.block>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.block>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.block>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.block>.table:last-child>tbody:last-child>tr:last-child td:last-child,.block>.table:last-child>tbody:last-child>tr:last-child th:last-child,.block>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.block>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.block>.panel-body+.table,.block>.panel-body+.table-responsive{border-top:1px solid #ddd}.block>.table>tbody:first-child>tr:first-child td,.block>.table>tbody:first-child>tr:first-child th{border-top:0}.block>.table-bordered,.block>.table-responsive>.table-bordered{border:0}.block>.table-bordered>tbody>tr>td:first-child,.block>.table-bordered>tbody>tr>th:first-child,.block>.table-bordered>tfoot>tr>td:first-child,.block>.table-bordered>tfoot>tr>th:first-child,.block>.table-bordered>thead>tr>td:first-child,.block>.table-bordered>thead>tr>th:first-child,.block>.table-responsive>.table-bordered>tbody>tr>td:first-child,.block>.table-responsive>.table-bordered>tbody>tr>th:first-child,.block>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.block>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.block>.table-responsive>.table-bordered>thead>tr>td:first-child,.block>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.block>.table-bordered>tbody>tr>td:last-child,.block>.table-bordered>tbody>tr>th:last-child,.block>.table-bordered>tfoot>tr>td:last-child,.block>.table-bordered>tfoot>tr>th:last-child,.block>.table-bordered>thead>tr>td:last-child,.block>.table-bordered>thead>tr>th:last-child,.block>.table-responsive>.table-bordered>tbody>tr>td:last-child,.block>.table-responsive>.table-bordered>tbody>tr>th:last-child,.block>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.block>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.block>.table-responsive>.table-bordered>thead>tr>td:last-child,.block>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.block>.table-bordered>tbody>tr:first-child>td,.block>.table-bordered>tbody>tr:first-child>th,.block>.table-bordered>tbody>tr:last-child>td,.block>.table-bordered>tbody>tr:last-child>th,.block>.table-bordered>tfoot>tr:last-child>td,.block>.table-bordered>tfoot>tr:last-child>th,.block>.table-bordered>thead>tr:first-child>td,.block>.table-bordered>thead>tr:first-child>th,.block>.table-responsive>.table-bordered>tbody>tr:first-child>td,.block>.table-responsive>.table-bordered>tbody>tr:first-child>th,.block>.table-responsive>.table-bordered>tbody>tr:last-child>td,.block>.table-responsive>.table-bordered>tbody>tr:last-child>th,.block>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.block>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.block>.table-responsive>.table-bordered>thead>tr:first-child>td,.block>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.block>.table-responsive{border:0;margin-bottom:0}.block .block-title{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ddd;background-color:#f5f5f5;color:#333}.block .block-title>.dropdown .dropdown-toggle{color:inherit}.block .block-title strong{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;font-weight:500}.block .block-title strong>a{color:inherit}.block .block-subtitle{margin:0 15px 10px;padding:10px 0;border-bottom:1px solid #ddd}.block .actions:after,.block .actions:before,.block .block-content:after,.block .block-content:before{content:" ";display:table}.block .actions:after,.block .block-content:after{clear:both}.block .block-content:after,.block .block-content:before{content:" ";display:table}.block .block-content:after{clear:both}.block .block-content li.item{padding:10px 15px}.block .btn-edit,.block .btn-remove{float:right;margin:1px 0 2px 5px}.block .actions{padding:6px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;text-align:right;line-height:30px}.block .actions:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.block .actions a{float:left}.block .actions button.button{float:right;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.block .empty{margin:0;padding:15px}.block li.odd{background-color:#f9f9f9}.block-cart,.block-compare,.block-compared,.block-login,.block-poll,.block-related,.block-reorder,.block-subscribe,.block-tags,.block-viewed,.block-wishlist{font-size:12px}.mini-products-list .product-image{float:left}.mini-products-list .product-details{margin-left:60px}.block-cart .mini-products-list .product-details .nobr small,.block-cart .mini-products-list .product-details .product-name{word-wrap:break-word}.block-cart .mini-products-list .product-details .nobr{white-space:normal!important}.block-account{border-color:#f15c22}.block-account>.panel-heading{color:#fff;background-color:#f15c22;border-color:#f15c22}.block-account>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f15c22}.block-account>.panel-heading .badge{color:#f15c22;background-color:#fff}.block-account>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f15c22}.block-account .block-title{border-color:#f15c22;background-color:#f15c22;color:#fff}.block-account .block-title+.panel-collapse>.panel-body{border-top-color:#f15c22}.block-account .block-title .badge{color:#f15c22;background-color:#fff}.block-account .block-title strong{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;font-weight:500}.block-account .block-title strong>a{color:inherit}.block-account .block-content{padding:15px}.block-account .block-content ul{margin-bottom:0}.block-account .block-content li a{display:block;border-bottom:1px solid #ddd;padding:5px 0}.block-account .block-content li.last a{border-bottom:0}.block-account .block-content li.current{padding:5px 0;border-bottom:1px solid #ddd}.block-account .block-content li.current.last{border-bottom:0}.block-layered-nav dl{margin:0}.block-layered-nav dt{padding:7px 15px;font-weight:700;text-transform:uppercase}.block-layered-nav dd{padding:0 15px 0 20px;margin-bottom:10px}.block-layered-nav dd.last{background:0 0}.block-layered-nav .currently li{position:relative;padding:5px 15px}.block-layered-nav .currently .label{font-weight:700;text-transform:uppercase}.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove{position:absolute;right:4px;top:9px;margin:0}.block-layered-nav .currently .btn-previous{right:17px}.block-layered-nav .actions{text-align:right}.block-layered-nav .actions .actions a{float:none}.block-cart .summary{padding:10px 15px}.block-cart .amount a{font-weight:700}.block-cart .subtotal{border:1px solid transparent;border-radius:4px;background-color:#d9edf7;border-color:#bce8f1;color:#31708f;padding:4px;margin-bottom:0;text-align:center}.block-cart .subtotal h4{margin-top:0;color:inherit}.block-cart .subtotal .alert-link{font-weight:700}.block-cart .subtotal>p,.block-cart .subtotal>ul{margin-bottom:0}.block-cart .subtotal>p+p{margin-top:5px}.block-cart .subtotal hr{border-top-color:#a6e1ec}.block-cart .subtotal .alert-link{color:#245269}.block-cart .subtotal .price{font-weight:700}.block-cart .actions{border-bottom:1px solid #ddd}.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right}.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0}.block-wishlist .actions{text-align:right}.block-wishlist .actions a{float:none}.block-related input.checkbox{float:left}.block-related .product{margin-left:20px}.compare-table .btn-remove{float:right;background-image:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/btn_remove2.gif);width:72px;height:15px}.compare-table tr.add-to-row td{background:#fffada;text-align:center}.compare-table tr.first td{text-align:center}.compare-table tr.first td .product-name{font-size:12px;font-weight:700;margin:0 0 5px;color:#203548}.compare-table tr.first td .product-name a{color:#203548}.compare-table tr.first td .ratings{width:69px;margin:0 auto}.compare-table tr.add-to-row td p,.compare-table tr.first td p{margin:0}.block-poll label{color:#777;font-weight:700}.block-poll input.radio{float:left;margin:1px -18px 0 0}.block-poll .label{display:block;margin-left:18px}.block-poll li{padding:10px 15px}.block-poll label{margin-bottom:0}.block-poll .actions{margin:5px 0 0}.block-poll .answer{font-weight:700}.block-poll .votes{float:right;margin-left:10px}.block-tags .block-content .tags-list{padding:15px!important;margin-bottom:0!important;font-size:12px}.block-tags .actions{text-align:right}.block-tags .actions a{float:none}.block-subscribe .block-content{padding:15px 15px 0}.block-subscribe .actions{margin:15px -15px 0}.block-subscribe .actions button.button{float:none}.block-reorder input.checkbox{float:left;margin:2px -20px 0 0}.block-reorder .product-name{margin-left:20px}.block-reorder .validation-advice{margin:3px 9px 7px}.block-banner{border:0;background-color:transparent}.block-banner .block-content{padding:0;background-color:transparent;text-align:center}.block-banner .block-content img{display:block;max-width:100%;height:auto}.block-login .block-content{padding:15px 15px 0}.block-login .actions{margin:15px -15px 0}.paypal-logo{display:block;margin:10px 0;text-align:center}.paypal-logo a{float:none}.category-image img{display:block;max-width:100%;height:auto}.category-description,.category-products .toolbar{margin-bottom:10px}.products-grid{margin-left:-15px;margin-right:-15px}.products-grid .item{position:relative;float:left;width:33.33333333%;padding-left:15px;padding-right:15px;min-height:390px;padding-bottom:80px}.products-grid .product-image{display:block;margin-bottom:10px}.products-grid .product-image img{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;display:inline-block;max-width:100%;height:auto}.products-grid .product-name{min-height:60px}.products-grid .actions{position:absolute;bottom:0}.products-grid .add-to-links .separator{display:none}.products-list li.item{padding:10px 0;border-bottom:1px solid #eee}.products-list li.item:after,.products-list li.item:before{content:" ";display:table}.products-list li.item:after{clear:both}.products-list li.item:first-child{padding-top:0}.products-list li.item:last-child{padding-bottom:0;border-bottom:0}.products-list .product-image{float:left;width:150px;display:block}.products-list .product-image img{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;display:inline-block;max-width:100%;height:auto}.products-list .product-shop{margin-left:160px}.products-list .add-to-links li{display:inline}.products-list .add-to-links .separator{display:inline;margin:0 4px}.product-name{margin:0;font-size:14px;font-weight:500;line-height:20px}.availability{margin:0}.availability span{font-weight:700}.availability.in-stock span{color:#3c763d}.availability.out-of-stock span{color:#a94442}.availability-only a,.availability-only span{font-weight:700}.availability-only-details{width:100%;max-width:100%;margin-bottom:20px}.availability-only-details>tbody>tr>td,.availability-only-details>tbody>tr>th,.availability-only-details>tfoot>tr>td,.availability-only-details>tfoot>tr>th,.availability-only-details>thead>tr>td,.availability-only-details>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.availability-only-details>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.availability-only-details>caption+thead>tr:first-child>td,.availability-only-details>caption+thead>tr:first-child>th,.availability-only-details>colgroup+thead>tr:first-child>td,.availability-only-details>colgroup+thead>tr:first-child>th,.availability-only-details>thead:first-child>tr:first-child>td,.availability-only-details>thead:first-child>tr:first-child>th{border-top:0}.availability-only-details>tbody+tbody{border-top:2px solid #ddd}.availability-only-details .table{background-color:#fff}.add-to-cart .paypal-logo{margin:0;text-align:right}.add-to-cart .paypal-logo .paypal-or{display:block;margin:5px 60px 5px 0}.add-to-cart .paypal-logo .paypal-logo{margin:0}.add-to-box{text-align:center;padding-left:15px;padding-right:15px}.add-to-box:after,.add-to-box:before{content:" ";display:table}.add-to-box:after{clear:both}.add-to-box .add-to-cart{margin:0 -15px 10px}.add-to-box .or{float:left}.add-to-box .add-to-links{float:right}.add-to-box .add-to-links .separator,.add-to-box .add-to-links li{float:left}.add-to-box .add-to-links .separator{margin:0 4px}.product-view{margin-left:-15px;margin-right:-15px}.product-collateral,.product-essential{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.product-collateral,.product-essential{float:left;width:100%}}.product-essential .product-shop{min-height:1px;position:relative}.product-essential .product-img-box{position:relative;min-height:1px;padding-left:0;padding-right:0}@media (min-width:768px){.product-essential .product-img-box{float:left;width:58.33333333%}}.product-essential .product-img-box img{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;display:inline-block;max-width:100%;height:auto}.product-essential .product-img-box .more-views ul{margin-left:-15px;margin-right:-15px}.product-essential .product-img-box .more-views ul li{position:relative;float:left;width:25%;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.product-essential .product-img-box{padding-left:0;padding-right:15px}.product-essential .product-shop{float:right;width:41.66666667%}}.product-view .product-shop{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.product-view .product-shop>.list-group{margin-bottom:0}.product-view .product-shop>.list-group .list-group-item{border-width:1px 0;border-radius:0}.product-view .product-shop>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.product-view .product-shop>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-view .product-shop>.panel-collapse>.table,.product-view .product-shop>.table,.product-view .product-shop>.table-responsive>.table{margin-bottom:0}.product-view .product-shop>.table-responsive:first-child>.table:first-child,.product-view .product-shop>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.product-view .product-shop>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.product-view .product-shop>.table:first-child>tbody:first-child>tr:first-child td:first-child,.product-view .product-shop>.table:first-child>tbody:first-child>tr:first-child th:first-child,.product-view .product-shop>.table:first-child>thead:first-child>tr:first-child td:first-child,.product-view .product-shop>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.product-view .product-shop>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.product-view .product-shop>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.product-view .product-shop>.table:first-child>tbody:first-child>tr:first-child td:last-child,.product-view .product-shop>.table:first-child>tbody:first-child>tr:first-child th:last-child,.product-view .product-shop>.table:first-child>thead:first-child>tr:first-child td:last-child,.product-view .product-shop>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.product-view .product-shop>.table-responsive:last-child>.table:last-child,.product-view .product-shop>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-view .product-shop>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.product-view .product-shop>.table:last-child>tbody:last-child>tr:last-child td:first-child,.product-view .product-shop>.table:last-child>tbody:last-child>tr:last-child th:first-child,.product-view .product-shop>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.product-view .product-shop>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.product-view .product-shop>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.product-view .product-shop>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.product-view .product-shop>.table:last-child>tbody:last-child>tr:last-child td:last-child,.product-view .product-shop>.table:last-child>tbody:last-child>tr:last-child th:last-child,.product-view .product-shop>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.product-view .product-shop>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.product-view .product-shop>.panel-body+.table,.product-view .product-shop>.panel-body+.table-responsive{border-top:1px solid #ddd}.product-view .product-shop>.table>tbody:first-child>tr:first-child td,.product-view .product-shop>.table>tbody:first-child>tr:first-child th{border-top:0}.product-view .product-shop>.table-bordered,.product-view .product-shop>.table-responsive>.table-bordered{border:0}.product-view .product-shop>.table-bordered>tbody>tr>td:first-child,.product-view .product-shop>.table-bordered>tbody>tr>th:first-child,.product-view .product-shop>.table-bordered>tfoot>tr>td:first-child,.product-view .product-shop>.table-bordered>tfoot>tr>th:first-child,.product-view .product-shop>.table-bordered>thead>tr>td:first-child,.product-view .product-shop>.table-bordered>thead>tr>th:first-child,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr>td:first-child,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr>th:first-child,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr>td:first-child,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.product-view .product-shop>.table-bordered>tbody>tr>td:last-child,.product-view .product-shop>.table-bordered>tbody>tr>th:last-child,.product-view .product-shop>.table-bordered>tfoot>tr>td:last-child,.product-view .product-shop>.table-bordered>tfoot>tr>th:last-child,.product-view .product-shop>.table-bordered>thead>tr>td:last-child,.product-view .product-shop>.table-bordered>thead>tr>th:last-child,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr>td:last-child,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr>th:last-child,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr>td:last-child,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.product-view .product-shop>.table-bordered>tbody>tr:first-child>td,.product-view .product-shop>.table-bordered>tbody>tr:first-child>th,.product-view .product-shop>.table-bordered>tbody>tr:last-child>td,.product-view .product-shop>.table-bordered>tbody>tr:last-child>th,.product-view .product-shop>.table-bordered>tfoot>tr:last-child>td,.product-view .product-shop>.table-bordered>tfoot>tr:last-child>th,.product-view .product-shop>.table-bordered>thead>tr:first-child>td,.product-view .product-shop>.table-bordered>thead>tr:first-child>th,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr:first-child>td,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr:first-child>th,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr:last-child>td,.product-view .product-shop>.table-responsive>.table-bordered>tbody>tr:last-child>th,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.product-view .product-shop>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr:first-child>td,.product-view .product-shop>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.product-view .product-shop>.table-responsive{border:0;margin-bottom:0}.product-view .product-shop .product-name{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;color:#333}.product-view .product-shop .product-name>.dropdown .dropdown-toggle{color:inherit}.product-view .product-shop .product-name h1{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.product-view .product-shop .product-name h1>a{color:inherit}.product-view .product-shop .add-to-box,.product-view .product-shop .availability,.product-view .product-shop .price-box,.product-view .product-shop .short-description{margin-bottom:10px}.product-view .product-shop .product-options-bottom .add-to-cart,.product-view .product-shop .product-options-bottom .price-box{padding-left:0;padding-right:0}@media (min-width:992px){.product-view .product-shop .product-options-bottom .add-to-cart,.product-view .product-shop .product-options-bottom .price-box{float:none;width:auto}}.product-img-box .more-views img,.product-img-box .product-image-zoom img{display:block;max-width:100%;height:auto}.product-img-box .product-image-zoom{margin-bottom:10px}.product-img-box .more-views{padding-top:10px;border-top:1px solid #eee}.product-options{min-height:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);padding:9px;border-radius:3px;margin-bottom:10px;position:relative}.product-options blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.product-options dl{margin:0}.product-options dt{padding-top:10px;font-weight:400}.product-options dt label{margin-bottom:0;font-weight:700}.product-options dt label.required em{margin-left:2px;color:#a94442}.product-options dt .qty-disabled{background:0 0;border:0;padding:3px}.product-options dd .qty-holder{display:block}.product-options dd .qty-holder label{vertical-align:middle}.product-options dd{padding:5px 0 10px 5px;border-bottom:1px solid #eee}.product-options dd .input-text,.product-options dd select,.product-options dd textarea{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,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-options dd .input-text:focus,.product-options dd select:focus,.product-options dd textarea: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)}.product-options dd .input-text::-moz-placeholder,.product-options dd select::-moz-placeholder,.product-options dd textarea::-moz-placeholder{color:#777;opacity:1}.product-options dd .input-text:-ms-input-placeholder,.product-options dd select:-ms-input-placeholder,.product-options dd textarea:-ms-input-placeholder{color:#777}.product-options dd .input-text::-webkit-input-placeholder,.product-options dd select::-webkit-input-placeholder,.product-options dd textarea::-webkit-input-placeholder{color:#777}.product-options dd .input-text[disabled],.product-options dd .input-text[readonly],.product-options dd select[disabled],.product-options dd select[readonly],.product-options dd textarea[disabled],.product-options dd textarea[readonly],fieldset[disabled] .product-options dd .input-text,fieldset[disabled] .product-options dd select,fieldset[disabled] .product-options dd textarea{cursor:not-allowed;background-color:#eee;opacity:1}.product-options dd select[multiple],.product-options dd textarea,textarea.product-options dd .input-text,textarea.product-options dd select,textarea.product-options dd textarea{height:auto}.product-options dl.last dd.last{border-bottom:0;margin-bottom:0}.product-options ul.options-list{margin-bottom:0}.product-options ul.options-list input.checkbox,.product-options ul.options-list input.radio{float:left;margin-top:3px}.product-options ul.options-list .label{display:block;margin-left:18px}.product-options ul.options-list label{font-weight:400}.product-options ul.validation-failed{padding:0 7px}.product-options p.note{margin:0;font-size:12px}.product-options p.required{position:absolute;right:20px;top:20px}.product-options-bottom{margin-left:-15px;margin-right:-15px}.product-options-bottom .add-to-cart,.product-options-bottom .price-box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){.product-options-bottom .add-to-cart,.product-options-bottom .price-box{float:left;width:50%}}.product-options-bottom .add-to-links{padding-top:10px;clear:both;text-align:center}.product-options-bottom .add-to-links li{display:inline}.product-options-bottom .price-box{padding-top:10px}.product-options-bottom .price-box:after,.product-options-bottom .price-box:before{content:" ";display:table}.product-options-bottom .price-box:after{clear:both}.product-options-bottom .price-label{float:left;padding-right:5px}.product-options-bottom .price-tax{float:left}@media (min-width:992px){.product-options-bottom .price-box{padding-top:0}}.product-shop .product-options dt label.required em{margin-left:0;margin-right:2px}.product-shop .product-options-bottom{margin:0 0 10px}.product-shop .product-options-bottom .price-box{float:none;margin:0 0 5px}.product-shop .product-options-bottom .price-label{float:none;padding-right:0}.product-shop .product-options-bottom .price-tax{float:none}.product-shop .product-options-bottom .add-to-cart-box{clear:both;float:left;padding-top:12px}.product-shop .product-options-bottom .add-to-links{clear:both}.product-view .grouped-items-table .price-box{margin:0}.product-view .grouped-items-table .qty{width:auto}.product-view .box-collateral{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.product-view .box-collateral:after,.product-view .box-collateral:before{content:" ";display:table}.product-view .box-collateral:after{clear:both}.product-view .box-collateral>.list-group{margin-bottom:0}.product-view .box-collateral>.list-group .list-group-item{border-width:1px 0;border-radius:0}.product-view .box-collateral>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.product-view .box-collateral>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-view .box-collateral>.panel-collapse>.table,.product-view .box-collateral>.table,.product-view .box-collateral>.table-responsive>.table{margin-bottom:0}.product-view .box-collateral>.table-responsive:first-child>.table:first-child,.product-view .box-collateral>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child td:first-child,.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child th:first-child,.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child td:first-child,.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child td:last-child,.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child th:last-child,.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child td:last-child,.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.product-view .box-collateral>.table-responsive:last-child>.table:last-child,.product-view .box-collateral>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child td:first-child,.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child th:first-child,.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child td:last-child,.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child th:last-child,.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.product-view .box-collateral>.panel-body+.table,.product-view .box-collateral>.panel-body+.table-responsive{border-top:1px solid #ddd}.product-view .box-collateral>.table>tbody:first-child>tr:first-child td,.product-view .box-collateral>.table>tbody:first-child>tr:first-child th{border-top:0}.product-view .box-collateral>.table-bordered,.product-view .box-collateral>.table-responsive>.table-bordered{border:0}.product-view .box-collateral>.table-bordered>tbody>tr>td:first-child,.product-view .box-collateral>.table-bordered>tbody>tr>th:first-child,.product-view .box-collateral>.table-bordered>tfoot>tr>td:first-child,.product-view .box-collateral>.table-bordered>tfoot>tr>th:first-child,.product-view .box-collateral>.table-bordered>thead>tr>td:first-child,.product-view .box-collateral>.table-bordered>thead>tr>th:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>td:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>th:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>td:first-child,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.product-view .box-collateral>.table-bordered>tbody>tr>td:last-child,.product-view .box-collateral>.table-bordered>tbody>tr>th:last-child,.product-view .box-collateral>.table-bordered>tfoot>tr>td:last-child,.product-view .box-collateral>.table-bordered>tfoot>tr>th:last-child,.product-view .box-collateral>.table-bordered>thead>tr>td:last-child,.product-view .box-collateral>.table-bordered>thead>tr>th:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>td:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>th:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>td:last-child,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.product-view .box-collateral>.table-bordered>tbody>tr:first-child>td,.product-view .box-collateral>.table-bordered>tbody>tr:first-child>th,.product-view .box-collateral>.table-bordered>tbody>tr:last-child>td,.product-view .box-collateral>.table-bordered>tbody>tr:last-child>th,.product-view .box-collateral>.table-bordered>tfoot>tr:last-child>td,.product-view .box-collateral>.table-bordered>tfoot>tr:last-child>th,.product-view .box-collateral>.table-bordered>thead>tr:first-child>td,.product-view .box-collateral>.table-bordered>thead>tr:first-child>th,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:first-child>td,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:first-child>th,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:last-child>td,.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:last-child>th,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr:first-child>td,.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.product-view .box-collateral>.table-responsive{border:0;margin-bottom:0}.product-view .box-collateral>h2{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;font-size:16px;color:#333}.product-view .box-collateral>h2>.dropdown .dropdown-toggle{color:inherit}.product-view .box-additional{padding:0}.product-view .box-additional>h2{margin:0}.product-view .box-additional .data-table{border:0;margin-bottom:0}.product-view .box-additional .data-table>tbody>tr>th{border-left:0}.product-view .box-additional .data-table>tbody>tr>td{border-right:0}.product-view .box-additional .data-table>tbody>tr.first>td,.product-view .box-additional .data-table>tbody>tr.first>th{border-top:0}.product-view .box-additional .data-table>tbody>tr.last>td,.product-view .box-additional .data-table>tbody>tr.last>th{border-bottom:0}.product-view .box-up-sell .table-responsive{padding:15px 0}.product-view .box-up-sell .products-grid{margin:0;width:100%}.product-view .box-up-sell .products-grid td{width:25%;padding:0 15px;vertical-align:top}.product-view .box-up-sell .products-grid .price-box,.product-view .box-up-sell .products-grid .product-image{margin-bottom:10px}.product-view .box-up-sell .products-grid .ratings{margin-bottom:0}@media (max-width:768px){.product-view .box-up-sell .products-grid{min-width:500px}.product-view .box-up-sell .products-grid>tbody>tr>td,.product-view .box-up-sell .products-grid>tbody>tr>th{white-space:normal}}.product-view .box-tags{margin:0}.product-view .box-tags .product-tags li{display:inline;white-space:nowrap;margin:0 6px}.product-view .box-tags .note{margin:0;text-align:center}.product-view .box-reviews dt{padding-top:15px;font-weight:400}.product-view .box-reviews dt a,.product-view .box-reviews dt span{font-weight:700}.product-view .box-reviews dd{padding-bottom:15px;border-bottom:1px solid #eee}.product-view .box-reviews dd:after,.product-view .box-reviews dd:before{content:" ";display:table}.product-view .box-reviews dd:after{clear:both}.product-view .box-reviews dd .ratings-table{float:left;margin-right:10px}.product-view .box-reviews dd small{font-style:italic}.product-view .box-reviews .form-add h3{margin-top:0;font-size:14px;font-weight:400}.product-view .box-reviews .form-add h3 span{font-weight:500}.product-view .box-reviews .form-add h4{display:inline-block;position:relative;margin-bottom:5px;font-size:14px;font-weight:700}.product-view .box-reviews .form-add h4 em{float:right;position:absolute;top:0;right:-8px;color:#a94442}.product-view .box-reviews .form-add td.value{text-align:center}.product-view .box-reviews .form-add td.value .radio{display:inline;margin:0;padding:0;height:20px}@media (max-width:768px){.product-view .box-reviews .form-add form{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.tags-list{margin:0;padding:10px}.tags-list li{display:inline!important;margin:0 3px}.price,.price-box .price-label{white-space:nowrap}.price-box .price{font-weight:700;color:#f15c22}.regular-price{color:#f15c22}.regular-price .price{font-weight:700;color:#f15c22}.old-price{margin:0;color:#777}.old-price .price{color:inherit;font-weight:400;text-decoration:line-through}.special-price{margin:0}.special-price .price-label{font-weight:700;color:#f15c22}.minimal-price{margin:0}.minimal-price .price-label{font-weight:700}.minimal-price-link{display:block}.minimal-price-link .price{font-weight:400}.price-excluding-tax,.price-including-tax{display:block;color:#777}.price-excluding-tax .label,.price-including-tax .label{white-space:nowrap;color:inherit}.configured-price{margin:0}.configured-price .price-label{font-weight:700}.weee{display:block}.weee .price{font-weight:400}.price-excl-tax,.price-incl-tax{display:block}.price-excl-tax .label,.price-incl-tax .label{white-space:nowrap;display:block}.price-excl-tax .price,.price-incl-tax .price{display:block}.price-from,.price-to{margin:0}.price-from .price-label,.price-to .price-label{font-weight:700;white-space:nowrap}.price-notice{color:#333}.price-notice .price{font-weight:700;color:#333}.price-as-configured{margin:0}.price-as-configured .price-label{font-weight:700;white-space:nowrap}.price-box-bundle .price-box{margin:0;padding:0}.price-box-bundle .price{color:#333}.product-pricing,.tier-prices{min-height:20px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);padding:9px;border-radius:3px}.product-pricing blockquote,.tier-prices blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.tier-prices .benefit{font-weight:700;font-style:italic}.tier-prices .price{font-weight:700;color:#333}.tier-prices-grouped .price{font-weight:700}.no-rating{margin:0}.ratings{margin-bottom:10px;font-size:12px}.ratings strong{float:left;margin:1px 3px 0 0}.ratings .rating-links{margin:0}.ratings .rating-links .separator{margin:0 2px}.rating-box{width:69px;height:13px;font-size:0;line-height:0;background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/bkg_rating.gif) 0 0 repeat-x;text-indent:-999em;overflow:hidden}.rating-box .rating{float:left;height:13px;background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/bkg_rating.gif) 0 100% repeat-x}.ratings .rating-box{float:left;margin-right:3px}.ratings-table td,.ratings-table th{font-size:12px}.ratings-table th{font-weight:700;padding-right:8px}.page-sitemap .links{text-align:right;font-weight:700}.catalog-seo-sitemap-product .page-sitemap .sitemap{margin-left:-15px;margin-right:-15px}.catalog-seo-sitemap-product .page-sitemap .sitemap li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){.catalog-seo-sitemap-product .page-sitemap .sitemap li{float:left;width:50%}}.catalog-seo-sitemap-category .page-sitemap .sitemap{margin-left:-15px;margin-right:-15px}.catalog-seo-sitemap-category .page-sitemap .sitemap li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.catalog-seo-sitemap-category .page-sitemap .sitemap li{float:left;width:25%}}@media (min-width:992px){.catalog-seo-sitemap-category .page-sitemap .sitemap li{float:left;width:16.66666667%}}.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0{font-weight:700;margin-top:10px}.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child{margin-top:0}@media (min-width:992px){.page-sitemap .sitemap li.level-0,.page-sitemap .sitemap li.level-1,.page-sitemap .sitemap li.level-2,.page-sitemap .sitemap li.level-3,.page-sitemap .sitemap li.level-4{width:auto;float:none}.page-sitemap .sitemap li.level-0{padding-left:15px!important}.page-sitemap .sitemap li.level-1{padding-left:35px!important}.page-sitemap .sitemap li.level-2{padding-left:55px!important}.page-sitemap .sitemap li.level-3{padding-left:75px!important}.page-sitemap .sitemap li.level-4{padding-left:95px!important}}.rss-title h1{background:url(https://www.utp-kabel.nl/skin/frontend/DSIT/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}.cart .page-title .checkout-types li{margin:0 0 5px}.cart .page-title .checkout-types li:last-child{margin-bottom:0}.cart .title-buttons .checkout-types{float:right;margin-bottom:0}.cart .checkout-types .paypal-or{margin:0 8px}.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;font-size:12px}.cart>form{margin-bottom:20px}@media (max-width:768px){.cart>form{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.btn-checkout{color:#fff;background-color:#f15c22;border-color:#eb4c0f}.btn-checkout.active,.btn-checkout:active,.btn-checkout:focus,.btn-checkout:hover,.open>.dropdown-toggle.btn-checkout{color:#fff;background-color:#d3450d;border-color:#b13a0b}.btn-checkout.active,.btn-checkout:active,.open>.dropdown-toggle.btn-checkout{background-image:none}.btn-checkout.disabled,.btn-checkout.disabled.active,.btn-checkout.disabled:active,.btn-checkout.disabled:focus,.btn-checkout.disabled:hover,.btn-checkout[disabled],.btn-checkout[disabled].active,.btn-checkout[disabled]:active,.btn-checkout[disabled]:focus,.btn-checkout[disabled]:hover,fieldset[disabled] .btn-checkout,fieldset[disabled] .btn-checkout.active,fieldset[disabled] .btn-checkout:active,fieldset[disabled] .btn-checkout:focus,fieldset[disabled] .btn-checkout:hover{background-color:#f15c22;border-color:#eb4c0f}.btn-checkout .badge{color:#f15c22;background-color:#fff}@media (min-width:480px){.btn-checkout{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}.cart-table{margin-bottom:0}.cart-table .qty{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;width:auto;text-align:center}select.cart-table .qty{height:30px;line-height:30px}select[multiple].cart-table .qty,textarea.cart-table .qty{height:auto}.cart-table .button{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.cart-table .btn-continue{float:left}.cart .cart-collaterals{margin-left:-15px;margin-right:-15px}.cart .cart-collaterals .col2-set{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){.cart .cart-collaterals .col2-set{float:left;width:66.66666667%}}@media (min-width:768px){.cart .cart-collaterals .totals{margin-right:15px;float:right;width:33.33333333%}}.cart .crosssell,.cart .discount,.cart .shipping{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);border-color:#ddd}.cart .crosssell>.list-group,.cart .discount>.list-group,.cart .shipping>.list-group{margin-bottom:0}.cart .crosssell>.list-group .list-group-item,.cart .discount>.list-group .list-group-item,.cart .shipping>.list-group .list-group-item{border-width:1px 0;border-radius:0}.cart .crosssell>.list-group:first-child .list-group-item:first-child,.cart .discount>.list-group:first-child .list-group-item:first-child,.cart .shipping>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.cart .crosssell>.list-group:last-child .list-group-item:last-child,.cart .discount>.list-group:last-child .list-group-item:last-child,.cart .shipping>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.cart .crosssell>.panel-collapse>.table,.cart .crosssell>.table,.cart .crosssell>.table-responsive>.table,.cart .discount>.panel-collapse>.table,.cart .discount>.table,.cart .discount>.table-responsive>.table,.cart .shipping>.panel-collapse>.table,.cart .shipping>.table,.cart .shipping>.table-responsive>.table{margin-bottom:0}.cart .crosssell>.table-responsive:first-child>.table:first-child,.cart .crosssell>.table:first-child,.cart .discount>.table-responsive:first-child>.table:first-child,.cart .discount>.table:first-child,.cart .shipping>.table-responsive:first-child>.table:first-child,.cart .shipping>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.cart .crosssell>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.cart .crosssell>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .crosssell>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .crosssell>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .crosssell>.table:first-child>thead:first-child>tr:first-child th:first-child,.cart .discount>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .discount>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .discount>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .discount>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.cart .discount>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .discount>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .discount>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .discount>.table:first-child>thead:first-child>tr:first-child th:first-child,.cart .shipping>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .shipping>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .shipping>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .shipping>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.cart .shipping>.table:first-child>tbody:first-child>tr:first-child td:first-child,.cart .shipping>.table:first-child>tbody:first-child>tr:first-child th:first-child,.cart .shipping>.table:first-child>thead:first-child>tr:first-child td:first-child,.cart .shipping>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.cart .crosssell>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .crosssell>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.cart .crosssell>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .crosssell>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .crosssell>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .crosssell>.table:first-child>thead:first-child>tr:first-child th:last-child,.cart .discount>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .discount>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .discount>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .discount>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.cart .discount>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .discount>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .discount>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .discount>.table:first-child>thead:first-child>tr:first-child th:last-child,.cart .shipping>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .shipping>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .shipping>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .shipping>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.cart .shipping>.table:first-child>tbody:first-child>tr:first-child td:last-child,.cart .shipping>.table:first-child>tbody:first-child>tr:first-child th:last-child,.cart .shipping>.table:first-child>thead:first-child>tr:first-child td:last-child,.cart .shipping>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.cart .crosssell>.table-responsive:last-child>.table:last-child,.cart .crosssell>.table:last-child,.cart .discount>.table-responsive:last-child>.table:last-child,.cart .discount>.table:last-child,.cart .shipping>.table-responsive:last-child>.table:last-child,.cart .shipping>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.cart .crosssell>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.cart .crosssell>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .crosssell>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .crosssell>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .crosssell>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.cart .discount>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .discount>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .discount>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .discount>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.cart .discount>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .discount>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .discount>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .discount>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.cart .shipping>.table:last-child>tbody:last-child>tr:last-child td:first-child,.cart .shipping>.table:last-child>tbody:last-child>tr:last-child th:first-child,.cart .shipping>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.cart .shipping>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.cart .crosssell>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .crosssell>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.cart .crosssell>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .crosssell>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .crosssell>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .crosssell>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.cart .discount>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .discount>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .discount>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .discount>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.cart .discount>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .discount>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .discount>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .discount>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .shipping>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.cart .shipping>.table:last-child>tbody:last-child>tr:last-child td:last-child,.cart .shipping>.table:last-child>tbody:last-child>tr:last-child th:last-child,.cart .shipping>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.cart .shipping>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.cart .crosssell>.panel-body+.table,.cart .crosssell>.panel-body+.table-responsive,.cart .discount>.panel-body+.table,.cart .discount>.panel-body+.table-responsive,.cart .shipping>.panel-body+.table,.cart .shipping>.panel-body+.table-responsive{border-top:1px solid #ddd}.cart .crosssell>.table>tbody:first-child>tr:first-child td,.cart .crosssell>.table>tbody:first-child>tr:first-child th,.cart .discount>.table>tbody:first-child>tr:first-child td,.cart .discount>.table>tbody:first-child>tr:first-child th,.cart .shipping>.table>tbody:first-child>tr:first-child td,.cart .shipping>.table>tbody:first-child>tr:first-child th{border-top:0}.cart .crosssell>.table-bordered,.cart .crosssell>.table-responsive>.table-bordered,.cart .discount>.table-bordered,.cart .discount>.table-responsive>.table-bordered,.cart .shipping>.table-bordered,.cart .shipping>.table-responsive>.table-bordered{border:0}.cart .crosssell>.table-bordered>tbody>tr>td:first-child,.cart .crosssell>.table-bordered>tbody>tr>th:first-child,.cart .crosssell>.table-bordered>tfoot>tr>td:first-child,.cart .crosssell>.table-bordered>tfoot>tr>th:first-child,.cart .crosssell>.table-bordered>thead>tr>td:first-child,.cart .crosssell>.table-bordered>thead>tr>th:first-child,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr>td:first-child,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr>th:first-child,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.cart .crosssell>.table-responsive>.table-bordered>thead>tr>td:first-child,.cart .crosssell>.table-responsive>.table-bordered>thead>tr>th:first-child,.cart .discount>.table-bordered>tbody>tr>td:first-child,.cart .discount>.table-bordered>tbody>tr>th:first-child,.cart .discount>.table-bordered>tfoot>tr>td:first-child,.cart .discount>.table-bordered>tfoot>tr>th:first-child,.cart .discount>.table-bordered>thead>tr>td:first-child,.cart .discount>.table-bordered>thead>tr>th:first-child,.cart .discount>.table-responsive>.table-bordered>tbody>tr>td:first-child,.cart .discount>.table-responsive>.table-bordered>tbody>tr>th:first-child,.cart .discount>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.cart .discount>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.cart .discount>.table-responsive>.table-bordered>thead>tr>td:first-child,.cart .discount>.table-responsive>.table-bordered>thead>tr>th:first-child,.cart .shipping>.table-bordered>tbody>tr>td:first-child,.cart .shipping>.table-bordered>tbody>tr>th:first-child,.cart .shipping>.table-bordered>tfoot>tr>td:first-child,.cart .shipping>.table-bordered>tfoot>tr>th:first-child,.cart .shipping>.table-bordered>thead>tr>td:first-child,.cart .shipping>.table-bordered>thead>tr>th:first-child,.cart .shipping>.table-responsive>.table-bordered>tbody>tr>td:first-child,.cart .shipping>.table-responsive>.table-bordered>tbody>tr>th:first-child,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.cart .shipping>.table-responsive>.table-bordered>thead>tr>td:first-child,.cart .shipping>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.cart .crosssell>.table-bordered>tbody>tr>td:last-child,.cart .crosssell>.table-bordered>tbody>tr>th:last-child,.cart .crosssell>.table-bordered>tfoot>tr>td:last-child,.cart .crosssell>.table-bordered>tfoot>tr>th:last-child,.cart .crosssell>.table-bordered>thead>tr>td:last-child,.cart .crosssell>.table-bordered>thead>tr>th:last-child,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr>td:last-child,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr>th:last-child,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.cart .crosssell>.table-responsive>.table-bordered>thead>tr>td:last-child,.cart .crosssell>.table-responsive>.table-bordered>thead>tr>th:last-child,.cart .discount>.table-bordered>tbody>tr>td:last-child,.cart .discount>.table-bordered>tbody>tr>th:last-child,.cart .discount>.table-bordered>tfoot>tr>td:last-child,.cart .discount>.table-bordered>tfoot>tr>th:last-child,.cart .discount>.table-bordered>thead>tr>td:last-child,.cart .discount>.table-bordered>thead>tr>th:last-child,.cart .discount>.table-responsive>.table-bordered>tbody>tr>td:last-child,.cart .discount>.table-responsive>.table-bordered>tbody>tr>th:last-child,.cart .discount>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.cart .discount>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.cart .discount>.table-responsive>.table-bordered>thead>tr>td:last-child,.cart .discount>.table-responsive>.table-bordered>thead>tr>th:last-child,.cart .shipping>.table-bordered>tbody>tr>td:last-child,.cart .shipping>.table-bordered>tbody>tr>th:last-child,.cart .shipping>.table-bordered>tfoot>tr>td:last-child,.cart .shipping>.table-bordered>tfoot>tr>th:last-child,.cart .shipping>.table-bordered>thead>tr>td:last-child,.cart .shipping>.table-bordered>thead>tr>th:last-child,.cart .shipping>.table-responsive>.table-bordered>tbody>tr>td:last-child,.cart .shipping>.table-responsive>.table-bordered>tbody>tr>th:last-child,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.cart .shipping>.table-responsive>.table-bordered>thead>tr>td:last-child,.cart .shipping>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.cart .crosssell>.table-bordered>tbody>tr:first-child>td,.cart .crosssell>.table-bordered>tbody>tr:first-child>th,.cart .crosssell>.table-bordered>tbody>tr:last-child>td,.cart .crosssell>.table-bordered>tbody>tr:last-child>th,.cart .crosssell>.table-bordered>tfoot>tr:last-child>td,.cart .crosssell>.table-bordered>tfoot>tr:last-child>th,.cart .crosssell>.table-bordered>thead>tr:first-child>td,.cart .crosssell>.table-bordered>thead>tr:first-child>th,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr:first-child>td,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr:first-child>th,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr:last-child>td,.cart .crosssell>.table-responsive>.table-bordered>tbody>tr:last-child>th,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.cart .crosssell>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.cart .crosssell>.table-responsive>.table-bordered>thead>tr:first-child>td,.cart .crosssell>.table-responsive>.table-bordered>thead>tr:first-child>th,.cart .discount>.table-bordered>tbody>tr:first-child>td,.cart .discount>.table-bordered>tbody>tr:first-child>th,.cart .discount>.table-bordered>tbody>tr:last-child>td,.cart .discount>.table-bordered>tbody>tr:last-child>th,.cart .discount>.table-bordered>tfoot>tr:last-child>td,.cart .discount>.table-bordered>tfoot>tr:last-child>th,.cart .discount>.table-bordered>thead>tr:first-child>td,.cart .discount>.table-bordered>thead>tr:first-child>th,.cart .discount>.table-responsive>.table-bordered>tbody>tr:first-child>td,.cart .discount>.table-responsive>.table-bordered>tbody>tr:first-child>th,.cart .discount>.table-responsive>.table-bordered>tbody>tr:last-child>td,.cart .discount>.table-responsive>.table-bordered>tbody>tr:last-child>th,.cart .discount>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.cart .discount>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.cart .discount>.table-responsive>.table-bordered>thead>tr:first-child>td,.cart .discount>.table-responsive>.table-bordered>thead>tr:first-child>th,.cart .shipping>.table-bordered>tbody>tr:first-child>td,.cart .shipping>.table-bordered>tbody>tr:first-child>th,.cart .shipping>.table-bordered>tbody>tr:last-child>td,.cart .shipping>.table-bordered>tbody>tr:last-child>th,.cart .shipping>.table-bordered>tfoot>tr:last-child>td,.cart .shipping>.table-bordered>tfoot>tr:last-child>th,.cart .shipping>.table-bordered>thead>tr:first-child>td,.cart .shipping>.table-bordered>thead>tr:first-child>th,.cart .shipping>.table-responsive>.table-bordered>tbody>tr:first-child>td,.cart .shipping>.table-responsive>.table-bordered>tbody>tr:first-child>th,.cart .shipping>.table-responsive>.table-bordered>tbody>tr:last-child>td,.cart .shipping>.table-responsive>.table-bordered>tbody>tr:last-child>th,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.cart .shipping>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.cart .shipping>.table-responsive>.table-bordered>thead>tr:first-child>td,.cart .shipping>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.cart .crosssell>.table-responsive,.cart .discount>.table-responsive,.cart .shipping>.table-responsive{border:0;margin-bottom:0}.cart .crosssell>h2,.cart .discount>h2,.cart .shipping>h2{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ddd;background-color:#f5f5f5;margin-top:0;margin-bottom:0;font-size:16px;color:inherit;font-weight:500}.cart .crosssell>h2>.dropdown .dropdown-toggle,.cart .crosssell>h2>a,.cart .discount>h2>.dropdown .dropdown-toggle,.cart .discount>h2>a,.cart .shipping>h2>.dropdown .dropdown-toggle,.cart .shipping>h2>a{color:inherit}.cart .crosssell #crosssell-products-list{margin-bottom:0;padding:15px}.cart .crosssell li.item{padding:10px 0;border-bottom:1px solid #eee}.cart .crosssell li.item:first-child{padding-top:0}.cart .crosssell li.item:last-child{padding-bottom:0;border-bottom:0}.cart .crosssell .product-image{float:left}.cart .crosssell .product-details{margin-left:100px}.cart .crosssell .add-to-links .separator{display:none}.cart .crosssell .link-compare{font-weight:400}@media (max-width:992px){.cart .crosssell{display:none}}.cart .discount .discount-form,.cart .shipping .shipping-form{padding:15px}.cart .totals{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)}.cart .totals blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.cart .totals table{width:100%;max-width:100%;margin-bottom:20px}.cart .totals table>tbody>tr>td,.cart .totals table>tbody>tr>th,.cart .totals table>tfoot>tr>td,.cart .totals table>tfoot>tr>th,.cart .totals table>thead>tr>td,.cart .totals table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.cart .totals table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.cart .totals table>caption+thead>tr:first-child>td,.cart .totals table>caption+thead>tr:first-child>th,.cart .totals table>colgroup+thead>tr:first-child>td,.cart .totals table>colgroup+thead>tr:first-child>th,.cart .totals table>thead:first-child>tr:first-child>td,.cart .totals table>thead:first-child>tr:first-child>th{border-top:0}.cart .totals table>tbody+tbody{border-top:2px solid #ddd}.cart .totals table .table{background-color:#fff}.cart .totals .checkout-types{margin-bottom:0;text-align:right}.cart .totals .checkout-types li{margin-bottom:5px}.cart .totals .checkout-types li:last-child{margin-bottom:0}.item-options{margin-top:10px}.item-options dd{margin-left:15px}.truncated{position:relative;cursor:help}.truncated .dots{cursor:inherit;color:inherit}.truncated .dots:hover{text-decoration:none}.truncated_full_value{position:absolute;left:0;z-index:1060;display:none;max-width:400px;padding:1px;text-align:left;background-color:#fff;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);white-space:normal;top:20px}.truncated_full_value.top{margin-top:-10px}.truncated_full_value.right{margin-left:10px}.truncated_full_value.bottom{margin-top:10px}.truncated_full_value.left{margin-left:-10px}.truncated_full_value.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.truncated_full_value.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.truncated_full_value.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.truncated_full_value.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.truncated_full_value.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.truncated_full_value.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.truncated_full_value.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)}.truncated_full_value.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.truncated_full_value dl{margin:0}.truncated_full_value dt{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.truncated_full_value dd{padding:9px 14px;margin-left:0}.truncated_full_value dd+dt{border-radius:0;border-top:1px solid #ebebeb}.truncated_full_value.show{display:block}.sp-methods{margin:0 0 8px}.sp-methods dt{padding-top:10px}.sp-methods dt:first-child{padding-top:0}.sp-methods dd{padding:10px 0;border-bottom:1px solid #eee}.sp-methods dd:last-child{padding-bottom:0;border-bottom:0}.sp-methods dd ul{margin-bottom:0}.sp-methods dd li{margin:5px 0}.sp-methods .radio{float:left;margin-top:3px;margin-right:6px}.sp-methods label{margin-bottom:0}.sp-methods .form-list{padding-left:20px}.sp-methods select.month{width:154px;margin-right:10px}.sp-methods select.year{width:96px}.sp-methods input.cvv{width:50px!important}.sp-methods .checkmo-list li{margin:0 0 5px}.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}.sp-methods .checkmo-list address{float:left}.sp-methods .centinel-logos a{margin-right:3px}.sp-methods .centinel-logos img{vertical-align:middle}.sp-methods .release-amounts{margin:.5em 0}.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}.please-wait{float:right;margin-right:10px;font-size:12px;color:#777}.please-wait img{vertical-align:middle;margin-right:10px}.cvv-what-is-this{line-height:34px;font-size:12px;cursor:help;margin-left:10px}.tool-tip{position:absolute;top:0;left:0;z-index:1060;max-width:400px;padding:1px;text-align:left;background-color:#fff;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);white-space:normal;display:block}.tool-tip.top{margin-top:-10px}.tool-tip.right{margin-left:10px}.tool-tip.bottom{margin-top:10px}.tool-tip.left{margin-left:-10px}.tool-tip.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.tool-tip.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.tool-tip.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.tool-tip.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.tool-tip.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.tool-tip.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.tool-tip.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)}.tool-tip.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.tool-tip .btn-close{padding:9px 14px}.tool-tip .btn-close:after,.tool-tip .btn-close:before{content:" ";display:table}.tool-tip .btn-close:after{clear:both}.tool-tip .btn-close a{float:right;font-size:0;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.tool-tip .btn-close a:after{font-size:14px;font-weight:700;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d"}.tool-tip .btn-close a:focus,.tool-tip .btn-close a:hover{text-decoration:none;opacity:.5;filter:alpha(opacity=50)}.tool-tip-content{padding:9px 14px}.tool-tip-content img{display:block;max-width:100%;height:auto}.gift-messages h3{font-size:14px;font-weight:700}.gift-messages p.control .checkbox{float:left;margin-top:4px;margin-right:6px}.gift-messages p.control label{margin-bottom:0}.gift-messages-form{position:relative}.gift-messages-form label{float:none!important;position:static!important}.gift-messages-form h4{padding-top:10px;border-top:1px solid #eee;font-size:14px;font-weight:700}.gift-messages-form h4:first-child{padding-top:0;border-top:0}.gift-messages-form p>.checkbox{float:left;margin-top:4px;margin-right:6px}.gift-messages-form p>label{margin-bottom:0}.gift-messages-form .whole-order{margin:0 0 25px}.gift-messages-form .item{margin:0 0 10px;border-bottom:1px solid #eee}.gift-messages-form .item:after,.gift-messages-form .item:before{content:" ";display:table}.gift-messages-form .item:after{clear:both}.gift-messages-form .item:last-child{border-bottom:0}.gift-messages-form .item .product-img-box{float:left;width:75px}.gift-messages-form .item .product-image{margin:0 0 7px}.gift-messages-form .item .number{margin:0;text-align:center}.gift-messages-form .item .details{margin-left:90px}.gift-messages-form .item .details .product-name{margin:0 0 10px}.gift-message-row .btn-close{float:right;font-size:0;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.gift-message-row .btn-close:after{font-size:14px;font-weight:700;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d"}.gift-message-row .btn-close:focus,.gift-message-row .btn-close:hover{text-decoration:none;opacity:.5;filter:alpha(opacity=50)}.gift-message-row dl:after,.gift-message-row dl:before{content:" ";display:table}.gift-message-row dl:after{clear:both}.checkout-agreements li{margin-bottom:20px}.checkout-agreements li:last-child{margin-bottom:0}.checkout-agreements .agreement-content{min-height:20px;padding:19px;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);margin-bottom:0;overflow:auto;height:240px}.checkout-agreements .agreement-content blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.checkout-agreements .agree{margin:0;padding:10px}.checkout-agreements .agree input.checkbox{float:left;margin-top:4px;margin-right:6px}.opc .checkout-agreements{padding:5px 30px}.centinel .authentication{background-color:#fff;border:1px solid #ddd}.centinel .authentication iframe{width:99%;height:400px;background:0 0!important;margin:0!important;padding:0!important;border:0!important}.opc .centinel{padding:10px 30px}.info-set{margin:0 0 25px;padding:20px}.info-set h2{font-size:18px}.info-set h3,.info-set h4{font-size:14px}.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:400}.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}.info-set .box{margin:0 0 15px}.info-set .data-table .item-options{margin:5px 0 0}.block-progress dl{margin:0}.block-progress dt{font-weight:700;margin:0 0 6px;padding:7px 15px;background-color:#f5f5f5;border:solid #ddd;border-width:1px 0}.block-progress dt:first-child{border-top:0}.block-progress dd{padding:8px 13px;margin:0 0 6px}.block-progress dt.complete,.block-progress p{margin:0}.block-progress .cards-list dt{background:0 0;border:0;color:inherit;font-size:12px;margin:5px 0;padding:0}.block-progress .cards-list dd{border:0;margin:0;padding:0}.block-progress .cards-list .info-table th{font-weight:400}.block-progress address{margin-bottom:0}.block-progress p+table{margin-left:10px}@media (max-width:768px){.block-progress{display:none}}.opc .buttons-set{margin-top:10px}.opc .buttons-set p.required{margin:0;padding:0 0 10px}.opc .buttons-set .back-link small,.opc .buttons-set .buttons-set.disabled button.button{display:none}.opc .buttons-set .ul{list-style:disc;padding-left:18px}.opc{position:relative}.opc .step-title{padding:10px 15px;border:solid #ddd;border-width:0 1px 1px;background-color:#f5f5f5;color:#333}.opc .step-title:after,.opc .step-title:before{content:" ";display:table}.opc .step-title:after{clear:both}.opc .step-title .number,.opc .step-title a,.opc .step-title h2{line-height:20px}.opc .step-title .number,.opc .step-title h2{float:left}.opc .step-title .number{display:block;background:#fff;padding:0 6px;margin-right:10px}.opc .step-title h2{margin:0;font-size:16px}.opc .step-title a{display:none;float:right}.opc .section:first-child .step-title{border-top-right-radius:4px;border-top-left-radius:4px;border-top-width:1px}.opc .section:last-child .step-title{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.opc .section:last-child.active .step-title{border-bottom-right-radius:0;border-bottom-left-radius:0}.opc .section:last-child.active .step{padding-bottom:10px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.opc .step{padding:15px;border:solid #ddd;border-width:0 1px 1px}.opc .step .tool-tip{right:30px}.opc .allow .step-title a{display:block}.opc .active .step-title a{display:none}.checkout-progress:after,.checkout-progress:before{content:" ";display:table}.checkout-progress:after{clear:both}.checkout-progress li{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.checkout-progress li:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.checkout-progress li:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.checkout-progress li>.badge{float:right}.checkout-progress li>.badge+.badge{margin-right:5px}.checkout-progress li.disabled,.checkout-progress li.disabled:focus,.checkout-progress li.disabled:hover{background-color:#eee;color:#777}.checkout-progress li.disabled .list-group-item-heading,.checkout-progress li.disabled:focus .list-group-item-heading,.checkout-progress li.disabled:hover .list-group-item-heading{color:inherit}.checkout-progress li.disabled .list-group-item-text,.checkout-progress li.disabled:focus .list-group-item-text,.checkout-progress li.disabled:hover .list-group-item-text{color:#777}.checkout-progress li.active,.checkout-progress li.active:focus,.checkout-progress li.active:hover{z-index:2;color:#fff;background-color:#f15c22;border-color:#f15c22}.checkout-progress li.active .list-group-item-heading,.checkout-progress li.active .list-group-item-heading>.small,.checkout-progress li.active .list-group-item-heading>small,.checkout-progress li.active:focus .list-group-item-heading,.checkout-progress li.active:focus .list-group-item-heading>.small,.checkout-progress li.active:focus .list-group-item-heading>small,.checkout-progress li.active:hover .list-group-item-heading,.checkout-progress li.active:hover .list-group-item-heading>.small,.checkout-progress li.active:hover .list-group-item-heading>small{color:inherit}.checkout-progress li.active .list-group-item-text,.checkout-progress li.active:focus .list-group-item-text,.checkout-progress li.active:hover .list-group-item-text{color:#fde9e2}@media (min-width:992px){.checkout-progress li{float:left;width:20%;margin-bottom:0;border-left-width:0;text-align:center}.checkout-progress li:first-child,.checkout-progress li:last-child{border-radius:0}.checkout-progress li:first-child{border-left-width:1px;border-bottom-left-radius:4px;border-top-left-radius:4px}.checkout-progress li:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}}@media (max-width:992px){.multiple-checkout{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.multiple-checkout h2{margin-top:0;font-size:18px}.multiple-checkout h3,.multiple-checkout h4{margin-top:0;font-size:14px}.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:400}.multiple-checkout .data-table .product-name{line-height:34px}.multiple-checkout .data-table select{display:block;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,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;width:auto}.multiple-checkout .data-table select: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)}.multiple-checkout .data-table select::-moz-placeholder{color:#777;opacity:1}.multiple-checkout .data-table select:-ms-input-placeholder{color:#777}.multiple-checkout .data-table select::-webkit-input-placeholder{color:#777}.multiple-checkout .data-table select[disabled],.multiple-checkout .data-table select[readonly],fieldset[disabled] .multiple-checkout .data-table select{cursor:not-allowed;background-color:#eee;opacity:1}textarea.multiple-checkout .data-table select{height:auto}.multiple-checkout .data-table .item-options{margin-top:10px}.multiple-checkout .gift-messages{margin:15px 0 0}.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}.multiple-checkout .box{min-height:20px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);padding:9px;border-radius:3px}.multiple-checkout .box blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.multiple-checkout .box .box-title h3{margin-top:0}.multiple-checkout .box address{margin-bottom:0}.multiple-checkout .place-order:after,.multiple-checkout .place-order:before{content:" ";display:table}.multiple-checkout .place-order:after{clear:both}.multiple-checkout .place-order .please-wait{float:right;padding:27px 7px 0 0}.multiple-checkout .place-order .grand-total{text-align:right}.multiple-checkout .place-order .grand-total big{font-size:18px;font-weight:500}.multiple-checkout .place-order .grand-total .price{color:#f15c22}#multiship-addresses-table .qty{width:auto;text-align:center}#multiship-addresses-table tfoot .button{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.checkout-multishipping-shipping .box-sp-methods{min-height:20px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);padding:9px;border-radius:3px}.checkout-multishipping-shipping .box-sp-methods blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.checkout-multishipping-billing .multiple-checkout{position:relative}.account-login .content{min-height:242px}.captcha-image{position:relative;width:258px}.captcha-note{clear:left;padding-top:5px}.captcha-image .captcha-img{border-radius:4px;border:1px solid #ccc;width:100%}.registered-users .captcha-image{margin:0}.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px}.captcha-reload .refreshing{-webkit-animation:captcha-rotate 1.5s infinite linear;-moz-animation:captcha-rotate 1.5s infinite linear;animation:captcha-rotate 1.5s infinite linear}@-webkit-keyframes captcha-rotate{0%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes captcha-rotate{0%{-moz-transform:rotate(-360deg)}}@keyframes captcha-rotate{0%{transform:rotate(-360deg)}}.box-account{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.box-account>.list-group{margin-bottom:0}.box-account>.list-group .list-group-item{border-width:1px 0;border-radius:0}.box-account>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.box-account>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.box-account>.panel-collapse>.table,.box-account>.table,.box-account>.table-responsive>.table{margin-bottom:0}.box-account>.table-responsive:first-child>.table:first-child,.box-account>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.box-account>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.box-account>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.box-account>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.box-account>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.box-account>.table:first-child>tbody:first-child>tr:first-child td:first-child,.box-account>.table:first-child>tbody:first-child>tr:first-child th:first-child,.box-account>.table:first-child>thead:first-child>tr:first-child td:first-child,.box-account>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.box-account>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.box-account>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.box-account>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.box-account>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.box-account>.table:first-child>tbody:first-child>tr:first-child td:last-child,.box-account>.table:first-child>tbody:first-child>tr:first-child th:last-child,.box-account>.table:first-child>thead:first-child>tr:first-child td:last-child,.box-account>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.box-account>.table-responsive:last-child>.table:last-child,.box-account>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.box-account>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.box-account>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.box-account>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.box-account>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.box-account>.table:last-child>tbody:last-child>tr:last-child td:first-child,.box-account>.table:last-child>tbody:last-child>tr:last-child th:first-child,.box-account>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.box-account>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.box-account>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.box-account>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.box-account>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.box-account>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.box-account>.table:last-child>tbody:last-child>tr:last-child td:last-child,.box-account>.table:last-child>tbody:last-child>tr:last-child th:last-child,.box-account>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.box-account>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.box-account>.panel-body+.table,.box-account>.panel-body+.table-responsive{border-top:1px solid #ddd}.box-account>.table>tbody:first-child>tr:first-child td,.box-account>.table>tbody:first-child>tr:first-child th{border-top:0}.box-account>.table-bordered,.box-account>.table-responsive>.table-bordered{border:0}.box-account>.table-bordered>tbody>tr>td:first-child,.box-account>.table-bordered>tbody>tr>th:first-child,.box-account>.table-bordered>tfoot>tr>td:first-child,.box-account>.table-bordered>tfoot>tr>th:first-child,.box-account>.table-bordered>thead>tr>td:first-child,.box-account>.table-bordered>thead>tr>th:first-child,.box-account>.table-responsive>.table-bordered>tbody>tr>td:first-child,.box-account>.table-responsive>.table-bordered>tbody>tr>th:first-child,.box-account>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.box-account>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.box-account>.table-responsive>.table-bordered>thead>tr>td:first-child,.box-account>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.box-account>.table-bordered>tbody>tr>td:last-child,.box-account>.table-bordered>tbody>tr>th:last-child,.box-account>.table-bordered>tfoot>tr>td:last-child,.box-account>.table-bordered>tfoot>tr>th:last-child,.box-account>.table-bordered>thead>tr>td:last-child,.box-account>.table-bordered>thead>tr>th:last-child,.box-account>.table-responsive>.table-bordered>tbody>tr>td:last-child,.box-account>.table-responsive>.table-bordered>tbody>tr>th:last-child,.box-account>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.box-account>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.box-account>.table-responsive>.table-bordered>thead>tr>td:last-child,.box-account>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.box-account>.table-bordered>tbody>tr:first-child>td,.box-account>.table-bordered>tbody>tr:first-child>th,.box-account>.table-bordered>tbody>tr:last-child>td,.box-account>.table-bordered>tbody>tr:last-child>th,.box-account>.table-bordered>tfoot>tr:last-child>td,.box-account>.table-bordered>tfoot>tr:last-child>th,.box-account>.table-bordered>thead>tr:first-child>td,.box-account>.table-bordered>thead>tr:first-child>th,.box-account>.table-responsive>.table-bordered>tbody>tr:first-child>td,.box-account>.table-responsive>.table-bordered>tbody>tr:first-child>th,.box-account>.table-responsive>.table-bordered>tbody>tr:last-child>td,.box-account>.table-responsive>.table-bordered>tbody>tr:last-child>th,.box-account>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.box-account>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.box-account>.table-responsive>.table-bordered>thead>tr:first-child>td,.box-account>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.box-account>.table-responsive{border:0;margin-bottom:0}.box-account .box-head{margin:-15px -15px 15px;padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ddd;background-color:#f5f5f5;color:#333}.box-account .box-head:after,.box-account .box-head:before{content:" ";display:table}.box-account .box-head:after{clear:both}.box-account .box-head>.dropdown .dropdown-toggle{color:inherit}.box-account .box-head h2{float:left;margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.box-account .box-head h2>a{color:inherit}.box-account .box-head a{float:right}@media (max-width:768px){.box-account{width:100%;overflow-y:hidden;overflow-x:scroll}}.dashboard .box .box-title{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #ddd;text-align:right}.dashboard .box .box-title:after,.dashboard .box .box-title:before{content:" ";display:table}.dashboard .box .box-title:after{clear:both}.dashboard .box .box-title h3,.dashboard .box .box-title h4{margin:0;float:left;font-size:18px}.dashboard .col2-set>.box>.box-title{margin-left:15px;margin-right:15px}.dashboard .box-recent .data-table{margin-bottom:0}.dashboard .box-info address,.dashboard .box-info p{margin:0}.dashboard .box-info .box{margin-bottom:30px}.dashboard .box-reviews ol{margin-bottom:0}.dashboard .box-reviews .number{float:left}.dashboard .box-reviews .details{margin-left:20px}.dashboard .box-reviews li.item{margin-bottom:10px}.dashboard .box-reviews li.item:after,.dashboard .box-reviews li.item:before{content:" ";display:table}.dashboard .box-reviews li.item:after{clear:both}.dashboard .box-reviews li.item:last-child{margin-bottom:0}.dashboard .box-reviews .ratings{margin-top:5px}.dashboard .box-tags .number{float:left}.dashboard .box-tags .details{margin-left:20px}.dashboard .box-tags li.item{margin-bottom:10px}.dashboard .box-tags li.item:last-child{margin-bottom:0}.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}.addresses-list h2{font-size:18px}.addresses-list h3{margin-top:0;font-size:14px}.addresses-list address{margin:0 0 3px}.addresses-list p{margin:0}.addresses-list .link-remove{color:#a94442}.addresses-list .separator{margin:0 3px}.addresses-list li.item{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.addresses-list li.item>.list-group{margin-bottom:0}.addresses-list li.item>.list-group .list-group-item{border-width:1px 0;border-radius:0}.addresses-list li.item>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.addresses-list li.item>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.addresses-list li.item>.panel-collapse>.table,.addresses-list li.item>.table,.addresses-list li.item>.table-responsive>.table{margin-bottom:0}.addresses-list li.item>.table-responsive:first-child>.table:first-child,.addresses-list li.item>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.addresses-list li.item>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.addresses-list li.item>.table:first-child>tbody:first-child>tr:first-child td:first-child,.addresses-list li.item>.table:first-child>tbody:first-child>tr:first-child th:first-child,.addresses-list li.item>.table:first-child>thead:first-child>tr:first-child td:first-child,.addresses-list li.item>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.addresses-list li.item>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.addresses-list li.item>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.addresses-list li.item>.table:first-child>tbody:first-child>tr:first-child td:last-child,.addresses-list li.item>.table:first-child>tbody:first-child>tr:first-child th:last-child,.addresses-list li.item>.table:first-child>thead:first-child>tr:first-child td:last-child,.addresses-list li.item>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.addresses-list li.item>.table-responsive:last-child>.table:last-child,.addresses-list li.item>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.addresses-list li.item>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.addresses-list li.item>.table:last-child>tbody:last-child>tr:last-child td:first-child,.addresses-list li.item>.table:last-child>tbody:last-child>tr:last-child th:first-child,.addresses-list li.item>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.addresses-list li.item>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.addresses-list li.item>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.addresses-list li.item>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.addresses-list li.item>.table:last-child>tbody:last-child>tr:last-child td:last-child,.addresses-list li.item>.table:last-child>tbody:last-child>tr:last-child th:last-child,.addresses-list li.item>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.addresses-list li.item>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.addresses-list li.item>.panel-body+.table,.addresses-list li.item>.panel-body+.table-responsive{border-top:1px solid #ddd}.addresses-list li.item>.table>tbody:first-child>tr:first-child td,.addresses-list li.item>.table>tbody:first-child>tr:first-child th{border-top:0}.addresses-list li.item>.table-bordered,.addresses-list li.item>.table-responsive>.table-bordered{border:0}.addresses-list li.item>.table-bordered>tbody>tr>td:first-child,.addresses-list li.item>.table-bordered>tbody>tr>th:first-child,.addresses-list li.item>.table-bordered>tfoot>tr>td:first-child,.addresses-list li.item>.table-bordered>tfoot>tr>th:first-child,.addresses-list li.item>.table-bordered>thead>tr>td:first-child,.addresses-list li.item>.table-bordered>thead>tr>th:first-child,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>td:first-child,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>th:first-child,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>td:first-child,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.addresses-list li.item>.table-bordered>tbody>tr>td:last-child,.addresses-list li.item>.table-bordered>tbody>tr>th:last-child,.addresses-list li.item>.table-bordered>tfoot>tr>td:last-child,.addresses-list li.item>.table-bordered>tfoot>tr>th:last-child,.addresses-list li.item>.table-bordered>thead>tr>td:last-child,.addresses-list li.item>.table-bordered>thead>tr>th:last-child,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>td:last-child,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>th:last-child,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>td:last-child,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.addresses-list li.item>.table-bordered>tbody>tr:first-child>td,.addresses-list li.item>.table-bordered>tbody>tr:first-child>th,.addresses-list li.item>.table-bordered>tbody>tr:last-child>td,.addresses-list li.item>.table-bordered>tbody>tr:last-child>th,.addresses-list li.item>.table-bordered>tfoot>tr:last-child>td,.addresses-list li.item>.table-bordered>tfoot>tr:last-child>th,.addresses-list li.item>.table-bordered>thead>tr:first-child>td,.addresses-list li.item>.table-bordered>thead>tr:first-child>th,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:first-child>td,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:first-child>th,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:last-child>td,.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:last-child>th,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr:first-child>td,.addresses-list li.item>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.addresses-list li.item>.table-responsive{border:0;margin-bottom:0}.addresses-list li.item h3{margin:-15px -15px 15px;padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;border-color:#ddd;background-color:#f5f5f5;color:#333}.addresses-list li.item h3>.dropdown .dropdown-toggle{color:inherit}.addresses-list li.empty{background:0 0;border:0;padding:0}.order-info{margin-bottom:10px;border-bottom:1px solid #eee}.order-info dd{padding-left:10px}.order-info li{display:inline;margin:0 3px}.order-info li:first-child{margin-left:0}.order-info li:last-child{margin-right:0}.order-info .current{font-weight:700}.order-date{margin-bottom:10px}.order-info-box{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);margin-left:0;margin-right:0;border-color:#ddd;padding-top:15px}.order-info-box>.list-group{margin-bottom:0}.order-info-box>.list-group .list-group-item{border-width:1px 0;border-radius:0}.order-info-box>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.order-info-box>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.order-info-box>.panel-collapse>.table,.order-info-box>.table,.order-info-box>.table-responsive>.table{margin-bottom:0}.order-info-box>.table-responsive:first-child>.table:first-child,.order-info-box>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.order-info-box>.table:first-child>tbody:first-child>tr:first-child td:first-child,.order-info-box>.table:first-child>tbody:first-child>tr:first-child th:first-child,.order-info-box>.table:first-child>thead:first-child>tr:first-child td:first-child,.order-info-box>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.order-info-box>.table:first-child>tbody:first-child>tr:first-child td:last-child,.order-info-box>.table:first-child>tbody:first-child>tr:first-child th:last-child,.order-info-box>.table:first-child>thead:first-child>tr:first-child td:last-child,.order-info-box>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.order-info-box>.table-responsive:last-child>.table:last-child,.order-info-box>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.order-info-box>.table:last-child>tbody:last-child>tr:last-child td:first-child,.order-info-box>.table:last-child>tbody:last-child>tr:last-child th:first-child,.order-info-box>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.order-info-box>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.order-info-box>.table:last-child>tbody:last-child>tr:last-child td:last-child,.order-info-box>.table:last-child>tbody:last-child>tr:last-child th:last-child,.order-info-box>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.order-info-box>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.order-info-box>.panel-body+.table,.order-info-box>.panel-body+.table-responsive{border-top:1px solid #ddd}.order-info-box>.table>tbody:first-child>tr:first-child td,.order-info-box>.table>tbody:first-child>tr:first-child th{border-top:0}.order-info-box>.table-bordered,.order-info-box>.table-responsive>.table-bordered{border:0}.order-info-box>.table-bordered>tbody>tr>td:first-child,.order-info-box>.table-bordered>tbody>tr>th:first-child,.order-info-box>.table-bordered>tfoot>tr>td:first-child,.order-info-box>.table-bordered>tfoot>tr>th:first-child,.order-info-box>.table-bordered>thead>tr>td:first-child,.order-info-box>.table-bordered>thead>tr>th:first-child,.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:first-child,.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:first-child,.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.order-info-box>.table-responsive>.table-bordered>thead>tr>td:first-child,.order-info-box>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.order-info-box>.table-bordered>tbody>tr>td:last-child,.order-info-box>.table-bordered>tbody>tr>th:last-child,.order-info-box>.table-bordered>tfoot>tr>td:last-child,.order-info-box>.table-bordered>tfoot>tr>th:last-child,.order-info-box>.table-bordered>thead>tr>td:last-child,.order-info-box>.table-bordered>thead>tr>th:last-child,.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:last-child,.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:last-child,.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.order-info-box>.table-responsive>.table-bordered>thead>tr>td:last-child,.order-info-box>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.order-info-box>.table-bordered>tbody>tr:first-child>td,.order-info-box>.table-bordered>tbody>tr:first-child>th,.order-info-box>.table-bordered>tbody>tr:last-child>td,.order-info-box>.table-bordered>tbody>tr:last-child>th,.order-info-box>.table-bordered>tfoot>tr:last-child>td,.order-info-box>.table-bordered>tfoot>tr:last-child>th,.order-info-box>.table-bordered>thead>tr:first-child>td,.order-info-box>.table-bordered>thead>tr:first-child>th,.order-info-box>.table-responsive>.table-bordered>tbody>tr:first-child>td,.order-info-box>.table-responsive>.table-bordered>tbody>tr:first-child>th,.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>td,.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>th,.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.order-info-box>.table-responsive>.table-bordered>thead>tr:first-child>td,.order-info-box>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.order-info-box>.table-responsive{border:0;margin-bottom:0}.order-info-box .box{margin-bottom:15px}.order-info-box h2{margin-top:0;font-size:14px}.order-info-box address{margin-bottom:0}.order-items h2{font-size:18px}.order-items h3{font-size:12px}.order-items .order-links{text-align:right}.order-additional{margin:10px 0}.gift-message{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.gift-message>.list-group{margin-bottom:0}.gift-message>.list-group .list-group-item{border-width:1px 0;border-radius:0}.gift-message>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.gift-message>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gift-message>.panel-collapse>.table,.gift-message>.table,.gift-message>.table-responsive>.table{margin-bottom:0}.gift-message>.table-responsive:first-child>.table:first-child,.gift-message>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.gift-message>.table:first-child>tbody:first-child>tr:first-child td:first-child,.gift-message>.table:first-child>tbody:first-child>tr:first-child th:first-child,.gift-message>.table:first-child>thead:first-child>tr:first-child td:first-child,.gift-message>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.gift-message>.table:first-child>tbody:first-child>tr:first-child td:last-child,.gift-message>.table:first-child>tbody:first-child>tr:first-child th:last-child,.gift-message>.table:first-child>thead:first-child>tr:first-child td:last-child,.gift-message>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.gift-message>.table-responsive:last-child>.table:last-child,.gift-message>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.gift-message>.table:last-child>tbody:last-child>tr:last-child td:first-child,.gift-message>.table:last-child>tbody:last-child>tr:last-child th:first-child,.gift-message>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.gift-message>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.gift-message>.table:last-child>tbody:last-child>tr:last-child td:last-child,.gift-message>.table:last-child>tbody:last-child>tr:last-child th:last-child,.gift-message>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.gift-message>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.gift-message>.panel-body+.table,.gift-message>.panel-body+.table-responsive{border-top:1px solid #ddd}.gift-message>.table>tbody:first-child>tr:first-child td,.gift-message>.table>tbody:first-child>tr:first-child th{border-top:0}.gift-message>.table-bordered,.gift-message>.table-responsive>.table-bordered{border:0}.gift-message>.table-bordered>tbody>tr>td:first-child,.gift-message>.table-bordered>tbody>tr>th:first-child,.gift-message>.table-bordered>tfoot>tr>td:first-child,.gift-message>.table-bordered>tfoot>tr>th:first-child,.gift-message>.table-bordered>thead>tr>td:first-child,.gift-message>.table-bordered>thead>tr>th:first-child,.gift-message>.table-responsive>.table-bordered>tbody>tr>td:first-child,.gift-message>.table-responsive>.table-bordered>tbody>tr>th:first-child,.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.gift-message>.table-responsive>.table-bordered>thead>tr>td:first-child,.gift-message>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.gift-message>.table-bordered>tbody>tr>td:last-child,.gift-message>.table-bordered>tbody>tr>th:last-child,.gift-message>.table-bordered>tfoot>tr>td:last-child,.gift-message>.table-bordered>tfoot>tr>th:last-child,.gift-message>.table-bordered>thead>tr>td:last-child,.gift-message>.table-bordered>thead>tr>th:last-child,.gift-message>.table-responsive>.table-bordered>tbody>tr>td:last-child,.gift-message>.table-responsive>.table-bordered>tbody>tr>th:last-child,.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.gift-message>.table-responsive>.table-bordered>thead>tr>td:last-child,.gift-message>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.gift-message>.table-bordered>tbody>tr:first-child>td,.gift-message>.table-bordered>tbody>tr:first-child>th,.gift-message>.table-bordered>tbody>tr:last-child>td,.gift-message>.table-bordered>tbody>tr:last-child>th,.gift-message>.table-bordered>tfoot>tr:last-child>td,.gift-message>.table-bordered>tfoot>tr:last-child>th,.gift-message>.table-bordered>thead>tr:first-child>td,.gift-message>.table-bordered>thead>tr:first-child>th,.gift-message>.table-responsive>.table-bordered>tbody>tr:first-child>td,.gift-message>.table-responsive>.table-bordered>tbody>tr:first-child>th,.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>td,.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>th,.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.gift-message>.table-responsive>.table-bordered>thead>tr:first-child>td,.gift-message>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.gift-message>.table-responsive{border:0;margin-bottom:0}.gift-message dt{padding-left:10px}.gift-message dt strong{display:block;margin-left:-10px}.gift-message dd{margin-top:10px}.gift-message-row .gift-message{padding:0;margin:0;border:0}.order-about{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);padding:15px;border-color:#ddd}.order-about>.list-group{margin-bottom:0}.order-about>.list-group .list-group-item{border-width:1px 0;border-radius:0}.order-about>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.order-about>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.order-about>.panel-collapse>.table,.order-about>.table,.order-about>.table-responsive>.table{margin-bottom:0}.order-about>.table-responsive:first-child>.table:first-child,.order-about>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.order-about>.table:first-child>tbody:first-child>tr:first-child td:first-child,.order-about>.table:first-child>tbody:first-child>tr:first-child th:first-child,.order-about>.table:first-child>thead:first-child>tr:first-child td:first-child,.order-about>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.order-about>.table:first-child>tbody:first-child>tr:first-child td:last-child,.order-about>.table:first-child>tbody:first-child>tr:first-child th:last-child,.order-about>.table:first-child>thead:first-child>tr:first-child td:last-child,.order-about>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.order-about>.table-responsive:last-child>.table:last-child,.order-about>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.order-about>.table:last-child>tbody:last-child>tr:last-child td:first-child,.order-about>.table:last-child>tbody:last-child>tr:last-child th:first-child,.order-about>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.order-about>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.order-about>.table:last-child>tbody:last-child>tr:last-child td:last-child,.order-about>.table:last-child>tbody:last-child>tr:last-child th:last-child,.order-about>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.order-about>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.order-about>.panel-body+.table,.order-about>.panel-body+.table-responsive{border-top:1px solid #ddd}.order-about>.table>tbody:first-child>tr:first-child td,.order-about>.table>tbody:first-child>tr:first-child th{border-top:0}.order-about>.table-bordered,.order-about>.table-responsive>.table-bordered{border:0}.order-about>.table-bordered>tbody>tr>td:first-child,.order-about>.table-bordered>tbody>tr>th:first-child,.order-about>.table-bordered>tfoot>tr>td:first-child,.order-about>.table-bordered>tfoot>tr>th:first-child,.order-about>.table-bordered>thead>tr>td:first-child,.order-about>.table-bordered>thead>tr>th:first-child,.order-about>.table-responsive>.table-bordered>tbody>tr>td:first-child,.order-about>.table-responsive>.table-bordered>tbody>tr>th:first-child,.order-about>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.order-about>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.order-about>.table-responsive>.table-bordered>thead>tr>td:first-child,.order-about>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.order-about>.table-bordered>tbody>tr>td:last-child,.order-about>.table-bordered>tbody>tr>th:last-child,.order-about>.table-bordered>tfoot>tr>td:last-child,.order-about>.table-bordered>tfoot>tr>th:last-child,.order-about>.table-bordered>thead>tr>td:last-child,.order-about>.table-bordered>thead>tr>th:last-child,.order-about>.table-responsive>.table-bordered>tbody>tr>td:last-child,.order-about>.table-responsive>.table-bordered>tbody>tr>th:last-child,.order-about>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.order-about>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.order-about>.table-responsive>.table-bordered>thead>tr>td:last-child,.order-about>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.order-about>.table-bordered>tbody>tr:first-child>td,.order-about>.table-bordered>tbody>tr:first-child>th,.order-about>.table-bordered>tbody>tr:last-child>td,.order-about>.table-bordered>tbody>tr:last-child>th,.order-about>.table-bordered>tfoot>tr:last-child>td,.order-about>.table-bordered>tfoot>tr:last-child>th,.order-about>.table-bordered>thead>tr:first-child>td,.order-about>.table-bordered>thead>tr:first-child>th,.order-about>.table-responsive>.table-bordered>tbody>tr:first-child>td,.order-about>.table-responsive>.table-bordered>tbody>tr:first-child>th,.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>td,.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>th,.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.order-about>.table-responsive>.table-bordered>thead>tr:first-child>td,.order-about>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.order-about>.table-responsive{border:0;margin-bottom:0}.order-about dd{margin-bottom:10px;padding-left:10px}.order-about dd:last-child{margin-bottom:0}.my-wishlist textarea{display:block;width:100%;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,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;height:auto}.my-wishlist textarea:focus{border-color:#66afe9;outline:0;-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)}.my-wishlist textarea::-moz-placeholder{color:#777;opacity:1}.my-wishlist textarea:-ms-input-placeholder{color:#777}.my-wishlist textarea::-webkit-input-placeholder{color:#777}.my-wishlist textarea[disabled],.my-wishlist textarea[readonly],fieldset[disabled] .my-wishlist textarea{cursor:not-allowed;background-color:#eee;opacity:1}textarea.my-wishlist textarea{height:auto}.my-wishlist .add-to-cart-alt input.input-text,.my-wishlist .price-box{margin-bottom:5px}.my-wishlist .add-to-cart-alt .btn-cart{display:block;margin-bottom:5px;width:100%}.my-wishlist p{margin-bottom:0}.my-wishlist .link-edit{margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;width:100%;display:block}.my-wishlist .link-edit.active:focus,.my-wishlist .link-edit:active:focus,.my-wishlist .link-edit:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.my-wishlist .link-edit:focus,.my-wishlist .link-edit:hover{text-decoration:none}.my-wishlist .link-edit.active,.my-wishlist .link-edit:active{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)}.my-wishlist .link-edit.disabled,.my-wishlist .link-edit[disabled],fieldset[disabled] .my-wishlist .link-edit{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.my-wishlist .link-edit.active,.my-wishlist .link-edit:active,.my-wishlist .link-edit:focus,.my-wishlist .link-edit:hover,.open>.dropdown-toggle.my-wishlist .link-edit{color:#333;background-color:#e6e6e6;border-color:#adadad}.my-wishlist .link-edit.active,.my-wishlist .link-edit:active,.open>.dropdown-toggle.my-wishlist .link-edit{background-image:none}.my-wishlist .link-edit.disabled,.my-wishlist .link-edit.disabled.active,.my-wishlist .link-edit.disabled:active,.my-wishlist .link-edit.disabled:focus,.my-wishlist .link-edit.disabled:hover,.my-wishlist .link-edit[disabled],.my-wishlist .link-edit[disabled].active,.my-wishlist .link-edit[disabled]:active,.my-wishlist .link-edit[disabled]:focus,.my-wishlist .link-edit[disabled]:hover,fieldset[disabled] .my-wishlist .link-edit,fieldset[disabled] .my-wishlist .link-edit.active,fieldset[disabled] .my-wishlist .link-edit:active,fieldset[disabled] .my-wishlist .link-edit:focus,fieldset[disabled] .my-wishlist .link-edit:hover{background-color:#fff;border-color:#ccc}.my-wishlist .link-edit .badge{color:#fff;background-color:#333}.my-wishlist .btn-add{color:#fff;background-color:#f15c22;border-color:#eb4c0f}.my-wishlist .btn-add.active,.my-wishlist .btn-add:active,.my-wishlist .btn-add:focus,.my-wishlist .btn-add:hover,.open>.dropdown-toggle.my-wishlist .btn-add{color:#fff;background-color:#d3450d;border-color:#b13a0b}.my-wishlist .btn-add.active,.my-wishlist .btn-add:active,.open>.dropdown-toggle.my-wishlist .btn-add{background-image:none}.my-wishlist .btn-add.disabled,.my-wishlist .btn-add.disabled.active,.my-wishlist .btn-add.disabled:active,.my-wishlist .btn-add.disabled:focus,.my-wishlist .btn-add.disabled:hover,.my-wishlist .btn-add[disabled],.my-wishlist .btn-add[disabled].active,.my-wishlist .btn-add[disabled]:active,.my-wishlist .btn-add[disabled]:focus,.my-wishlist .btn-add[disabled]:hover,fieldset[disabled] .my-wishlist .btn-add,fieldset[disabled] .my-wishlist .btn-add.active,fieldset[disabled] .my-wishlist .btn-add:active,fieldset[disabled] .my-wishlist .btn-add:focus,fieldset[disabled] .my-wishlist .btn-add:hover{background-color:#f15c22;border-color:#eb4c0f}.my-wishlist .btn-add .badge{color:#f15c22;background-color:#fff}.product-review .product-img-box{float:left;width:140px}.product-review .product-img-box .product-image{display:block;max-width:100%;height:auto}.product-review .product-img-box .label{font-size:12px}.product-review .product-img-box .ratings .rating-box{display:block;float:none;margin-bottom:5px}.product-review .product-details{margin-left:150px}.product-review .product-name{margin-bottom:10px;font-size:18px}.product-review h3{font-size:14px}.product-review .ratings-table{margin:0 0 10px}.product-review dt{margin-bottom:5px}.billing-agreements .info-box{margin:10px 0}.billing-agreements .form-list li select{float:left}.billing-agreements .form-list li button.button{float:left;margin-left:10px}.billing-agreements .table-caption{font-weight:700}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,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;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}.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-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: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}}.modal-open{overflow:hidden}.modal-open .navbar-fixed-bottom,.modal-open .navbar-fixed-top,body.modal-open{margin-right:0}@media screen and (min-width:992px){.modal-media .modal-dialog{width:940px}}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:400px;padding:1px;text-align:left;background-color:#fff;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);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;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{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;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{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.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:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.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:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.carousel-inner>.active.left{float:none!important}.cart .cart-collaterals:after,.cart .cart-collaterals:before,.catalog-seo-sitemap-category .page-sitemap .sitemap:after,.catalog-seo-sitemap-category .page-sitemap .sitemap:before,.catalog-seo-sitemap-product .page-sitemap .sitemap:after,.catalog-seo-sitemap-product .page-sitemap .sitemap:before,.clearfix:after,.clearfix:before,.col2-set:after,.col2-set:before,.col4-set:after,.col4-set:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.layout:after,.layout:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.panel-body:after,.panel-body:before,.product-essential .product-img-box .more-views ul:after,.product-essential .product-img-box .more-views ul:before,.product-options-bottom:after,.product-options-bottom:before,.product-view:after,.product-view:before,.products-grid:after,.products-grid:before,.row:after,.row:before,header.main__header:after,header.main__header:before{content:" ";display:table}.cart .cart-collaterals:after,.catalog-seo-sitemap-category .page-sitemap .sitemap:after,.catalog-seo-sitemap-product .page-sitemap .sitemap:after,.clearfix:after,.col2-set:after,.col4-set:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.layout:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.panel-body:after,.product-essential .product-img-box .more-views ul:after,.product-options-bottom:after,.product-view:after,.products-grid:after,.row:after,header.main__header:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bs-prototype-override{display:block!important}.bs-prototype-override.input-group-btn{display:table-cell!important}.hidden{display:none!important;border:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;width:0!important;height:0!important;overflow:hidden!important}.nobr{white-space:nowrap!important}.wrap{white-space:normal!important}.a-left{text-align:left!important}.a-center{text-align:center!important}.a-right{text-align:right!important}.v-top{vertical-align:top}.v-middle{vertical-align:middle}.f-left,.left{float:left!important}.f-right,.right{float:right!important}.f-none{float:none!important}.f-fix{float:left;width:100%}.no-display{display:none}.no-margin{margin:0!important}.no-padding{padding:0!important}.no-bg{background:none!important}.clearer:after,.clearer:before{content:" ";display:table}.clearer:after{clear:both}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.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}tr.visible-sm{display:table-row!important}td.visible-sm,th.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}tr.visible-md{display:table-row!important}td.visible-md,th.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}tr.visible-lg{display:table-row!important}td.visible-lg,th.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}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.visible-print-block{display:block!important}}@media print{.visible-print-inline{display:inline!important}}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

.mega-menu-parent:hover .mega-menu
{
     display: block;
}

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

.mega-menu-parent.open .mega-menu
{
    display: block;
}


@media (max-width: 750px)
{
.navigation.visible-xs .mega-menu .inner
{
	height: 210px;
}
}

@media (min-width: 750px) and (max-width: 992px)
{
.navigation.visible-xs .mega-menu .inner
{
	overflow: scroll;
	height: 500px;
}
}


.cookie-notice {
  background:white;
  color:#333333;
  bottom:0;
  top:auto;
  z-index:9999999999;
}

.cookie-notice h2 {
  color:#333333;
}

.cookie-notice .text,
.cookie-notice form {
  width:100%;
  display:block;
  padding:0;
  margin-left:0 !important;
}

.cookie-notice form legend {
  display:none;
}

.cookie-notice form fieldset div:not(.btn) {
  display:block;
  width:25%;
  text-align:left;
  float:left;
  position:relative;
    padding:3px 0 0 30px;
}

@media only screen and (max-width:520px) {
  .cookie-notice form fieldset div:not(.btn) {
    width:100%;
  }
}

.cookie-notice form input + label:before {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;

    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.cookie-notice form input:checked + label:before {
  background:#8BC121;
  border-color:#8BC121;
}

.cookie-notice form input[type="checkbox"] {
  display:none;
}

.cookie-notice form input label {
  position:relative;
}

.cookie-notice form input:checked + label:after {
    content:'';
    left: 6px;
    top: 5px;
    position:absolute;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index:3;
}
.cookie-notice form {
  padding-top:10px;
  border-top:1px solid rgba(230,230,229, 0.3);
  text-transform:capitalize
}

.cookie-notice form .btn {
  padding:0;
}

.cookie-left,
.cookie-right {
  display:block;
  float:left;
}

.cookie-left {
  width:150px;

}

.cookie-left img {
  width:70%;
  margin-top:30px
}

.cookie-right {
  width:calc(100% - 150px)
}


.product-view .mpblog-container > h2 {
    padding-top: 14px;
    background-color: #888;
    color: #ffffff;
    font-family: "swis721_cn_btroman";
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


#amfile-list {
	font-size:10px;}

@media (max-width: 992px) {
  body .menucontainer,
  body .menucontainer .navigation {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; } }

header.main__header {
  margin: 0px; }
  header.main__header > .logo {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      header.main__header > .logo {
        width: 50%;
        float: left;
        display: block; } }
    @media (max-width: 768px) {
      header.main__header > .logo {
        padding-right: 0px;
        padding-left: 0px;
        width: 150px;
        float: left; }
        header.main__header > .logo img {
          width: 100%; } }
    @media (max-width: 300px) {
      header.main__header > .logo {
        width: 100%;
        text-align: center; }
        header.main__header > .logo img {
          width: 150px;
          display: inline-block; } }
  header.main__header .quick-access {
    width: 42%;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "swis721_cn_btroman"; }
    @media (max-width: 992px) {
      header.main__header .quick-access {
        width: 100%;
        clear: both; } }
    header.main__header .quick-access ul.links {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      display: block;
      border-left: 1px solid #333333;
      background-color: #404040;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      border-radius: 0px 0px 4px 4px;
      text-align: center; }
      @media (max-width: 992px) {
        header.main__header .quick-access ul.links {
          margin-top: 15px;
          border-radius: 4px;
          border-top: 1px solid #333333;
          padding: 5px;
          text-align: center; } }
      header.main__header .quick-access ul.links a {
        color: #f2f2f2; }
        header.main__header .quick-access ul.links a:hover {
          background: none; }
      header.main__header .quick-access ul.links li {
        display: inline;
        margin-left: 7px;
        font-size: 13px; }
        header.main__header .quick-access ul.links li.first a {
          color: #ffffff;
          background: linear-gradient(#96ce24 0%, #7fb01c 100%) 0px 0px repeat scroll transparent;
          padding: 5px;
          border-radius: 3px; }
          header.main__header .quick-access ul.links li.first a:hover, header.main__header .quick-access ul.links li.first a:focus {
            background: transparent linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0;
            text-decoration: none; }
        header.main__header .quick-access ul.links li a {
          color: #ffffff; }
  header.main__header .bundle-usp {
    width: 28%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    overflow: hidden;
    font-family: "swis721_cn_btroman";
    color: #ccc; }
    @media (max-width: 992px) {
      header.main__header .bundle-usp {
        width: 50%;
        float: right; } }
    @media (max-width: 768px) {
      header.main__header .bundle-usp {
        width: auto;
        float: right;
        border-radius: 4px;
        padding: 15px 15px 0px 15px;
        overflow: hidden;
        background-color: inherit;
        margin-top: 10px;
        margin-bottom: 0px; } }
    @media (max-width: 300px) {
      header.main__header .bundle-usp {
        width: 100%;
        text-align: center; } }
    header.main__header .bundle-usp h3 {
      font-size: 16px;
      margin-top: 0px;
      margin-bottom: 9px;
      font-weight: normal;
      color: #f2f2f2; }
      @media (max-width: 768px) {
        header.main__header .bundle-usp h3 {
          display: block; } }
      @media (max-width: 300px) {
        header.main__header .bundle-usp h3 {
          display: inline; } }
      header.main__header .bundle-usp h3 i {
        margin-right: 5px; }
    header.main__header .bundle-usp h4 {
      font-size: 14px;
      margin-top: 0px;
      margin-bottom: 5px;
      font-weight: normal; }
    header.main__header .bundle-usp .subtitle {
      font-size: 14px;
      margin-top: 0px;
      margin-bottom: 5px;
      font-weight: normal;
      color: #f2f2f2;
      width: 100%;
      display: block; }
    header.main__header .bundle-usp p {
      font-size: 12px;
      margin-bottom: 2px;
      font-family: "swis721_cn_btroman"; }
    header.main__header .bundle-usp img {
      margin-right: 10px; }
    @media (max-width: 750px) {
      header.main__header .bundle-usp a {
        color: #7fb01c; } }
  header.main__header .vragen,
  header.main__header .verzendkosten,
  header.main__header .klantenbeoordelingen {
    width: 50%;
    display: block;
    float: left; }
    @media (max-width: 768px) {
      header.main__header .vragen,
      header.main__header .verzendkosten,
      header.main__header .klantenbeoordelingen {
        float: inherit;
        text-align: center;
        width: 100%; } }
  header.main__header .vragen {
    padding-left: 15px; }
    @media (max-width: 768px) {
      header.main__header .vragen {
        float: none;
        width: 100%;
        text-align: center;
        clear: both;
        padding-left: 0; }
        header.main__header .vragen h4 {
          display: none; } }
    header.main__header .vragen p {
      font-size: 15px;
      color: #f2f2f2; }
      @media (max-width: 768px) {
        header.main__header .vragen p {
          display: inline; } }
    header.main__header .vragen a {
      color: #f2f2f2; }
      @media (max-width: 768px) {
        header.main__header .vragen a {
          color: #87bd18; } }
  header.main__header .pakket,
  header.main__header .pallet {
    width: 50%;
    display: block;
    float: left; }
    @media (max-width: 992px) {
      header.main__header .pakket > span,
      header.main__header .pallet > span {
        display: block; } }
  @media (max-width: 768px) {
    header.main__header .verzendkosten {
      display: none !important; } }

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px; }
  .navbar-collapse ul.mega-menu-nav {
    position: relative;
    width: 100%; }
    .navbar-collapse ul.mega-menu-nav > li.mega-menu-parent {
      position: static; }
      .navbar-collapse ul.mega-menu-nav > li.mega-menu-parent:hover .mega-menu,
      .navbar-collapse ul.mega-menu-nav > li.mega-menu-parent.open .mega-menu {
        display: block; }
    .navbar-collapse ul.mega-menu-nav .mega-menu {
      left: 0px;
      z-index: 1000;
      top: 50px;
      display: none;
      background: #ffffff;
      box-sizing: border-box;
      width: 100%;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 0px solid #e7e7e7;
      border-top: 0px;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      padding: 10px; }
      @media (max-width: 768px) {
        .navbar-collapse ul.mega-menu-nav .mega-menu {
          padding: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          box-shadow: none;
          top: 0;
          position: relative; } }
      .navbar-collapse ul.mega-menu-nav .mega-menu .inner {
        background: #e7e7e7;
        padding: 10px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        min-height: 108px; }
        @media (max-width: 768px) {
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner {
            height: auto;
            overflow: hidden;
            min-height: 0; } }
        .navbar-collapse ul.mega-menu-nav .mega-menu .inner a {
          font-family: "swis721_cn_bt_bold";
          font-size: 14px;
          text-transform: uppercase; }
        .navbar-collapse ul.mega-menu-nav .mega-menu .inner .col-md-6 {
          width: 33.3%;
          padding-right: 0px !important;
          float: left; }
          @media (max-width: 768px) {
            .navbar-collapse ul.mega-menu-nav .mega-menu .inner .col-md-6 {
              width: 100% !important;
              padding-left: 0;
              min-height: 0; } }
        .navbar-collapse ul.mega-menu-nav .mega-menu .inner .row {
          width: 100%;
          float: left; }
          @media (max-width: 768px) {
            .navbar-collapse ul.mega-menu-nav .mega-menu .inner .row {
              margin-left: 0;
              margin-right: 0; } }
        .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item {
          width: 100%;
          border: 0;
          clear: both;
          margin-bottom: 10px;
          min-height: 59px; }
          @media (max-width: 768px) {
            .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item {
              min-height: 0; } }
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item .image {
            float: left;
            width: 66px;
            height: 50px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #ffffff;
            margin-right: 10px; }
            @media (max-width: 768px) {
              .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item .image {
                display: none; } }
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item .short {
            font-size: 10px;
            color: #333333; }
            @media (max-width: 768px) {
              .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item .short {
                display: none; } }
        .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item-info {
          display: none;
          width: 35%;
          float: right;
          border: 1px solid #AAA;
          background: white;
          padding: 15px;
          box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
          min-height: 150px; }
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item-info h3 {
            margin: 0;
            margin-bottom: 10px;
            font-family: "swis721_cn_btroman"; }
            .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item-info h3 .fa {
              color: #96ce24; }
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item-info p {
            font-size: 11px; }
          .navbar-collapse ul.mega-menu-nav .mega-menu .inner .item-info .image {
            float: left;
            width: 150px;
            height: 120px;
            margin-right: 10px;
            margin-bottom: 70px;
            border-radius: 3px;
            background-color: #ffffff; }

.category-products .col-md-4 {
  text-align: center; }
  .category-products .col-md-4:last-child {
    margin-bottom: 15px; }

.category-products .cat-item {
  border: 1px solid #CCC;
  border-radius: 3px;
  height: 195px;
  margin-top: 15px; }

#search-bar a:hover {
  text-decoration: none; }

#search-bar input:focus {
  outline: none; }

.navigation {
  padding-left: 0px;
  padding-right: 0px; }
  @media (max-width: 992px) {
    .navigation {
      padding-left: 0;
      padding-right: 0;
      display: block;
      width: 100%; } }
  .navigation .navbar {
    margin-bottom: 10px;
    border-radius: 0px 0px 4px 4px;
    border-top: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .navigation .navbar {
        border-radius: 0px;
        border-right: 0px;
        border-left: 0px; } }
    .navigation .navbar .navbar-toggle {
      float: left;
      margin-left: 15px;
      border: 0;
      padding: 10px 0;
      margin-right: 10px; }
      .navigation .navbar .navbar-toggle .icon-bar {
        background: #333333; }
      .navigation .navbar .navbar-toggle:focus {
        background: transparent; }
        .navigation .navbar .navbar-toggle:focus .icon-bar {
          background: #87bd18; }
    .navigation .navbar .navbar-brand {
      float: left;
      padding: 0;
      font-weight: 700;
      font-size: 13px;
      line-height: 49px;
      float: left; }
    @media (max-width: 768px) {
      .navigation .navbar .navbar-nav {
        margin: 0; } }
    .navigation .navbar .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px; }
      .navigation .navbar .navbar-nav > li > a:hover {
        background-color: #f2f2f2; }
      @media (max-width: 992px) {
        .navigation .navbar .navbar-nav > li > a {
          padding-left: 5px;
          padding-right: 5px; } }
    .navigation .navbar .navbar-nav > .active > a,
    .navigation .navbar .navbar-nav > .active > a:focus,
    .navigation .navbar .navbar-nav > .active > a:hover {
      background-color: #87bd18;
      color: #ffffff; }
    .navigation .navbar > li > a {
      font-family: "swis721_cn_btroman";
      text-transform: uppercase;
      color: #555; }
      @media (max-width: 992px) {
        .navigation .navbar > li > a {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 12px; } }
    .navigation .navbar > li > a {
      padding-top: 18px;
      padding-bottom: 16px; }
    .navigation .navbar .navbar-text {
      color: #555; }
    .navigation .navbar .dropdown-menu .divider {
      margin-top: 5px !important;
      margin-bottom: 5px !important; }
    .navigation .navbar .dropdown-menu > li > a {
      font-size: 13px;
      padding-top: 5px; }
    .navigation .navbar .dropdown-menu .active a,
    .navigation .navbar .dropdown-menu .active a:hover,
    .navigation .navbar .dropdown-menu .active a:focus {
      background-color: #7fb01c; }
  .navigation .cart-actions {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 222; }
    .navigation .cart-actions li a {
      display: inline-block; }
    .navigation .cart-actions sup {
      background: #333333;
      font-size: 10px;
      color: #fff;
      width: 15px;
      line-height: 15px;
      height: 15px;
      display: block;
      text-align: center;
      border-radius: 5px;
      position: absolute;
      top: 20%;
      right: 5px; }
    .navigation .cart-actions .fa-search {
      display: none;
      line-height: 50px;
      padding: 0 10px;
      font-size: 19px; }
    .navigation .cart-actions .css-shopping-cart-btn {
      position: relative; }
      .navigation .cart-actions .css-shopping-cart-btn .dropdown-menu {
        right: -45px; }
      .navigation .cart-actions .css-shopping-cart-btn > a {
        background: #87bd18;
        padding: 0 10px; }
        .navigation .cart-actions .css-shopping-cart-btn > a:hover, .navigation .cart-actions .css-shopping-cart-btn > a:focus {
          background-color: #87bd18 !important; }
        .navigation .cart-actions .css-shopping-cart-btn > a .fa {
          color: #ffffff;
          font-size: 20px;
          line-height: 50px; }
    .navigation .cart-actions .shopping-cart-dropdown {
      width: 300px;
      padding: 15px;
      font-size: 12px; }
      .navigation .cart-actions .shopping-cart-dropdown h5 {
        font-family: "swis721_cn_bt_bold";
        margin: 0;
        margin-bottom: 10px;
        font-size: 18px; }
      .navigation .cart-actions .shopping-cart-dropdown ul {
        margin-bottom: 10px;
        max-height: calc(3 * 70px);
        overflow-x: hidden;
        overflow-y: scroll; }
        .navigation .cart-actions .shopping-cart-dropdown ul li {
          border-bottom: 1px solid rgba(51, 51, 51, 0.4);
          padding: 10px 0;
          height: 70px; }
          .navigation .cart-actions .shopping-cart-dropdown ul li:last-child {
            border-bottom: 0; }
          .navigation .cart-actions .shopping-cart-dropdown ul li img {
            margin-right: 5px;
            width: 50px; }
          .navigation .cart-actions .shopping-cart-dropdown ul li a {
            width: calc(100% - 60px); }
      .navigation .cart-actions .shopping-cart-dropdown a.btn-default {
        background-color: #f15c22;
        border-color: #eb4c0f;
        color: #ffffff;
        font-family: "swis721_cn_btroman"; }
        .navigation .cart-actions .shopping-cart-dropdown a.btn-default:hover {
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); }
    .navigation .cart-actions .dropdown.profiel > a {
      line-height: 50px;
      padding: 0 10px; }
      .navigation .cart-actions .dropdown.profiel > a:hover {
        text-decoration: none; }
      .navigation .cart-actions .dropdown.profiel > a:focus {
        text-decoration: none; }
    @media (max-width: 768px) {
      .navigation .cart-actions .dropdown.profiel {
        display: none; } }
    .navigation .cart-actions .dropdown.profiel .new-message {
      background: #f15c22;
      border-radius: 4px;
      width: 15px;
      height: 19px;
      display: inline-block;
      text-align: center;
      line-height: 20px;
      font-size: 10px;
      color: #ffffff;
      font-weight: bold;
      position: relative; }
    .navigation .cart-actions .dropdown.profiel .fa {
      position: relative;
      top: 2px;
      font-size: 17px; }
    .navigation .cart-actions .dropdown.profiel .berichtenbox {
      padding: 0; }
      .navigation .cart-actions .dropdown.profiel .berichtenbox .mp-title {
        display: none; }
      .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post {
        padding: 5px;
        margin-bottom: 0; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .mp-post-header {
          font-size: 12px;
          font-weight: 700;
          margin-top: 0;
          display: inline; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .thumbnail-container {
          margin-right: 5px; }
          .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .thumbnail-container .post-thumbnail {
            width: 50px;
            height: 50px; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .fix-me:before {
          display: none; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .mp-content {
          padding: 0;
          float: left;
          width: calc( 100% - 60px); }
          .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .mp-content p {
            font-size: 11px;
            line-height: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .mp-read-more {
          font-size: 11px;
          padding: 0 10px;
          float: right;
          margin-right: 0; }
        .navigation .cart-actions .dropdown.profiel .berichtenbox .mpblog-post .categories {
          display: none; }
      .navigation .cart-actions .dropdown.profiel .berichtenbox .alle {
        width: 100% !important;
        display: block;
        text-align: center;
        height: 25px;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 5px; }
    .navigation .cart-actions .css-proposal-cart-btn > a {
      padding: 0 15px 0 10px;
      position: relative;
      background: #f15c22; }
      .navigation .cart-actions .css-proposal-cart-btn > a:hover, .navigation .cart-actions .css-proposal-cart-btn > a:focus {
        background-color: #f15c22 !important; }
    .navigation .cart-actions .css-proposal-cart-btn .fa {
      color: #ffffff;
      font-size: 22px;
      line-height: 50px; }

.levertijd {
  width: 100%;
  float: right;
  position: relative;
  color: #4d4d4d;
  font-family: "swis721_cn_btroman";
  font-size: 13px; }
  @media (max-width: 992px) {
    .levertijd {
      text-align: center; } }
  .levertijd.remove {
    display: none; }
  .levertijd .cijfer {
    font-size: 19px;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: bold; }
  .levertijd .aantal-beoordelingen {
    margin-left: 5px;
    color: #87bd18; }
    .levertijd .aantal-beoordelingen a {
      color: #87bd18; }
      .levertijd .aantal-beoordelingen a:active {
        color: #87bd18; }
  .levertijd .social {
    float: right;
    margin-left: 15px;
    font-size: 14px; }
    @media (max-width: 768px) {
      .levertijd .social {
        display: none; } }
    .levertijd .social .twitter,
    .levertijd .social .facebook,
    .levertijd .social .youtube {
      color: #1a1a1a; }
      .levertijd .social .twitter:hover,
      .levertijd .social .facebook:hover,
      .levertijd .social .youtube:hover {
        color: #87bd18; }
  .levertijd div.inlineheader {
    margin-bottom: 5px; }
    .levertijd div.inlineheader > p {
      margin-bottom: 0; }
    @media (max-width: 992px) {
      .levertijd div.inlineheader {
        width: 100%;
        display: block;
        text-align: center;
        float: inherit;
        font-family: "swis721_cn_btroman"; } }
    .levertijd div.inlineheader.levering {
      float: right;
      font-size: 13px;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 992px) {
        .levertijd div.inlineheader.levering {
          width: 100%;
          display: block;
          text-align: center;
          float: inherit;
          border-right: 0px;
          border-left: 0px; } }
    .levertijd div.inlineheader.beoordelingen {
      float: right;
      margin-right: 20px;
      margin-top: -7px; }
      @media (max-width: 992px) {
        .levertijd div.inlineheader.beoordelingen {
          margin-right: 0px; } }
      .levertijd div.inlineheader.beoordelingen i {
        margin-right: 1px; }
    .levertijd div.inlineheader i {
      margin-right: 5px; }
      .levertijd div.inlineheader i.fa-star {
        color: #f7b400; }

.breadcrumb {
  font-family: "swis721_cn_btroman";
  background-color: #ffffff; }

.catalogsearch-result-index .page-title {
  background-color: #ffffff !important;
  padding-left: 10px;
  border-radius: 5px; }

.catalogsearch-result-index h1 {
  padding-top: 9px; }

.searchautocomplete .old-price {
  display: none; }

.searchautocomplete .searchindex-results {
  border-bottom: 0px;
  margin-bottom: -2px; }

.searchautocomplete .reviews:hover {
  color: #000 !important; }

.searchautocomplete .searchautocomplete-placeholder {
  top: 58px !important; }
  .searchautocomplete .searchautocomplete-placeholder ul li {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px; }

.searchautocomplete .form-search .input-text {
  position: absolute;
  top: 0px;
  height: 47px;
  width: 85%;
  text-align: center;
  padding-left: 60px !important; }
  @media (max-width: 768px) {
    .searchautocomplete .form-search .input-text {
      text-align: left; } }

.searchautocomplete .form-search .search-button {
  position: absolute;
  right: 0px;
  z-index: 10;
  background-color: #f15c22;
  color: #ffffff;
  height: 47px;
  width: 80px;
  background: linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0 transparent;
  border-color: #87bd18;
  color: #ffffff; }
  .searchautocomplete .form-search .search-button:hover {
    background-color: #f15c22;
    background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent; }

.searchautocomplete .form-search .search-autocomplete {
  width: 100%; }
  .searchautocomplete .form-search .search-autocomplete ul {
    top: -6px; }
    .searchautocomplete .form-search .search-autocomplete ul li {
      border-bottom: 1px solid #ccc; }
      .searchautocomplete .form-search .search-autocomplete ul li.active, .searchautocomplete .form-search .search-autocomplete ul li.active:focus, .searchautocomplete .form-search .search-autocomplete ul li.active:hover {
        background-color: #f2f2f2 !important;
        border: 1px solid #ccc !important;
        color: #000 !important; }
      .searchautocomplete .form-search .search-autocomplete ul li a {
        display: block !important;
        text-decoration: none;
        width: 300px; }
      .searchautocomplete .form-search .search-autocomplete ul li .highlight {
        display: none; }
      .searchautocomplete .form-search .search-autocomplete ul li .price-box {
        color: #c76200;
        float: right;
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        right: 4px;
        top: 4px; }

.searchautocomplete .nav-search-in {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  height: 47px;
  top: 0; }
  .searchautocomplete .nav-search-in select {
    border: 0px !important; }
  .searchautocomplete .nav-search-in .category {
    height: 47px;
    background-color: #f2f2f2;
    border: 0px; }
    .searchautocomplete .nav-search-in .category option {
      padding: 5px; }
  .searchautocomplete .nav-search-in .category-fake {
    margin-top: 10px; }
  .searchautocomplete .nav-search-in .nav-down-arrow {
    top: 21px; }

.searchautocomplete .searchautocomplete-loader {
  top: 14px;
  right: 84px; }

.searchindex-result.searchindex-result-category li {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.searchindex-result {
  background-color: #ffffff; }

.searchindex-results {
  margin-bottom: 0px; }

.searchindex-result li {
  padding: 20px;
  margin-left: 0px;
  margin-right: 1px;
  border-bottom: 1px solid #ccc; }

.searchindex-results li.active a {
  border: 0px;
  background-color: #ffffff;
  background-image: none;
  padding-bottom: 7px !important; }

.searchindex-results li a {
  background-color: #f2f2f2;
  padding-bottom: 5px !important; }

.searchindex-results li a:hover {
  background-color: #ffffff;
  border-width: 1px 1px medium;
  border-color: #ffffff; }

.searchindex-results li {
  margin-left: 0px;
  margin-right: 2px; }

.searchindex-results li a {
  padding: 10px 24px 10px 24px;
  font-size: 17px !important;
  line-height: 32px; }

.searchindex-results li a span {
  color: #888;
  font-size: 15px !important; }

body.catalogsearch-result-index p.amount {
  display: none; }

.searchindex-result li .title a {
  font-family: arial;
  font-size: 18px;
  color: #000; }

.dsit-rating {
  background-color: #666666;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  color: #f2f2f2;
  font-family: "swis721_cn_btroman"; }
  .dsit-rating .snippets {
    border: 0; }
  .dsit-rating a {
    color: #f2f2f2;
    text-decoration: underline; }

div.footer {
  background-color: #333333;
  color: #f2f2f2; }
  div.footer a {
    color: #f2f2f2; }
  div.footer .footer-top,
  div.footer .footer-bottom {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 13px;
    font-family: "swis721_cn_btroman"; }
  div.footer.bottom {
    background: #262626; }
    div.footer.bottom footer ul {
      min-height: 58px;
      border-right: 0px; }
      div.footer.bottom footer ul li.postcode {
        padding-left: 27px; }
    div.footer.bottom .openingstijden {
      display: block;
      margin-left: 27px; }

footer ul {
  border-right: 1px solid #555;
  display: block;
  float: left;
  margin-right: 5%;
  min-height: 125px;
  overflow: hidden;
  padding-top: 10px;
  width: 20%; }
  @media (max-width: 992px) {
    footer ul {
      width: 45%;
      border-right: 0; }
      footer ul.two {
        border-right: 0; } }
  footer ul li {
    margin-bottom: 3px; }
    footer ul li i {
      width: 15px;
      margin-right: 7px;
      margin-left: 2px;
      font-size: 15px; }
    footer ul li a.contact {
      display: block;
      width: 100%;
      padding-bottom: 7px;
      min-height: 35px;
      border-radius: 4px;
      overflow: hidden;
      text-align: center;
      padding-top: 9px;
      background: linear-gradient(to bottom, #7fb01c 0%, #7fb01c 100%) repeat scroll 0 0 transparent;
      color: #ffffff;
      text-decoration: none;
      text-shadow: none;
      font-size: 15px; }
      footer ul li a.contact:hover {
        background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent;
        color: #ffffff;
        text-shadow: none;
        text-decoration: none; }
    footer ul li.social a {
      font-size: 20px;
      margin-right: 7px; }
      footer ul li.social a:hover {
        color: #87bd18; }
    footer ul li.social i {
      margin-right: 0px; }
    footer ul li.ictwaarborg {
      position: absolute;
      right: 0px;
      top: 0px;
      background-color: #ffffff;
      padding: 5px;
      border-radius: 5px; }
      @media (max-width: 768px) {
        footer ul li.ictwaarborg {
          position: relative;
          right: 0px;
          top: 0px; } }
  footer ul.four {
    border-right: 0px;
    position: relative;
    overflow: hidden;
    width: 25% !important;
    margin-right: 0px !important; }
    @media (max-width: 768px) {
      footer ul.four {
        width: 35% !important; } }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  background-color: #f2f2f2;
  background: url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/body-bg.jpg) repeat fixed; }

.category-cmsblock ul,
.category-cmsblock ol {
  list-style: disc;
  padding-left: 20px; }

@media (max-width: 767px) {
  .zopim {
    display: none !important; } }

.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 992px) {
    .container,
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.fullwidth {
  background-color: #333333; }

@font-face {
  font-family: "swis721_cn_btroman";
  src: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swissc-webfont.eot");
  src: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swissc-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swissc-webfont.woff") format("woff"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swissc-webfont.ttf") format("truetype"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swissc-webfont.svg#swis721_cn_btroman") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'swis721_cn_bt_bold';
  src: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swisscb-webfont.eot");
  src: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swisscb-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swisscb-webfont.woff") format("woff"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swisscb-webfont.ttf") format("truetype"), url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/fonts/swisscb-webfont.svg#swis721_cn_bt_bold") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }

html,
body {
  font-family: 'PT Sans', sans-serif; }

.std ol,
.std ul {
  padding-left: 10px; }

a {
  color: #333333;
  transition: color .35s ease-in;
  transition: background-color .2s ease-in; }
  a .link-learn {
    float: inherit; }
  a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "swis721_cn_btroman"; }

h1 {
  margin-bottom: 15px; }

.std ol li {
  margin-left: 35px; }

.std ul li {
  margin-left: 35px; }

.std ul.messages li {
  margin-left: 0px;
  list-style: none; }

.mpblog-category > a,
.mpblog-search .block-content button.button,
.products-grid .button.btn-r4q,
.box-account a,
.cart-table .button,
.account-login .button,
a#onestepcheckout-login-link,
.discount-form .button,
.buttons-set button.button,
button#onestepcheckout-coupon-add,
body.cms-page-view .std a,
a.button.mp-read-more,
.my-account .button,
.onestepcheckout-popup-wrapper button#onestepcheckout-login-button,
.offerte .button,
.category-products button.button.btn-r4q,
.col-1.addresses-primary a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #b3b3b3;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  ont-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 5px 6px 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.mpblog-category > a:hover,
.mpblog-search .block-content button.button:hover,
.products-grid .button.btn-r4q:hover,
.box-account a:hover,
.discount-form .button:hover,
button#onestepcheckout-coupon-add:hover,
a#onestepcheckout-login-link:hover,
.cart-table .button:hover,
.buttons-set button.button:hover,
a.link-learn:hover,
a.button.mp-read-more:hover,
.category-products button.button.btn-r4q:hover,
body.cms-page-view .std a:hover,
.onestepcheckout-popup-wrapper button#onestepcheckout-login-button:hover,
.account-login .button:hover,
.my-account .button:hover,
.offerte .button:hover,
.col-1.addresses-primary a:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  text-decoration: none; }

.faqs-index-index .theme3 {
  width: 100% !important; }
  .faqs-index-index .theme3 h2 {
    background-color: #888;
    padding-top: 12px;
    color: #f2f2f2;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px; }
  .faqs-index-index .theme3 ul li {
    margin-bottom: 1px; }
    .faqs-index-index .theme3 ul li .accordion-content {
      border: 1px solid #ccc;
      padding: 8px; }

.faqs-index-index h1 {
  margin-bottom: 0px; }

.faqs-index-index .layout-2-cols {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left !important; }
  .faqs-index-index .layout-2-cols > {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px; }
    .faqs-index-index .layout-2-cols > a {
      text-decoration: underline; }
    .faqs-index-index .layout-2-cols > ul.disc {
      width: 100%;
      display: block;
      margin: 0 auto;
      text-align: left; }
    .faqs-index-index .layout-2-cols > #wrapper {
      width: 100%; }
      .faqs-index-index .layout-2-cols > #wrapper ul {
        margin-left: 0px; }

#faq_accordian_1.theme3 h2 {
  width: 100%;
  height: 167px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/faq_serverkasten.jpg");
  border: 1px solid #ccc;
  text-indent: -5555px; }

#faq_accordian_2.theme3 h2 {
  width: 100%;
  height: 167px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/faq_utp.jpg");
  border: 1px solid #ccc;
  text-indent: -5555px; }

.success-msg {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.validation-advice {
  color: #f00;
  font-size: 12px; }

/* LAYERED NAVIGATION */
aside .aside__mobiletoggle {
  display: none;
  padding: 10px 15px;
  background: #f15c22 url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/chevron-down.png") no-repeat right;
  background-size: contain;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff; }
  @media (max-width: 768px) {
    aside .aside__mobiletoggle {
      display: block; } }

aside .aside__filters {
  display: block; }
  @media (max-width: 768px) {
    aside .aside__filters {
      display: none; } }

aside .block .block-title {
  padding: 10px 15px 6px 15px;
  background-color: #888;
  color: #ffffff;
  background-color: #888; }
  aside .block .block-title strong {
    font-family: "swis721_cn_btroman"; }

aside .block.block-layered-nav .block-content, aside .block.block-subtitle {
  font-family: "swis721_cn_btroman";
  font-size: 15px; }

aside .block.block-cart .button {
  font-family: "swis721_cn_btroman";
  color: #ffffff;
  background: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/cart-checkout.png") no-repeat top right #f15c22;
  padding-right: 54px;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .35s ease-in,  background-color .2s ease-in;
  width: 100%;
  font-size: 19px;
  background-position: right center; }

aside .block.block-cart .actions {
  text-align: center; }

@media (max-width: 768px) {
  aside .block.block-layered-nav .block-title,
  aside .block.block-layered-nav .block-subtitle {
    display: none; } }

aside .block.block-layered-nav dd li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc; }
  aside .block.block-layered-nav dd li a {
    width: 100%;
    padding-left: 22px; }
  aside .block.block-layered-nav dd li .count {
    font-size: 11px;
    color: #999; }

aside .block.block-layered-nav #narrow-by-list2 dd li {
  color: #333333;
  font-size: 11px; }
  aside .block.block-layered-nav #narrow-by-list2 dd li a {
    width: 85%;
    padding-left: 0px !important;
    color: #000;
    font-size: 14px; }

.btn-cart {
  font-family: "swis721_cn_btroman";
  color: #ffffff;
  background: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/cart.png") no-repeat top right #f15c22;
  padding-left: 10px;
  padding-right: 48px !important;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .35s ease-in, background-color .2s ease-in; }
  .btn-cart:hover, .btn-cart:active {
    color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); }

/* BTN */
.btn-primary {
  background-color: #f15c22;
  border-color: #eb4c0f;
  color: #ffffff; }

/* OFFERTE */
button.button.btn-r4q {
  display: block;
  margin: 0 auto;
  float: inherit;
  font-family: "swis721_cn_btroman";
  margin-top: 6px;
  margin-bottom: 6px; }

.category-products button.button.btn-r4q {
  margin: 0px;
  margin-bottom: 4px;
  margin-top: 4px; }

.category-products button.button.btn-r4q {
  border: 1px solid #999 !important;
  margin: 4px 0;
  padding-left: 23px;
  padding-top: 6px !important; }

button.button.btn-r4q:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.cart-rf4-details h2, .cart-rf4-shipping h2, .cart-rf4-billing h2 {
  color: #7fb01c; }

#r4qQuoteForm .btn-checkout {
  background: linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0 transparent;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  font-size: 18px;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #6c9519; }

#r4qQuoteForm .btn-checkout:hover {
  background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent; }

button.button.r4q-btn-accept {
  background-image: inherit !important;
  background: linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0 transparent !important;
  border-radius: 6px;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  overflow: hidden;
  height: 35px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  padding-top: 7px !important;
  text-shadow: 0px; }

.r4q-accept button.r4q-btn-accept span span {
  font-size: 20px !important; }

button.button.r4q-btn-accept:hover {
  background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent !important; }

button.button.r4q-btn-accept span {
  background-color: inherit; }

button.button.r4q-btn-reject {
  background-image: inherit !important;
  background: linear-gradient(to bottom, #a72525 0%, #972222 100%) repeat scroll 0 0 transparent !important;
  border-radius: 6px;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  overflow: hidden;
  height: 35px;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.33;
  padding-top: 7px !important;
  text-shadow: 0px;
  border: 0px;
  width: 150px; }

button.button.r4q-btn-reject:hover {
  background: linear-gradient(to bottom, #972222 0%, #a72525 100%) repeat scroll 0 0 transparent !important; }

button.button.r4q-btn-reject span {
  background-color: inherit;
  color: #ffffff;
  font-size: 14px !important; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.cms-no-route .layout-1-col {
  margin-left: 0px;
  margin-right: 0px; }
  .cms-no-route .layout-1-col div[role="main"] {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px;
    text-align: left !important; }
    .cms-no-route .layout-1-col div[role="main"] a {
      text-decoration: underline; }
    .cms-no-route .layout-1-col div[role="main"] ul.disc {
      width: 450px;
      display: block;
      text-align: left; }
      @media (max-width: 750px) {
        .cms-no-route .layout-1-col div[role="main"] ul.disc {
          width: 100%;
          margin: 0 auto; } }

.home-text {
  background-color: #444;
  padding: 25px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
  .home-text h2 {
    color: #ccc;
    font-family: "swis721_cn_btroman";
    font-size: 24px; }
  .home-text h3 {
    margin-bottom: 5px;
    color: #ccc;
    font-family: "swis721_cn_btroman";
    font-size: 18px; }
  .home-text p {
    color: #f2f2f2;
    line-height: 18px;
    margin-bottom: 16px; }
  .home-text a {
    color: #7fb01c;
    background-color: #333333;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    border-radius: 4px; }
    .home-text a:hover {
      background-color: #111;
      text-decoration: none; }

#home-text-1 ul {
  margin-left: 30px; }
  #home-text-1 ul li {
    margin-bottom: 5px; }

#home-text-1 .groot {
  font-size: 17px; }

#home-text-1 a {
  font-size: 21px;
  padding-top: 10px;
  padding-bottom: 7px; }

#home-text-1 h2 a {
  padding: 0px;
  background: 0px;
  box-shadow: 0px !important;
  text-shadow: 0px !important;
  border: 0px;
  float: left;
  margin-right: 20px; }
  #home-text-1 h2 a:hover {
    padding: 0px;
    background: 0px !important;
    border: 0px;
    box-shadow: 0px; }

.cms-index-index.cms-home .std p img {
  width: 100%; }

.home-image img {
  width: 100%;
  border-radius: 4px; }

#banner img {
  border-radius: 4px; }

.top-categories {
  display: block;
  min-height: 441px;
  padding-top: 0px;
  width: 100%; }

.categorie-titel h1, .categorie-titel h3 {
  background: url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/keuze.png) no-repeat;
  display: block;
  height: 26px;
  margin: 0 0 14px 16px;
  text-indent: -5555px;
  width: 252px; }

.categorie-verzamel {
  min-height: 1px;
  padding-left: 0px;
  overflow: hidden; }
  .categorie-verzamel h1, .categorie-verzamel h3 {
    font-size: 25px;
    font-family: "swis721_cn_btroman";
    margin-top: 20px;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 2px dotted #ffffff; }

.cats-hldr {
  margin: 0 -10px;
  font-size: 0; }

.categorie-single {
  width: calc(100% / 4 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1%;
  overflow: hidden;
  height: 422px;
  display: inline-block;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px #bababa;
  padding-right: 0px;
  position: relative; }
  @media (max-width: 992px) {
    .categorie-single {
      width: calc(100% / 2 - 20px);
      height: inherit;
      min-height: 412px;
      margin-bottom: 2%;
      padding-bottom: 20px; } }
  @media (max-width: 768px) {
    .categorie-single {
      width: calc(100% - 20px);
      margin-bottom: 2%; } }
  .categorie-single h2 {
    color: #333333;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 16px;
    margin-top: 9px; }
    .categorie-single h2 a {
      color: #333333;
      font-size: 19px;
      font-weight: normal;
      text-decoration: none;
      font-family: "swis721_cn_btroman"; }
  .categorie-single p {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 19px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "swis721_cn_btroman"; }
  .categorie-single img {
    margin: 0 auto;
    width: 100%; }
  .categorie-single:hover {
    box-shadow: 1px 1px 4px #111; }

#home-landing {
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 14px 20px 20px; }
  #home-landing a {
    border-color: transparent;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 9px 5px 6px 5px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-family: "swis721_cn_btroman";
    font-size: 16px; }
    #home-landing a:hover {
      background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
      text-decoration: none; }

.handige-links {
  background-color: #f2f2f2;
  border-radius: 3px 3px 0px 0px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #ccc;
  text-align: center; }
  .handige-links li {
    display: inline;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
    font-family: "swis721_cn_btroman"; }

.fast {
  background: url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/fast-bg.jpg);
  border: 1px solid #d9d9d9;
  display: block;
  min-height: 115px;
  margin-left: 0px;
  margin-top: 14px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #bababa; }

.quick {
  height: 115px;
  width: 25%;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  float: left; }
  @media (max-width: 750px) {
    .quick {
      width: 100%; } }
  .quick:hover {
    box-shadow: 1px 1px 6px #000; }

a.read-more {
  bottom: 0px;
  color: #ffffff !important;
  display: block;
  font-family: "swis721_cn_btroman";
  font-size: 14px;
  font-weight: normal;
  height: 21px;
  left: 0px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-color: #7fb01c; }
  a.read-more:hover {
    background-position: 0 -20px; }

a.reseller {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/reseller-homepage.jpg"); }

a.faq-homepage {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/faq-homepage.jpg"); }

a.blog-homepage {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/blog-homepage.jpg"); }

a.offerte-homepage {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/offerte-homepage.jpg"); }

body.mpblog-index-post .post-thumbnail {
  display: none; }

body.mpblog-index-post .std.fix-me h1 {
  font-size: 30px !important;
  font-weight: bold !important; }

body.mpblog-index-post .std.fix-me h2, body.mpblog-index-post .std.fix-me h3 {
  font-weight: bold;
  font-size: 25px; }

body.mpblog-index-post .std.fix-me p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 25px;
  font-family: 'PT Sans', sans-serif; }

body.mpblog-index-post .std.fix-me img {
  width: 46% !important;
  float: left; }

body.mpblog-index-post .std.fix-me table {
  width: 100%;
  table-layout: fixed; }
  body.mpblog-index-post .std.fix-me table img {
    width: 100% !important; }

body.mpblog-index-post .std.fix-me blockquote {
  border-left: 0px;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 17px;
  line-height: 33px;
  font-style: inherit;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-weight: normal !important;
  font-family: 'PT Sans', sans-serif;
  min-height: 10px;
  overflow: hidden; }
  body.mpblog-index-post .std.fix-me blockquote img {
    float: left;
    width: 200px !important; }

.mp-blog-head h1 {
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: 'PT Sans', sans-serif; }

.mp-post-header h2 a {
  font-weight: bold !important;
  font-size: 25px; }
  .mp-post-header h2 a:hover {
    text-decoration: none; }

.mpblog-post {
  background-color: #ffffff; }
  .mpblog-post .thumbnail-container {
    float: left;
    margin-right: 20px; }
  .mpblog-post .mp-read-more {
    float: left; }

.mp-content img {
  width: auto !important; }

.mp-content blockquote + p {
  clear: both; }

.mp-content.std.fix-me a {
  text-decoration: none;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold; }

.mp-content.std.fix-me a.button.mp-read-more {
  font-weight: normal; }

.geplaatst .categories a {
  font-weight: normal; }

.mp-content.std.fix-me p {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  line-height: 24px; }

.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: inherit; }

.mpblog-recentposts .mp-post-thesis {
  font-size: 13px; }

li.mpblog-recent-post a {
  font-size: 13px;
  font-weight: bold; }

.form-actions.fix-me button.button.to-right, .mp-comment-reply-btn a, .leave-a-comment a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #b3b3b3;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.form-actions.fix-me button.button.to-right:hover, .mp-comment-reply-btn a:hover, .leave-a-comment a:hover {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  text-decoration: none;
  background-repeat: repeat-x; }

.mpblog-post .mp-content table tr:nth-child(2n) td {
  background-color: #ffffff; }

.mpblog-post h3 {
  margin-top: 10px; }

.mp-details.fix-me .categories a {
  color: #888; }

.mp-details.fix-me .categories {
  color: #888; }

.mpblog-post {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 20px; }

#mpblog_content_post .mpblog-post {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 20px; }

#mpblog_content_post .mp-content.std.fix-me {
  padding: 0px; }

.mp-details.fix-me {
  text-align: right; }

.mpblog-post span.categories {
  margin-right: 0px;
  float: right;
  margin-top: 0px;
  margin-bottom: 20px; }

.mpblog-post .geplaatst .mp-tags {
  display: none; }

.mp-header.fix-me {
  background-color: #888;
  padding-left: 10px;
  padding-right: 10px; }

.mpblog-post span.posted-by {
  color: #ffffff; }

.mpblog-post span.posted-by i.mpblog-grey {
  color: #ffffff !important; }

.mp-comment-form h5 {
  font-family: 'PT Sans', sans-serif; }

.mpblog-post span.date {
  color: #ffffff; }

.mpblog-post span.views {
  color: #ffffff; }

.mp-header .comments a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #777;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0px 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.mp-content.std.fix-me {
  padding: 10px; }

.mp-header.fix-me .posted-by a {
  color: #ffffff;
  font-weight: bold; }

.mp-header .comments a:hover {
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  border-color: #777;
  text-decoration: none; }

.mpblog-post i.mpblog-grey.glyphicons, .mpblog-post i.mpblog-grey.glyphicons::before {
  color: #ffffff; }

.mpblog-list.list .mp-read-more {
  margin-bottom: 0px; }

.geplaatst .categories {
  font-size: 14px !important;
  color: #888; }

.geplaatst .categories a {
  font-size: 14px !important;
  color: #888;
  font-weight: normal !important; }

li.mpblog-recent-comment a {
  font-weight: bold !important; }

.mp-recentcomment-date, .mp-recentpost-date {
  font-style: normal;
  color: #999; }

.mp-comment-thesis {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px; }

.mpblog-categories ul li, .mpblog-recentcomments ul li, .mpblog-archives ul li {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px; }

.mpblog-categories ul li i.mpblog-grey, .mpblog-recentcomments ul li i.mpblog-grey, .mpblog-archives ul li i.mpblog-grey {
  display: none; }

.mpblog-category > a {
  width: 100%;
  margin-bottom: 1px; }

#mpblog_sidebar_search .input-box {
  float: left; }

.mpblog-search .block-content button.button {
  float: right !important;
  margin-top: 4px;
  width: 75px;
  margin-bottom: 5px; }

.mp-comment-content a {
  text-decoration: underline; }

.mp-comment-content .form-actions a {
  text-decoration: none; }

body.mpblog-index-post .layout.layout-1-col section.content {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
  overflow: hidden; }

.mpblog-container.list {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
  overflow: hidden; }

.mp-content.std.fix-me {
  max-width: inherit;
  width: inherit; }

/* BLOG */
.mpblog-category a {
  background-color: #f5f5f5 !important;
  background-image: inherit; }

.mpblog-category a:hover {
  background-color: #f5f5f5 !important;
  background-image: inherit; }

.mpblog-category-4 a {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/kennisbank.png");
  background-repeat: no-repeat;
  background-position: 3px 4px; }

.mpblog-category-4 a:hover {
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/kennisbank.png");
  background-repeat: no-repeat;
  background-position: 3px 4px; }

.desktop-block .thumbnail-container {
  width: 200px; }

.desktop-block .thumbnail-container img {
  width: 100% !important; }

.box-account h4 {
  font-size: 17px;
  font-weight: 600; }

.box-account .box-head {
  font-size: 19px;
  font-weight: 600; }

.box-account .box-title a {
  margin-top: 0px; }

.box-account .box-content a {
  margin-top: 15px; }

.addresses-list li.item h3 {
  font-size: 19px;
  font-weight: 600; }

.product-shop .product-options-bottom .price-box .price-including-tax {
  display: none !important; }

.customer-account-changeforgotten .layout.layout-1-col,
.customer-account-logoutsuccess .layout.layout-1-col {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px; }

.static-block {
  padding: 15px 15px 0 15px; }

.category-image img {
  width: 100%; }

.hideprice .price {
  display: none; }

.price-including-tax {
  font-size: 13px !important; }
  .price-including-tax .label,
  .price-including-tax .price {
    font-size: 13px !important; }

.products-grid {
  margin: inherit !important;
  padding-left: 0;
  border-top: 0; }
  .products-grid .actions {
    width: 100%;
    text-align: center;
    margin: 10px 0; }
    .products-grid .actions button {
      width: 170px; }
      .products-grid .actions button.btn-r4q {
        padding-right: 15px !important;
        padding-left: 15px !important; }
    .products-grid .actions .add-to-links {
      margin-top: 15px; }
      .products-grid .actions .add-to-links ul {
        padding-left: 0px; }
        .products-grid .actions .add-to-links ul li {
          margin-left: 0px;
          padding-left: 0px;
          list-style: none; }
      .products-grid .actions .add-to-links a {
        font-family: "swis721_cn_btroman";
        color: #999;
        font-size: 13px;
        font-weight: normal; }
  .products-grid.first.last.odd {
    padding: 20px; }
  .products-grid ul {
    padding-top: 15px; }
  .products-grid .item {
    padding: 15px 10px 15px 10px;
    list-style: none;
    min-height: 480px;
    text-align: center;
    position: relative !important;
    background: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/scheiding.png") no-repeat top right;
    border-bottom: 1px dotted #ccc; }
    @media (max-width: 768px) {
      .products-grid .item {
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 1px dotted #ccc;
        background: none; } }
    .products-grid .item .availability {
      padding-bottom: 57px
      }
    .products-grid .item .product-name {
      font-family: "swis721_cn_btroman";
      font-size: 15px;
      line-height: 23px;
      margin-bottom: 3px;
      min-height: 70px;
      text-align: center; }
      .products-grid .item .product-name a {
        color: #333333; }
    .products-grid .item .product-image {
      text-align: center;
      margin-bottom: 0px; }
      .products-grid .item .product-image img {
        border: 0px;
        padding: 0px; }
    .products-grid .item .sku {
      font-size: 11px;
      margin-bottom: 5px;
      color: #777; }
    .products-grid .item .regular-price .price {
      width: 100%;
      display: block;
      color: #333333;
      font-family: "swis721_cn_btroman";
      font-size: 18px;
      text-align: center; }

.products-list li a.link-learn {
  color: #000000;
  text-decoration: underline;
  font-size: 13px; }

.products-list li.item {
  padding: 20px;
  position: relative; }

.products-list .product-image {
  width: 250px !important;
  margin-right: 40px;
  margin-bottom: 0px; }
  .products-list .product-image img {
    border: 0px; }

.products-list .product-shop {
  padding: 0px 20px 20px 20px;
  margin-left: 0px; }
  .products-list .product-shop .nieuw-label,
  .products-list .product-shop .sale-label {
    right: inherit;
    left: 20px;
    top: 15px; }
  .products-list .product-shop .product-name {
    font-family: "swis721_cn_btroman";
    font-size: 18px;
    line-height: 23px; }
  .products-list .product-shop .price {
    margin-bottom: 10px;
    margin-top: 4px;
    display: block;
    color: #333333;
    font-family: "swis721_cn_btroman";
    font-size: 18px;
    text-align: left;
    width: 100%; }
  .products-list .product-shop .actions {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    .products-list .product-shop .actions .btn-cart {
      float: right; }
    .products-list .product-shop .actions .btn-r4q,
    .products-list .product-shop .actions .btn-cart {
      display: inline-block !important;
      margin-left: 5px !important;
      margin-top: 0 !important; }
    .products-list .product-shop .actions .btn-r4q {
      padding-right: 15px !important;
      padding-left: 15px !important; }

.category-description {
  overflow: hidden;
  margin-top: 20px; }
  .category-description ul,
  .category-description ol {
    padding-left: 0px; }
  .category-description.std {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
    .category-description.std h1 {
      color: #000 !important; }
    .category-description.std h2 {
      color: #000;
      font-family: "swis721_cn_btroman";
      font-size: 26px; }
    .category-description.std h3 {
      margin-bottom: 0px;
      color: #000;
      font-family: "swis721_cn_btroman";
      font-size: 18px; }
    .category-description.std p {
      color: #000;
      line-height: 18px;
      margin-bottom: 16px; }
    .category-description.std a {
      color: #000000;
      font-weight: bold; }
      .category-description.std a:hover {
        text-decoration: underline; }
  .category-description ul li {
    color: #000; }

.nieuw-label,
.sale-label,
.neu-label {
  border-radius: 50%;
  background: #87bd18;
  display: block;
  height: 58px;
  width: 58px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 60px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-26deg);
  text-align: center; }

.sale-label {
  background: #f15c22; }

.ongemonteerd {
  display: block;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 20px;
  color: #ffffff;
  width: 150px;
  background-color: #b61010;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase; }

#products-list .price-box,
#products-grid .price-box {
  float: right; }
  #products-list .price-box .label,
  #products-grid .price-box .label {
    color: #999; }

.category-products .products-grid .item:nth-child(3n + 3), .category-products .products-grid .item:last-child {
  background: none; }

.category-products .toolbar .pager .amount,
.category-products .toolbar .pager .limiter,
.category-products .toolbar .pager .pages {
  width: calc(100% / 3 - 1px);
  display: inline-block; }
  @media (max-width: 768px) {
    .category-products .toolbar .pager .amount,
    .category-products .toolbar .pager .limiter,
    .category-products .toolbar .pager .pages {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }

.category-products .toolbar .pager .amount {
  font-family: "swis721_cn_btroman";
  text-align: left;
  line-height: 30px;
  font-size: 12px; }
  @media (max-width: 768px) {
    .category-products .toolbar .pager .amount {
      display: none; } }

.category-products .toolbar .pager .pages {
  margin-top: 1px; }

.category-products .toolbar .pager .limiter {
  text-align: right;
  float: right; }
  @media (max-width: 768px) {
    .category-products .toolbar .pager .limiter {
      display: none; } }

.category-products .toolbar .sorter {
  padding-top: 10px; }
  .category-products .toolbar .sorter .view-mode {
    font-family: "swis721_cn_btroman";
    padding-top: 7px; }
    .category-products .toolbar .sorter .view-mode a {
      background-color: #f2f2f2;
      padding: 3px 6px 3px 6px;
      border-radius: 4px; }
  .category-products .toolbar .sorter .sort-by {
    padding-right: 0; }

.category-cmsblock {
  background: #fff;
  padding: 20px; }
.category-cmsblock img {
  max-width: 100%;
}
.products-grid.first.odd {
  border-top: 1px dotted #ccc; }

.page-title.category-title {
  padding: 15px 15px 8px 22px;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ececec;
  margin-bottom: 0px; }

.page-title.category-title h1 {
  margin-top: 0px;
  font-family: "swis721_cn_btroman"; }

.category-products {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
  background-color: #ffffff; }

body.cms-home .category-products {
  border-radius: 4px 4px 4px 4px; }

.page-title.category-title h1 {
  margin-bottom: 0px; }

.price-box .price {
  color: #333333;
  font-family: "swis721_cn_btroman";
  font-size: 18px;
  text-align: center; }

p.old-price .price {
  font-size: 13px; }

.price-label {
  font-family: "swis721_cn_btroman"; }

.category-products .ratings {
  text-align: center;
  width: 150px;
  margin: 0 auto; }

p.no-rating a {
  color: #7fb01c;
  font-size: 12px; }

ol#products-list .ratings {
  text-align: left; }

.ratings .amount a {
  color: #7fb01c; }

.products-grid li.item:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8); }

.productrating {
  display: block;
  min-height: 17px; }

.special-price .price-label {
  font-family: "swis721_cn_btroman"; }

.checkout-cart-index .quickshopping-hldr {
  display: none !important; }

.last.even > td {
  background-color: #f1f1f1; }

.data-table > thead > tr > td, .data-table > thead > tr > th {
  border-bottom-width: 0px; }

table#shopping-cart-table .nobr, table#shopping-cart-table .a-center {
  font-family: "swis721_cn_btroman";
  font-size: 15px; }

.cart .crosssell > h2, .cart .discount > h2, .cart .shipping > h2 {
  font-family: "swis721_cn_btroman";
  font-size: 18px; }

.cart {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
  overflow: hidden; }
  .cart .page-title {
    border-bottom: 0px; }

.r4q-navigation {
  border-radius: 4px;
  display: none; }
  .r4q-navigation a {
    padding-top: 13px;
    font-size: 15px;
    background: linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0 transparent;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    font-family: "swis721_cn_btroman";
    border: 1px solid #6c9519; }
    .r4q-navigation a:hover {
      background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent;
      color: #ffffff;
      text-shadow: none;
      text-decoration: none; }
  .r4q-navigation .active a {
    font-size: 15px;
    background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    font-family: "swis721_cn_btroman"; }

.btn-checkout {
  font-family: "swis721_cn_btroman";
  padding-top: 12px; }

.success_quote,
.success_winkelwagen {
  background: linear-gradient(to bottom, #ff7e4c 0%, #f15c22 100%) repeat scroll 0 0 transparent !important;
  border: 1px solid #a9421b;
  color: #ffffff !important;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.success_quote:hover,
.success_winkelwagen:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #f15c22 0%, #ff7e4c 100%) repeat scroll 0 0 transparent !important;
  text-decoration: none; }

.r4q-navigation li:first-child a {
  background: linear-gradient(to bottom, #ff7e4c 0%, #f15c22 100%) repeat scroll 0 0 transparent !important;
  border: 1px solid #a9421b; }

.r4q-navigation li.active:first-child a {
  background: linear-gradient(to bottom, #f15c22 0%, #ff7e4c 100%) repeat scroll 0 0 transparent !important;
  border: 1px solid #a9421b; }

.r4q-navigation li:first-child a:hover {
  background: linear-gradient(to bottom, #f15c22 0%, #ff7e4c 100%) repeat scroll 0 0 transparent !important;
  border: 1px solid #a9421b; }

ul.mplog-categories {
  padding-top: 10px; }

/* CART RIGHTCOLUMN */
.block-cart .subtotal {
  background-color: #555;
  color: #ffffff;
  border: 1px solid #333333; }

/* SELECTIE VERFIJNEN */
.btn-remove {
  color: #ff0000;
  right: 13px !important; }

.btn-remove:hover {
  color: #ff0000; }

.block.block-layered-nav .currently .value {
  color: #888;
  font-size: 13px; }

/* REQUEST 4 QUOTE */
.cart-rf4-details {
  margin-top: 25px; }

form#onestepcheckout-form {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e7e7e7; }
  form#onestepcheckout-form .group-select {
    padding: 20px; }
    form#onestepcheckout-form .group-select li {
      padding: 0; }
  form#onestepcheckout-form #billing_address ul#billing_address_list {
    padding: 15px;
    background-color: #f2f2f2;
    border: 1px solid #d9d7d5;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden; }
  form#onestepcheckout-form #billing_address .zakelijk-switch .btn-primary {
    background-color: #999;
    font-size: 16px;
    font-family: "swis721_cn_btroman";
    padding-top: 9px !important;
    border: 0px !important; }
    form#onestepcheckout-form #billing_address .zakelijk-switch .btn-primary.active, form#onestepcheckout-form #billing_address .zakelijk-switch .btn-primary.active:focus {
      font-size: 16px;
      font-family: "swis721_cn_btroman";
      padding-top: 9px !important;
      background-color: #f15c22 !important;
      border: 0px !important; }
    form#onestepcheckout-form #billing_address .zakelijk-switch .btn-primary:hover {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); }
  form#onestepcheckout-form #shipping_address,
  form#onestepcheckout-form .payment-methods {
    padding: 15px;
    background-color: #f2f2f2;
    border: 1px solid #d9d7d5;
    overflow: hidden;
    border-radius: 4px;
    margin-top: -15px; }
  form#onestepcheckout-form .shipment-methods dd {
    font-family: "swis721_cn_btroman";
    font-size: 16px;
    letter-spacing: 0.2px; }
  form#onestepcheckout-form .payment-methods label {
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-top: 4px; }
    form#onestepcheckout-form .payment-methods label.msp_banktransfer {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/banktransfer.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_maestro {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/maestro.jpg"); }
    form#onestepcheckout-form .payment-methods label.paypal_express {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/paypal.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_visa {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/visa.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_mastercard {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/mastercard.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_amex {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/amex.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_mistercash {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/mrcash.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_ideal {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/ideal.jpg"); }
    form#onestepcheckout-form .payment-methods label.purchaseorder {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/reseller.jpg"); }
    form#onestepcheckout-form .payment-methods label.msp_payafter {
      background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/payafter.jpg"); }

.orange.onestepcheckout-button, .orange.onestepcheckout-button:visited {
  background-image: inherit !important;
  background-color: #f15c22;
  border-color: #eb4c0f;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  padding-top: 13px !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33; }

.orange.onestepcheckout-button:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); }

.onestepcheckout-column-middle input[type="checkbox"], input[type="radio"] {
  float: left;
  margin-right: 10px; }

p.onestepcheckout-numbers, li.shipping-address-title {
  font-family: "swis721_cn_bt_bold";
  font-weight: inherit !important;
  text-transform: inherit !important;
  font-size: 23px !important; }

li.shipping-address-title {
  font-family: "swis721_cn_bt_bold" !important;
  background-repeat: no-repeat;
  color: #404040;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  padding-left: 38px;
  padding-top: 6px;
  text-transform: uppercase; }

form#onestepcheckout-form li.ingelogd {
  padding: 15px;
  margin-top: 4px;
  background-color: #f2f2f2;
  border: 1px solid #d9d7d5;
  overflow: hidden;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden; }

div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
  background: inherit !important; }

#osc_postnl .input-postcode .input-text {
  width: 80px !important; }

form#onestepcheckout-form .input-text {
  width: 95% !important; }

div.checkoutcontainer div.input-country select {
  width: 95% !important;
  height: 30px; }

div.onestepcheckout-comments {
  padding-top: 20px; }

.orange.onestepcheckout-button, .orange.onestepcheckout-button:visited {
  background-color: #f15c22 !important; }

.large.onestepcheckout-button, .large.onestepcheckout-button:visited {
  font-size: 18px !important; }

.onestepcheckout-popup-wrapper h1 {
  font-family: "swis721_cn_bt_bold";
  font-size: 18px; }

.onestepcheckout-popup-wrapper p.close a {
  font-family: "swis721_cn_bt_bold";
  font-size: 14px;
  color: #000;
  opacity: 1 !important; }

/* SUCCES PAGE */
body.checkout-onepage-success .layout.layout-2-cols div[role="main"] {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 20px; }

/* ALGEMENE VOORWAARDN */
p.agree {
  margin-top: 15px !important; }

.checkout-agreements .agreement-content {
  height: 100px !important;
  font-size: 12px !important;
  word-break: break-all;
  width: 100%; }

p.agree {
  background-color: #96ce24;
  padding: 9px 5px 5px 5px !important;
  height: 40px;
  color: #ffffff; }

p.agree input#agreement-1 {
  width: 50px;
  margin-top: 1px; }

p.agree #advice-required-entry-agreement-1 {
  margin-top: 10px; }

.order-info-box .box {
  padding: 18px; }

body.request4quote-front-quote-view h4 {
  font-size: 20px; }

body.request4quote-front-quote-view address {
  padding-bottom: 15px; }

table#my-orders-table th {
  font-size: 13px; }

form#onestepcheckout-form .onestepcheckout-shipping-method-block {
  padding: 15px;
  background-color: #f2f2f2;
  border: 1px solid #d9d7d5;
  overflow: hidden;
  border-radius: 4px 4px 4px 4px; }

.open > .dropdown-toggle.btn-primary {
  font-size: 16px;
  font-family: "swis721_cn_btroman";
  padding-top: 9px !important;
  background-color: #f15c22 !important;
  border: 0px !important; }

div.table-wrapper div.scrollable {
  margin-left: 0; }

.offertewagen {
  width: 100%;
  float: right;
  overflow: hidden; }

.cart-rf4-details {
  width: 49%;
  float: left;
  min-height: 500px;
  overflow: hidden; }

.cart-rf4-billing {
  width: 49%;
  float: right;
  margin-top: 25px;
  min-height: 500px;
  overflow: hidden; }

.cart-rf4-shipping {
  width: 49%;
  float: right;
  margin-top: 15px;
  min-height: 500px;
  overflow: hidden; }

body.request4quote-front-quote-success .layout.layout-1-col div[role="main"] {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
  overflow: hidden; }

button.button.r4q-btn-accept.btn-update.acceptdisplaynone {
  display: none; }

.cart-rf4-details, .cart-rf4-shipping, .cart-rf4-billing {
  padding: 4px 15px !important; }

.r4q-accept {
  padding: 2px 0; }

.col1-set.order-info-box {
  text-align: center; }

.col1-set.order-info-box button.button.btn-update {
  background: linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0 transparent !important;
  border-radius: 6px;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  font-size: 24px;
  font-weight: normal;
  height: 50px;
  line-height: 1.33;
  border: 0px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 4px;
  padding-top: 6px !important;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  margin-right: 20px; }

.r4q-accept button.r4q-btn-accept span span {
  font-size: 20px !important; }

.col1-set.order-info-box button.button.btn-update:hover {
  background: linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0 transparent !important; }

.order-items h3 {
  font-size: 15px; }

.col1-set.order-info-box button.button.btn-update.out {
  display: none !important; }

body.request4quote-front-quote-view #my-orders-table .subtotal.last {
  background-color: #009dba;
  color: #ffffff;
  border: none; }

body.request4quote-front-quote-view .subtotal.last > td {
  border: 0px !important; }

body.request4quote-front-quote-view .button.r4q-btn-reject.js-reject {
  float: left;
  margin-left: 20px;
  margin-top: 5px; }

.r4q-reject {
  padding-top: 10px; }

body.checkout-cart-index .layout.layout-1-col {
  margin-left: 0px;
  margin-right: 0px; }

body.checkout-cart-index .layout.layout-1-col div[role="main"] {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 20px; }

body.request4quote-front-quote-index .layout.layout-1-col {
  margin-left: 0px;
  margin-right: 0px; }

body.request4quote-front-quote-index .layout.layout-1-col div[role="main"] {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 20px; }

.order-about dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px; }

h3.sub-title {
  font-size: 20px;
  font-family: "swis721_cn_btroman"; }

body.request4quote-front-quote-view h4, .order-items h2 {
  color: #777; }

.order-items.order-details .r4q-reject {
  width: 50%;
  border-right: 0px;
  margin: 0 auto !important;
  float: left !important; }

.r4q-accept {
  float: right;
  margin: 0 auto; }

.order-items.order-details h2 {
  text-align: center;
  font-weight: bold;
  font-size: 29px; }

.category-products #products-list button.button.btn-r4q {
  float: inherit;
  display: block; }

.r4q-actions {
  font-family: "swis721_cn_btroman"; }

body.request4quote-front-quote-success .layout {
  margin-left: 0px; }

@media (max-width: 767px) {
  .request4quote-front-quote-index .cart-table .button {
    width: 100%;
    margin-bottom: 5px; }
  body.request4quote-front-quote-index .layout.layout-1-col div[role="main"] {
    padding: 20px 0; }
  .r4q-accept,
  .order-items.order-details .r4q-reject {
    width: 100%; }
  .col1-set.order-info-box button.button.btn-update {
    width: 85%;
    padding: 0; }
  body .r4q-accept button.r4q-btn-accept span span {
    font-size: 16px !important; } }

.product-view .product-shop {
  padding-top: 0px; }
  .product-view .product-shop .fileattachments .filesize {
    background-color: #f2f2f2;
    padding: 3px;
    font-size: 10px; }
  .product-view .product-shop .fileattachments .box-up-sell {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .product-view .product-shop .availability.in-stock span {
    color: #87bd18; }
  .product-view .product-shop .sale-bundle {
    background: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/cart-bg.jpg") repeat-x bottom center #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0;
    color: #333333;
    margin: 0px -15px 15px;
    padding: 10px 0px 0;
    text-align: center; }
    .product-view .product-shop .sale-bundle .regular-price .price {
      color: #333333;
      font-size: 23px;
      font-family: "swis721_cn_btroman"; }
  .product-view .product-shop .product-name {
    background-color: inherit;
    border-bottom: 0px;
    margin-bottom: 0px; }
    .product-view .product-shop .product-name h1 {
      font-family: "swis721_cn_btroman";
      line-height: 26px;
      font-size: 20px;
      margin-bottom: 5px;
      margin-top: 10px; }
  .product-view .product-shop .add-to-box {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px !important; }
    .product-view .product-shop .add-to-box .add-to-cart {
      margin: 0; }
    .product-view .product-shop .add-to-box .input-group {
      padding-left: 15px;
      padding-right: 15px; }
    .product-view .product-shop .add-to-box .or {
      display: none; }
  .product-view .product-shop .std {
    font-family: Tahoma,Arial;
    font-size: 12px; }
    .product-view .product-shop .std ul li {
      margin-left: 24px; }
  .product-view .product-shop .add-to-links {
    display: none; }

a.scroll-to {
  background-color: #7fb01c;
  color: #ffffff !important;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px; }
  a.scroll-to:hover {
    background-color: #7fb01c; }

@media (max-width: 992px) {
  #box-product_review #recaptcha_image_cell,
  #box-product_review #recaptcha_image,
  #box-product_review #recaptcha_challenge_image {
    width: 200px !important; } }

#box-product_review #product-review-table {
  background-color: #ffffff; }

@media (max-width: 992px) {
  #box-product_review .data-table {
    max-width: 200px; } }

#box-product_review .form-add {
  background-color: #f2f2f2;
  border: 2px solid #ccc;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden; }
  @media (max-width: 992px) {
    #box-product_review .form-add #review-form label,
    #box-product_review .form-add #review-form input {
      max-width: 200px; } }
  @media (max-width: 992px) {
    #box-product_review .form-add #review-form textarea {
      max-width: 250px; } }
  #box-product_review .form-add h2 {
    font-family: "swis721_cn_bt_bold";
    font-size: 20px;
    font-weight: normal; }
  #box-product_review .form-add h3 {
    font-family: "swis721_cn_btroman";
    font-size: 17px;
    font-weight: normal; }
    @media (max-width: 992px) {
      #box-product_review .form-add h3 {
        width: 200px; } }
  #box-product_review .form-add h4 {
    font-family: "swis721_cn_bt_bold";
    font-size: 17px;
    font-weight: normal; }

#box-product_review dl {
  background-color: #ffffff;
  padding: 10px; }
  #box-product_review dl dt {
    font-family: Tahoma,Arial;
    color: #333333;
    font-size: 15px;
    font-weight: normal; }
    #box-product_review dl dt .reviewtitle {
      font-family: "swis721_cn_bt_bold";
      font-size: 17px;
      font-weight: normal; }
  #box-product_review dl dd {
    font-family: Tahoma,Arial;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #box-product_review dl dd .date {
      display: block;
      color: #999; }
  #box-product_review dl .ratings-table {
    font-family: "swis721_cn_bt_bold";
    font-size: 14px;
    font-weight: normal; }

.input-group .form-control {
  text-align: center; }

p.availability.in-stock {
  color: #333333;
  font-family: "swis721_cn_btroman"; }

.product-shop .ratings .rating-links a {
  color: #7fb01c; }

.offerte {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 15px; }

.amstockstatus {
  background-color: #b61010;
  color: #ffffff !important;
  width: 150px;
  margin: 0 auto;
  line-height: 20px;
  display: block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase; }

.box-collateral.box-description ul {
  margin-left: 30px;
  margin-bottom: 20px; }

.box-collateral.box-description ul li {
  line-height: 24px; }

table#product-attribute-specs-table {
  font-size: 13px; }

table#product-attribute-specs-table tr th {
  width: 40%;
  padding-left: 15px; }

.product-view .box-collateral > h2 {
  padding-top: 14px;
  background-color: #888;
  color: #ffffff;
  font-family: "swis721_cn_btroman"; }

.product-essential .product-img-box {
  background-color: #ffffff;
  border-radius: 4px;
  float: left;
  margin-bottom: 3%;
  width: 55.333%;
  padding-right: 0px; }

.product-img-box .box-collateral {
  border-radius: 0px 0px 0px 0px;
  border: 0px;
  margin-bottom: 0px; }

.product-img-box .box-collateral h2 {
  border-radius: 0px 0px 0px 0px;
  border: 0px; }

.item-msg.notice {
  background-color: #b61010;
  color: #ffffff !important;
  display: block;
  line-height: 20px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 150px; }

/* PRODUCT LIST */
.category-products #products-list .ratings {
  width: 100%;
  margin: inherit; }

aside[role="complementary"] {
  display: block !important; }

.box-up-sell,
.box-collateral {
  padding-bottom: 0px !important; }
  .box-up-sell h2,
  .box-collateral h2 {
    display: block;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 3px 3px 0 0;
    color: #333333;
    font-size: 16px;
    margin: -15px -15px 0px;
    padding-left: 15px;
    background-color: #888;
    color: #ffffff;
    font-family: "swis721_cn_btroman";
    padding-top: 14px;
    padding-bottom: 14px; }
  .box-up-sell li.item,
  .box-collateral li.item {
    width: 25%;
    min-height: 467px;
    display: block;
    padding: 2%;
    padding-bottom: 55px !important;
    float: left;
    background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/scheiding.png");
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .box-up-sell li.item.last,
    .box-collateral li.item.last {
      background-image: none; }
    .box-up-sell li.item a,
    .box-collateral li.item a {
      margin: 0 auto; }
    .box-up-sell li.item .btn-cart,
    .box-collateral li.item .btn-cart {
      position: absolute;
      left: inherit;
      bottom: 20px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      margin: 0 auto !important;
      overflow: hidden; }
    .box-up-sell li.item:nth-child(4n + 4),
    .box-collateral li.item:nth-child(4n + 4) {
      background-image: none !important; }
    @media (max-width: 768px) {
      .box-up-sell li.item,
      .box-collateral li.item {
        background-image: none !important; } }

/* RECENT BEKEKEN */
#recently-viewed-items a {
  font-family: Tahoma,Arial;
  font-size: 13px; }

#cart-sidebar p.product-name a {
  font-size: 13px; }

#recently-viewed-items img {
  float: left;
  margin-right: 15px; }

#recently-viewed-items li {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 30px;
  overflow: hidden; }

#recently-viewed-items li.last {
  border-bottom: 0px; }

#recently-viewed-items li.odd {
  background-color: #ffffff; }

/* USPS */
.block-content.usps ul {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 0px; }

.block-content.usps ul li {
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Tahoma;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 12px; }

.block-content.usps ul li i {
  margin-right: 7px;
  font-size: 17px;
  color: #7fb01c; }

.block-content.usps ul li .second {
  margin-left: 27px; }

.block-content.usps ul li.last {
  border-bottom: 0px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  font-size: 120px;
  margin-top: -80px; }

.carousel-indicators {
  display: none; }

.carousel-control:focus, .carousel-control:hover {
  opacity: 0.5 !important; }

.product-essential .product-img-box img {
  border: 0px; }

#product-media-carousel.carousel.slide {
  border: 1px solid #999; }

.product-shop .ratings {
  color: #aaa; }

.product-shop .ratings a {
  color: #999; }

.product-shop .ratings a:hover {
  color: #444;
  text-decoration: none; }

.last.even > td {
  background-color: inherit !important; }

.data-table > tbody > tr:nth-child(2n+1) > td, .data-table > tbody > tr:nth-child(2n+1) > th {
  background-color: #f3f3f3; }

.data-table > tbody > tr:nth-child(2n+1) > td, .data-table > tbody > tr:nth-child(2n+1) > th {
  background-color: #f3f3f3; }

.std iframe {
  width: 100% !important;
  height: 200px !important;
  border: 0px !important;
  margin-top: 10px !important; }

.product-view .special-price .price-label {
  font-size: 24px;
  line-height: 32px; }

.modal-body {
  padding: 0px; }

.product-essential .product-img-box img {
  padding: 0px; }

.product-essential .product-img-box .more-views ul li {
  margin-bottom: 15px; }

.product-essential .product-img-box .more-views ul {
  margin-left: 0px;
  margin-right: 0px; }

.product-essential .product-img-box img {
  border-radius: 0px; }

.product-essential .product-img-box .carousel-inner .item img {
  border: 0px !important;
  border-radius: 0px; }

#product-media-carousel.carousel.slide {
  border: 0px; }

.cms-glasvezel-maatwerk-html .page-title {
  display: none; }

.catalogsearch-advanced-index .layout-2-cols > div {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }

/* FORGOT PASSWORD */
.customer-account-forgotpassword #form-validate {
  width: 50%; }

.customer-account-forgotpassword .layout {
  margin-left: 0; }
  .customer-account-forgotpassword .layout > div {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 15px;
    overflow: hidden; }

.my-account,
.account-create,
.account-login {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .my-account h2,
  .account-create h2,
  .account-login h2 {
    font-family: "swis721_cn_btroman"; }
    .my-account h2 i,
    .account-create h2 i,
    .account-login h2 i {
      margin-right: 5px; }

.account-login {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .account-login h1 {
    margin: 0px;
    padding-bottom: 0px; }
  .account-login .content {
    min-height: 228px; }
  .account-login .buttons-set {
    margin-top: 11px; }
  .account-login .page-title {
    margin: 0px;
    padding-bottom: 0px; }
  .account-login .form-list li {
    width: 46%;
    float: left;
    margin-right: 2%; }
  .account-login .col2-set {
    margin-left: -15px;
    margin-right: -15px; }
    .account-login .col2-set .new-users,
    .account-login .col2-set .registered-users {
      background-color: #f2f2f2;
      border-radius: 4px;
      margin-top: 15px;
      border: 1px solid #d9d7d5;
      width: calc(50% - 30px);
      margin: 15px 15px;
      padding-bottom: 10px; }

.block-account {
  border: 0; }
  .block-account .block-title {
    border: 0; }

.dashboard .box-title {
  font-family: "swis721_cn_btroman"; }

.form-list label.required em,
.form-list p.required {
  color: #f15c22; }

.order-info-box {
  padding-bottom: 15px; }

#idealpage ul {
  margin-top: 20px;
  position: fixed;
  float: left;
  width: 250px; }
  @media (max-width: 992px) {
    #idealpage ul {
      position: relative;
      width: 100%; } }
  #idealpage ul li {
    margin-left: 0px;
    list-style: none;
    margin-bottom: 5px; }
    #idealpage ul li a {
      width: 250px;
      text-align: center;
      display: block;
      padding-top: 4px;
      font-size: 15px; }

#idealpage h2 {
  margin-top: 68px;
  font-size: 22px;
  font-weight: bold; }

#idealpage .klantenservice {
  width: 520px;
  float: right; }
  @media (max-width: 992px) {
    #idealpage .klantenservice {
      width: 100%; } }

#idealpage .service {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 80px; }

body.contacts-index-index .layout {
  margin-left: 0px; }

body.contacts-index-index div[role="main"] {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
  overflow: hidden; }

.cms-page-view .std {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .cms-page-view .std .top-3 {
    margin-bottom: 30px; }
    .cms-page-view .std .top-3 .top-title {
      margin-bottom: 10px; }
    .cms-page-view .std .top-3 img {
      width: inherit !important; }
    .cms-page-view .std .top-3 a {
      padding: 0px 0px 10px 15px;
      margin: 0px;
      background-image: none;
      background-color: #ffffff;
      text-align: center; }
  .cms-page-view .std h1, .cms-page-view .std h2, .cms-page-view .std h3 {
    margin-bottom: 1px; }
  .cms-page-view .std h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px !important; }
  .cms-page-view .std h2 {
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 10px; }
  .cms-page-view .std h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 10px; }
  .cms-page-view .std a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: "swis721_cn_btroman"; }
  .cms-page-view .std p {
    margin-bottom: 17px;
    line-height: 25px;
    font-size: 14px;
    font-family: arial; }
  .cms-page-view .std img {
    margin-right: 30px;
    float: inherit;
    width: 300px !important;
    height: inherit !important;
    margin-top: 5px;
    margin-bottom: 0px; }
    .cms-page-view .std img.huge {
      width: 350px !important; }
    .cms-page-view .std img.superhuge {
      width: 450px !important; }
  .cms-page-view .std blockquote {
    background-color: #f2f2f2;
    border-left: 0 none;
    font-size: 18px;
    font-style: inherit;
    line-height: 33px;
    margin-left: 0;
    padding: 20px;
    font-family: arial; }

.cms-glasvezel-maatwerk-html .std img {
  margin-right: 0px !important;
  margin-top: 0px; }

.cms-glasvezel-maatwerk-html .std a {
  width: inherit;
  background: inherit;
  padding-right: 0px;
  padding: 0px !important;
  margin-right: 10px; }

.mp-content.std.fix-me a.c2a,
body.cms-page-view .std a.c2a {
  background: transparent linear-gradient(to bottom, #96ce24 0%, #7fb01c 100%) repeat scroll 0 0;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  margin-right: 14px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(113, 113, 113, 0.75);
  vertical-align: middle; }
  .mp-content.std.fix-me a.c2a:hover,
  body.cms-page-view .std a.c2a:hover {
    background: transparent linear-gradient(to bottom, #7fb01c 0%, #96ce24 100%) repeat scroll 0 0;
    border: 1px solid #888; }

/* OVERRULING */
body.cms-offerte-aanvragen-html .std img {
  width: 482px !important;
  height: 365px !important;
  float: inherit !important; }

body.cms-over-ons .std img, body.cms-uber-uns-html .std img {
  width: 215px !important; }

.homepage-type1 a.read-more {
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  background: linear-gradient(to bottom, #d20000 0%, #c30000 100%) repeat scroll 0 0 transparent;
  border-color: #e10000; }
  .homepage-type1 a.read-more:hover {
    background: linear-gradient(to bottom, #c30000 0%, #d20000 100%) repeat scroll 0 0 transparent;
    border-color: #00a1bf; }

.homepage-type1 a.utp-maken {
  width: 100%;
  height: 266px;
  background-size: 100%;
  display: block;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/utp-kabel-maken.jpg");
  background-repeat: no-repeat; }

.homepage-type1 a.glasvezel {
  width: 100%;
  height: 266px;
  background-size: 100%;
  display: block;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/utp-kabel_help-glasvezel.jpg");
  background-repeat: no-repeat; }

.homepage-type1 a.welke-kabel {
  width: 100%;
  border-radius: 4px;
  height: 280px;
  display: block;
  background-size: 100%;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/utp-kabel_welke-kabel.jpg");
  background-repeat: no-repeat; }
  .homepage-type1 a.welke-kabel:hover {
    box-shadow: 1px 1px 4px #111; }

.homepage-type1 a.resellerworden {
  width: 100%;
  border-radius: 4px;
  height: 280px;
  display: block;
  background-size: 100%;
  background-image: url("https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/reseller-worden.jpg");
  background-repeat: no-repeat; }

.homepage-type1 .categorie-verzamel {
  width: 100%; }
  .homepage-type1 .categorie-verzamel h3 {
    margin-top: 0; }

.homepage-type1 .categorie-single {
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%) repeat scroll 0 0 transparent;
  border-color: #e10000;
  background: inherit;
  width: calc(100% / 2 - 20px);
  margin-bottom: 2%;
  background-color: #ffffff;
  float: left; }
  @media (max-width: 992px) {
    .homepage-type1 .categorie-single {
      width: calc(100% / 4 - 20px); } }
  @media (max-width: 768px) {
    .homepage-type1 .categorie-single {
      width: calc(100% / 2 - 20px); } }
  .homepage-type1 .categorie-single p {
    color: #333333; }
    @media (max-width: 768px) {
      .homepage-type1 .categorie-single p {
        display: none; } }
  .homepage-type1 .categorie-single h2 a {
    color: #ffffff; }

.homepage-type1 .top-categories {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
  min-height: 0; }
  @media (max-width: 992px) {
    .homepage-type1 .top-categories {
      width: calc(100% - 20px); } }
  @media (max-width: 992px) {
    .homepage-type1 .top-categories .right-block {
      margin: 0 10px;
      float: left;
      width: calc(100% / 2 - 20px); } }
  @media (max-width: 768px) {
    .homepage-type1 .top-categories .right-block {
      width: calc(100% - 20px); } }
  .homepage-type1 .top-categories.left .categorie-single {
    height: 347px; }
    @media (max-width: 992px) {
      .homepage-type1 .top-categories.left .categorie-single {
        height: auto;
        min-height: 0; } }
  .homepage-type1 .top-categories.right .categorie-single {
    height: auto;
    margin-bottom: 45px;
    padding-bottom: 0; }
    @media (max-width: 992px) {
      .homepage-type1 .top-categories.right .categorie-single {
        width: calc(100% / 2 - 20px);
        height: auto; } }

.quickshopping-hldr {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  padding: 30px; }

.pager .limiter select.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

#quick-shop-table img.thumbnail-product {
  height: auto;
  width: 70px; }

#quick-shop-table center {
  float: right;
  margin: -18px 2px 0;
  position: relative;
  z-index: 100; }

#quick-shop-table .closex {
  float: right; }

#quick-shop-table .result {
  width: auto;
  max-width: 275px;
  min-width: 175px;
  position: absolute;
  background-color: white; }

#quick-shop-table .imgloader {
  display: none; }

#quick-shop-table .text-active {
  color: #FF0000; }

#quick-shop-table .namesku {
  text-decoration: none;
  font-weight: bold; }

button.btn-quick-cart {
  margin: 5px 0; }

button.btn-quick-import {
  margin: 5px 0; }

.import-file label {
  font-weight: bold; }

#quick-shop-table #closex {
  cursor: pointer;
  float: left; }

.yui-ac-hd {
  border-bottom: 1px dashed #999999;
  color: #999999;
  display: block;
  font-style: italic;
  margin-bottom: 4px;
  padding: 0 4px;
  text-align: left; }

.import-detail .detail-table td {
  padding: 3px 8px; }

.result {
  z-index: 9999; }

#quick-shop-table {
  table-layout: fixed; }

.quick-shop-content form {
  clear: both;
  display: block;
  width: 100%; }

.btn-quick-cart {
  color: #fff;
  float: right;
  background: url(https://www.utp-kabel.nl/skin/frontend/DSIT/default/images/cart.png) no-repeat top right #f15c22;
  padding-left: 10px;
  padding-right: 48px !important;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .35s ease-in, background-color .2s ease-in; }
  .btn-quick-cart:hover, .btn-quick-cart:focus {
    color: #fff;
    background-color: #d3450d;
    border-color: #b13a0b; }

/* RESPONSIVE MOBILE EXCEPTIONS */
@media all and (max-width: 992px) {
  p.img img {
    width: 100%; }
  /* HOMEPAGE - UTP-KABEL.NL */
  .top-categories.right .categorie-single {
    height: inherit;
    min-height: 100px; }
  /* TEXTPAGINA */
  body.cms-page-view .std img.huge {
    width: 100% !important; }
  body.cms-page-view .std img.superhuge {
    width: 100% !important; }
  /* CART PAGE */
  .r4q-navigation li {
    width: 100%;
    margin-bottom: 1%;
    display: block; }
  /* OFFERTE */
  body.cms-offerte-aanvragen-html .std img {
    width: 100% !important;
    height: inherit !important;
    float: inherit !important; }
  .cart-rf4-details {
    width: 100%; }
  .cart-rf4-billing {
    width: 100%; }
  .cart-rf4-shipping {
    width: 100%; }
  /* PRODUCT LISTING */
  .sorter {
    display: none; }
  /* PRODUCT VIEW */
  .std iframe {
    width: 100% !important;
    height: 300px !important;
    border: 0px !important;
    margin-top: 10px !important; }
  /* SEARCH */
  .searchautocomplete.UI-SEARCHAUTOCOMPLETE {
    height: 50px;
    margin-bottom: 7px; }
  .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
    position: relative !important; }
  /* AFREKENEN */
  form#onestepcheckout-form ul#billing_address_list {
    border-radius: 0px; }
  form#onestepcheckout-form .shipment-methods {
    border-radius: 0px; }
  form#onestepcheckout-form .payment-methods {
    border-radius: 0px; }
  body.onestepcheckout-index-index div[role="main"] {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  form#onestepcheckout-form {
    padding: 15px; }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    background: inherit !important; }
  p.agree input#agreement-1 {
    width: 19px !important; }
  table.onestepcheckout-summary td.name {
    font-size: 13px; }
  #osc_scrollbar_container {
    width: 100% !important;
    border-width: 0px !important; }
  .postnl-container .popup-overlay {
    background: inherit !important;
    background-color: inherit !important; }
  .postnl-container .popup-window {
    background-color: inherit !important; }
  .postnl-container .add-location {
    text-align: left !important; }
  .postnl-container .add-location a {
    float: left !important;
    margin-left: 15px !important; }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    width: 100% !important; }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
    width: 100% !important; }
  div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
    width: 100% !important; }
  #onestepcheckout-form .group-select {
    padding: 0px !important; }
  body.checkout-onepage-success .layout.layout-2-cols {
    margin-left: 0px;
    margin-right: 0px; }
  body.checkout-onepage-success .layout.layout-2-cols div[role="main"] {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px; }
  /* BLOG */
  .mpblog-post .mp-content img {
    width: 100%;
    float: left; }
  /* MENU */
  .navbar {
    margin-left: 0px !important; }
  /* BERICHTENBOX */ }

@media all and (max-width: 750px) {
  .shopmedia {
    float: inherit;
    text-align: center; }
  /* NAVIGATION */
  .mega-menu .inner .row {
    width: 100%; }
  .mega-menu .inner .item-info {
    display: none  !important;
    opacity: 0.0 !important; }
  .container:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px; }
  /* UP-SELL */
  .box-collateral.box-up-sell ul li {
    width: 50%; }
  /* PRODUCT PAGE */
  .product-essential .product-img-box {
    width: 100%; }
  .product-view .product-shop {
    float: right;
    width: 100%; }
  /* PRODUCT UP-SELLING */
  .box-collateral.box-up-sell ul li {
    width: 100%; }
  .product-view .box-up-sell .products-grid {
    min-width: inherit; }
  /* FOOTER */
  .footer-bottom ul {
    width: 45%; }
  /* ACCOUNT */
  .account-login .col-1.new-users {
    background-color: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    padding-bottom: 3%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 15px;
    border: 1px solid #d9d7d5; }
  .account-login .col-2.registered-users {
    background-color: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    padding-bottom: 3%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 15px;
    border: 1px solid #d9d7d5; }
  .account-login h2 {
    font-family: "swis721_cn_bt_bold"; }
  .account-login .form-list li {
    width: 100%;
    margin-right: 0%; }
  .account-login .content {
    min-height: 10px; } }

@media all and (max-width: 1200px) {
  .col-md-6 {
    width: 50%;
    min-height: 67px; }
  body.cms-page-view .std .conf-wandkast.click a img, body.cms-page-view .std .conf-wandkast-double.click a img, body.cms-page-view .std .conf-serverkast.click a img {
    width: 94% !important;
    margin-right: 3%;
    margin-left: 3%; }
  body.cms-page-view .std .conf-wandkast.click a.conf-c2a, body.cms-page-view .std .conf-wandkast-double.click a.conf-c2a, body.cms-page-view .std .conf-serverkast.click a.conf-c2a {
    background-image: none !important; }
  body.cms-page-view .std .conf-wandkast.click p, body.cms-page-view .std .conf-wandkast-double.click p, body.cms-page-view .std .conf-serverkast.click p {
    padding: 10px; }
  body.cms-page-view .std .conf-wandkast.click h3 a, body.cms-page-view .std .conf-wandkast-double.click h3 a, body.cms-page-view .std .conf-serverkast.click h3 a {
    font-size: 20px; }
  body.cms-page-view .std .conf-wandkast.click a.conf-c2a, body.cms-page-view .std .conf-wandkast-double.click a.conf-c2a, body.cms-page-view .std .conf-serverkast.click a.conf-c2a {
    font-size: 17px; } }

@media all and (min-width: 1200px) {
  .products-grid .product-name {
    min-height: 70px; }
  .products-grid li.item {
    padding-bottom: 57px; } }

@media (min-width: 750px) {
  .mega-menu {
    position: absolute; } }

.onderweg-label,
.Lager-label,
.nietopvoorraad-label {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 15;
  background: #b61010;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

a.link-reorder {
  display: none !important; }

.my-account a.link-print {
  display: block !important; }

.order-info .current {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "swis721_cn_btroman";
  letter-spacing: 1px;
  padding: 2px 8px 2px 8px; }

.my-account a.link-print, .my-account ul#order-info-tabs li a {
  background-color: #f15c22;
  border-color: #eb4c0f;
  color: #ffffff;
  font-family: "swis721_cn_btroman";
  letter-spacing: 1px;
  padding: 2px 8px 2px 8px;
  border-radius: 3px; }

.my-account a.link-print:hover, .my-account ul#order-info-tabs li a:hover {
  text-decoration: none;
  background-color: #f15c22;
  color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); }

.my-account a.link-print {
  overflow: hidden;
  width: 200px;
  font-weight: normal;
  text-align: center;
  float: right;
  padding: 2px 8px; }

h2.sub-title a.link-print {
  display: none !important; }

.order-info dd {
  padding-left: 0px; }

ul#order-info-tabs {
  margin-top: 10px; }

.js-print {
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-top: 5px; }

.mega-menu .inner .row > div:nth-of-type(3n + 4) {
  clear: left; }

@keyframes border-color {
  0% {
    border-color: #cccccc; }
  50% {
    border-color: #f86227; }
  100% {
    border-color: #cccccc; } }

.product-review {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.animated.border.hold {
  animation: none; }

.animated.border {
  border-width: 4px;
  animation: border-color  1s infinite; }

.euvat-taxvat-container {
  border-style: solid;
  border-color: transparent;
  margin-top: 20px;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px; }

#onestepcheckout-form .taxvat label {
  font-weight: bold !important; }

.animated.border:focus {
  animation: none; }


/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


}

/* UTP-KABEL.NL -> Storeview uitzonderingen */
.block-content.usps .fa {
color:#e63e3e;}
}


.navigation .navbar .navbar-nav>.active>a, .navigation .navbar .navbar-nav>.active>a:focus, .navigation .navbar .navbar-nav>.active>a:hover {
	background:#e63e3e;
}
/* Footer */
footer ul li a.contact { background: linear-gradient(to bottom, #d20000 0%, #c30000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); }
footer ul li a.contact:hover { background: linear-gradient(to bottom, #c30000 0%, #d20000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); }


/* Navigation */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #d20000; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background-color: #d20000; }


/* Social */
.twitter:hover, .facebook:hover, .youtube:hover { color:#d20000; }


/* Search */
.form-search button.button.search-button { background-color:#bb3535; background:linear-gradient(to bottom, #dc4242 0%, #bb3535 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border-color:#e63e3e; }
.form-search button.button.search-button:hover { background:linear-gradient(to bottom, #bb3535 0%, #dc4242 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); }


/* Homepage */


body.cms-index-index.cms-home .std p img { width:100%; }
body.cms-home div[role="main"] p img { width:100%; }


.category-products .products-grid .item:nth-child(3n+3){
 background:url("https://www.utp-kabel.nl/skin/frontend/DSIT/utp-kabel-nl/images/scheiding.png") no-repeat top right; 
}
.accessoires-titel.welke h3 { margin-top:15px; display:block; }



/* FAQ UTP */
#faq_accordian_1.theme3 h2 { background-image:url("https://www.utp-kabel.nl/skin/frontend/DSIT/utp-kabel-nl/images/faq_utp.jpg"); }

/* PRODUCT LISTING */
.products-grid .item { width:25%; }  
.products-grid li.item { padding-bottom:84px; }

/* SEARCH */
body.catalogsearch-result-index .products-grid .item { width:33%; }


@media all and (max-width:767px) {
	.products-grid li.item {
		width:100%;
	}
}


	 
.qtip {
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    font-style: normal;
    transition:all .25s ease-in-out
}
/*the tip*/
.qtip:before {
    content: attr(data-tip);
    font-size: 14px;
    position: absolute;
    background: rgba(10, 20, 30, 1);
    color: #fff;
    line-height: 1.2em;
    padding: 0.5em;
    font-style: normal;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    width: 250px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    font-family: sans-serif;
    letter-spacing: 0;
    font-weight: normal;
}
.qtip:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}
.qtip:hover:before,
.qtip:hover:after {
    visibility: visible;
    opacity: 1
}
/*top*/
.qtip.tip-top:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 8px));
    box-sizing: border-box;
    border-radius: 3px;
}
.qtip.tip-top:after {
    border-width: 8px 8px 0 8px;
    border-color: rgba(10, 20, 30, 1) transparent transparent transparent;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*bottom*/
.qtip.tip-bottom:before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 8px));
    box-sizing: border-box;
    border-radius: 3px;
}
.qtip.tip-bottom:after {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(10, 20, 30, 1) transparent;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*left*/
.qtip.tip-left:before {
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 8px), -50%);
    box-sizing: border-box;
    border-radius: 3px;
}
.qtip.tip-left:after {
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent rgba(10, 20, 30, 1);
    left: -8px;
    top: 50%;
    transform: translate(0, -50%);
}
/*right*/
.qtip.tip-right:before {
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 8px), -50%);
    box-sizing: border-box;
    border-radius: 3px;
}
.qtip.tip-right:after {
    border-width: 8px 8px 8px 0;
    border-color: transparent rgba(10, 20, 30, 1) transparent transparent;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
}

