@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.2em; }

  .page {
    /*    padding-left: 30px;
        padding-right: 30px;
        @include box-sizing(border-box);*/ }

  /*  #content{
      padding-left: 30px;
  padding-right: 30px;
    }*/ }
/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  /*@media screen and (orientation:portrait) and (max-width: 1007px)  {*/
  /*  body {
      -webkit-filter:  contrast(1.6) grayscale(0.3) hue-rotate(150deg) saturate(10) sepia(0.4);
    transition: 10s;
    }*/
  .li-tmp {
    position: absolute;
    left: 71px;
    color: white;
    background: #ec151d;
    font-size: 43px;
    font-family: times;
    width: 40px;
    height: 40px;
    display: block;
    top: 5px;
    line-height: 39px;
    border-radius: 12px; }

  #header,
  #nav,
  #panel,
  #sidebar-left-top {
    /*display: none;*/ }

  .nav-wrapper.scrollable-horizontal-child::after, .block-quicktabs.scrollable-horizontal-child::after, .quicktabs_wrapper.scrollable-horizontal-child::after, .taxonomy-category.scrollable-horizontal-child::after {
    -webkit-transition: right 0.55s ease-out 0.0s;
    -moz-transition: right 0.55s ease-out 0.0s;
    -o-transition: right 0.55s ease-out 0.0s;
    transition: right 0.55s ease-out 0.0s;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }

  .nav-wrapper.scrollable-horizontal-child::before, .block-quicktabs.scrollable-horizontal-child::before, .quicktabs_wrapper.scrollable-horizontal-child::before, .taxonomy-category.scrollable-horizontal-child::before {
    -webkit-transition: left 0.55s ease-out 0.0s;
    -moz-transition: left 0.55s ease-out 0.0s;
    -o-transition: left 0.55s ease-out 0.0s;
    transition: left 0.55s ease-out 0.0s;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }

  /* >>-------reset --------- */
  html {
    -webkit-tap-highlight-color: transparent; }

  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

  .resizable-textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  fieldset {
    padding-bottom: 12px;
    display: table-cell;
    min-width: 0; }

  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
  ::-webkit-search-decoration {
    display: none; }

  input {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-style: solid;
    border: none;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    input:focus {
      outline: 0; }

  input[type=submit], input[type=button] {
    -webkit-appearance: none;
    background: #ffa500;
    color: white;
    min-height: 21pt;
    padding: 0 5px; }

  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=range],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week] {
    border: 1px solid lightgray;
    min-height: 21pt;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /*  input[type=text],  input[type=password]{
      border: 1px solid lightgray;
    }*/
  tr.even, tr.odd {
    background: none;
    border: none;
    padding: 0em 0em; }

  tr.odd .form-item, tr.even .form-item {
    white-space: normal; }

  .block-quicktabs .views-table td {
    padding: 3px 5px;
    border: none; }

  .panel-right, .panel-left {
    background: none; }

  .block div.text {
    padding: 5px; }

  .button-blue {
    background: #00ACDC; }
    .button-blue span {
      background: none; }
    .button-blue .left-bg, .button-blue .right-bg {
      background: none;
      display: none; }

  .node-form .resizable-textarea {
    width: 100%; }

  /* -------reset --------- << */
  h2 {
    margin-bottom: 5px;
    font-weight: normal; }

  .title {
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
    padding-bottom: 5px;
    padding-top: 5px; }

  .title a {
    display: inline-block;
    background-position-y: 50%;
    line-height: 20px; }

  #content {
    padding: 0; }

  .review-node .quicktabs_tabpage .text {
    padding: 0; }
    .review-node .quicktabs_tabpage .text .main-comment {
      border: none;
      padding: 0px; }
      .review-node .quicktabs_tabpage .text .main-comment blockquote {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px; }
      .review-node .quicktabs_tabpage .text .main-comment .views-field-teaser {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        /*            margin-left: -5px; 
                    margin-right: -5px; */ }
        .review-node .quicktabs_tabpage .text .main-comment .views-field-teaser .flag-wrapper .flag-message {
          display: none;
          opacity: 0; }
      .review-node .quicktabs_tabpage .text .main-comment .mainpic, .review-node .quicktabs_tabpage .text .main-comment .com-date, .review-node .quicktabs_tabpage .text .main-comment .views-field-field-starz1-rating {
        margin-left: 5px; }
      .review-node .quicktabs_tabpage .text .main-comment .about-user {
        margin: 0 5px;
        width: 100%; }
      .review-node .quicktabs_tabpage .text .main-comment .views-rating {
        margin-right: 5px; }
        .review-node .quicktabs_tabpage .text .main-comment .views-rating .fn {
          display: none; }
        .review-node .quicktabs_tabpage .text .main-comment .views-rating .add-this-comment .button-blue {
          padding: 0 5px; }
        .review-node .quicktabs_tabpage .text .main-comment .views-rating .watcher-wrapper {
          margin-right: 0;
          height: auto; }
          .review-node .quicktabs_tabpage .text .main-comment .views-rating .watcher-wrapper .watcher_node {
            height: auto;
            margin: 0;
            padding: 0; }
          .review-node .quicktabs_tabpage .text .main-comment .views-rating .watcher-wrapper .watcher_node_toggle_watching_link {
            display: block;
            float: right;
            height: 29px;
            line-height: 29px;
            color: #FFF;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            background: lightseagreen;
            padding: 0 5px;
            margin: 5px 0;
            border: none; }
        .review-node .quicktabs_tabpage .text .main-comment .views-rating .updown-widget {
          margin-bottom: 20px; }
      .review-node .quicktabs_tabpage .text .main-comment .video-filter {
        max-width: 100%; }

  .read_unread_form-warapper .watcher_watched_form .form-submit {
    min-height: 0; }

  .hasinlineimage .imagecache-copyright img {
    /*width: 100%;*/
    width: auto;
    max-width: 100%; }

  .comments-on-the-comments .list .new-comment .author-comment {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .comments-on-the-comments .list .new-comment .author-comment br {
      display: initial; }

  .comments-on-the-comments .list {
    margin-left: 5px;
    margin-right: 5px; }
    .comments-on-the-comments .list .author-comment br {
      display: none; }
    .comments-on-the-comments .list .picture {
      height: 30px;
      width: 30px;
      display: block;
      float: left;
      margin-right: 10px; }
      .comments-on-the-comments .list .picture .imagecache {
        max-width: 100%;
        display: block;
        max-height: 100%; }
    .comments-on-the-comments .list .links {
      position: static;
      margin: 5px;
      text-align: right;
      font-size: 87%; }
      .comments-on-the-comments .list .links li {
        float: none;
        display: inline;
        text-align: right; }

  body {
    font-size: 13px;
    line-height: 1.2em;
    overflow-x: hidden;
    overflow-y: auto; }

  .copyright {
    background: #666;
    height: auto; }

  .copyright a {
    text-decoration: underline; }

  .block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none; }

  .citate {
    width: auto; }

  .citate-wrapper .fivestar-static-form-item .fivestar-summary {
    font-size: 11px; }
  .citate-wrapper .fivestar-static-form-item .fivestar-widget-static {
    margin-right: 0; }

  .citate-wrapper .fivestar-widget-static {
    float: right;
    margin-bottom: 4px;
    margin-top: 0; }

  .fivestar-static-form-item {
    clear: both; }
    .fivestar-static-form-item .description {
      white-space: nowrap;
      clear: both;
      text-align: right; }
    .fivestar-static-form-item .total-votes {
      white-space: nowrap; }

  .read-commets {
    margin-top: 1.5em; }

  .view-content .whrite-this-comment, .product-teaser .whrite-this-comment {
    display: none; }

  .mainpic {
    position: absolute; }

  .view-referenced-nodes .item .created {
    font-size: 80%;
    margin-right: 5px; }

  .userinfo-rating {
    margin-right: 5px; }

  .view.view-referenced-nodes.view-id-referenced_nodes .item .views-field-teaser {
    margin-left: 5px;
    margin-right: 5px; }

  .view.view-referenced-nodes.view-id-referenced_nodes .item .mainpic {
    position: static;
    margin: 5px;
    margin-top: 0; }
    .view.view-referenced-nodes.view-id-referenced_nodes .item .mainpic .imagecache {
      max-height: 50px;
      max-width: 50px; }

  .view.view-referenced-nodes.view-id-referenced_nodes .item .views-field-teaser p {
    padding-bottom: 0;
    margin-bottom: 0; }
    .view.view-referenced-nodes.view-id-referenced_nodes .item .views-field-teaser p nobr {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      padding: 0;
      text-align: right; }

  .main-comment {
    padding: 0; }
    .main-comment .views-field-teaser {
      border: none; }
    .main-comment .mainpic {
      position: static;
      margin-bottom: 5px; }
    .main-comment h2 {
      padding: 5px; }
    .main-comment .com-date {
      margin-right: 5px;
      font-size: 85%; }
      .main-comment .com-date strong {
        font-size: 85%; }
    .main-comment .fivestar-widget-static {
      margin-left: 5px; }

  .views-rating .updown-widget-rate .choises {
    margin-left: -15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .views-rating .updown-widget-rate .choises .choise {
      border-radius: 0;
      background: none;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      box-shadow: none;
      padding: 5px 0; }

  .product-half-teaser .title {
    padding-bottom: 5px; }
  .product-half-teaser > .text {
    background: white;
    overflow: hidden; }
  .product-half-teaser #bigright {
    display: none; }
  .product-half-teaser .left-main {
    width: 254px;
    height: auto;
    margin: 0 auto; }
    .product-half-teaser .left-main .description {
      width: auto; }
    .product-half-teaser .left-main .product-site-link {
      margin: 0;
      margin-top: 5px; }
      .product-half-teaser .left-main .product-site-link .product-site-title {
        font-weight: normal;
        font-size: 11px; }
  .product-half-teaser .mainpic {
    /*float: left;*/
    position: relative;
    display: block; }
    .product-half-teaser .mainpic .photo {
      display: block;
      width: 100%;
      min-height: 200px; }

  .srch-results .label .parent {
    float: right;
    padding: 5px; }
  .srch-results .taxonomy-list .term-text .type {
    color: #688807; }
  .srch-results .type {
    padding: 5px;
    font-weight: bold;
    font-size: 16px; }
  .srch-results ul.type-group li {
    margin-top: 0; }
  .srch-results .extend-links a {
    display: inline-block;
    padding: 5px; }
  .srch-results .term-text .label .caption {
    display: inline-block;
    width: auto;
    padding: 5px; }
  .srch-results .no-results {
    padding: 5px;
    text-align: center;
    font-size: 120%;
    color: gray; }
  .srch-results .suggests-wrapper {
    padding: 5px; }

  #srch-autocomplete {
    /*position: absolute;*/
    position: absolute;
    /*    left: 5%;
        right: 5%;*/
    /*padding-right: 100%;*/
    /*max-height: 60%;*/
    overflow-y: auto;
    border-radius: 0;
    /*max-width: 100%;*/
    width: auto;
    line-height: 1.0;
    text-align: left;
    z-index: 58;
    margin: auto;
    /*top:60pt;*/
    /*bottom: 0;*/
    /*height: 300px;*/
    left: 0;
    width: 100%; }
    #srch-autocomplete .all-results {
      margin: 0;
      margin-top: 10px;
      border: none;
      color: white;
      padding: 7px;
      float: none;
      width: 100%;
      text-align: center;
      font-size: 15px;
      background: #ffa500; }

  /*  .fixfixed {
      #srch-autocomplete {
        position: absolute;
      }
    }*/
  #header .links, #header .links-second {
    position: static;
    display: inline-block;
    top: auto;
    right: auto;
    width: 100%; }

  /*    #header{
  
  
      &.stick{
        background: none;
      }
    }*/
  .no-js #header {
    position: static; }

  #header {
    height: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 40pt;
    z-index: 51;
    /*display: none;*/
    top: 0;
    left: 0;
    /*position: absolute;*/
    position: static; }
    #header .search {
      background: none;
      display: inline-block;
      position: relative;
      top: auto;
      left: auto;
      width: 278px; }
      #header .search.floatsearch {
        display: none; }
      #header .search .field {
        width: 173px;
        margin: 0;
        padding: 0 5px;
        height: 20pt; }
      #header .search .button {
        background: #FFA500;
        height: 20pt; }
    #header.stick {
      /*      height: 34pt;*/
      height: 43pt !important;
      width: 100%;
      background: white; }
      #header.stick .search {
        /*position: absolute;*/
        top: 0;
        z-index: 54;
        left: 0;
        height: 43pt;
        width: 100%;
        background: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 11pt;
        /*padding-right: 52px;*/
        /*border: 2px solid gray;*/
        /*margin-left: 40pt;*/
        /*        left: -40pt;
                padding-left: 40pt;*/ }
        #header.stick .search .button {
          float: none;
          display: inline-block;
          margin-left: 14px; }
        #header.stick .search .field {
          width: 100%;
          /*width: auto;*/
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: static;
          min-width: 0;
          max-width: 100%; }
        #header.stick .search #search-theme-form {
          /*width: 100%;*/
          display: block;
          /*padding-right: 77px;*/
          margin-right: 90px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          /*padding-left: 40pt;*/
          white-space: nowrap;
          /*margin-left: -40pt;*/
          /*          overflow: hidden;*/ }
          #header.stick .search #search-theme-form .fieldset {
            /*             padding-right: 77px;
                          display: block;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin: 0; }
      #header.stick .logo {
        display: none; }
      #header.stick .links {
        display: none; }
    #header .logo {
      top: 0;
      margin-top: 5px;
      left: 0;
      position: relative;
      display: inline-block;
      height: 50px;
      width: 255px; }
      #header .logo img {
        max-height: 100%;
        max-width: 100%; }
    #header .links li {
      float: right;
      margin-right: 1em; }

  /*  .fixfixed {
      #header {
        position: absolute;
      }
    }*/
  #nav {
    height: auto;
    height: 35px;
    background: white;
    border: none;
    display: block;
    width: 100%;
    position: static;
    padding-top: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    /*margin-bottom: -27px;*/
    /*    &:after{
    
               background: green;
                background-repeat: no-repeat;
          
                position: absolute;
                content: ''; 
          
                border: 1px solid red;
                width: 20px;
                height: 20px;
                z-index: 100;
    right: 0;
    top:0;
    
    
        }*/ }
    #nav .leaf {
      display: inline-block;
      position: relative;
      height: 33px;
      margin: 0 0 0 0px;
      list-style: none;
      overflow: hidden;
      padding: 0 !important;
      background: #FFA500;
      float: none;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      /*margin-top: -15px;*/
      /*bottom: 25px;*/ }
    #nav .menu {
      position: static;
      text-align: center;
      height: auto;
      overflow-x: auto;
      overflow-y: visible;
      white-space: nowrap;
      background: none;
      /*margin-top: 15px;*/
      overflow: visible;
      padding-left: 5px;
      padding-right: 5px;
      display: inline-block;
      width: auto;
      height: 40px; }
      #nav .menu::after {
        content: "";
        background: red;
        height: 5px;
        margin-top: 35px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
      #nav .menu::before {
        content: "";
        background: red;
        height: 5px;
        margin-top: 30px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
    #nav .leaf a {
      display: inline-block;
      padding: 0 0 0 0;
      line-height: 32px;
      color: #FFF;
      font-size: initial;
      text-decoration: none;
      background: none;
      padding-right: 5pt;
      padding-left: 5pt; }
    #nav .leaf b {
      background: none;
      padding: 0; }

  .nav-wrapper {
    /*    &::after{
          content: '';
          position: absolute;
          right: -10%;
          top: 0;
          width: 10%;
          height: 38px;
          z-index: 16;
    
    
          @extend %white_gradient_right;
        }
        &.allow-right-scroll-child::after{
          right: 0;
        }
        &::before{
          content: '';
          position: absolute;
          left: -10%;
          top: 0;
          width: 10%;
          height: 38px;
          z-index: 16;
    
          @extend %white_gradient_left;
        }
        &.allow-left-scroll-child::before{
          left: 0;
        }*/
    position: relative; }
    .nav-wrapper.scrollable-horizontal-child::after {
      content: '';
      position: absolute;
      top: 0;
      width: 10%;
      z-index: 16;
      height: 38px;
      padding: "0";
      right: -10%; }
    .nav-wrapper.scrollable-horizontal-child.allow-right-scroll-child::after {
      right: 0; }
    .nav-wrapper.scrollable-horizontal-child::before {
      content: '';
      position: absolute;
      top: 0;
      width: 10%;
      z-index: 16;
      height: 38px;
      padding: "0";
      left: -10%;
      z-index: 2; }
    .nav-wrapper.scrollable-horizontal-child.allow-left-scroll-child::before {
      left: 0; }

  #panel {
    border: none;
    background: none;
    height: auto;
    background: #fff;
    width: 100%;
    text-align: left;
    background: #666; }

  #panel .panel-left, #panel .panel-right {
    background: none;
    display: none; }

  #panel .read-comments {
    display: none;
    float: none;
    margin: 5px 11px 0 13px;
    padding: 7px 0 15px 37px;
    color: #A7CD2D;
    font-size: 15px;
    font-weight: bold;
    background: url(/themes/irecommend/images/ico-read-reviews.png) no-repeat 0 1px;
    /*display: inline-block;*/
    width: 100%; }

  #panel .register {
    float: none;
    margin: 5px 11px 0 13px;
    padding: 7px 0 15px 37px;
    color: #A7CD2D;
    font-size: initial;
    font-weight: normal;
    background: url(/themes/irecommend/images/ico-write-reviews.png) no-repeat 0 0;
    display: inline-block;
    /*width: 100%;*/ }

  #panel .get-money {
    float: none;
    margin: 1px 11px 0 13px;
    padding: 14px 40px 10px 0;
    padding: 7px 0 15px 37px;
    color: #F9D017;
    font-size: initial;
    font-weight: normal;
    background: url(/themes/irecommend/images/ico-get-money.png) no-repeat 100% 0;
    background-position: 0 0;
    display: inline-block;
    display: none;
    /*width: 100%;*/ }

  #sidebar-left-top {
    display: none; }

  #breadcrumb .breadcrumb {
    padding: 5px; }
    #breadcrumb .breadcrumb a {
      padding: 3px;
      display: inline-block; }

  .page {
    width: 100%;
    overflow: hidden;
    position: relative; }

  .page.opensidebar #sidebar {
    left: 0px;
    /*
        -webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.71);
        -moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.71);
        box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.71);*/ }

  /*  .fixfixed {
      .page .sidebar-overlay {
        position: absolute;
      }
    }*/
  .page .sidebar-overlay {
    position: absolute;
    top: 43pt;
    left: 0;
    bottom: 0;
    right: 100%;
    opacity: 0;
    background: black;
    z-index: 54;
    -webkit-transition: opacity 0.2s ease-out 0.0s;
    -moz-transition: opacity 0.2s ease-out 0.0s;
    -o-transition: opacity 0.2s ease-out 0.0s;
    transition: opacity 0.2s ease-out 0.0s; }

  .page.opensidebar .sidebar-overlay {
    right: 0%;
    opacity: 0.7; }

  .page.opensidebar #content {
    /*left: 300px;*/ }

  /*  .page {
      -webkit-transition: margin-left 0.4s ease-out 0.0s;
      -moz-transition: margin-left 0.4s ease-out 0.0s;
      -o-transition: margin-left 0.4s ease-out 0.0s;
      transition: margin-left 0.4s ease-out 0.0s;
      margin-left: 0px;
    }
  
  
    .page.opensidebar{
      
      margin-left: 150px;
    }*/
  #content {
    width: 100%;
    left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0;*/
    /*    -webkit-transition: margin-left 0.2s ease-out 0.0s;
        -moz-transition: margin-left 0.2s ease-out 0.0s;
        -o-transition: margin-left 0.2s ease-out 0.0s;
        transition: margin-left 0.2s ease-out 0.0s;*/ }
    #content .block .block-title {
      margin-left: 5px; }

  #sidebar {
    position: absolute;
    left: -300px;
    min-height: 100%;
    top: 43pt;
    -webkit-transition: left 0.2s ease-out 0.0s;
    -moz-transition: left 0.2s ease-out 0.0s;
    -o-transition: left 0.2s ease-out 0.0s;
    transition: left 0.2s ease-out 0.0s;
    background: white;
    /*height: 100%;*/
    bottom: 0;
    position: absolute;
    /* top: -82pt; */
    overflow-y: auto;
    /* margin-bottom: 78pt; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 55; }
    #sidebar .sidebar-inset-wrapper {
      margin-bottom: 40pt;
      background: white; }

  /*  .fixfixed {
      #sidebar {
        position: absolute;
      }
    }*/
  #prefooter #categories {
    display: none; }

  .block.similar-products {
    display: none; }

  .block .tl,
  .block .tr,
  .block .br,
  .block .bl {
    display: none; }

  #content > .title {
    border: none;
    display: inline-block; }

  .block-quicktabs {
    margin-top: 0px; }
    .block-quicktabs .view-content {
      margin: 0; }
    .block-quicktabs .quicktabs_tabs {
      max-height: none;
      padding-left: 0;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: auto;
      width: 100%;
      display: block;
      text-align: right;
      position: static;
      padding-right: 5px;
      margin-bottom: 0px; }
      .block-quicktabs .quicktabs_tabs li {
        display: inline-block;
        height: 29px;
        height: auto;
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        list-style: none;
        font-size: 15px;
        font-weight: bold;
        float: none;
        clear: none; }
        .block-quicktabs .quicktabs_tabs li a {
          display: inline-block;
          position: relative;
          height: 20px;
          line-height: 20px;
          color: #aaa;
          text-decoration: none;
          background: none;
          padding: 5px;
          margin: 0px;
          margin-left: 3px;
          font-weight: normal; }
        .block-quicktabs .quicktabs_tabs li b {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 13px;
          height: 29px;
          background: none; }
        .block-quicktabs .quicktabs_tabs li.active b {
          background: none; }
        .block-quicktabs .quicktabs_tabs li.active a {
          color: #678806;
          background: none; }

  .block-quicktabs.scrollable-horizontal-child::after, .quicktabs_wrapper.scrollable-horizontal-child::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 16;
    height: 20px;
    padding: 5px;
    right: -10%; }
  .block-quicktabs.scrollable-horizontal-child.allow-right-scroll-child::after, .quicktabs_wrapper.scrollable-horizontal-child.allow-right-scroll-child::after {
    right: 0; }
  .block-quicktabs.scrollable-horizontal-child::before, .quicktabs_wrapper.scrollable-horizontal-child::before {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 16;
    height: 20px;
    padding: 5px;
    left: -10%;
    z-index: 2; }
  .block-quicktabs.scrollable-horizontal-child.allow-left-scroll-child::before, .quicktabs_wrapper.scrollable-horizontal-child.allow-left-scroll-child::before {
    left: 0; }

  #content > .block-quicktabs > .quicktabs_wrapper > .quicktabs_tabs li a,
  #content > .block-quicktabs > .quicktabs_tabs li a,
  #content .product-half-teaser.block-quicktabs > .block > .quicktabs_tabs li a,
  #quicktabs-12388 > .quicktabs_tabs li a {
    border: none;
    border-top: 4px solid #aaa; }
  #content > .block-quicktabs > .quicktabs_wrapper > .quicktabs_tabs li.active a,
  #content > .block-quicktabs > .quicktabs_tabs li.active a,
  #content .product-half-teaser.block-quicktabs > .block > .quicktabs_tabs li.active a,
  #quicktabs-12388 > .quicktabs_tabs li.active a {
    border-color: orange; }

  .subs-category {
    float: right;
    line-height: 20px;
    padding-top: 5px; }
    .subs-category .subs-wrapper.category {
      float: none;
      padding: 0;
      margin: 0; }
      .subs-category .subs-wrapper.category .subs-link {
        padding: 7px;
        border-bottom: none; }

  .taxonomy-category {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-top: 5px; }
    .taxonomy-category .block-quicktabs {
      overflow: auto;
      min-height: 0; }
      .taxonomy-category .block-quicktabs .quicktabs_tabs {
        white-space: nowrap; }
        .taxonomy-category .block-quicktabs .quicktabs_tabs li {
          float: none;
          clear: none;
          height: auto; }
          .taxonomy-category .block-quicktabs .quicktabs_tabs li a {
            border-left: none;
            border-top: 5px solid #aaa;
            border-bottom: none;
            display: block;
            padding: 5px;
            text-align: center; }
          .taxonomy-category .block-quicktabs .quicktabs_tabs li.active a {
            border-top-color: #FFA500; }
    .taxonomy-category .view-header {
      display: none; }

  .taxonomy-category > .block-quicktabs::after {
    content: none; }
  .taxonomy-category > .block-quicktabs::before {
    content: none; }
  .taxonomy-category.scrollable-horizontal-child::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 16;
    height: 20px;
    padding: 5px;
    right: -10%; }
  .taxonomy-category.scrollable-horizontal-child.allow-right-scroll-child::after {
    right: 0; }
  .taxonomy-category.scrollable-horizontal-child::before {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 16;
    height: 20px;
    padding: 5px;
    left: -10%;
    z-index: 2; }
  .taxonomy-category.scrollable-horizontal-child.allow-left-scroll-child::before {
    left: 0; }
  .taxonomy-category .block-quicktabs .quicktabs_tabs {
    display: table;
    width: 100%; }
    .taxonomy-category .block-quicktabs .quicktabs_tabs li {
      display: table-cell;
      padding-left: 1px;
      padding-right: 1px; }

  .adapt-panelswitcher, .header-static-dummy {
    /*height: 34pt;*/
    height: 43pt;
    width: 40pt;
    background: white;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    /*margin-left: -40pt;*/
    text-align: center;
    font-size: 22pt;
    padding-top: 14pt;
    z-index: 55;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .adapt-panelswitcher {
    display: block;
    cursor: pointer;
    position: static;
    top: -43pt;
    -moz-transition: top 300ms ease-in;
    -o-transition: top 300ms ease-in;
    -webkit-transition: top 300ms ease-in;
    transition: top 300ms ease-in;
    margin: 4px;
    height: 49px;
    width: 33pt;
    padding-top: 14px;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .adapt-panelswitcher:after {
      content: 'menu';
      font-size: 10px;
      margin-top: 16px;
      display: block;
      color: #989898;
      opacity: 1;
      -moz-transition: opacity 300ms ease-in;
      -o-transition: opacity 300ms ease-in;
      -webkit-transition: opacity 300ms ease-in;
      transition: opacity 300ms ease-in; }
    .adapt-panelswitcher > .adapt-ps-content {
      position: relative; }
      .adapt-panelswitcher > .adapt-ps-content:after, .adapt-panelswitcher > .adapt-ps-content:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        color: #333;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: opacity 300ms ease-in, -moz-transform 300ms ease-in;
        -o-transition: opacity 300ms ease-in, -o-transform 300ms ease-in;
        -webkit-transition: opacity 300ms ease-in, -webkit-transform 300ms ease-in;
        transition: opacity 300ms ease-in, transform 300ms ease-in; }
      .adapt-panelswitcher > .adapt-ps-content:after {
        content: '\2261';
        opacity: 1; }
      .adapt-panelswitcher > .adapt-ps-content:before {
        content: '\00D7';
        opacity: 0; }

  .stickswitcher:not(.fixfixed) :not(.opensidebar) .adapt-panelswitcher {
    border-color: #989898;
    opacity: 0.9;
    position: fixed;
    top: 0;
    z-index: 57; }

  .opensidebar .adapt-panelswitcher > .adapt-ps-content:after, .opensidebar .adapt-panelswitcher > .adapt-ps-content:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .opensidebar .adapt-panelswitcher > .adapt-ps-content:after {
    opacity: 0; }
  .opensidebar .adapt-panelswitcher > .adapt-ps-content:before {
    opacity: 1; }
  .opensidebar .adapt-panelswitcher:after {
    opacity: 0; }

  .header-static-dummy {
    width: 100%;
    height: 34pt;
    z-index: 50;
    border: 2px solid red; }

  .block, .block-title, .blockUser .block-title {
    background-image: none; }

  .blockUser .form-item label {
    display: inline-block;
    font-weight: normal; }
  .blockUser .form-item {
    display: block;
    float: none; }
  .blockUser .menu {
    padding: 0; }
  .blockUser .menu li {
    padding: 0; }
    .blockUser .menu li a {
      margin: 0;
      padding: 0 5px 8px;
      padding-left: 30px;
      display: inline-block;
      width: 100%;
      font-weight: normal;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .blockUser .menu li .user-counter {
      font-weight: normal;
      color: red;
      border-left: 1px solid red;
      padding-left: 5px;
      margin-left: -45px;
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .blockUser .menu li .user-counter .parentheses {
        display: none; }

  .messages {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .messages.error {
      margin: 0;
      padding: 0;
      border-width: 1px; }
    .messages.status {
      margin: 0;
      border-width: 1px; }
      .messages.status .symbol {
        font-weight: normal; }

  .bue-ui {
    text-align: left; }

  .bue-button {
    min-height: 0;
    padding: 5px;
    background: white; }

  .btn, .btn.disabled {
    margin: 0;
    float: none;
    display: inline-block;
    background: #FFA500;
    margin-bottom: 5px;
    height: auto; }
    .btn .b-left, .btn .b-right, .btn.disabled .b-left, .btn.disabled .b-right {
      background: none;
      display: none; }
    .btn input, .btn.disabled input {
      margin: 0 5px;
      padding: 0 5px; }
    .btn.disabled .b-center, .btn .b-center, .btn.disabled.disabled .b-center, .btn.disabled .b-center {
      background: none;
      height: auto;
      padding: 0; }
    .btn.disabled, .btn.disabled.disabled {
      background: lightgray; }

  #block-selectcategory-3 .content {
    margin: 0; }

  .block.blockCatalog, .blockUser {
    background-image: none;
    background: white; }

  .block.blockCatalog, .block.blockProducts {
    border: none;
    /*margin-left: 14px;*/ }
    .block.blockCatalog a, .block.blockProducts a {
      display: inline-block;
      padding: 2px; }
    .block.blockCatalog .text, .block.blockProducts .text {
      padding-left: 10px; }

  .block.blockCatalog .views-field-name a {
    padding: 3px;
    padding-left: 17px;
    background-position-y: 7px;
    display: inline-block; }

  .blockCatalog .block-title {
    background: none; }

  .no-js #quicktabs-3 .quicktabs_tabpage {
    display: none; }

  .blockCommunity, .blockPhotos, .blockUserCom {
    display: none; }

  .block-user.blockUser #edit-name-wrapper, .block-user.blockUser #edit-name-1-wrapper {
    float: none;
    margin-top: 0;
    margin-right: 10px;
    width: 100%; }

  /*  .view-photos{
      table, tr, td, tbody{
        display: inline-block;
        display: block;
        display: inline;
        float: left;
      }
    }*/
  .block-user.blockUser .btn.form-submit {
    margin-top: 10px;
    float: left; }
  .block-user.blockUser .item-list {
    text-align: right; }
  .block-user.blockUser .form-item {
    line-height: 24px;
    position: relative; }
    .block-user.blockUser .form-item input.form-text {
      width: 128px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /*margin-top: 5px;*/
      margin-top: 0;
      float: none;
      position: absolute;
      right: 0;
      /*margin-right: 5px;*/ }

  .blockContact {
    display: none; }

  .block.blockProducts {
    background: none; }

  table {
    display: block;
    overflow: auto;
    max-width: 100%; }

  /*  table ,  thead, th,  tbody ,  tr ,  td {
      display: block;
      white-space: nowrap;
      @include box-sizing(border-box);
    }*/
  thead tr th {
    /*display: block;*/
    white-space: nowrap;
    font-weight: bold;
    font-size: 85%;
    /*@include box-sizing(border-box);*/ }

  /*  html body{
       thead:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
           thead { zoom: 1; }
           *:first-child+thead { zoom: 1; }
          
           table { width: 100%; border-collapse: collapse; border-spacing: 0; }
   
           th,
           td { margin: 0; vertical-align: top; }
           th { text-align: left; }
          
           table { display: block; position: relative; width: 100%; }
           thead { display: block; float: left; }
           tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
           thead tr { display: block; }
           th { display: block; text-align: right; }
           tbody tr { display: inline-block; vertical-align: top; }
           td { display: block; min-height: 1.25em; text-align: left; }
   
   
           sort out borders 
   
           th { border-bottom: 0; border-left: 0; }
           td { border-left: 0; border-right: 0; border-bottom: 0; }
           tbody tr { border-left: 1px solid #babcbf; }
           th:last-child,
           td:last-child { border-bottom: 1px solid #babcbf; }
    }
  */
  .view-last-reviews table,
  .view-last-reviews tbody,
  .view-last-reviews tr, .view-last-reviews td {
    display: block; }

  .block-quicktabs .views-table td.views-field-field-noderef1-nid {
    padding-right: 125px; }

  .view-last-reviews tr {
    position: relative; }
  .view-last-reviews .views-field {
    position: relative;
    line-height: 17px; }
    .view-last-reviews .views-field a {
      width: auto; }
  .view-last-reviews .views-field-field-noderef1-nid {
    width: 100%;
    /*padding-right: 125px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .view-last-reviews .views-field-field-starz1-rating {
    /*float: right;*/
    top: 0px;
    right: 0px;
    position: absolute; }
  .view-last-reviews .view-content {
    margin: 0;
    padding: 0; }

  .block.list-comments .review-head {
    margin-left: 10px; }
    .block.list-comments .review-head a {
      text-decoration: none; }
  .block.list-comments .userinfo-rating {
    margin-right: auto;
    /*      white-space: nowrap;
          overflow: hidden;
        
          text-overflow: ellipsis;*/
    display: block;
    width: 100%;
    padding-left: 66px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    /*margin-top: -50px;*/
    float: none; }
  .block.list-comments .mainpic {
    position: static;
    margin-left: -100px; }
  .block.list-comments .userpic .picture {
    max-width: 50px;
    max-height: 50px;
    overflow: hidden; }
  .block.list-comments .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .block.list-comments .text {
    padding-left: 100px;
    margin-left: 5px; }
    .block.list-comments .text .clear {
      clear: left;
      margin-left: -100px;
      text-align: justify; }
      .block.list-comments .text .clear nobr.views-field-teaser {
        clear: both; }
    .block.list-comments .text .userpic {
      margin: 0; }

  .srch-results .taxonomy .extend-links li a {
    font-size: 100%; }

  #block-quicktabs-3.block #quicktabs_tabpage_12388_myreviewinfo .text {
    padding: 0;
    margin: 0; }
  #block-quicktabs-3.block div.text {
    padding: 0;
    margin: 5px; }
    #block-quicktabs-3.block div.text .review-sort {
      float: none;
      /*margin-bottom: 45px;*/
      margin: 0;
      display: inline-block; }
      #block-quicktabs-3.block div.text .review-sort ul li {
        float: none; }
    #block-quicktabs-3.block div.text .view-content {
      margin: 0;
      padding: 0; }

  .social_buttons_wrapper {
    display: none; }

  .item-list .pager li {
    border-radius: 0;
    margin: 5px;
    display: inline-block;
    min-width: 15px;
    /*height: 15px;*/
    /*margin: 5px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    padding: 3px; }
    .item-list .pager li a {
      border-radius: 0;
      width: 100%;
      /*height: 100%;*/
      display: block;
      margin: 0;
      padding: 0;
      padding-right: 3px;
      padding-left: 3px; }
    .item-list .pager li.pager-current {
      padding: inherit;
      padding-right: 3px;
      padding-left: 3px;
      text-align: center; }

  .subs-product {
    margin: 0;
    line-height: 30px; }

  .comments-on-the-comments .title {
    padding: 5px;
    clear: both; }

  html.js fieldset.collapsed {
    height: auto; }

  .review-previews-imgs, .review-previews-imgs-items {
    float: right;
    margin: 0px;
    margin-left: 5px;
    clear: both; }
    .review-previews-imgs .review-previews-imgs-more, .review-previews-imgs-items .review-previews-imgs-more {
      display: none; }

  .node-form .form-item .form-text, .form-item .form-text {
    max-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .node-form .form-textarea {
    width: 100%; }

  .form-item .form-textarea {
    max-height: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .cke_contents {
    /*max-height: 160px!important;*/ }

  #content .box {
    padding: 5px; }

  .add-ticket-form #edit-field-ticket-name-0-value-wrapper {
    margin-left: auto; }

  /*
  
    .lightbox-container{
      .image-container{
        .fa-lg{
          font-size: 2em;
          margin: 10px;
        }
  
        .operations {
          .save-cloce-btn{
            color: green;
          } 
          .cancel-btn{
            color: darkred;
          }
          a{
            float: none;
  
            &.to_right{
              float: none;
            }
            display: inline-block;
  
          }
          height: auto;
          text-align: center;
          min-width: 0;
  
  
          position: absolute;
          width: 100% !important;
          top: 0;
          left: 0;
          z-index: 2;
  
  
        }
        min-width: 0;
      }
    }*/
  #node-form input.target + .description, #node-form #edit-title + .description {
    margin-top: 0px;
    z-index: 1;
    padding-left: 0px; }

  #node-form input.target, #node-form #edit-title {
    z-index: auto; }

  #node-form #edit-title {
    padding: 0 5px;
    border-color: #ffa500; }

  .cons-fieldset, .pros-fieldset {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .cons-fieldset {
    margin-top: -3px; }

  .node-form .form-item .form-radios {
    display: block;
    margin: 0;
    margin-top: 5px; }

  .field-recommend-wrapper .form-radio {
    display: block; }
  .field-recommend-wrapper .form-item .normal-radios input[type="radio"] {
    margin-bottom: -28px; }
  .field-recommend-wrapper .form-item .form-radios .form-item {
    display: inline-block; }

  .filefield-element .widget-preview {
    border: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 10px; }

  .filefield-element .widget-edit {
    float: none;
    display: block;
    max-width: none;
    clear: both; }

  .node-form #field-imgf1-items .form-item .form-text {
    width: 100%;
    /*max-width: 100%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .field-recommend-wrapper .form-radios .form-item {
    display: inline-block; }

  .node-form .form-item .normal-radios input[type="radio"].checked + label {
    background: #ffa500; }

  .node-form .form-item .normal-radios label {
    border: 1px solid #ffa500; }

  #back-top {
    /*    right: 10px!important;
        position: absolute;*/
    display: none !important; }

  #header .links, #header .links-second {
    position: absolute;
    width: 11px;
    height: 11px;
    background: none;
    overflow: hidden; }

  .citate-wrapper {
    margin-left: 108px; }
    .citate-wrapper .fivestar-widget-static {
      /*margin-top: -4px;*/
      margin-top: 0px; }

  .citate {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0.5em 0;
    padding-bottom: 3px;
    padding-top: 3px; }
    .citate a {
      /*		float: left;
                      display: block;
                      position: relative;
                      min-height: 10px;
                      padding: 8px 15px;
      */
      border: none;
      padding: 0;
      font-size: 90%;
      font-weight: normal;
      font-style: italic;
      line-height: 1em;
      /*font-weight: bold;*/
      /*color: $color_st_tropaz_approx;*/
      /*text-decoration: none;*/
      background: none; }
      .citate a:hover {
        /*text-decoration: underline;*/ }
    .citate .btl, .citate .btr, .citate .bbr, .citate .bbl, .citate .bc {
      display: none; }

  #content .citate-user {
    padding: 0;
    font-weight: normal; }

  html.js input.form-autocomplete {
    position: relative;
    background-image: none; }
    html.js input.form-autocomplete:after {
      /*      background-image: url(/misc/throbber.gif);
            background-repeat: no-repeat;
      
            position: absolute;
            content: ''; 
      
            border: 1px solid red;
            width: 20px;
            height: 20px;
            z-index: 100;
            left:10px;*/ }

  .suggestedterms_add .button {
    background-image: none;
    background-color: #ffa500; }

  a.st_checked, a.st_checked:link, a.st_checked:visited {
    /*    text-decoration: none;*/
    float: left;
    display: block;
    width: 100%;
    height: auto;
    overflow: inherit;
    /*    padding-left: 18px;
        background: url(/themes/acquia_marina/icons/checkbox.gif) no-repeat;*/ }

  a.st_unchecked, a.st_unchecked:link, a.st_unchecked:visited {
    float: none; }

  /*  .suggestedterm{
      width: 100%;
    }
  */
  .subs-wrapper {
    padding-right: 5px; }

  .block-quicktabs > .block-quicktabs .quicktabs_tabs li a, .quicktabs_tabpage .quicktabs_tabs li a, #quicktabs-watcher ul.quicktabs_tabs > li a {
    color: #286297;
    border-bottom: none;
    /*margin: 0px 15px 0 15px;*/
    padding: 0 37px 0 13px;
    height: inherit;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 0 10px; }

  #quicktabs-watcher ul.quicktabs_tabs {
    left: 0;
    top: 0; }

  #quicktabs-watcher ul.quicktabs_tabs > li.active a {
    color: #678806; }

  #quicktabs_tabpage_watcher_new_comments .watcher_mark_all {
    float: none;
    margin: 0;
    text-align: right; }
    #quicktabs_tabpage_watcher_new_comments .watcher_mark_all .markallread {
      background: lightseagreen;
      color: white;
      border: none;
      padding: 0 5px; }

  #site_watcher_binder .watcher_item > div.watcher_item_bottom_tools_panel, #site_watcher_binder .watcher_item div.watcher_item_top_tools_panel {
    display: block;
    height: auto;
    width: 100%; }

  #site_watcher_binder .watcher_item div.watcher_item_bottom_tools_panel .toolbox, #site_watcher_binder .watcher_item div.watcher_item_top_tools_panel .toolbox {
    width: 100%;
    height: 100%;
    float: right;
    padding: 5px;
    overflow: auto;
    margin-top: 10px; }

  #site_watcher_binder .watcher_item div.watcher_item_bottom_tools_panel .toolbox {
    float: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    #site_watcher_binder .watcher_item div.watcher_item_bottom_tools_panel .toolbox .tool {
      height: 28px;
      float: right;
      clear: both; }
      #site_watcher_binder .watcher_item div.watcher_item_bottom_tools_panel .toolbox .tool a, #site_watcher_binder .watcher_item div.watcher_item_bottom_tools_panel .toolbox .tool .watcher_watched_form input[type=submit] {
        font-size: 13px; }

  #site_watcher_binder .watcher_item .toolbox .tool {
    min-width: 0;
    float: none;
    margin: 0;
    padding: 0;
    font-size: initial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    /*border-left: 5px solid $blue_link;*/ }

  #site_watcher_binder .watcher_item .toolbox .tool.watcher_item_operations_toggle a {
    padding-left: 34px; }
  #site_watcher_binder .watcher_item .toolbox .tool.watcher_item_operations_remove a {
    padding-left: 40px;
    background-size: 30%;
    background-position: 0 5px; }
  #site_watcher_binder .watcher_item .toolbox .tool a {
    width: auto;
    line-height: initial;
    text-decoration: none;
    font-size: initial;
    font-family: inherit;
    /*background: none;*/
    color: #069;
    text-indent: initial;
    padding: 5px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid red;*/
    display: block;
    line-height: 20px;
    height: 30px;
    /*float:left;*/ }

  #site_watcher_binder .watcher_item .toolbox .watcher_item_operations_remove.tool a {
    float: right; }

  .watcher_item_bottom_tools_panel .watcher_watched_form {
    margin: 0; }
  .watcher_item_bottom_tools_panel .watcher_watched_form input[type=submit] {
    border: none;
    padding: 5px;
    text-align: left;
    width: 100%;
    font-size: initial; }

  .selectcategory-search-fieldset {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .catalog-three {
    font-weight: normal;
    line-height: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  html.js fieldset.collapsible.group-images .fieldset-wrapper {
    overflow: hidden; }

  div.fivestar-widget .star {
    margin-right: 15px; }

  .group-images .content-multiple-table td {
    width: 100%; }

  .group-images > .fieldset-wrapper > .description {
    height: 5em;
    overflow: auto; }

  .page-node .block-help {
    display: none; }

  .fivestar-form-item .form-item > label {
    margin-top: 0; }

  .suggestedterms_add .button {
    height: auto;
    font-size: inherit;
    /*width: auto;*/ }

  #bottomNavZoom, #bottomNavZoomOut {
    display: block !important; }

  #imageData #bottomNav {
    padding-top: 5px;
    height: 42px; }

  #bottomNavClose, #lightshowPause, #lightshowPlay, #bottomNavZoomOut, #bottomNavZoom {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0; }

  #lightshowPlay {
    display: none !important; }

  #bottomNavClose {
    right: 90px; }

  #bottomNavZoomOut {
    right: 50px; }

  #bottomNavZoom {
    right: 10px; }

  #outerImageContainer {
    max-width: 100% !important;
    overflow: auto; }

  #imageContainer, #frameContainer, #modalContainer {
    /*overflow: scroll;*/ }

  #lightboxImage {
    display: block !important;
    margin: 0 auto; }

  #imageData #imageDetails {
    width: auto;
    margin-right: 112px; }

  #imageDataContainer {
    max-width: 100% !important;
    position: relative; }

  #lightbox {
    max-width: 100% !important;
    overflow: hidden; }

  #prevLink, #nextLink,
  #nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink,
  #prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
    background: none; }

  .cropper-lightbox-container .image-container {
    min-width: 0; }
    .cropper-lightbox-container .image-container .fa-lg {
      font-size: 2em;
      margin: 10px; }
    .cropper-lightbox-container .image-container .operations {
      height: auto;
      text-align: center;
      min-width: 0;
      position: absolute;
      position: fixed;
      width: 100% !important;
      top: 0;
      left: 0;
      z-index: 2; }
      .cropper-lightbox-container .image-container .operations a {
        float: none; }
        .cropper-lightbox-container .image-container .operations a.to_right {
          float: none; }

  /*  .fixfixed {
      .cropper-lightbox-container .image-container {
        .operations {
          position: absolute;
        }
      }
    }*/
  #sidebar .block {
    border: none;
    background: none; }
    #sidebar .block .content {
      padding-left: 10px;
      padding-right: 10px; }
    #sidebar .block .block-title {
      border: none;
      background: none; }

  /*  #block-umodr-0{
  
      border: none;
      background: none;
      .content {
        padding-left: 42px;
      }
      .block-title{
        border: none;
        background: none;
  
      }
    }*/
  .views-table {
    display: block;
    overflow: auto;
    max-width: 100%; }

  /*  .privatemsg-list{
      td {
        white-space: nowrap;
      }
    }*/
  .privatemsg-view-pager {
    margin: 10px;
    width: auto;
    display: none; }

  .message-participants {
    margin: 0; }

  .privatemsg-box-fb .left-column {
    width: auto;
    float: right; }
    .privatemsg-box-fb .left-column .avatar-fb {
      min-width: 50px;
      min-height: 50px;
      overflow: hidden;
      max-width: 55px;
      max-height: 55px; }
  .privatemsg-box-fb .middle-column {
    width: auto;
    float: right; }
  .privatemsg-box-fb .right-column {
    margin: 0;
    width: 100%;
    clear: both; }
    .privatemsg-box-fb .right-column .message-body {
      margin: 0; }
    .privatemsg-box-fb .right-column .message-actions {
      float: right;
      display: block;
      clear: both; }
      .privatemsg-box-fb .right-column .message-actions li {
        padding: 0; }
        .privatemsg-box-fb .right-column .message-actions li a {
          display: inline-block;
          margin: 3px;
          font-size: 80%; }

  #privatemsg-new #edit-cancel {
    display: none; }

  .block-title {
    clear: both; }

  #site_watcher_binder .watcher_item_comments {
    padding-left: 0; }
    #site_watcher_binder .watcher_item_comments .item-list li {
      margin: 0; }
    #site_watcher_binder .watcher_item_comments .comments-on-the-comments .list {
      margin-left: 0;
      margin-right: 0; }
    #site_watcher_binder .watcher_item_comments .left_comments_link .item {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px; }

  .reviews-drafts-list .timeago, .unsaved-changes-list .timeago {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 88%; }

  .money-order-form-wrapper {
    margin: 0; }

  .item-list ul.list-comments {
    margin-top: 0; }

  #quicktabs_tabpage_12388_noderefinfo {
    padding-bottom: 10px; }

  #quicktabs_tabpage_12388_noderefinfo .product-images > a:nth-child(1) {
    display: none; }
  #quicktabs_tabpage_12388_noderefinfo .views-field-field-product-images-fid .field-item {
    display: inline-block; }
    #quicktabs_tabpage_12388_noderefinfo .views-field-field-product-images-fid .field-item.field-item-0 {
      display: none; }

  .read-commets, .list-comments .views-field-teaser .more {
    font-weight: normal; }

  .form-item .cke_editor_edit-body .cke_toolgroup {
    background: none;
    border: none;
    margin: 0;
    background-color: oldlace; }
    .form-item .cke_editor_edit-body .cke_toolgroup a.cke_button {
      height: auto;
      padding: 10px; }
      .form-item .cke_editor_edit-body .cke_toolgroup a.cke_button:hover {
        background: #FFC37F; }
      .form-item .cke_editor_edit-body .cke_toolgroup a.cke_button.cke_button_on {
        background: #FFDBB2;
        box-shadow: none; }
  .form-item .cke_editor_edit-body .cke_top {
    padding: 0; }
  .form-item .cke_editor_edit-body .cke_bottom {
    display: none; }
  .form-item .cke_editor_edit-body .cke_top {
    background: none;
    background-color: oldlace; }

  .cke_editor_edit-body_dialog .cke_dialog_title, .cke_editor_edit-body_dialog .cke_dialog_footer {
    background: oldlace; }

  #block-umodr-0 .block-title:before {
    top: 2px; }

  .block.block-quicktabs {
    margin-bottom: 0; }

  .main-comment h1, .main-comment h2 {
    font-size: 16px;
    font-weight: normal; }

  .srch-results h1.title {
    margin-top: 5px; }

  .add-ticket-form .form-item {
    clear: both; }
  .add-ticket-form .captcha {
    clear: both; }

  .view-user-tickets .views-field-title, .view-user-tickets .views-field-created, .view-user-tickets .views-field-last-updated, .view-user-tickets .views-field-comment-count {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 10px; }
  .view-user-tickets .views-field-title {
    margin-left: 0; }
  .view-user-tickets .views-row {
    margin-bottom: 10px; }

  .view-unpublished-reviews table {
    display: table; }

  .copyright {
    padding: 5px; }

  .footable tbody .footable-row-detail .footable-row-detail-value {
    width: auto; }
  .footable tbody .footable-row-detail .footable-row-detail-name {
    width: 150px;
    font-weight: normal; }

  .view-user-reviews-earned .views-field {
    max-width: 75px;
    min-width: 75px; }
  .view-user-reviews-earned .views-field-title {
    max-width: 115px;
    min-width: 115px; }
  .view-user-reviews-earned tbody .views-field-created {
    font-size: 80%; }
  .view-user-reviews-earned .footable-row-detail {
    font-size: 85%; } }
/*------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  #footer .adapt-switcher.on {
    display: none; }
  #footer .adapt-switcher.off {
    display: block; }

  html.adapt-mobile #footer .adapt-switcher.on {
    display: none; }

  .product-half-teaser {
    margin-bottom: 10px; }

  .product-half-teaser .left-main {
    width: 320px;
    width: 276px;
    width: auto;
    max-width: 310px;
    margin-left: 0;
    margin-right: 0;
    margin-right: 345px;
    min-height: 280px;
    border-right: 10px solid #F4EDD9; }

  .product-half-teaser #bigright {
    display: block;
    padding: 0px;
    width: 345px;
    width: 336px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
    background: none;
    /*    background: orange; 
        height: 350px;*/ }
    .product-half-teaser #bigright .marketpartners {
      height: 370px; }

  .product-half-teaser > .text {
    /*background: none;*/ }

  body {
    font-size: 15px;
    line-height: 1.2em; }

  .page {
    /*    padding-left: 30px;
        padding-right: 30px;
        @include box-sizing(border-box);*/ }

  #content {
    padding-left: 30px;
    padding-right: 30px; }

  .ticket-claim-form #claim-form-items fieldset.claim-fieldset {
    float: left; }
    .ticket-claim-form #claim-form-items fieldset.claim-fieldset label, .ticket-claim-form #claim-form-items fieldset.claim-fieldset input {
      float: left;
      width: 100%;
      text-align: left; }

  .cookies-ec-notice-wrapper {
    margin: 0;
    border: none;
    border-radius: 0; }

  #sidebar #block-site-5.block .content {
    padding-left: 0;
    padding-right: 0; }

  #block-site-5 .comments-on-the-comments .item {
    border-radius: 0; }

  .cmntreply-item .cmntreply-item-replies .cmntreply-list-wrapper, .cmntreply-item .cmntreply-item-replies form {
    margin-left: 12px; } }
@media screen and (max-width: 700px) {
  .product-half-teaser .left-main {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-right: none; }

  .product-half-teaser #bigright {
    display: none;
    padding: 0px; }

  .product-half-teaser > .text {
    background: white; }

  .product-half-teaser .text {
    min-height: 220px;
    position: relative; }
  .product-half-teaser .left-main {
    margin: 0;
    padding: 10px;
    width: 100%;
    min-height: 0;
    max-width: 100%;
    position: static; }
    .product-half-teaser .left-main > .description {
      float: left;
      margin: 0;
      /*clear: left;*/
      position: relative;
      margin-bottom: 5px;
      margin-right: 0;
      min-width: 51%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .product-half-teaser .left-main > .description .fivestar-widget-static {
        display: block; }
    .product-half-teaser .left-main .fivestar-static-form-item .description {
      font-size: 77%; }
      .product-half-teaser .left-main .fivestar-static-form-item .description .fivestar-summary {
        text-align: left; }
      .product-half-teaser .left-main .fivestar-static-form-item .description .average-rating {
        display: block; }
    .product-half-teaser .left-main .read-commets {
      float: left;
      margin: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 100%; }
      .product-half-teaser .left-main .read-commets a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px;
        font-weight: normal; }
  .product-half-teaser .mainpic {
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    float: right;
    float: left;
    margin: 0;
    clear: none;
    width: 49%;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px; }
    .product-half-teaser .mainpic .photo {
      display: block;
      width: 100%;
      min-height: 0; }
    .product-half-teaser .mainpic .imagecache {
      max-height: 100%;
      width: auto;
      max-width: 100%;
      height: auto; }
  .product-half-teaser .whrite-this-comment {
    float: left;
    margin: 0;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 51%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .product-half-teaser .whrite-this-comment fieldset {
      padding: 0; }
    .product-half-teaser .whrite-this-comment .button {
      background: #ffa500;
      padding: 5px; }

  .node-type-myreview .product-half-teaser .whrite-this-comment {
    margin-bottom: 35px; } }
@media screen and (max-width: 500px) {
  .product-half-teaser .left-main {
    border-right: none;
    width: auto;
    max-width: none; }
  .product-half-teaser > .text {
    background: white; }
  .product-half-teaser .text {
    min-height: 170px; }

  body {
    font-size: 14px;
    line-height: 1.2em; }

  .page {
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  #content {
    padding-left: 0px;
    padding-right: 0px; }

  .footable tbody .footable-row-detail .footable-row-detail-name {
    width: 45%; } }

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