/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }
  @media (max-width: 991px) {
    .sf-menu a {
      padding: 0 0.5em; } }

.sf-menu > li > a {
  border: none; }

.sf-menu a {
  color: white; }
  .sf-menu a:hover {
    color: red; }

.sf-menu li {
  background: #b98dbf;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul li {
  background: #b98dbf; }

.sf-menu ul li a {
  color: white; }
  .sf-menu ul li a:hover {
    color: #b98dbf; }

.sf-menu ul ul li {
  background: #b98dbf; }

.sf-menu ul ul li a {
  color: white; }
  .sf-menu ul ul li a:hover {
    color: #b98dbf; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #b98dbf;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: #b98dbf; }

.sf-menu ul ul li:hover,
.sf-menu ul ul li.sfHover {
  background: #b98dbf; }

.sf-menu li.current {
  background: #b98dbf; }

.sf-menu ul li.current {
  background: #b98dbf; }

.sf-menu ul ul li.current {
  background: #b98dbf; }

/*
.sf-menu li.current > a {
  font-weight: 400;
}
*/
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: white;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
  border-top-color: rgba(255, 255, 255, 0.5); }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

form.bmtgenform, form.webform {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px; }
  form.bmtgenform fieldset, form.webform fieldset {
    border: none;
    padding-left: 0;
    padding-bottom: 2em;
    padding-top: 1em;
    width: 100%; }
  form.bmtgenform fieldset .formdone, form.webform fieldset .formdone {
    display: none;
    color: #000; }
  form.bmtgenform input.required, form.bmtgenform textarea.required, form.webform input.required, form.webform textarea.required {
    color: #000; }
    form.bmtgenform input.required.empty, form.bmtgenform input.required.formerror, form.bmtgenform textarea.required.empty, form.bmtgenform textarea.required.formerror, form.webform input.required.empty, form.webform input.required.formerror, form.webform textarea.required.empty, form.webform textarea.required.formerror {
      background-image: url("/images/verplicht.png");
      background-position: right top;
      background-repeat: no-repeat; }
  form.bmtgenform .empty, form.webform .empty {
    color: #8d8d8d; }
  form.bmtgenform input.formemail, form.webform input.formemail {
    display: none; }
  form.bmtgenform input[type='text'], form.bmtgenform input[type='email'], form.bmtgenform input[type='password'], form.bmtgenform textarea, form.bmtgenform select, form.webform input[type='text'], form.webform input[type='email'], form.webform input[type='password'], form.webform textarea, form.webform select {
    border: 1px solid #bbb;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    font-size: 14px; }
  form.bmtgenform textarea, form.webform textarea {
    padding-top: 5px;
    height: 81px;
    resize: none;
    font-size: 14px; }
  form.bmtgenform select, form.webform select {
    width: 100%;
    padding: 5px;
    font-size: 14px; }
  form.bmtgenform input[type='radio'], form.bmtgenform input[type='checkbox'], form.webform input[type='radio'], form.webform input[type='checkbox'] {
    min-height: 0;
    height: auto;
    margin: 0 5px; }
  form.bmtgenform button[type='submit'], form.bmtgenform input[type='submit'], form.webform button[type='submit'], form.webform input[type='submit'] {
    text-transform: uppercase;
    border: 1px solid #731b7f;
    border-radius: 0;
    background-color: #731b7f;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    font-size: 14px;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out; }
    form.bmtgenform button[type='submit']:hover, form.bmtgenform input[type='submit']:hover, form.webform button[type='submit']:hover, form.webform input[type='submit']:hover {
      background-color: #fff;
      color: #787878;
      border: 1px solid #ddd; }
  form.bmtgenform input[type='text'], form.bmtgenform input[type='email'], form.bmtgenform input[type='password'], form.bmtgenform textarea, form.bmtgenform select, form.webform input[type='text'], form.webform input[type='email'], form.webform input[type='password'], form.webform textarea, form.webform select {
    border-radius: 0; }
    form.bmtgenform input[type='text']:hover, form.bmtgenform input[type='text']:focus, form.bmtgenform input[type='email']:hover, form.bmtgenform input[type='email']:focus, form.bmtgenform input[type='password']:hover, form.bmtgenform input[type='password']:focus, form.bmtgenform textarea:hover, form.bmtgenform textarea:focus, form.bmtgenform select:hover, form.bmtgenform select:focus, form.webform input[type='text']:hover, form.webform input[type='text']:focus, form.webform input[type='email']:hover, form.webform input[type='email']:focus, form.webform input[type='password']:hover, form.webform input[type='password']:focus, form.webform textarea:hover, form.webform textarea:focus, form.webform select:hover, form.webform select:focus {
      border: 1px solid #731b7f; }
    form.bmtgenform input[type='text'].formerror, form.bmtgenform input[type='email'].formerror, form.bmtgenform input[type='password'].formerror, form.bmtgenform textarea.formerror, form.bmtgenform select.formerror, form.webform input[type='text'].formerror, form.webform input[type='email'].formerror, form.webform input[type='password'].formerror, form.webform textarea.formerror, form.webform select.formerror {
      border: 1px solid #f00; }
  form.bmtgenform label, form.webform label {
    margin-right: 10px; }
    form.bmtgenform label.formerror, form.webform label.formerror {
      color: #d33;
      font-weight: bold; }
    form.bmtgenform label.hidden, form.webform label.hidden {
      display: none; }
  form.bmtgenform div.verplicht, form.webform div.verplicht {
    float: left;
    color: #888;
    padding-top: 5px; }
  form.bmtgenform h3, form.webform h3 {
    margin-bottom: 7px; }
  form.bmtgenform span.formerror, form.webform span.formerror {
    float: right;
    margin-left: 10px;
    color: #cf676a;
    font-weight: bold; }
    form.bmtgenform span.formerror img, form.webform span.formerror img {
      vertical-align: middle; }
  form.bmtgenform .radio, form.bmtgenform .checkbox, form.webform .radio, form.webform .checkbox {
    border-bottom: 1px solid #ddd; }
    form.bmtgenform .radio .fieldname, form.bmtgenform .checkbox .fieldname, form.webform .radio .fieldname, form.webform .checkbox .fieldname {
      float: left;
      min-width: 100px;
      font-weight: bold; }
    form.bmtgenform .radio label, form.bmtgenform .checkbox label, form.webform .radio label, form.webform .checkbox label {
      margin-right: 10px; }
      form.bmtgenform .radio label.last, form.bmtgenform .checkbox label.last, form.webform .radio label.last, form.webform .checkbox label.last {
        margin-right: 0; }
    form.bmtgenform .radio input, form.bmtgenform .checkbox input, form.webform .radio input, form.webform .checkbox input {
      margin-right: 5px; }
  form.bmtgenform .date select, form.webform .date select {
    width: auto;
    margin-right: 5px; }
  form.bmtgenform .ui-datepicker-trigger, form.webform .ui-datepicker-trigger {
    cursor: pointer;
    padding-top: 4px; }

div.sk-header-container .webshopusps {
  text-align: center;
  padding: 0 155px 40px 155px; }
  @media (max-width: 991px) {
    div.sk-header-container .webshopusps {
      padding: 0 15px 40px 145px; } }
  @media (max-width: 767px) {
    div.sk-header-container .webshopusps {
      padding: 0 15px 40px 15px; } }
div.sk-header-container .sk-top-menu {
  height: 65px;
  width: 100%;
  background-image: url("/images/topmenu_back.png");
  background-repeat: repeat-x;
  z-index: 300;
  position: fixed;
  top: 0;
  text-align: center; }
  @media (max-width: 767px) {
    div.sk-header-container .sk-top-menu {
      text-align: left;
      height: 40px; } }
  div.sk-header-container .sk-top-menu ol {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase; }
    div.sk-header-container .sk-top-menu ol li {
      display: inline-block;
      height: 65px;
      line-height: 50px;
      width: 110px;
      margin-left: -2px;
      margin-right: -2px; }
      div.sk-header-container .sk-top-menu ol li a {
        margin: 0;
        padding: 0;
        height: 65px;
        display: block;
        color: #fff;
        text-decoration: none; }
        div.sk-header-container .sk-top-menu ol li a:hover, div.sk-header-container .sk-top-menu ol li a:active {
          background-image: url("/images/topmenu_select.png");
          background-repeat: repeat-x; }
        div.sk-header-container .sk-top-menu ol li a.selected {
          font-weight: 600;
          background-image: url("/images/topmenu_selected.png");
          background-repeat: no-repeat; }
      div.sk-header-container .sk-top-menu ol li.webshop {
        width: 195px; }
        div.sk-header-container .sk-top-menu ol li.webshop a.selected {
          font-weight: 600;
          background-image: url("/images/topmenu_selected_webshop.png");
          background-repeat: no-repeat; }
  div.sk-header-container .sk-top-menu form input {
    border: none;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 208px; }
    div.sk-header-container .sk-top-menu form input:focus, div.sk-header-container .sk-top-menu form input:hover {
      background-color: #b98dbf; }
  div.sk-header-container .sk-top-menu form button {
    border: none;
    background-color: transparent; }
div.sk-header-container .caroufredsel_wrapper {
  max-width: 100%; }
div.sk-header-container .sk-logo {
  position: absolute;
  height: 89px;
  z-index: 2;
  width: 100%;
  top: 80px; }
  @media (max-width: 991px) {
    div.sk-header-container .sk-logo {
      top: 90px; }
      div.sk-header-container .sk-logo img {
        width: 100px; } }
  @media (max-width: 767px) {
    div.sk-header-container .sk-logo {
      display: none; }
      div.sk-header-container .sk-logo img {
        width: 75px; } }
div.sk-header-container .sk-headerimages {
  position: relative;
  top: 50px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #f1e8f2; }
  @media (max-width: 767px) {
    div.sk-header-container .sk-headerimages {
      top: 40px; } }
  div.sk-header-container .sk-headerimages .sk-headerimage {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: none; }
    div.sk-header-container .sk-headerimages .sk-headerimage:first-child {
      display: block; }
    div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext {
      position: absolute;
      width: 100%;
      z-index: 2;
      bottom: 30px;
      text-align: right;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-shadow: 0px 0px 5px black; }
      div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h1 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 100%; }
      div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h2 {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        padding: 0; }
      @media (max-width: 991px) {
        div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h1 {
          font-size: 30px; }
        div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h2 {
          font-size: 15px; } }
      @media (max-width: 767px) {
        div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h1 {
          font-size: 20px;
          margin-bottom: -23px; }
        div.sk-header-container .sk-headerimages .sk-headerimage .sk-imagetext h2 {
          font-size: 10px;
          display: none; } }
  div.sk-header-container .sk-headerimages .sk-webshopheader {
    margin-top: 40px; }
    div.sk-header-container .sk-headerimages .sk-webshopheader .sk-logo {
      top: -10px; }
      @media (max-width: 991px) {
        div.sk-header-container .sk-headerimages .sk-webshopheader .sk-logo {
          top: 0; } }
div.sk-header-container .sk-main-menu {
  background-image: url("/images/menu_back.png");
  background-repeat: repeat-x;
  background-position: center top;
  height: 69px;
  position: relative;
  z-index: 6;
  margin-top: 40px; }
  div.sk-header-container .sk-main-menu ul {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      div.sk-header-container .sk-main-menu ul {
        font-size: 12px; } }
    div.sk-header-container .sk-main-menu ul li {
      height: 50px;
      line-height: 50px; }
      div.sk-header-container .sk-main-menu ul li.sk-menu-title {
        background-image: url("/images/menutitle_back.png");
        background-repeat: no-repeat;
        background-position: right top;
        min-width: 42px;
        color: #fff;
        font-weight: 600;
        padding-right: 20px; }
      div.sk-header-container .sk-main-menu ul li a {
        color: #fff;
        text-decoration: none; }
        div.sk-header-container .sk-main-menu ul li a:hover, div.sk-header-container .sk-main-menu ul li a:active {
          background-color: rgba(255, 255, 255, 0.3); }
      div.sk-header-container .sk-main-menu ul li.active a {
        background-color: rgba(255, 255, 255, 0.3); }
      div.sk-header-container .sk-main-menu ul li ul {
        display: none; }

#mainmenu {
  margin-top: 10px; }

.sk-cart {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sk-cart .sk-account {
    width: 100px;
    float: right;
    padding-top: 10px;
    text-align: right; }
    .sk-cart .sk-account .link-container ul.links {
      background-color: #fff; }
  .sk-cart .sk-cart {
    position: relative;
    width: 80px;
    float: right; }
    .sk-cart .sk-cart .top-cart-title a {
      height: 63px;
      background: transparent url("/images/topcart.png") no-repeat scroll 50% 50%; }
    .sk-cart .sk-cart .count-item {
      top: 5px; }
    .sk-cart .sk-cart .top-cart-content {
      top: 63px; }

#back-top {
  background-color: #b98dbf;
  bottom: 52px; }
  #back-top:hover {
    background-color: #b98dbf; }

.sk-footer .sk-footer-top {
  height: 29px;
  background-color: #f1e8f2; }
.sk-footer .sk-footer-main {
  padding: 35px 0;
  background-color: #731b7f;
  color: #fff;
  font-size: 13px;
  line-height: 175%; }
  .sk-footer .sk-footer-main a {
    color: #fff; }
    .sk-footer .sk-footer-main a:hover {
      text-decoration: underline; }
  .sk-footer .sk-footer-main h4 {
    color: #fff;
    min-height: 18px;
    text-transform: uppercase;
    font-size: 13px; }
  .sk-footer .sk-footer-main .col-line {
    min-height: 149px;
    border-left: 1px solid #9856a1; }
  .sk-footer .sk-footer-main .socialmedia {
    margin-right: 5px; }
    .sk-footer .sk-footer-main .socialmedia img {
      margin-top: 5px; }
      .sk-footer .sk-footer-main .socialmedia img:hover {
        opacity: .8; }
  .sk-footer .sk-footer-main address {
    margin-bottom: 0;
    line-height: 175%; }
  .sk-footer .sk-footer-main form {
    padding-top: 20px;
    display: block; }
    .sk-footer .sk-footer-main form h4 {
      margin-bottom: 10px; }
    .sk-footer .sk-footer-main form input[type=email] {
      border: none;
      height: 24px;
      line-height: 24px;
      padding: 0 5px;
      width: 130px;
      display: block;
      float: left; }
    .sk-footer .sk-footer-main form button {
      border: none;
      display: block;
      float: left; }
      .sk-footer .sk-footer-main form button:hover {
        opacity: .8; }
.sk-footer .sk-footer-bottom {
  background-color: #b98dbf;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #000; }
  .sk-footer .sk-footer-bottom a {
    color: #000; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.products-list .product-name a {
  font-size: 14px;
  color: #731b7f;
  text-transform: uppercase;
  font-weight: 600; }

div.sk-animal div.actions {
  text-align: right; }
  div.sk-animal div.actions .add-to-links {
    margin-right: 12px; }
div.sk-animal div.price-box {
  margin: 0; }
  div.sk-animal div.price-box .price {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: inherit; }
  div.sk-animal div.price-box p.old-price .price {
    color: inherit; }

.sidebar h2, div.sk-categories h2 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600; }
.sidebar ol li, div.sk-categories ol li {
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7; }
  .sidebar ol li:last-child, div.sk-categories ol li:last-child {
    border-bottom: none; }
  .sidebar ol li div.date, div.sk-categories ol li div.date {
    font-size: 90%;
    margin-bottom: -7px;
    margin-top: 14px; }
  .sidebar ol li a, div.sk-categories ol li a {
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 10px 0; }
    .sidebar ol li a:hover, div.sk-categories ol li a:hover {
      color: #731b7f; }
    .sidebar ol li a span, div.sk-categories ol li a span {
      float: right; }
  .sidebar ol li.selected a, div.sk-categories ol li.selected a {
    font-weight: 600;
    color: #731b7f; }

.category-title h1 {
  font-weight: 600;
  color: #731b7f;
  font-size: 15px; }

.product-view .product-img-box .product-image-zoom {
  margin-left: 0; }

div.breadcrumbs {
  height: 63px; }
  div.breadcrumbs ul {
    position: absolute;
    z-index: 4; }
    @media (max-width: 767px) {
      div.breadcrumbs ul {
        display: none; } }

#pager {
  border-radius: 20px;
  text-align: center;
  height: 50px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 200; }

#pager a.selected span {
  background: #731b7f; }

#pager a {
  display: inline-block;
  padding: 5px; }

#pager span {
  border-radius: 10px;
  background: #d7bfda;
  text-indent: -100px;
  line-height: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden; }

#bmtcontent {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000; }
  #bmtcontent p {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 142%; }
  #bmtcontent h1, #bmtcontent div.h1 {
    color: #731b7f;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase; }
    #bmtcontent h1 strong, #bmtcontent div.h1 strong {
      font-weight: 600; }
  #bmtcontent h2, #bmtcontent div.h2 {
    color: #731b7f;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase; }
    #bmtcontent h2 strong, #bmtcontent div.h2 strong {
      font-weight: 600; }
  #bmtcontent h3, #bmtcontent div.h3, #bmtcontent h4, #bmtcontent div.h4 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0; }
    #bmtcontent h3 strong, #bmtcontent div.h3 strong, #bmtcontent h4 strong, #bmtcontent div.h4 strong {
      font-weight: 600; }
  #bmtcontent h5 {
    color: #000;
    font-size: 13px; }
  #bmtcontent h6 {
    color: #000;
    font-size: 12px; }
  #bmtcontent div.newsdate {
    border-top: 1px solid #f1e8f2;
    font-size: 90%;
    padding-top: 3px;
    margin-top: 10px; }
  #bmtcontent table th {
    background-color: #b98dbf;
    text-align: center;
    font-weight: normal; }
  #bmtcontent table th, #bmtcontent table td {
    border-color: #ccc;
    padding: 5px; }
  #bmtcontent table tr:nth-child(2n+1) td {
    background-color: #fff; }
  #bmtcontent table tr:nth-child(2n+2) td {
    background-color: #f1e8f2; }
  #bmtcontent img {
    height: auto !important; }

table.sk_bulldata {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: none;
  margin-top: -2px;
  font-size: 13px;
  width: 100%; }
  table.sk_bulldata.dataTable.no-footer {
    border-bottom: none; }
  table.sk_bulldata td, table.sk_bulldata th, table.sk_bulldata tbody td, table.sk_bulldata thead th {
    border: 1px solid #ccc;
    padding: 5px; }
  table.sk_bulldata th, table.sk_bulldata thead th {
    background-color: #b98dbf;
    vertical-align: middle;
    text-align: center;
    padding-right: 18px; }
  table.sk_bulldata td, table.sk_bulldata tbody td {
    background-color: #e7e7e7;
    text-align: center; }
  table.sk_bulldata tr:nth-child(2n+1) td {
    background-color: #fff; }
  table.sk_bulldata tr:nth-child(2n+2) td {
    background-color: #f1e8f2; }
  table.sk_bulldata div.price-box {
    margin: 0; }
    table.sk_bulldata div.price-box .price {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000;
      font-weight: inherit; }
    table.sk_bulldata div.price-box p.old-price .price {
      color: inherit; }

#bmtcontent div.frontpageblocks h2, #bmtcontent div.frontpageblocks span.h2 {
  display: block;
  color: #393a3e;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 16px;
  text-transform: uppercase; }
#bmtcontent div.frontpageblocks a.frontpageblock {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 50px; }
  #bmtcontent div.frontpageblocks a.frontpageblock img {
    display: block; }
  #bmtcontent div.frontpageblocks a.frontpageblock div.text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border-top: 10px solid rgba(255, 255, 255, 0.5);
    border-bottom: 10px solid rgba(255, 255, 255, 0.5); }
    #bmtcontent div.frontpageblocks a.frontpageblock div.text span {
      color: #fff;
      padding: 10px 0;
      text-align: center;
      display: block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px; }
  #bmtcontent div.frontpageblocks a.frontpageblock.frontpageblock2 {
    margin-bottom: 5px; }
    #bmtcontent div.frontpageblocks a.frontpageblock.frontpageblock2 img {
      margin-bottom: 25%; }
    #bmtcontent div.frontpageblocks a.frontpageblock.frontpageblock2 div.text {
      border-top: 10px solid #f1e8f2;
      border-bottom: 10px solid #f1e8f2; }
      #bmtcontent div.frontpageblocks a.frontpageblock.frontpageblock2 div.text span {
        background-color: #731b7f; }

div.usps {
  margin-bottom: 40px;
  font-size: 80%;
  text-transform: uppercase; }
  div.usps a {
    color: #000;
    display: block; }
  div.usps div {
    text-align: center;
    color: #b98dbf; }
  div.usps img {
    display: block;
    margin: 0 auto 10px; }
  @media (max-width: 991px) {
    div.usps {
      font-size: 75%; } }

div.newsitem {
  margin-top: 10px; }
  div.newsitem div.newsdate {
    font-size: 90%; }
  div.newsitem div.newstitle {
    color: #731b7f;
    text-transform: uppercase;
    margin: 2px 0 5px 0; }
  div.newsitem div.newstext a.newsmore {
    display: block;
    text-align: right; }

img.newsheaderimage {
  margin-bottom: 10px; }

a.newsarchivelink {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f1e8f2;
  font-size: 107%;
  font-weight: 600;
  padding-top: 3px; }

div.ui-dialog-buttonpane {
  margin-bottom: 0; }

button.kieswijzer_start, a.button_next {
  display: inline-block;
  color: #fff;
  background-color: #393a3e;
  border: none;
  padding: 0 50px 0 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: url("/images/kw_next.png");
  background-position: right top;
  background-repeat: no-repeat;
  margin-left: 35px; }

a.button_next {
  margin-left: 0; }

button.kieswijzer_next {
  display: inline-block;
  color: #fff;
  background-color: #731b7f;
  border: none;
  padding: 0 20px 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase; }

div.kieswijzer div.percentagesblock {
  margin-top: 20px;
  margin-bottom: 20px; }
div.kieswijzer div.percentages {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }
  div.kieswijzer div.percentages:last-child {
    border: none; }
  div.kieswijzer div.percentages div.percentagetitle {
    width: 112px;
    display: inline-block;
    text-transform: uppercase;
    height: 1.5em; }
  div.kieswijzer div.percentages div.percentageblock {
    display: inline-block;
    width: 315px;
    background-color: #fff;
    height: 1.5em;
    float: right; }
    @media (max-width: 1199px) {
      div.kieswijzer div.percentages div.percentageblock {
        width: 195px; } }
    div.kieswijzer div.percentages div.percentageblock div.percentage {
      height: 100%;
      line-height: 1.5em;
      background-color: #731b7f;
      color: #d7bfda; }
div.kieswijzer div.vraagblok {
  padding: 20px;
  background: #efefef url("/images/kieswijzer.png") no-repeat right top; }
  @media (max-width: 767px) {
    div.kieswijzer div.vraagblok {
      background-image: none; } }
  div.kieswijzer div.vraagblok div.omschrijving {
    margin-right: 172px; }
    @media (max-width: 767px) {
      div.kieswijzer div.vraagblok div.omschrijving {
        margin-right: 0; } }
  div.kieswijzer div.vraagblok h2 {
    text-transform: uppercase; }
    div.kieswijzer div.vraagblok h2.titel {
      border-bottom: 1px solid #dddddd;
      margin-right: 172px !important;
      padding-bottom: 15px !important;
      margin-bottom: 20px !important; }
      @media (max-width: 767px) {
        div.kieswijzer div.vraagblok h2.titel {
          margin-right: 0 !important; } }
    div.kieswijzer div.vraagblok h2.vraag {
      display: inline;
      float: left;
      margin-right: .5em !important;
      margin-bottom: 0 !important; }
  div.kieswijzer div.vraagblok div.voortgang {
    border-top: 1px solid #dddddd;
    padding-top: 20px; }
    div.kieswijzer div.vraagblok div.voortgang div.vg_titel {
      font-size: 90%;
      margin-bottom: 2px; }
    div.kieswijzer div.vraagblok div.voortgang div.vg_pagina {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #fff;
      display: inline-block;
      margin: 0px 4px 0 4px; }
      div.kieswijzer div.vraagblok div.voortgang div.vg_pagina.selected {
        background-color: #731b7f; }
      div.kieswijzer div.vraagblok div.voortgang div.vg_pagina.done {
        background-color: #b98dbf;
        cursor: pointer; }
div.kieswijzer div.antwoordblok {
  padding: 20px 0 20px 20px;
  background: #efefef; }
  div.kieswijzer div.antwoordblok .conclusie {
    padding-right: 35px; }
  div.kieswijzer div.antwoordblok button {
    width: 100%; }
  div.kieswijzer div.antwoordblok h2 {
    text-transform: uppercase; }
    div.kieswijzer div.antwoordblok h2.titel {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 15px !important;
      margin-bottom: 20px !important; }
  div.kieswijzer div.antwoordblok div.result h2 strong {
    text-transform: uppercase;
    font-size: 49px;
    font-weight: normal !important;
    color: #000;
    display: block; }
  div.kieswijzer div.antwoordblok div.fotoblok {
    background-repeat: no-repeat;
    background-size: cover;
    margin: -20px -0 -20px 0;
    padding: 0;
    height: 400px;
    display: table; }
    div.kieswijzer div.antwoordblok div.fotoblok div.foto {
      background: url("/images/kieswijzer.png") no-repeat right top;
      height: 100%;
      vertical-align: middle;
      display: table-cell; }

#antwoorden {
  text-align: center;
  margin: 40px 0; }
  @media (max-width: 767px) {
    #antwoorden {
      text-align: left; } }
  #antwoorden label {
    margin: 0 20px;
    font-weight: 400; }
    #antwoorden label input {
      margin: 0 5px 0 0; }
    #antwoorden label input[type="checkbox"] {
      margin-left: -23px; }
    @media (max-width: 767px) {
      #antwoorden label {
        display: block;
        margin: 10px 20px; } }

#bmtcontent ul {
  margin-bottom: 1.5em;
  padding-left: 2em; }
  #bmtcontent ul li {
    list-style: disc;
    padding-left: .5em; }
#bmtcontent section.frontpage li.fpmore {
  text-align: right; }
  #bmtcontent section.frontpage li.fpmore a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 6px;
    color: inherit; }
    #bmtcontent section.frontpage li.fpmore a:hover {
      color: #731b7f; }
#bmtcontent section.frontpage h2 {
  text-transform: uppercase;
  font-size: 18px;
  vertical-align: bottom;
  color: #393a3e;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }
  #bmtcontent section.frontpage h2 a {
    float: right;
    font-weight: 400;
    font-size: 12px;
    margin-top: 6px;
    color: inherit; }
    #bmtcontent section.frontpage h2 a:hover {
      color: #731b7f; }
#bmtcontent section.frontpage ul {
  padding: 0;
  margin: 0; }
#bmtcontent section.frontpage li {
  padding: 0;
  margin-bottom: 20px;
  list-style: none; }
  #bmtcontent section.frontpage li div.time time {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    background-color: #e7e7e7; }
    #bmtcontent section.frontpage li div.time time span {
      display: block;
      font-size: 16px; }
  #bmtcontent section.frontpage li div {
    padding-left: 0; }
  #bmtcontent section.frontpage li a {
    padding-left: 0;
    color: #393a3e; }
    #bmtcontent section.frontpage li a strong {
      display: block;
      color: #393a3e;
      font-weight: 300; }
#bmtcontent section.frontpage.nieuws h2 {
  background-image: url("/images/icon_nieuws.png"); }
#bmtcontent section.frontpage.nieuws li time {
  color: #393a3e; }
#bmtcontent section.frontpage.twitter h2 {
  background-image: url("/images/icon_twitter.png"); }
#bmtcontent section.frontpage.twitter li time {
  color: #12c3ff; }
#bmtcontent section.frontpage.facebook h2 {
  background-image: url("/images/icon_facebook.png"); }
#bmtcontent section.frontpage.facebook li time {
  color: #3a569c; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #888; }

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888; }

.mm-page {
  height: 100%; }

.mm-theme-sk {
  background-color: #731b7f;
  color: #fff;
  border-color: #fff; }
  .mm-theme-sk .mm-navbar {
    border-color: rgba(255, 255, 255, 0.6); }
    .mm-theme-sk .mm-navbar > * {
      color: #fff; }
    .mm-theme-sk .mm-navbar a {
      color: #fff; }
    .mm-theme-sk .mm-navbar .mm-btn::before, .mm-theme-sk .mm-navbar .mm-btn::after {
      border-color: #fff; }
  .mm-theme-sk .mm-listview {
    border-color: rgba(255, 255, 255, 0.6); }
    .mm-theme-sk .mm-listview .mm-selected {
      background-color: #fff;
      color: #731b7f; }
  .mm-theme-sk .mm-listview > li .mm-next::after, .mm-theme-sk .mm-listview > li .mm-arrow::after {
    border-color: #fff; }

.sk_bargraph, .sk_barijking {
  height: 22px;
  width: 150px;
  float: left;
  margin-right: 10px;
  width: 60%; }
  @media (min-width: 992px) {
    .sk_bargraph, .sk_barijking {
      width: 75%; } }
  .sk_bargraph div, .sk_barijking div {
    height: 100%;
    float: left; }
  .sk_bargraph .sk_leftbar, .sk_barijking .sk_leftbar {
    width: 50%;
    border-right: 1px solid #000; }
  .sk_bargraph .sk_rightbar, .sk_barijking .sk_rightbar {
    width: 50%;
    border-left: 1px solid #000; }
  .sk_bargraph .green, .sk_barijking .green {
    background-color: #731b7f; }
  .sk_bargraph .grey, .sk_barijking .grey {
    background-color: #e7e7e7; }
  .sk_bargraph .line, .sk_barijking .line {
    background-image: url("/images/graph_line.gif");
    background-repeat: repeat-y;
    background-position: right top; }

.sk_barijking {
  height: 11px;
  position: relative; }
  .sk_barijking.numbers {
    height: 17px;
    color: #393a3e;
    font-size: 75%; }
  .sk_barijking.lines {
    height: 5px; }
  .sk_barijking .number {
    position: relative;
    z-index: 2; }
  .sk_barijking .ijk-left, .sk_barijking .ijk-middle, .sk_barijking .ijk-right {
    position: absolute;
    text-align: center;
    width: 40px; }
  .sk_barijking .ijk-left {
    left: -20px; }
  .sk_barijking .ijk-middle {
    left: -20px; }
  .sk_barijking .ijk-right {
    right: -20px; }
  .sk_barijking .ijk-linesleft {
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
  .sk_barijking .ijk-linesright {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }

.sk_bulldetails {
  font-size: 16px;
  width: 100%;
  margin-bottom: 45px; }
  .sk_bulldetails tr {
    border-bottom: 1px solid #e7e7e7; }
  .sk_bulldetails th, .sk_bulldetails td {
    padding: 10px 0;
    white-space: nowrap; }
  .sk_bulldetails th {
    font-weight: bold;
    color: #731b7f; }
    .sk_bulldetails th.title {
      text-transform: uppercase; }
      .sk_bulldetails th.title span {
        text-transform: none;
        font-weight: normal;
        color: #000; }
  .sk_bulldetails th:first-child, .sk_bulldetails td:first-child {
    width: 45%; }

a.skBekijkFokwaarden {
  text-transform: uppercase;
  display: block;
  margin-top: 15px; }
  a.skBekijkFokwaarden img {
    margin-right: 7px; }

table.skSelectClients {
  width: 100%; }
  table.skSelectClients th {
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7; }
  table.skSelectClients td {
    border-bottom: 1px solid #e7e7e7; }
  table.skSelectClients td, table.skSelectClients th {
    padding: 3px 10px; }
  table.skSelectClients tr {
    cursor: pointer; }
    table.skSelectClients tr:hover {
      background-color: #f1e8f2; }
    table.skSelectClients tr.selected {
      background-color: #b98dbf;
      color: #fff; }
  table.skSelectClients thead tr {
    background-color: #d7bfda; }
    table.skSelectClients thead tr:hover {
      background-color: #d7bfda; }

div.dataTables_filter {
  margin-top: -42px; }
  div.dataTables_filter input {
    border: 1px solid #aaa;
    padding: 2px 5px; }

div.sk-clients {
  float: right;
  margin-top: 20px;
  margin-left: 5px; }

img.klantenkorting {
  height: 36px;
  margin-top: -7px;
  margin-left: 10px; }

h2.sk-staffel, h2.sk-crosssell {
  font-size: 140%;
  font-weight: 400;
  color: #fff;
  font-family: "proxima-nova", arial, sans-serif;
  background-color: #731b7f;
  padding: 10px 20px;
  margin: 0 0 20px 0; }

div.sk-staffel {
  margin: -20px 0 0 0;
  padding: 15px 30px;
  background-color: #f1e8f2; }
  div.sk-staffel table {
    width: 100%; }
    div.sk-staffel table th {
      font-weight: 600;
      padding: 10px 0; }
    div.sk-staffel table td {
      border-top: 1px solid #fff;
      padding: 10px 0;
      font-size: 14px; }
    div.sk-staffel table th:nth-child(2), div.sk-staffel table td:nth-child(2) {
      text-align: right; }

div.sk-crosssell {
  margin: -20px 0 20px 0;
  padding: 0 15px;
  background-color: #f1e8f2; }
  div.sk-crosssell .sk-cs-item {
    border-bottom: 1px solid #fff;
    padding: 15px 0; }
    div.sk-crosssell .sk-cs-item .product-name {
      margin-top: 0; }
      div.sk-crosssell .sk-cs-item .product-name a {
        font-size: 16px;
        font-weight: 400; }
    div.sk-crosssell .sk-cs-item .price-box {
      margin: 5px 0; }
      div.sk-crosssell .sk-cs-item .price-box .price {
        font-size: 16px;
        font-weight: 400; }
    div.sk-crosssell .sk-cs-item .sk-cs-left {
      padding-right: 0; }

table.sk-staffel {
  width: 100%; }
  table.sk-staffel th {
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7; }
  table.sk-staffel td {
    border-bottom: 1px solid #e7e7e7; }
  table.sk-staffel td, table.sk-staffel th {
    padding: 3px 10px; }

div.quickview-container, div.quickview-bg-block, div.quickview-load-img {
  display: none !important; }

select.sk-categories {
  color: #373737; }
  select.sk-categories option[selected="selected"] {
    font-weight: bold; }

div.breadcrumbs span.select2 {
  min-width: 190px; }

.select2-container {
  margin-top: -1px; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ccc;
  height: 32px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: none; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-weight: bold;
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1e8f2;
  color: #731b7f; }

.select2-dropdown {
  border: 1px solid #666; }

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #666; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #731b7f transparent transparent;
  border-width: 8px 4px 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #731b7f;
  border-width: 0 4px 8px; }

button.btn-cart span span, .product-view .product-shop button.btn-cart span span {
  background-color: #95e68a;
  color: #000; }

.product-shop .price-box .price {
  font-size: 28px; }
.product-shop div.add-to-cart {
  float: right; }

@media (max-width: 767px) {
  .page {
    margin-top: 40px; }

  .breadcrumbs {
    height: 80px; } }
.product-view .product-shop div.add-to-cart {
  margin-bottom: 25px; }

.product-view .product-shop button.btn-cart span span {
  padding: 0 13px; }

#wssearchresults {
  padding: 15px 0 25px;
  border-bottom: 1px solid #ccc; }

#searchresults .post {
  border-bottom: 1px solid #ccc;
  padding: 15px 0 10px; }
  #searchresults .post .right-block .searchdate {
    font-size: 85%;
    color: #5e5d5f;
    padding-top: 10px; }
  #searchresults .post .text h2 {
    margin: 0;
    padding: 0; }

#webshoplink {
  float: right;
  margin-top: -14px; }

div.webshoplink {
  margin-top: 20px; }

#product_info_box div.p_image {
  display: none; }

.wrapper_box .cont_shop_div {
  text-align: center; }

.wrapper_box #continue_shopping {
  float: none;
  display: inline-block; }

.top-discount {
  padding: 0 0 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .top-discount .top-subtotal {
    padding: 0 10px;
    border: none; }

.skPrintButton {
  float: right; }
  .skPrintButton img {
    margin-top: 10px; }

body.print div.sk-cart,
body.print div.sk-header-container,
body.print div.ajax-body-logout,
body.print #gg-snippet-contain,
body.print div.global-site-notice,
body.print div.breadcrumbs,
body.print div.ma-brand-slider-contain,
body.print div.sk-footer,
body.print div.add-to-box-cart,
body.print .sk-crosssell,
body.print .skPrintButton,
body.print #skToCat {
  display: none; }

.product-view .product-img-box .product-image-zoom .more-views .product-image-thumbs li {
  float: left;
  list-style: outside none none;
  margin-right: 5px;
  position: relative;
  width: 85px; }

.product-view .product-img-box .product-image-zoom {
  border: none; }
  .product-view .product-img-box .product-image-zoom div.more-views {
    margin-top: 5px; }
  .product-view .product-img-box .product-image-zoom a.thumb-link {
    border-radius: 0 !important;
    display: block;
    background-color: #000; }
    .product-view .product-img-box .product-image-zoom a.thumb-link img {
      display: block;
      border-radius: 0;
      zoom: 1;
      filter: alpha(opacity=60);
      opacity: 0.6;
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
    .product-view .product-img-box .product-image-zoom a.thumb-link:hover {
      border: none; }
    .product-view .product-img-box .product-image-zoom a.thumb-link.selected img, .product-view .product-img-box .product-image-zoom a.thumb-link:hover img {
      opacity: 1; }

#product_tabs_description_contents {
  margin-bottom: 30px; }

#products-list span.price {
  font-size: 16px; }

#skToCat {
  font-weight: bold;
  font-style: italic; }

.error-msg, .success-msg, .note-msg, .notice-msg {
  font-size: 14px !important; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

#bmtcontent iframe {
  max-width: 100%; }

@media (min-width: 1280px) {
  #mainmenuContainer {
    width: 1300px; } }

/*# sourceMappingURL=style.css.map */
