/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/*
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.verkter.no/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.verkter.no/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.verkter.no/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.verkter.no/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.verkter.no/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

@font-face {
    font-family: 'Socialico';
    src: url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/socialico-webfont.eot');
    src: url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/socialico-webfont.woff') format('woff'),
         url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/socialico-webfont.ttf') format('truetype'),
         url('https://www.verkter.no/skin/frontend/sm_market/default/css/font/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*   General style    */


.block-social li{ font-family: "Socialico";	}
.block-social li a:before {
    content: attr(data-icon);
    font-family: 'Socialico';
    font-size: 25px;
    font-weight: normal;
    line-height: 34px;
}
.block-social li a:hover:before {
	font-size:30px;	
}
.block-social li a {
    display: inline-block;
    height: 34px;
    position: relative;
    text-align: center;
    width: 34px;
    z-index: 2;
}
.page-about-us .block-social li a { width:21px; height:21px; color:#FFF; background:#405458; border-radius: 21px;  transform: scale(1); }

.page-about-us .block-social li a:before  {   font-size: 18px; line-height:21px;  }

.block-social li a:hover {
    color: #FFFFFF;
}

.block-social li a:hover {
    animation: 0.5s ease 0s normal none 1 bounceIn;
    transform: scale(1);
}
.block-social li a:hover {
    border-radius: 17px;
}

@import url("https://www.verkter.no/skin/frontend/sm_market/default/css/docs.css");
@import url("https://www.verkter.no/skin/frontend/sm_market/default/css/widgets.css");

body, 
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border:0; 
	border-collapse: collapse;
	border-spacing:0; 
	empty-cells:show; 
	font-size:100%; 
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*:first-child+html .clearfix { /* IE 7 */
	display: inline-block;
}

/* Mis.
-------------------------------------------------------------*/
.clearfix {
	clear: both;
}
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,th .nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}


.demo-notice{
    display:none;
}
body{
    line-height:1.6;
    outline:none;
}
body > span{
    display:none;
}
body *:focus{
    outline:none;
}
body.fs1{
    font-size:10px;
}
body.fs2{
    font-size:11px;
}
body.fs3{
    font-size:12px;
}
body.fs4{
    font-size:13px;
}
body.fs5{
    font-size:14px;
}
body.fs6{
    font-size:15px;
}
a, a:focus, a:hover{
    text-decoration:none;
    outline:none;
}
/*-------------*/
#yt-responsivemenu{
    display:none;
}
.yt_ressidebar_screennav{
    display:none;
}
#yt_header .head-mobile-top,
#yt_header .search-mobile,
#yt_header .quicklink-mobile{
    display:none;
}
textarea, input, select,
input[type="file"],
input[type="checkbox"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    padding:7px 10px;
    border:1px solid #e6e6e6;
    color:#909090;
    outline:none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
select{
    padding:6px 6px 6px 10px;
}
input[type="checkbox"],
input[type="radio"]{
    border:none;
}
textarea:focus, select:focus,
textarea:hover, select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus{
    border:1px solid #e6e6e6;
    outline:none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus{
    border:none;
}
input[type="radio"]{
    width:auto !important;
}
input[type="radio"],
input[type="checkbox"]{
    float:left;
    margin:1px 7px 0 0;
}
textarea{
    background-color:#fbfdfd;
}
input.input-text:focus, textarea:focus{
    border:1px solid #ccc;
}
input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"]{
    khtml-border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
input[type="text"]{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none !important;
}
.layout-boxed #yt_wrapper{
    background:#fff;
    margin:0 auto;
    -ms-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_wrapper{
    overflow:visible!important;
    position:relative;
    left:0;
}
#yt_sticky_header,
#yt_header,
#yt_footer{
    background:#fff;
}
#yt_sticky_header,
#yt_header,
#yt_content,
#yt_footer{
    float:left;
    width:100%;
}
#yt_content .container{
    padding:0 5px;
}
#yt_content .row{
    margin:0;
}
#yt_wrapper .yt-main-inner{
    margin:0 auto;
}
#yt_main.yt-main-left{
    padding-left:0;
}
.yt-main-right{
    padding-right:0;
}
#yt_wrapper .modal{
    overflow-x:inherit;
    overflow-y:inherit;
}
#checkoutSteps h4{
    font-family:inherit;
    padding-bottom:3px;
}
/* -------------------------------------------- *
 * Messages
 */

.validation-advice{
    color:#C30;
    line-height:100%;
}
.messages{
    margin:10px 0;
    clear:both;
}
.messages li li{
    position:relative;
    margin-bottom:5px;
    padding:7px 10px 7px 20px;
    background:#f1f1f1;
}
.messages li li:before{
    top:50%;
    left:0;
    margin-top:-6px;
}
.messages .error-msg li{
    border-left:5px solid red;
}
.messages .error-msg li:before{
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid red;
    border-right:none;
}
.messages .notice-msg li{
    border-left:5px solid #e26703;
}
.messages .notice-msg li:before{
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #e26703;
    border-right:none;
}
.messages .success-msg li{
    border-left:5px solid #11b400;
}
.messages .success-msg li:before{
    content:'';
    position:absolute;
    width:0;
    height:0;
    display:block;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #11b400;
    border-right:none;
}
/***button***/

#yt_wrapper .my-account .button{
    padding:10px 15px;
}
.btn_default,
.catalog-product-compare-index .button,
#yt_wrapper .button{
    color:#fff;
    text-transform:uppercase;
    background-color:#2c4246;
    line-height:100%;
    padding:10px 15px;
}
/***compare***/
.page-popup.catalog-product-compare-index{
    padding:15px;
}
.page-popup.catalog-product-compare-index .link-print{
    margin-bottom:10px;
    text-decoration:underline;
    float:left;
}
#product_comparison h2.product-name{
    font-family:inherit;
    font-size:108.3%;
    margin:10px 0;
}
#product_comparison .add-to-links .link-wishlist{
    margin-top:10px;
    float:left;
}
#product_comparison .price-box{
    margin-bottom:10px;
    float:left;
    width:100%;
}
.page-popup.catalog-product-compare-index .page-title h1{
    font-size:200%;
    font-family:inherit;
}
#product_comparison .rating-box{
    margin:3px 10px 0 0;
}
/*------------------------------ Data Table ----------------------*/
.data-table{
    width:100%;
}
.data-table th.wrap{
    white-space:normal;
}
.data-table th{
    padding:10px;
    border:1px solid #e9e9e9;
    text-align:center;
}
.data-table tbody tr{
    border:1px solid #e9e9e9;
}
.data-table tr td{
    padding:10px;
    border:1px solid #e9e9e9;
    vertical-align:middle;
}
#product_comparison tr td{
    vertical-align:top;
}
.data-table td h3{
    margin:0;
    line-height:100%;
}
body table.data-table{
    border-collapse:separate;
}
.data-table thead{
    border:1px solid #e9e9e9;
}
.data-table tfoot{
    border-top:none;
    border-top:1px solid #e9e9e9;
}
.data-table .first.odd,
.box-account .data-table .odd{
    background:none;
}
.a-center input.checkbox{
    float:none;
}
label.required em{
    font-weight:normal;
    padding:0 5px 0 0;
    color:#ff0000;
}
/*IMAGE SLIDE*/
.rating-box .rating{

}
.pix_slideshow .filmore_commands .filmore_next{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/large_right.png) !important;
    width:30px !important;
    height:50px !important;
    right:0 !important;
    background-color:transparent !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
    top:50%;
    margin-top:-25px;
    position:absolute;
}
.pix_slideshow .filmore_commands .filmore_next:hover{
    background-position:0 -61px;
}
.pix_slideshow .filmore_commands .filmore_prev{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/large_left.png) !important;
    left:0;
    width:30px !important;
    height:50px !important;
    left:0 !important;
    background-color:transparent !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
    top:50%;
    margin-top:-25px;
    position:absolute;
}
.pix_slideshow .filmore_commands .filmore_prev:hover{
    background-position:0 -59px;
}
.pix_slideshow .market-slide1-btn-shopnow{
    line-height:12px;
    text-decoration:none;
    background-color:rgb(255, 255, 255);
    padding:4px 10px 4px 10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-radius:0px 0px 0px 0px;
    text-transform:uppercase;
    color:#FCC90F;
}
.font-s{
    font-weight:300 !important;
}
.tranform{
    text-transform:uppercase;
}
.pix_slideshow .market-slide3-text-bg{
    position:absolute;
    color:rgb(255, 255, 255);
    text-shadow:none;
    font-weight:700;
    font-size:20px;
    line-height:20px;
    padding:8px 20px 8px 20px;
    margin:0px;
    border-width:0px;
    border-style:none;
    background-color:rgba(255, 255, 255, 0.4) !important;
    white-space:nowrap;
    border-radius:0px 0px 0px 0px;
}
.pix_slideshow .market-slide3-btn-buynow:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    margin-left:4px;
    color:#fff;
}
.pix_slideshow .market-slide3-btn-buynow a{
    color:#fff;
}
.pix_slideshow .filmore_loader{
    display:none !important;
}
.pix_slideshow .filmore_commands{
    height:0;
}
.pix_slideshow .market-slide3-btn-buynow{
    font-size:12px;
    line-height:12px;
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgba(255, 255, 255, 0);
    padding:6px 12px 6px 12px;
    border-width:1px;
    border-color:rgb(255, 255, 255);
    border-style:solid;
    border-radius:0px 0px 0px 0px;
    text-transform:uppercase;
}
.pix_slideshow .market-slide1-btn-shopnow:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    margin-left:4px;

}
/*--------------------------ratings------------------------*/
.rating-box,
.rating-box .rating{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/bkg_rating.png);
}
.ratings{
    padding:0;
}
.block-location{
    background:#d00000;
    color:#fff;
    padding:5px 10px;
}
.rating-box{
    background-position:0px -32px;
    background-repeat:repeat-x;
    height:12px;
    position:relative;
    width:75px;
    float:left;
    margin:3px 10px 0 0;
}
.rating-box .rating{
    background-position:0 0;
    background-repeat:repeat-x;
    height:14px;
    left:0;
    position:absolute;
    top:0;
}
.ratings-table{
    margin:5px 0;
}
.ratings-table td,
.ratings-table th{
    padding:3px 0;
}
.ratings-table td.label,
.ratings-table th{
    font-weight:bold;
    padding-right:8px;
}
/*------------------------- css for header --------------------------*/

#yt_sticky_header .mega-horizontal-left,
#yt_sticky_header #yt_header_left,
#yt_header .mega-horizontal-left,
#yt_header #yt_header_left,
#yt_header .logo,
#yt_header .language-currency{
    padding-left:0px;
}
#yt_header .language-currency{
	float:left;
}
#yt_header .head-icons{
    float:right;
}
#yt_header .head-icons .inner{
	padding:0 5px;
}
#yt_header .head-icons ul li{
	float: left;
	height: 34px;
	line-height:34px;
}
#yt_header .head-icons .bordered {
	padding-right: 3px;
	padding-left:3px;
	border-left: 1px solid #ddd;
}
#yt_header .head-quicklink{
	float:right;
}
#yt_header .logo,
#yt_sticky_header .mega-horizontal-right,
#yt_header .mega-horizontal-right,
.header-middle-right,
.head-quicklink{
    padding-right:0px;
}
.header-middle-right{
    padding-left:0;
    float:left;
}
#yt_sticky_header .mega-horizontal-right,
#yt_header .mega-horizontal-right{
    padding-left:0;
    margin-left:-15px;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/del-minicart.png) no-repeat;
    width:17px;
    height:16px;
}
#yt_sticky_header.header1-wrap .head-searchbox,
#yt_header.header1-wrap .head-searchbox{
    float:left;
    width:80.6%;
    margin-left:-15px;
}
#yt_sticky_header .sm-serachbox-pro .sm-searchbox-popular,
#yt_header .sm-serachbox-pro .sm-searchbox-popular{
    opacity:0;
    filter:alpha(opacity=0);
    display:none;
}
#yt_sticky_header .head-cart,
#yt_header .head-cart{
    float:right;
    width:19.4%;
}
/*.language-currency ul li a{
	color:#2c4246;
}*/
.language-currency .language-switcher,
.language-currency .currency-switcher{
    float:left;
}
#yt_header .yt-header-top{
    background-color:#eee;
    position:relative;
    z-index:4;
    overflow:hidden;
}
.language-currency .overwrite-switch span,
#yt_header #select-language li a{
    padding-left:24px;
}
.language-currency .inner{
    float:left;
}
.language-currency ul{
    background-color:#fff;
    border:1px solid #ddd;
    float:left;
    padding:2px 7px;
    border-top:none;
}
/*.language-currency ul li a.selected,
.language-currency ul li a:hover{
	background-color:#eee;
}*/
.language-currency ul li{
    padding:4px 8px;
}
.header1-wrap .language-currency .overwrite-switch{
    border-right:1px solid #ddd;
    height:34px;
    line-height:34px;
    padding:0 10px 0 11px;
}
.language-currency .language-switcher .overwrite-switch{
    float:left;
}
.language-currency .language-switcher .overwrite-switch:after{
    content:"";
}
.language-currency .language-switcher .overwrite-switch:not(:first-child){
    border-left:0 !important;
}
.language-currency .language-switcher .overwrite-switch a > span{
    padding-left:0;
}
.language-currency .language-switcher .overwrite-switch a > span > span{
    padding-left:0;
}
.language-currency .language-switcher .overwrite-switch a > span.current{
    text-decoration:underline;
}
.header1-wrap .language-currency .language-switcher .overwrite-switch{
    border-left:1px solid #ddd;
}
.language-currency .overwrite-switch:after{
    content:"\f107";
    font-family:'FontAwesome';
    color:#999;
    font-size:13px;
    margin-left:10px;
}
.language-currency .switcher-wrap{
    position:relative;
}
.language-currency .switcher-wrap #select-currency.switch-content{
    left:-1px;
    min-width:68px;
}
.language-currency .switcher-wrap .switch-content{
    position:absolute;
    top:34px;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:visible;
    min-width:70px;
}
.language-currency .switcher-wrap:hover .switch-content{
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
}
.language-currency .switcher-wrap:hover{
    cursor:pointer;
}
#yt_header .head-quicklink .inner{
    float:right;
}
#yt_header .head-quicklink .links li{
    float:left;
    cursor:pointer;
}
#yt_header .head-quicklink .links li .top-link-cart{
    display:none;
}
#yt_header .head-quicklink .links li a.top-link-compare-list:before{
    background-position: -10px -367px;
    width:32px;
}
#yt_header .head-quicklink .links li:hover a.top-link-compare-list:before{
    background-position: -10px -393px;
}
#yt_header.header1-wrap .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li a{
    position:relative;
    line-height:34px;
    width:13px;
    display:block;
    text-indent:-999em;
    padding-left:0;
}
#yt_header .head-quicklink .links li.first.inactive a{
    padding-left:0px;
}
#yt_header .head-quicklink .links li.first.inactive{
    background-color:#eee !important;
}
#yt_header.header1-wrap .head-quicklink .links li.first a{
    width:auto;
    text-indent:inherit;
    color:#2C4246;
    padding-left:20px;
}
#yt_header .head-quicklink .links li{
    padding:0 11px;
    border-right:1px solid #ddd;
}
#yt_header .head-quicklink .links li.first.inactive{
    border-left:1px solid #ddd;
}
#yt_header .head-quicklink .links li a:before{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat;
    position:absolute;
    width:13px;
    height:34px;
    top:0;
    left:0;
    content:"";
}
#yt_header.header1-wrap .head-quicklink .links li a.top-link-myaccount:before{
    background-position: -10px -170px;
}
#yt_header.header1-wrap .head-quicklink .links li:hover a.top-link-myaccount:before{
    background-position: -10px -144px;
}
#yt_header .head-quicklink .links li a.top-link-wishlist:before{
    background-position: -10px -198px;
}
#yt_header .head-quicklink .links li:hover a.top-link-wishlist:before{
    background-position: -10px -225px;
}
#yt_header .head-quicklink .links li a.top-link-checkout:before{
    background-position: -10px -283px;
}
#yt_header .head-quicklink .links li:hover a.top-link-checkout:before{
    background-position: -10px -253px;
}
#yt_header .head-quicklink .links li.last a:before{
    background-position: -10px -340px;
}
#yt_header .head-quicklink .links li a#privacy_policy_link:before{
    background-position: -42px -340px;
}
#yt_header .head-quicklink .links li.last:hover a:before{
    background-position: -10px -312px;
}
#yt_header .head-quicklink .links li:hover a#privacy_policy_link:before{
    background-position: -42px -312px;
}
#yt_header .head-quicklink .links li a.top-link-phone:before{
    background-position: -10px -418px;
}
#yt_header .head-quicklink .links li.inactive a.top-link-phone:before{
    background-position: -10px -418px;
}
#yt_header .head-quicklink .links li:hover a.top-link-phone:before{
    background-position: -10px -443px;
}
#yt_sticky_header .yt-header-middle,
#yt_header .yt-header-middle{
    padding:30px 0;
    position:relative;
    z-index:3;
}
#yt_sticky_header,
#yt_header{
    z-index:2;
}
#yt_content{
    position:relative;
    z-index:1;
}
/* -------------Search box pro------------- */

.sm-serachbox-pro .jqTransformSelectWrapper{
    width:152px !important;
    position:relative;
    height:34px;
    float:left;
    border:1px solid #dddddd;
    background-color:#eee;
}
.sm-serachbox-pro .sm-searbox-content .form-search > select,
.jqTransformSelectWrapper select{
    opacity:0;
    filter:alpha(opacity=0);
    visibility:hidden;
    display:none;
}
.sm-serachbox-pro .jqTransformSelectWrapper div span{
    float:none;
    position:absolute;
    white-space:nowrap;
    height:34px;
    line-height:100%;
    padding-top:10px;
    overflow:hidden;
    cursor:pointer;
    width:125px !important;
    padding-left:15px;
    text-overflow:ellipsis;
}
.sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen{
    display:block;
    position:absolute;
    right:10px;
    top:15px;
    width:8px;
    height:5px;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-searchbox.png) no-repeat;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul{ /* element style width = .jqTransformSelectWrapper - 2px */
    position:absolute;
    min-width:43px;
    top:33px;
    left:-1px;
    list-style:none;
    background-color:#FFF;
    border:solid 1px #e3e1e1;
    border-top:none;
    display:none;
    margin:0px;
    padding:0px;
    height:323px;
    width:152px !important;
    overflow:auto !important;
    overflow-y:auto !important;
    z-index:10;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a{
    display:block;
    padding:5px;
    text-decoration:none;
    background-color:#FFF;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a.selected{
    background:#EDEDED;
    color:#333;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover{
    background:#3582c4;
    color:#fff;
}
.sm-serachbox-pro{
    z-index:2;
    float:left;
    position:relative;
}
.sm-serachbox-pro .sm-searbox-content{
    width:100%;
    /*color:#2c4246;*/
}
.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    /*float:right;*/
    /*width:70% !important;*/
}
#search_autocomplete{
    background-color:#fff;
    padding-left:10px;
    border:1px solid #dddddd;
    border-top:none;
    padding:0;
    width:0px;
}
#search_autocomplete ul li .amount{
    margin-left:10px;
    line-height:25px;
}
.sm-serachbox-pro input.input-text{
    width:70%;
}
.sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    width:100% !important;
    height:34px;
    /*line-height:40px;*/
    border:1px solid #dddddd;
    padding-left:14px;
    padding-right:14px;
    /*color:#2c4246;*/
}
#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    text-indent:999em;
    overflow:hidden;
    width:34px;
    height:34px;
    background: #405458 url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-search.png) no-repeat center center;
}
#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/ico-search-dark.png');
    background-position: center center;
}
#yt_wrapper .sm-serachbox-pro .sm-searbox-content .form-button.button{
    khtml-border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    float:left;
    position:absolute;
    top:0;
    right:0;
}
#btn-searchbox-mobile{
    display:none;
    text-indent:-999em;
    width:35px;
    height:35px;
    background: #405458 url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-search.png) no-repeat center center;
}
/*---top search---*/
#custom_popular_search{
    font-size:108.3%;
    padding:14px 0;
    float:left;
    width:100%;
}
#custom_popular_search .sm-searchbox-popular-title{
    float:left;
    /*color:#2c4246;*/
}
#custom_popular_search .sm-searchbox-keyword-list li{
    float:left;
    padding-left:7px;
}
/*----banner header right------*/
#yt_header_right{
    padding-right:0px;
}
#yt_header_right .inner{
    clear:both;
}
#yt_header_right .right-content{
    width:100%;
    overflow:hidden;
}
.banner-right-home{
    float:left;
    width:30%;
}
.banner-right-home .righthome2{
    margin:10px 0;
}
.banner-right-home .banner-righthome a{
    position:relative;
    display:block;
}
.banner-right-home .banner-righthome a img{
    width:100%;
}
.banner-right-home .banner-righthome a:before{
    position:absolute;
    background:rgba(0, 0, 0, 0.3);
    width:0;
    top:0;
    left:50%;
    content:"";
}
.banner-right-home .banner-righthome a:hover:before{
    width:100%;
    left:0;
    top:0;
    height:100%;
}
/*--------dynamic slideshow---------*/
.slideshow-wrap{
    width:68.8%;
    float:left;
    margin-right:1.2%;
}
/*------banner home page----*/
.banner-home{
    margin:0 -15px;
}
.banner-home .banner2-2 .row1{
    margin-bottom:30px;
}
.banner-home .banner2 a{
    overflow:hidden;
    display:block;
    float:left;
    position:relative;
}
.banner-home .banner2 a:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    background-color:rgba(0, 0, 0, 0.15);
    width:0;
    height:0;
}
.banner-home .banner2 a:after{
    position:absolute;
    bottom:0;
    right:0;
    content:"";
    background-color:rgba(0, 0, 0, 0.15);
    width:0;
    height:0;
}
.banner-home .banner2 a:hover:before,
.banner-home .banner2 a:hover:after{
    width:100%;
    height:100%;
}
/*.banner-home:hover .banner2 a{
	opacity: 0.7; filter:alpha(opacity = 70);
}
.banner-home .banner2 a:hover{
	opacity: 1; filter:alpha(opacity = 100);
}*/
/*-----banner policy----*/
.banner-policy{
    background-color:#eee;
    /*color: #2c4246;*/
    font-size:116.6%;
    text-transform:uppercase;
    box-shadow:3px 3px 0 0 #d9d9d9;
    display:inline-block;
    width:100%;
    margin-top:30px;
    clear:both;
}
.banner-policy .inner{
    float:left;
    padding:30px 0;
}
.banner-policy .policy{
    width:25%;
    float:left;
    border-right:1px solid #ddd;
    padding:0 35px;
    line-height:19px;
}
.banner-policy .policy2{
    padding:0 20px;
}
.banner-policy .policy4{
    padding:0 30px;
    border-right:none;
}
.banner-policy .policy a span{
    float:left;
    text-indent:-999em;
    margin-right:10px;
    background-repeat:no-repeat;
}
.banner-policy .policy1 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-money.png);
    width:27px;
    height:36px;
}
.banner-policy .policy2 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-freeship.png);
    width:53px;
    height:32px;
}
.banner-policy .policy3 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-celander.png);
    width:33px;
    height:34px;
}
.banner-policy .policy4 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-umbrella.png);
    width:34px;
    height:34px;
}
/*---policy detail page--*/
.yt-custom-block{
    padding-right:0px;
    padding-left:0px;
}
.policy-detail .banner-policy{
    box-shadow:none;
    margin-top:0;
}
.policy-detail .banner-policy .policy{
    width:100%;
    border-right:none;
    border-bottom:1px solid #fff;
}
.policy-detail .banner-policy .policy1{
    padding:32px 33px;
}
.policy-detail .banner-policy .policy2{
    padding:32px 11px;
}
.policy-detail .banner-policy .policy3{
    padding:32px 28px;
}
.policy-detail .banner-policy .policy4{
    padding:32px 22px;
}
.policy-detail .banner-policy .policy1 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-money4.png);
    width:27px;
    height:36px;
}
.policy-detail .banner-policy .policy2 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-freeship4.png);
    width:53px;
    height:35px;
}
.policy-detail .banner-policy .policy3 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-celander4.png);
    width:33px;
    height:34px;
}
.policy-detail .banner-policy .policy4 a span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-umbrella4.png);
    width:34px;
    height:34px;
}
/*--------------megamenu-------------------*/
#yt_sticky_header.header1-wrap .mega-horizontal-wrap,
#yt_header.header1-wrap .mega-horizontal-wrap{
    background-color:#405458;
    height:50px;
    line-height:50px;
}
#yt_sticky_header .yt-menu,
#yt_header .yt-menu{
    margin-top:-50px;
    float:left;
    width:100%;
}
#btn_categories{
    background-color:#2c4246;
    padding:0 20px;
    height:50px;
    line-height:50px;
    position:relative;
}
#btn_categories:after{
    position:absolute;
    content:"";
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -146px -147px;
    top:18px;
    right:12px;
    width:15px;
    height:15px;
}
#btn_categories span{
    color:#fff;
    font-weight:bold;
    font-size:116.6%;
}
#btn_categories .icon-cate{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -149px -52px;
    width:14px;
    height:11px;
    display:inline-block;
    margin-right:5px;
}
#yt_header #yt_menu_short{
    position:relative;
    margin-top:-50px;
}
#yt_header #yt_menu_short .yt-menu-content{
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    height:100%;
    z-index:99;

    /*width:277px;*/
}
#yt_header #yt_menu_short:hover{
    cursor:pointer;
}
#yt_header #yt_menu_short.active .yt-menu-content{
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
    left:0;
    top:50px;
    box-sizing:none;
}
.more-wrap{
    border-top:1px solid #ddd;
    padding:17px 20px;
    clear:both;
    display:inline-block;
    width:100%;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.more-wrap .more-view:hover{
    cursor:pointer;
}
.more-wrap .more-view{
    width:13px;
    padding-left:25px;
    font-size:108.3%;
    display:inline;
}
.more-wrap .more-view:before {
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -114px -203px;
    width: 15px;
    height: 20px;
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.more-wrap .more-view.open:before{
    background-position: -166px -192px;
}
/*-------------------------------- css for Footer -------------------------------*/
.cms-home #yt_footer,
.cms-index-index #yt_footer{
    margin-top:0;
}
.catalog-product-view #yt_footer{
    margin-top:30px;
}
#yt_footer{
    margin-top:40px;
    position:relative;
}
.yt-copyright{
    padding-left:0;
}
.yt-payment{
    padding-right:0;
}
#yt_footer .footer-top{
    background-color:#ddd;
}
#yt_footer .footer-bottom{
    background-color:#2c4246;
    color:#fff;
    padding:10px 0;
}
#yt_footer .yt-payment .block-payment{
    float:right;
}
#yt_footer .yt-payment a{
    display:inline-block;
    text-indent:-999em;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/payment-bg.png);
    background-repeat:no-repeat;
    width:36px;
    height:20px;
}
#yt_footer .yt-payment .payment1{
    background-position:3px 0;
}
#yt_footer .yt-payment .payment2{
    background-position:-37px center;
}
#yt_footer .yt-payment .payment3{
    background-position:-75px center;
}
#yt_footer .yt-payment .payment4{
    background-position:-114px center;
}
#yt_footer .yt-payment .payment5{
    background-position:-150px center;
}
#yt_footer .yt-payment .payment6{
    background-position:-186px center;
}
/*------spotlight-------*/
.spotlight-wrap{
    margin:40px -15px 0 -15px;
    float:left;
}
.spotlight-wrap .spotlight .block-title{
    font-size:116.6%;
    font-weight:bold;
    padding-bottom:10px;
    line-height:100%;
}
.spotlight-wrap .spotlight{
    font-size:108.3%;
}
.spotlight-wrap .spotlight ul li a{
    line-height:23px;
}
.spotlight-wrap .spotlight ul li a:hover{
    padding-left:5px;
}
.spotlight-wrap .spotlight ul li a:before{
    content:"\f101";
    font-family:'FontAwesome';
    padding-right:6px;
}
.spotlight-wrap .spotlight4 ul li a:before{
    content:"";
    padding-right:0;
}
.spotlight-wrap .spotlight4 ul li a,
.spotlight4{
    line-height:18px;
}
.spotlight4 .phone .inner{
    margin-top:-6px;
}
.spotlight4 .email .inner{
    margin-top:5px;
}
.spotlight4 .address .inner{
    margin-top:-5px;
}
.spotlight4 .phone,
.spotlight4 .email,
.spotlight4 .address{
    margin-bottom:10px;
    float:left;
    width:100%;
}
.spotlight4 .ico-contactus{
    width:30px;
    height:30px;
    background: #969696 url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat;
    text-indent:-999em;
    display:block;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-right:10px;
    float:left;
}
.spotlight-wrap .spotlight4 .address .ico-contactus{
    background-position: -56px -142px;
}
.spotlight-wrap .spotlight4 .email .ico-contactus{
    background-position: -59px -183px;
}
.spotlight-wrap .spotlight4 .phone .ico-contactus{
    background-position: -59px -223px;
}
/*-------footer links-----*/
.footer-links-w{
    float:left;
    width:100%;
    font-size:91.6%;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/line-bg.png) repeat-x top left;
    padding:40px 0;
    margin-top:25px;
}
.footer-links-w .label-link{
    font-weight:bold;
    padding-bottom:10px;
}
.footer-links-w ul li{
    padding-bottom:5px;
}
.footer-links-w ul li h2{
    display:inline-block;
    line-height:18px;
    font-weight:bold;
    text-transform:uppercase;
}
/*----socials--------*/
.social-fixed{
    position:fixed;
    right:0;
    top:260px;
    z-index:999;
}
.socials-wrap{
    float:left;
}
.socials-wrap ul li{
    /*width:40px;
	height:40px;*/
}
.socials-wrap ul li a{
    font-size:18px;
    color:#fff;
    width:40px;
    height:40px;
    text-align:center;
    display:block;
    line-height:40px;
}
.socials-wrap ul li a span{
    width:0px;
}
.socials-wrap ul li a.icon-facebook{
    background-color:#3c599f;
}
.socials-wrap ul li a.icon-twitter{
    background-color:#5ea9dd;
}
.socials-wrap ul li a.icon-google-plus{
    background-color:#dd4b39;
}
.socials-wrap ul li a.icon-pinterest{
    background-color:#d73532;
}
.socials-wrap ul li a.icon-linkedin{
    background-color:#007bb6;
}
.socials-wrap ul li a.icon-flickr{
    background-color:#ff0084;
}
#yt_footer .socials-wrap ul li a:hover{
    font-size:20px;
    color:#fff;
    text-shadow:0 0 5px rgba(255, 255, 255, 0.7);
}
/*---------------------------------back to top---------------------------------*/
#yt-totop{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat scroll -69px -65px;
    top:-25px;
    height:48px;
    width:48px;
    overflow:hidden;
    position:absolute;
    right:15px;
    z-index:99;
    text-align:center;
}
/*-------------------------css for breadcrumbs---------------------------*/
.category-image{
    margin-bottom:40px;
}
.category-image img{
    max-width:100%;
}
#yt_pathway{
    margin-top:15px;
}
.cms-index-index #yt_content .columns-w{
    margin-top:0px;
}
#yt_content .columns-w{
    padding-top:20px;
}
#yt_pathway .pathway-inner .breadcrumbs{
    float:left;
    width:100%;
}
#yt_pathway ul.breadcrumbs li a,
#yt_pathway ul.breadcrumbs li{
    float:left;
}
#yt_pathway ul.breadcrumbs li.last,
#yt_pathway ul.breadcrumbs li a{
    position:relative;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    height:24px;
    line-height:21px;
    margin-right:3px;
    padding:0 10px 0 20px;
}
#yt_pathway ul.breadcrumbs li.last:after,
#yt_pathway ul.breadcrumbs li a:after{
    position:absolute;
    content:"";
    top:-1px;
    right:-10px;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -137px -212px;
    width:10px;
    height:24px;
}
#yt_pathway ul.breadcrumbs li.last:before,
#yt_pathway ul.breadcrumbs li a:before{
    position:absolute;
    content:"";
    top:-1px;
    left:1px;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -137px -212px;
    width:10px;
    height:24px;
}
#yt_pathway ul.breadcrumbs li.home a:before{
    content:"";
    background:none;
    width:0;
    height:0;
}
#yt_pathway ul.breadcrumbs li.home{
    border-left:1px solid #ddd;
}
/*------------------------------- css for page title ---------------------------*/
#yt_wrapper .page-title h1,
#yt_wrapper h1.page-title{
    margin:0px 0 30px 0;
}
.attributesplash-page-view #yt_wrapper .page-title h1,
.catalog-category-view #yt_wrapper .page-title h1 {
    margin:0px 0 10px 0;
}
#page-title-wrap{
    margin-bottom:10px;
}
#yt_wrapper .aboutus-page .page-title h1{
    margin:0px 0 30px 0;
}
#product_sendtofriend_form{
    margin-top:30px;
}
#yt_wrapper h1.page-title,
#yt_wrapper .page-title h1{
    font-size:167%;
    font-weight:bold;
    font-family:inherit;
    position:relative;
}
#yt_wrapper h1.page-title:first-letter,
#yt_wrapper .page-title h1:first-letter{
    text-transform:capitalize;
}
#yt_wrapper .page-title h1:after{
    content:"";
    width:70px;
    height:3px;
    position:absolute;
    bottom:-10px;
    left:0;
}
#yt_wrapper .category-products .yt-products-container{
    margin-top:30px;
}
/*--------------------------------css for toolbar listting-------------------------------*/

.toolbar-top{
    top:75px;
}
.toolbar .pager-wrapper{
    padding-right:0px;
    float:left;
}
.toolbar .view-mode-wrap{
    padding-left:0;
    float:left;
}
.toolbar .toolbar-center{
    padding:0;
    float:left;
}
.toolbar .view-mode-label{
    margin-top:7px;
}
.toolbar .view-mode-label,
.toolbar .view-mode{
    float:left;
}
.toolbar{
    clear:both;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:10px 0 10px 0;
    position:relative;
    z-index:2;
}
.toolbar .view-mode-wrap .view-mode .grid{
    margin-right:5px;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a{
    width:30px;
    height:30px;
    display:inline-block;
    float:left;
    background-image: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png);
    background-color: #e9e9e9;
}
.toolbar .view-mode-wrap .view-mode a.grid:hover,
.toolbar .view-mode-wrap .view-mode strong.grid{
    background-position: -158px -164px;
}
.toolbar .view-mode-wrap .view-mode a.grid{
    background-position: -83px -166px;
}
.toolbar .view-mode-wrap .view-mode a.list{
    background-position: -112px -133px;
}
.toolbar .view-mode-wrap .view-mode a.list:hover,
.toolbar .view-mode-wrap .view-mode strong.list{
    background-position: -60px -115px;
}
.toolbar .right-inner{
    float:right;
    height:48px;
    padding-top:10px;
}
.toolbar label,
.toolbar .limiter-wrap .limiter .select-new{
    float:left;
    font-weight:normal;
    line-height:30px;
}
.toolbar .limiter-wrap .limiter .label-page{
    padding-left:8px;
}
.toolbar .limiter-wrap .limiter label{
    margin-right:7px;
    margin-left:15px;
}
.toolbar .select-new{
    float:left;
}
.toolbar .sort-by-wrap label{
    font-weight:normal;
    float:left;
    line-height:28px;
    padding-right:6px;
}
.toolbar label{
    padding-bottom:0px !important;
}
/* pagination*/
.toolbar .pagination-wrap .pagination{
    margin:0;
    float:right;
}
.toolbar .pagination-wrap .inner{
    float:right;
}
.toolbar .pagination-wrap .pagination .pages ol li{
    float:left;
    margin-left:2px;
    line-height:100%;
}
.toolbar .pagination-wrap .pagination .pages ol li a{
    background-color:#fff;
    border:1px solid #e2e2e2;
    padding:7px 9px 8px;
    display:block;
}
.toolbar .pagination-wrap .pagination .pages ol li:hover a,
.toolbar .pagination-wrap .pagination .pages ol li.current a{

}
.toolbar .pagination-wrap .pagination .pages ol li a.next,
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
    display:inline-block;
    text-indent:-999em;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -10px -0px;
    width:27px;
    height:29px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
    background-position:-12px -1px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover{
    background-position:-62px -1px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next{
    background-position:-162px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover{
    background-position:-112px -2px;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc{
    display:block;
    float:left;
    text-indent:-999em;
    width:20px;
    height:28px;
}
.toolbar .sort-by .set-desc{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -10px -116px;
}
.toolbar .sort-by .set-asc{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -159px -109px;
}
/*---over write select option >> ul, li ---*/
.toolbar .select-inner{
    position:relative;
}
.toolbar .select-inner ul{
    opacity:0;
    filter:alpha(opacity=0);
    visibility:hidden;
    background-color:#fff;
    border:1px solid #e2e2e2;
    position:absolute;
    top:29px;
    left:0;
    z-index:1;
}
.toolbar .select-inner ul#limiter{
    width:45px;
}
/*.toolbar .select-inner ul#sort_by{
	width:87px;
}*/
.toolbar .select-inner ul li a{
    padding:7px 25px 7px 10px;
    width:100%;
    display:block;
    line-height:100%;
    text-align:left;
}
.toolbar .sort-by .select-inner ul li a{
    padding:7px 31px 7px 10px;
}
.toolbar .select-inner ul li:hover a.selected,
.toolbar .select-inner ul li:hover a{
    color:#2C4246;
}
.toolbar .select-inner ul li a.selected{
    /*color:#2c4246;*/
    background-color:#ededed;
}
.toolbar .select-inner:hover{
    cursor:pointer;
}
.toolbar .select-inner:hover ul{
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}
.toolbar .select-inner .overwrite-limiter,
.toolbar .select-inner .overwrite-sortby{
    border:1px solid #e6e6e6;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#FFF;
    height:30px;
    line-height:27px;
    position:relative;
}
.toolbar .select-inner .overwrite-sortby{
    padding-left:10px;
    padding-right:31px;
}
.toolbar .select-inner .overwrite-limiter{
    width:45px;
    padding-left:6px;
}
.toolbar .select-inner .overwrite-limiter:after,
.toolbar .select-inner .overwrite-sortby:after{
    content:"\f0d7";
    font-family:'FontAwesome';
    font-size:14px;
    color:#8d8d8d;
    position:absolute;
}
.toolbar .select-inner .overwrite-sortby:after{
    right:10px;
}
.toolbar .select-inner .overwrite-limiter:after{
    right:6px;
}
/*----------------------css for left right column------------------------*/
#yt_main_right,
#yt_right{
    padding-right:0;
}
#yt_main_left,
#yt_left{
    padding-left:0;
}
#yt_left .block{
    float:left;
    width:100%;
}
#yt_right .block{
    clear:both;
}
#yt_left .block-title strong,
#yt_right .block-title strong{
    font-weight:normal;
}
#yt_left .block-title,
#yt_right .block-title{
    border-bottom:1px solid #ddd;
    line-height:100%;
}
#yt_left .block-title span,
#yt_right .block-title span{
    font-weight:bold;
    text-transform:uppercase;
    font-size:133%;
    position:relative;
    display:inline-block;
    padding-bottom:8px;
    line-height:100%;
}
#yt_left .block-title span:after,
#yt_right .block-title span:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100px;
    height:1px;
    content:"";
}
#yt_right .block-content,
#yt_left .block-content{
    float:left;
    width:100%;
    border:1px solid #ddd;
    padding:20px 10px;
    margin-bottom:30px;
    margin-top:20px;
}
/*-------tags-------*/
#yt_right .block-tags .block-content,
#yt_left .block-tags .block-content{
    border:none;
    padding:0;
}
.tags-list li{
    float:left;
    margin-right:10px;
}
.tags-list li a{
    font-size:100% !important;
}
#yt_wrapper .block-tags .actions .button,
.block-tags .tags-list li a{
    font-size:100% !important;
    background-color:#eee;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding:6px 15px;
    height:30px;
    line-height:30px;
    color:#2c4246;
}
#yt_wrapper .block-tags .actions .button{
    text-transform:capitalize;
}
#yt_wrapper .block-tags .actions .button:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    color:#2c4246;
    padding-left:6px;
}
#yt_wrapper .block-tags .actions .button:hover:after,
#yt_wrapper .block-tags .actions .button:hover,
.block-tags .tags-list li a:hover{
    color:#fff;
}
.block-tags ul li{
    float:left;
    margin-right:5px;
    margin-bottom:4px;
}
#my_recent_tags .tags ul li,
#yt_tab_tags .box-tags .product-tags li{
    float:left;
    margin-right:10px;
}
.block-tags .actions{
    clear:both;
    margin-top:5px;
    float:left;
}
/*----------block compare--------*/
.block-compare #compare-items .btn-remove{
    float:right;
}
.block-compare #compare-items li{
    line-height:100%;
    padding-bottom:20px;
}
.block-compare .actions{
    border-top:1px solid #e6e6e6;
    margin:0;
    padding:20px 0 0;
}
#yt_wrapper .block-compare .actions .button.btn-clear{
    float:left;
}
#yt_wrapper .block-compare .actions .button.btn-clear a{
    color:#fff;
}
#yt_wrapper .block-compare .actions .button.btn-clear a:hover{
    color:#2C4246;
}
.block-compare .actions button{
    float:right;
}
/*------shop by------------*/
#yt_left #layered-navigation .actions{
    padding:0;
}
#layered-navigation .currently-wrap{
    border:1px solid #e6e6e6;
    padding:0 20px 20px 20px;
    margin-top:20px;
}
#layered-navigation .currently .block-subtitle{
    text-transform:uppercase;
    font-size:116.6%;
    float:left;
    padding-top:10px;
    padding-bottom:5px;
    width:100%;
}
#layered-navigation .currently .label{
    color:#405458;
    font-size:12px;
}
#layered-navigation .currently .btn-remove{

}
#layered-navigation .block-layered-nav .actions a{
    float:right;
    margin-top:10px;
}
#narrow-by-list dt{
    font-weight:normal;
    text-transform:uppercase;
    font-size:116.6%;
    margin-bottom:10px;
}
#narrow-by-list dt.adj-nav-dt{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#narrow-by-list dt.adj-nav-dt:hover{
    color:#FCC90F
}
#layered-navigation .block-layered-nav .block-content{
    padding:20px;
}
#narrow-by-list .item-filter{
    padding:0 20px;
}
#narrow-by-list dd{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px dotted #ddd;
}
#narrow-by-list dd select{
    max-width:100%;
}
#narrow-by-list dd.last{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
#narrow-by-list dd #price-filter-min-text{
    margin-right:5px;
}
#narrow-by-list dd #button-price-slider{
    margin-top:1px !important;
}
#narrow-by-list dd #price-filter{
    margin-top:20px;
}
#narrow-by-list dd ol li{
    line-height:28px;
}
#narrow-by-list .check-shopby{
    display:none;
}
#narrow-by-list dd ol li .adj-nav-attribute{
    background: none;
    padding-left:25px;
	display:inline-block;
}
.block-layered-nav #narrow-by-list ol li.adj-nav-slider-li:before,
#narrow-by-list dd ol li .adj-nav-attribute:hover{
	cursor:pointer;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price ol li:before,
.block-layered-nav #narrow-by-list li.attr-more-li:before {
    display:none;
}
.block-layered-nav #narrow-by-list li.attr-more-li a{
	background:none;
}
.block-layered-nav #narrow-by-list ol li:before {
    background: rgba(0, 0, 0, 0) url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat scroll -40px -144px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    top: 4px;
}
.block-layered-nav #narrow-by-list ol li.adj-nav-slider-li:before {
    display:none;
}
#narrow-by-list ol li .adj-nav-attribute:before {
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -40px -140px;
    content: "";
    display: inline-block;
    height: 28px;
    left: 0;
    position: absolute;
    width: 16px;
}
#narrow-by-list dd ol li .adj-nav-attribute.checked:before,
#narrow-by-list dd ol li .adj-nav-attribute-selected:before,
div.narrow-by span.adj-nav-category-current{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -40px -224px;
    position:absolute;
}
#narrow-by-list .price-wrapper-shopby .pr-to,
#narrow-by-list .price-wrapper-shopby .pr-from{
    border:1px solid #e3e1e1;
    padding:10px;
    font-size:12px;
    margin:10px 0;
    display:inline-block;
}
#narrow-by-list .price-wrapper-shopby .pr-to-wrap{
    float:right;
}
#narrow-by-list .price_filter{
    clear:both;
}
#narrow-by-list .filter-title{
    display:none;
}
#yt_left .category-filter-button{
    color:#fff;
    width:100%;
    display:none;
    text-align:left;
    padding-left:70px;
    font-size:20px;
    margin-bottom:15px;
    background:url('https://www.verkter.no/skin/frontend/sm_market/default/images/ico-list-white.png?v=2') no-repeat 40px center #2C4246;
    transition:none !important
}
#yt_left .category-filter-button:hover{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/ico-list-w.png?v=2');
    color:#2C4246 !important
}
#yt_left .category-filter-button span{
}
/*#narrow-by-list > dt.Price{
	display: none;
}*/
/*-----------------------navigation sidenav---------------------------------------*/
#yt_sidenav li.parent{
    position:relative;
}
#yt_sidenav li a.subhead{
    border-bottom:1px solid #e6e6e6;
    display:block;
    line-height:35px;
}
#yt_sidenav li:last-child a.subhead{
    border-bottom:none;
}
#yt_sidenav li.parent ul{
    padding-left:20px;
}
#yt_sidenav li.parent ul li a{
    line-height:30px;
    border-bottom:1px dashed #e6e6e6;
    display:block;
}
#yt_sidenav li .toggle{
    display:none;
}
#yt_sidenav li .touch-item.change,
#yt_sidenav li .touch-item{
    position:absolute;
    right:0;
    top:2px;
    width:20px;
    height:20px;
    text-indent:-999em;
    display:block;
}
#yt_sidenav li .touch-item.change{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-plus.png) right center no-repeat;
}
#yt_sidenav li.parent .toggle{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-plus.png) right center no-repeat;
    position:absolute;
    right:0;
    top:6px;
    width:20px;
    height:20px;
    text-indent:-999em;
    display:block;
}
#yt_sidenav li .touch-item,
#yt_sidenav li.parent .toggle.selected{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-minus.png) right center no-repeat;
}
/*---------------------------------listing-------------------------------------------*/
/*.fancybox-overlay-fixed .fancybox-title {
    display: none;
}*/
.category-products .item .product-name{
    font-size:116.5%;
    /*color: #2c4246;*/
    font-weight:bold;
}
.category-products .item .product-image{
    display:block;
    position:relative;
}
.category-products .item .product-image a img{
    width:100%;
}
.category-products .item .product-image a img .gallery-image{
    display:block !important;
}
.category-products .item-inner .product-image .image-hover{
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:hidden;
}
.category-products .item-inner:hover .product-image .image-hover{
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
}
.category-products .item .sm_quickview_handler{
    position:absolute;
    z-index:2;
}
.category-products .item .product-image a.product-img{
    z-index:1;
    position:relative;
    display:block;
}
.category-products .item .product-addcart{
    margin-right:5px;
    margin-bottom:5px;
    height:38px;
}
#crosssell-products-list .item .btn-cart,
.category-products .item .product-addcart .btn-cart{
    text-transform:uppercase;
    background-color:#FCC90F;
    border:1px solid #FCC90F;
    padding-left:30px;
    padding-right:13px;
    height:32px;
    line-height:32px;
    float:left;
    position:relative;
    margin-left:0px;
    font-weight:bold;
    white-space:nowrap;
}
#crosssell-products-list .item .btn-cart:before,
.category-products .item .product-addcart .btn-cart:before{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -122px -40px;
    content:"";
    position:absolute;
    left:9px;
    top:8px;
    width:17px;
    height:15px;
}
#crosssell-products-list .item .btn-cart:focus:before,
#crosssell-products-list .item .btn-cart:hover:before,
.category-products .item .product-addcart .btn-cart:focus:before,
.category-products .item .product-addcart .btn-cart:hover:before{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) -85px -40px;
}
#crosssell-products-list .item .btn-cart-disabled,
#crosssell-products-list .item .btn-product,
.category-products .item .product-addcart .btn-cart-disabled,
.category-products .item .product-addcart .btn-product{
    float:left;
    margin-bottom:5px;
    max-width:100%;
    padding-left:7px;
    padding-right:8px;
    height:32px;
    line-height:32px;
    position:relative;
    margin-left:5px;
    font-weight:bold;
    white-space:nowrap;
    cursor:pointer;
}
#crosssell-products-list .item .btn-product,
.category-products .item .product-addcart .btn-product{
    cursor:pointer;
}
#crosssell-products-list .item .btn-cart-disabled,
.category-products .item .product-addcart .btn-cart-disabled{
    cursor:auto;
}
.category-products .item .product-addcart .btn-cart-disabled:first-letter{
    text-transform:capitalize;
}
#crosssell-products-list .item .btn-cart-disabled,
.category-products .item .product-addcart .btn-cart-disabled{
    max-width:80% !important;
    white-space:inherit;
    min-height:33px;
    height:auto;
    line-height:normal;
    padding-top:0;
    margin-top:0;
    display:inline-block !important;
    vertical-align:middle;
    display:flex !important;
    align-items:center;
}
#crosssell-products-list .item .btn-cart-disabled,
.category-products .item .product-addcart .btn-cart-disabled{
    border:1px solid #ddd;
    color:#405458;
    background:transparent;
    max-width:none;
    margin-left:0;
}
#crosssell-products-list .item .btn-cart:focus,
#crosssell-products-list .item .btn-cart:hover,
#crosssell-products-list .item .btn-product,
.category-products .item .product-addcart .btn-product,
.category-products .item .product-addcart .btn-cart:focus,
.category-products .item .product-addcart .btn-cart:hover{
    color:#fff;
    background-color:#2C4246;
    border-color:#2C4246;
}
.yt-product-detail .add-to-links li a{
    width:40px !important;
    height:40px !important;
    margin-left:10px;
}
.category-products .item .wishlist-compare{
    float:left;
}
#crosssell-products-list .item .wishlist-compare a,
.yt-product-detail .add-to-links li a,
.category-products .item .wishlist-compare a{
    width:32px;
    height:32px;
    text-indent:-999em;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png);
    background-repeat:no-repeat;
    display:inline-block;
    border:1px solid #2C4246;
    margin-right:5px;
    float:left;
    background-color:#2C4246;
}
#crosssell-products-list .item .wishlist-compare a:hover,
.yt-product-detail .add-to-links li a:hover,
.category-products .item .wishlist-compare a:hover{
    background-color:#FCC90F;
    border:1px solid #FCC90F !important;
}
.yt-product-detail .add-to-links li a.link-wishlist{
    background-position:13px center;
}
.category-products .item .wishlist-compare{
    display:inline-block;
}
#crosssell-products-list .item .wishlist-compare a.link-wishlist,
.category-products .item .wishlist-compare a.link-wishlist{
    background-position: -1px -65;
}
.yt-product-detail .add-to-links li a.link-compare{
    background-image: none;
}
.yt-product-detail .add-to-links li a.link-compare:before {
    display:block;
    content: " ";
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) -35px -88px;
    margin-top:7px;
    margin-left:5px;
    width:25px;
    height:25px;
}
.yt-product-detail .add-to-links li a.link-compare:hover:before{
    background-position: -35px -57px;
}
#crosssell-products-list .item .wishlist-compare a.link-compare,
.category-products .item .wishlist-compare a.link-compare{
    background-position: -34px -84px;
}
#crosssell-products-list .item .wishlist-compare a.link-compare:hover,
.category-products .item .wishlist-compare a.link-compare:hover{
    background-position: -34px -53px;
}
.category-products .item .price-box{
    line-height:100%;
}
.item .price-box-not-salable{
    height:14px;
}
.price-box .label{
    color:#666
}
.yt-product-detail .product-img-box .have-ico,
.category-products .item .product-image .have-ico{
    position:absolute;
    top:15px;
    text-indent:-999em;
    z-index:1;
}
.yt-product-detail .product-img-box .new-product,
.category-products .item .product-image .new-product{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-new.png) no-repeat;
    width:56px;
    height:40px;
    right:15px;
}
.yt-product-detail .product-img-box .sale-product,
.category-products .item .product-image .sale-product{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-sale.png) no-repeat;
    width:56px;
    height:30px;
    left:15px;
}
/*-------for price---------*/

.price-box .price,
.category-products .item .price-box .price{
    color:#e74c3c;
    font-size:133%;
}
.yt-product-detail .price-box .price-from .price,
.yt-product-detail .price-box .price-to .price,
.yt-product-detail .price-box .price{
    font-size:167%;
}
.yt-product-detail .price-box .special-price .special-price{
    font-size:100%;
}
.yt-product-detail .price-box .old-price .price{
    font-size:116.6%;
}
.price-box .old-price .price,
.item .item-price .old-price .price,
.item .product-price .old-price .price{
    color:#999;
    text-decoration:line-through;
    font-size:100%;
}
.price-box .price-from,
.category-products .item .price-box .price-from{
    float:left;
    margin-right:10px;
}
.category-products .item .price-box .price-from .price,
.category-products .item .price-box .price-to .price{
    font-size:133%;
}
.category-products .item .ratings .amount{
    display:none;
}
/*--------------------------------listing content grid-------------------------------*/
#yt_main .yt-product-detail .sm-slider .item{
    min-height:400px;
}
.products-grid .row{
    margin:0 -4px 5px
}
.products-grid .item{
    float:left;
    padding:0 4px;
}
.products-grid .item .item-inner{
    border:1px solid #dddddd;
    float:left;
    width:100%;
    margin:4px 0;
    min-height:465px;
}
.products-grid .item .item-inner:hover{
    -ms-box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.products-grid .item .product-price{
    margin-top:10px;
}
.products-grid .item .product-review{
    line-height:100%;
}
.products-grid .item .product-review .rating-box{
    margin-top:0;
}
.products-grid .item .product-name{
    margin-top:5px;
    margin-bottom:7px;
    line-height:116%;
    height:44px;
}
.yt-product-detail .availability-container{
    overflow:hidden;
    text-align:left;
    float:left;
    clear:left;
}
.products-grid .item .availability out-of-stock{
    line-height:15px;
}
.products-grid .item .product-addto-wrap{
    margin-top:16px;
    clear:both;
}
.products-grid .item .item-inner .product-info{
    float:left;
    width:100%;
    padding:0 10px 10px;
}
.products-grid .configurable-swatch-list{
    position:absolute;
    bottom:10px;
    width:100%;
    left:0px;
    text-align:center;
}
.products-grid .configurable-swatch-list li{
    display:inline-block;
}
.block-layered-nav .configurable-swatch-list li:before{
    display:none;
}
.block-layered-nav .configurable-swatch-list li a{
    background:none !important;
    padding-left:0px !important;
}
.block-layered-nav .configurable-swatch-list li{
    float:left;
    width:50%;
}
/*--------------------------------listing content list-------------------------------*/
.products-list .item{
    margin-bottom:30px;
}
.products-list .product-list-left{
    padding-left:0px;
    padding-right:0px;

}
.products-list .item .product-info{
    padding-right:0px;
}
.products-list .item .product-info .product-name{
    padding-bottom:7px;
    line-height:100%;
}
.products-list .item .product-info .product-price{
    margin-top:15px;
}
.products-list .item .product-info .no-rating{
    margin-top:3px;
}
.products-list .item .item-inner .product-image{
    border:1px solid #ddd;
    float:left;
    width:100%;
}
.products-list .item .product-addto-wrap{
    margin-top:20px;
}
.products-list .item .product-addto-wrap .product-addcart{

}
.products-list .configurable-swatch-list li{
    display:inline-block;
    margin-top:12px;
}
/*-----------------------------cross sell------------------------------------*/
.crosssell{
    margin-top:20px;
}
.crosssell > h2{
    margin-bottom:20px;
}
#crosssell-products-list a.product-image{
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 10px 5px 0;
}
#crosssell-products-list li.item{
    margin-bottom:20px;
}
#crosssell-products-list li.item.odd {
	clear:left;
}
#crosssell-products-list li .price-box{
    padding:5px 0;
}
#crosssell-products-list li .price-box span{
	margin:0 0 5px 0!important;
	padding:0px;
}
/*#crosssell-products-list .separator{ display: none;}*/

/*----------------------------css for detail page-------------------------------*/
#sender_options textarea{
    width:230px;
}
.yt-product-detail select,
.yt-product-detail label{
    margin-bottom:0px;
}
.yt-product-detail .show-phone{
    display:none;
}
.yt-product-detail .yt-detail-left{
    padding-left:0;
}
.yt-product-detail .product-img-box{
    position:relative;
    z-index:1;
    float:left;
    width:100%;
}
.yt-product-detail .product-img-box .yt-detail-image-container{
    position:relative;
}
.yt-product-detail .product-img-box img{
    width:100%;
}
.yt-product-detail .product-img-box .yt-detail-image{
    position:relative;
    margin-bottom:10px;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap{
    border:1px solid #ddd;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap > a > img{
    width:100%;

}
.yt-product-detail .popup-btn.hidden-phone > a{
    text-align:center;
    position:absolute;
    background: #8f8f8f url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -121px -103px;
    z-index:9999;
    border-bottom:0;
    left:5px;
    bottom:5px;
    height:34px;
    width:34px;
    text-indent:-999em;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.yt-product-detail .more-views.slide-gallery .jCarouselLite{
    margin:0 auto;
}
.yt-product-detail .more-views .jCarouselLite > ul > li{
    float:left;
    margin:0 5px;
}
.yt-product-detail .more-views .jCarouselLite > ul > li:last-child{
    margin-right:0px;
}
.yt-product-detail .jCarouselLite li:hover .cloud-zoom-gallery > img,
.yt-product-detail .jCarouselLite li.selected .cloud-zoom-gallery > img{

}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery{
    float:left;
    border:1px solid #ddd;
    position:relative;
}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery > img{
    width:100%;
}
.yt-product-detail .more-views.slide-gallery{
    position:relative;
    text-align:center;
    margin-left:-4px;
}
.yt-product-detail .more-views.slide-gallery .inner{
    position:relative;
    display:inline-block;
    margin:0;
}
.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next{
    width:27px;
    height:27px;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/next-prev-detail.png);
    border:1px solid #ddd;
    background-repeat:no-repeat;
    background-color:#fff;
    position:absolute;
    top:61px;
    z-index:3;
}
.yt-product-detail .more-views.slide-gallery .next{
    right:15px;
}
.yt-product-detail .more-views.slide-gallery .prev{
    left:15px;
}
.yt-product-detail .more-views.slide-gallery .next{
    background-position:-72px 0;
}
.yt-product-detail .more-views.slide-gallery .prev{
    background-position:-36px center;
}
.yt-product-detail .more-views.slide-gallery .prev:hover{
    background-position:0 -1px;
}
.yt-product-detail .more-views.slide-gallery .next:hover{
    background-position:-108px 0;
}
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover{
    cursor:pointer;
}
.yt-product-detail .configurable-swatch-list li{
    display:inline-block;
    text-align:center;
}
.btn-cart.out-of-stock{
    background-color:#ddd !important;
}
/*qty*/
.yt-product-detail .add-to-box{
    clear:both;
}
.quantity-box .quantity-controls{
    width:15px;
    height:15px;
    margin-bottom:0px;
    background: #2c4246 url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -141px -172px;
    padding:0;
    border:none;
    position:absolute;
    right:0;
}
.quantity-box .quantity-controls.quantity-plus:hover{
    background-position: -116px -167px;
}
.quantity-box .quantity-controls.quantity-minus:hover{
    background-position: -116px -182px;
}
.quantity-box .quantity-controls.quantity-minus{
    background-position: -141px -187px;
    top:15px;
}
.quantity-box .quantity-controls.quantity-plus{
    top:0;
}
#confirmbox .quantity-box .quantity-input.qty{
    border:1px solid #ddd;
}
.product-shop .add-to-cart input.input-text.qty,
.quantity-box .quantity-input.qty{
    width:40px;
    padding:5px;
    height:30px;
    line-height:100%;
    border:none;
    text-align:center;
    margin:0;
}
#product-options-wrapper .qty-holder input.input-text{
    width:60px;
    text-align:center;
    line-height:30px;
    height:30px;
    padding:0 0 0 5px;
}
/*--popup cart*/
#product-shop .wrap-qty{
    width:100%;
    display:inline-block;
}
#product-shop .wrap-qty .qty-set,
.product-shop .wrap-qty .qty-set{
    float:left;
}
.yt-product-detail .wrap-qty{
    background-color:#eee;
    width:auto;
    height:40px;
    float:left;
    padding:5px 15px;
}
.wrap-qty .qty-set .quantity-box{
    float:left;
    position:relative;
    width:55px;
}
.yt-product-detail .wrap-qty .qty-title{
    float:left;
    display:inline-block;
    height:30px;
    line-height:30px;
    margin-right:10px;
}
.product-shop #product-options-wrapper label{
    font-weight:normal;
}
/***-----content detail right-----***/

.yt-product-detail .yt-detail-right{
    line-height:150%;
    padding-right:0px;
    float:left;
}
.yt-product-detail .product-name h1{
    font-size:167%;
    font-family:inherit;
    font-weight:bold;
    margin-top:-5px;
}
.yt-product-detail .product-shop .product-review{
    clear:both;
    padding:0;
    margin:0;
}
.yt-product-detail .product-shop .availability span:before{
    content: "\f0d1";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #00abf0;
    padding-right: 5px;
}
.yt-product-detail .product-shop .availability span{
    color:#00abf0;
}
.yt-product-detail .product-shop .availability.in-stock span{
    cursor:pointer;
}
.yt-product-detail .addthis_toolbox{
    float:left;
    clear:both;
    margin-bottom:25px;
}
.yt-product-detail .short-description{
    margin:5px 0;
    clear:both;
}
.yt-product-detail .salable-description{
    margin:5px 0;
    clear:left;
    float:left;
}
.yt-product-detail .short-description h2{
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:6px;
    font-family:inherit;
}
.yt-product-detail .short-description p.label_1{
    margin-bottom:12px;
}
.yt-product-detail .product-shop .price-box{
    float:none;
}
.yt-product-detail .product-shop .price-box-bundle{
    display:none;
}
.yt-product-detail .product-shop .price-box .price-label{
    display:none
}
.yt-product-detail .product-shop .price-box .label{
    display:block;
    text-align:left;
    padding:0;
    font-size:inherit;
}
.yt-product-detail .product-shop .availability{
    float:left;
}
.quickview-main .yt-product-detail .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart{
    display:block;
    color:#2C4246;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    line-height:100%;
    padding:14px 21px;
    float:left;
}
.quickview-main .yt-product-detail .add-to-cart .btn-cart:hover,
#yt_wrapper .add-to-cart .btn-cart:hover{
    background-color:#2c4246 !important;
    color:#fff;
}
.yt-product-detail .add-to-cart{
    float:left;
}
.yt-product-detail .add-to-links li,
.yt-product-detail .product-add-box{
    float:left;
}
#product_addtocart_form{
    overflow:hidden;
    position:relative;
    margin-right:20px;
}
.yt-product-detail #product-options-wrapper{

}
.yt-product-detail #product-options-wrapper .input-box input[type="text"],
.yt-product-detail #product-options-wrapper .input-box select{
    width:150px;
    height:30px;
}
.yt-product-detail #product-options-wrapper label{
    font-weight:normal;
    margin-right:10px;
}
.review-product-list .yt-product-detail .add-to-box{
    display:none;
}
/*--detail quick view--*/
.quickview-main .yt-product-detail{
    padding:15px;
}
.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li{
    width:95px !important;
    height:95px !important;
}
.quickview-main .yt-product-detail .more-views.slide-gallery .prev,
.quickview-main .yt-product-detail .more-views.slide-gallery .next{
    top:36px;
}
/***----product type----***/
.product-shop .wrap-sc .pro-code{
    margin-left:20px;
}
.data-table.grouped-items-table{
    margin:20px 0 20px 0;
}
.product-grouped-product .yt-product-detail .add-to-box{
    float:left;
}
.product-grouped-product .yt-product-detail .add-to-box .add-to-cart{
    margin-left:0;
}
.product-grouped-product .yt-product-detail .email-friend{
    left:215px;
}
.yt-product-detail .add-to-box,
.yt-product-detail .add-to-holder.have-price{
    margin-top:20px;
    float:left;
}
.yt-product-detail .add-to-holder.have-price .price-box{
    display:none;
}
.product-options ul.options-list .label{
    font-weight:normal;
    font-size:100%;
    line-height:170%;
    padding:0;
    color:#405458;
}
#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list{
    margin-bottom:5px;
}
#downloadable-links-list > li{
    margin:5px;
}
.data-table.grouped-items-table{
    margin-bottom:15px;
}
.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text{
    text-align:center;
    width:40px;
}
/***----------------detail tabs--------------------***/
.yt-product-detail .tab-product-detail{
    margin-top:40px;
    margin-bottom:10px;
    clear:both;
    float:left;
    width:100%;
    border:1px solid #ddd;
}
.yt-product-detail .tab-product-detail .yt-tab-navi{
    float:left;
    width:200px;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li{
    position:relative;
}
/*.yt-product-detail .tab-product-detail .yt-tab-navi > li:last-child{
	border-right:1px solid transparent;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li:first-child{
	border-left:1px solid transparent;
	margin-left:-1px;
}*/
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:first-child:hover{
    border-left:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:last-child:hover{
    border-right:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
    display:inline-block;
    width:100%;
    text-transform:uppercase;
    font-weight:bold;
    font-size:133%;
    line-height:100%;
    padding:13px 20px 13px 30px;
    /*border-left: 5px solid transparent;*/
    border-bottom:1px solid #ddd !important;
    position:relative;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before{
    width:0px;
    height:105%;
    position:absolute;
    top:-1px;
    left:-1px;
    content:"";
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before{
    width:5px;
}
.yt-product-detail .tab-product-detail .yt-tab-content{
    padding:25px 30px;
    margin-left:200px;
    border-left:1px solid #ddd;
    overflow:hidden;
    min-height:250px;
}
.yt-product-detail .tab-product-detail .yt-tab-content label{
    font-weight:normal;
    margin-bottom:5px;
    line-height:100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h2{
    display:none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h3{
    font-weight:bold;
    margin-bottom:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .product-tags{
    line-height:160%;
    margin-bottom:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .form-add{
    margin-bottom:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add .button{
    height:35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label{
    width:100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName{
    float:left;
    height:35px;
    margin-right:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #advice-required-entry-productTagName{
    float:left;
    clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-tags .note{
    clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager{
    padding:5px 10px;
    border:1px solid #E9E9E9;
    line-height:230%;
    margin:10px 0 20px 0;
    border-bottom:4px solid #e9e9e9
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount{
    float:left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong{
    font-weight:normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter{
    float:right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select{
    margin:0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #e6e6e6;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews small.date{
    font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dt a{
    font-weight:normal;
    font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd:last-child{
    border:none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review{
    margin-bottom:30px;
}
.yt-product-detail #yt_tab_decription h4,
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review > h4{
    font-weight:normal;
    text-transform:uppercase;
    font-size:116.67%;
    margin-bottom:10px;
    font-family:inherit;
}
#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"]{
    margin:0 0 0 50%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table{
    background:#fbfdfd;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table > tbody > tr > td{
    padding-left:2px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review .form-list #review_field{
    width:100%;
    background-color:#fbfdfd;
}
.yt-product-detail #yt_tab_decription p{
    margin-top:7px;
}
.yt-product-detail #yt_tab_decription p:first-child{
    margin-top:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col1{
    padding-left:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col2{
    padding-right:0px;
}
.yt-product-detail #yt_tab_reviewform .btn-review{
    font-size:107.7%;
    text-transform:uppercase;
    color:#fff;
}
.yt-product-detail #yt_tab_reviewform .btn-review:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    color:#fff;
    padding-left:6px;
}
.yt-product-detail #yt_tab_reviewform .buttons-set{
    border-top:none;
    padding-top:0;
}
.yt-product-detail .inventory-details{
    overflow:hidden;
    clear:left;
}
.yt-product-detail .stock-details{
    margin-top:10px;
}
.yt-product-detail .stock-details ul{
    margin-left:15px;
}
.yt-product-detail .stock-details li{
    list-style:initial;
}
/*--------------------------upsell product-----------------------*/

#yt_main .yt-product-detail .sm-slider .page-button.top .control-button{
    top:10px;
}
#yt_main .yt-product-detail .sm-slider .page-button.top{
    float:right;
}
#yt_main .yt-product-detail .sm-slider .page-button.top .control-button{
    display:inherit;
}
#yt_main .yt-product-detail .sm-slider .block-title{
    border-bottom:1px solid #ddd;
    line-height:100%;
}
#yt_main .yt-product-detail .sm-slider .block-title span{
    font-weight:bold;
    text-transform:uppercase;
    font-size:133%;
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}
#yt_main .yt-product-detail .sm-slider .block-title span:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100px;
    height:1px;
    content:"";
}
#yt_main .sm-slider.related .page-button .control-button{
    margin-top:-50px;
}
#yt_main .sm-slider .page-button .control-button{
    width:46px;
    height:29px;
    float:right;
    margin-top:-35px;
}
#yt_main .sm-slider.upsell .page-button .control-button{
    margin-top:-50px;
}
#yt_main .sm-slider div.carousell-navigation-button,
#yt_main .sm-slider .page-button .control-button li{
    width:20px;
    height:27px;
    border:1px solid #ddd;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-slider.png);
    background-repeat:no-repeat;
    display:inline-block;
    text-indent:-999em;
    float:left;
}
#yt_main .sm-slider div.carousell-navigation-button{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/next-prev-detail.png);
    cursor:pointer;
}
.carousell-navigation-button{
    position:absolute;
    top:45%;
    z-index:10;
    background-color:#fff;
    margin:0 10px;
}
div.carousell-navigation-button.prev2{
    left:0;
}
div.carousell-navigation-button.next2{
    right:0;
}
#yt_main .sm-slider div.prev2{
    background-position:-40px 0;
    margin-right:5px;
}
#yt_main .sm-slider .page-button .control-button li.prev2,
#yt_main .sm-slider .page-button .control-button li.prev{
    background-position:-30px 0;
    margin-right:5px;
}
#yt_main .sm-slider div.prev2:hover{
    background-position:-4px 0;
}
#yt_main .sm-slider .page-button .control-button li.prev2:hover,
#yt_main .sm-slider .page-button .control-button li.prev:hover{
    background-position:0px 0;
    cursor:pointer;
}
#yt_main .sm-slider div.next2{
    background-position:-75px 0;
}
#yt_main .sm-slider .page-button .control-button li.next2,
#yt_main .sm-slider .page-button .control-button li.next{
    background-position:-60px 0;
}
#yt_main .sm-slider div.next2:hover{
    background-position:-110px 0;
}
#yt_main .sm-slider .page-button .control-button li.next2:hover,
#yt_main .sm-slider .page-button .control-button li.next:hover{
    background-position:-90px 0;
    cursor:pointer;
}
/*-----------------------related product-----------------------*/
.block-related{
    clear:both;
}
/*------------------------------about us page-----------------------------*/
.page-about{
    margin:0px -15px 0 -15px;
}
.page-about .about-row2{
    float:left;
    margin-top:50px;
}
.page-about .about-row2 .row2 .about-cont a.title,
.page-about .about-row1 .row1-right span{
    font-size:138.5%;
    text-transform:uppercase;
}
.page-about .about-row2 .row2 .about-cont a.title{
    padding-bottom:5px;
    display:inline-block;
}
.page-about .about-row1 .row1-right p{
    padding-top:5px;
}
.page-about .about-row1 .row1-right .row1-right-cont2{
    margin-top:50px;
}
.page-about .about-row2 .row2 .inner{
    border:1px solid #e6e6e6;
    padding:20px 20px 30px 20px;
}
.page-about .about-row2 .row2 .about-cont{
    margin-top:25px;
    text-align:center;
    padding:0 10px;
}
#yt_wrapper .page-about .about-row2 .row2 .button{
    padding:13px 35px;
    display:inline-block;
    margin-top:28px;
}
/***---------------------------------contact---------------------------***/
.contacts-index-index .contact-page{
    margin-top:40px;
}
.contact-page{
    margin:0 -15px;
}
.contact-page .block-title{
    font-size:138.5%;
    color:#333;
    text-transform:uppercase;
    padding-bottom:12px;
    line-height:100%;
    display:block;
}
.contact-page .contact-us-left{
    padding-right:10%;
}
.contact-page .contactus-info .contact-info{
    border-top:1px solid #eee;
    margin-top:30px;
}
.contact-page .contactus-info .contact-info span{
    margin-right:25px;
}
.contact-page .contactus-info .contact-info p{
    margin-top:20px;
}
.contact-page .fieldset{
    border:none;
    margin:0;
    padding:0;
}
.contact-page #contactForm{
    margin-top:45px;
}
.contact-page #contactForm .fields{
    width:36%;
    float:left;
    margin-right:4%;
}
.contact-page #contactForm .fields input.input-text{
    width:100%;
    margin-bottom:10px;
    height:43px;
}
.contact-page #contactForm .wide{
    width:60%;
    float:right;
}
.contact-page #contactForm .wide #comment{
    width:100%;
    height:149px;
}
.contact-page #contactForm .buttons-set{
    clear:both;
    border-top:none;
    padding-top:0;
}
.contact-page #contactForm .buttons-set .button{
    float:left;
    margin-left:0;
    padding:10px 30px;
}
/***-------------------------------------------other page----------------------------------***/
#yt_wrapper label{
    font-weight:normal;
    padding-bottom:3px;
    display:block;
}
.item-msg.error{
    color:#C30;
}
.cart-collaterals select,
.form-list input.input-text,
input.input-text{
    width:100%;
    padding:7px 10px;
    margin-bottom:5px;
}
.cart-collaterals .add-to-links{
    line-height:16px
}
/*cart*/
.cart-collaterals .discount h2:before{
    content:"\f145";
    font-family:'FontAwesome';
    font-size:15px;
    color:#F33;
    padding-right:10px;
}
.cart-collaterals .shipping h2:before{
    content:"\f0d1";
    font-family:'FontAwesome';
    font-size:24px;
    color:#F33;
    padding-right:10px;
}
.shipping-form{
    margin-top:15px;
}
#shopping-cart-totals-table strong .price{
    font-size:123%;
}
.cart-collaterals .checkout-types a{
    text-decoration:underline;
}
/***----check out----***/
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons{
    float:left;
    width:100%;
}
#yt_wrapper .cart .title-buttons > .page-title{
    float:left;
}
#yt_wrapper .checkout-types{
    margin-top:30px;
    text-align:right;
}
.cart-collaterals .crosssell #crosssell-products-list .item{
    margin-bottom:30px;
}
.cart-collaterals .crosssell #crosssell-products-list .item.odd{
    clear:left;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-image{
    float:left;
    margin-right:15px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-details{
    float:none;
    display:table;
}
.cart-collaterals .crosssell #crosssell-products-list .product-name{
    height:30px;
    font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .price-box{
    font-weight:bold;
    font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .item .add-to-links li{
    display:inline-block;
}
.cart-collaterals .crosssell h2{
    margin-bottom:10px;
    line-height:150%;
}
#yt_wrapper .cart-collaterals .crosssell,
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set .shipping{
    border:1px solid #e9e9e9;
    padding:15px;
    margin-top:20px;
    float:left;
    width:100%;
    line-height:200%;
}
#yt_wrapper #coupon_code{
    margin-bottom:0px;
}
#yt_wrapper #postcode{
    margin-bottom:10px;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt{
    line-height:170%;
}
#yt_wrapper .cart-collaterals .totals td{
    overflow:hidden;
    text-align:left;
    padding-right:10px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types{
    margin:5px 0 0;
    text-align:left;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout{
    margin-bottom:5px;
}
/***----check out one page----***/
/*#checkout-progress-wrapper .block-content{
	border-top: 1px solid #E9E9E9;
}*/
#checkout-progress-wrapper .block-content dt{
    border:1px solid #E9E9E9;
    font-weight:normal;
    padding:7px;
    margin-top:10px;
}
#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a{
    color:#fff;
    border:none;
}
#checkout-progress-wrapper .block-content dd.complete{
    padding:10px;
    border:1px solid #E9E9E9;
    border-top:none;
}
.yt_main_inner select{
    width:230px;
}
#checkoutSteps select{
    width:100%;
}
#checkoutSteps > li{
    position:relative;
    margin-bottom:10px;
    float:left;
    width:100%;
}
#checkoutSteps .section li{
    overflow:hidden;
}
#checkoutSteps .step-title{
    background:#777;
    color:#fff;
    line-height:100%;
    padding:12px 20px;
    border:none;
    cursor:pointer;
}
#checkoutSteps .step-title > span.number{
    font-weight:bold;
    float:left;
    margin-right:10px;
    font-size:130%;
    line-height:100%
}
#checkoutSteps .step-title > h2,
#checkoutSteps .step-title > span{
    font-size:120%;
    line-height:110%;
}
#checkoutSteps.opc .step-title a{
    display:none;
}
#checkoutSteps > li > div{
    padding:20px;
    border:1px solid #e9e9e9;
    border-top:none;
    float:left;
    width:100%;
}
#checkoutSteps .col2-set > div:first-child{
    padding-left:0;
}
#checkoutSteps .col2-set > div:last-child{
    padding-right:0;
}
#checkoutSteps h3{
    font-weight:bold;
    margin-bottom:10px;
}
#checkoutSteps .col2-set .buttons-set .button{
    float:right;
}
#payment_form_ccsave{
    margin-top:15px;
}
#payment_form_ccsave .v-fix{
    float:left;
    margin-right:10px;
}
#checkoutSteps #opc-login .buttons-set .f-left,
#login-form .buttons-set .f-left{
    float:left;
    /*width: 100%;*/
    margin-top:3px;
}
#checkoutSteps .please-wait{
    float:right;
    margin-right:10px;
    margin-top:7px;
}
#checkoutSteps .please-wait img{
    display:none;
}
/***----checkout multi address----***/
#checkout-progress-state{
    margin-top:30px;
}
#checkout-progress-state > li{
    background:#777;
    color:#FFFFFF;
    float:left;
    padding:5px 0;
    text-align:center;
    width:20%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons{
    float:left;
    width:100%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons .button{
    margin-top:30px;
}
#checkout_multishipping_form .multiple-checkout .title-buttons .page-title{
    float:left;
}
.multiple-checkout .button{
    float:right;
}
#checkout_multishipping_form #multiship-addresses-table{
    margin-top:15px;
}
.multiple-checkout h2.legend{
    font-weight:bold;
    margin-bottom:10px;
    text-transform:uppercase;
}
.multiple-checkout h3.legend{
    font-weight:bold;
    margin-bottom:10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout .col-wide h4{
    font-weight:bold;
    margin-bottom:10px;
}
.multiple-checkout .box-title{
    background:#777;
}
.multiple-checkout .box .box-content{
    padding:15px;
    border:1px solid #e9e9e9;
    margin-bottom:15px;
}
.multiple-checkout .messages{
    float:none;
}
#multishipping-billing-form .sp-methods dt{
    line-height:170%;
}
#multishipping-billing-form .sp-methods dd ul li{
    overflow:hidden;
}
.multiple-checkout .box-title > h3,
.multiple-checkout .box-title > h2,
.multiple-checkout .box-title > h4{
    color:#ffffff;
    line-height:100%;
    padding:8px;
}
.multiple-checkout .box-title > h3 > a,
.multiple-checkout .box-title > h2 > a,
.multiple-checkout .box-title > h4 > a{
    color:#ffffff;
}
#checkout-review-submit .place-order .grand-total{
    float:right;
}
#checkout-review-submit .place-order .grand-total big{
    line-height:200%;
    font-size:120%;
}
/*---block account in account page---*/
#yt_left .block-account .block-content{
    float:left;
    padding:5px 20px 10px 20px;
}
#yt_left .block-account .block-content > ul > li{
    border-bottom:1px solid #e9e9e9;
    padding:10px 0 5px;
    width:100%;
    float:left;
}
#yt_left .block-account .block-content > ul > li.last{
    border-bottom:none;
}
#yt_left .block-account .block-content > ul > li > strong,
#yt_left .block-account .block-content > ul > li:hover > a{

}
.my-account .my-tag-edit{
    margin-bottom:30px;
}
.my-account .product-name{
    font-weight:bold;
    margin-bottom:5px;
}
.my-account > .title-buttons{
    float:left;
    width:100%;
    margin-bottom:25px;
}
.my-account #wishlist-view-form .buttons-set{
    float:right;
}
.my-account #wishlist-view-form textarea{
    width:100%;
    margin-top:5px;
}
.my-account #wishlist-view-form .price-box{
    font-weight:bold;
    font-size:116.67%;
    margin-bottom:5px;
}
.my-account > #form-validate > .buttons-set{
    display:inline-block;
    width:100%;
}
.my-account > #form-validate > .buttons-set .back-link{
    float:left;
}
.my-account .box-account{
    margin-top:10px;
}
.my-account .box-account .box-head{
    background:none repeat scroll 0 0 #777777;
    color:#FFFFFF;
    line-height:100%;
    padding:10px;
    margin-bottom:10px;
}
.my-account .box-account .box-head > h2{
    float:left;
}
.my-account .box-account .box-head > a{
    float:right;
    color:#fff;
}
#login-form,
.my-account .box-account .col2-set{
    margin-left:-30px;
}
#checkout-step-login #login-form{
    margin-left:0;
}
.onepage-goto-cart-container{
    text-align:center;
    margin-bottom:10px;
}
#checkout-step-login #checkout-login-form{
    display:none;
}
.my-account .box-account .col2-set > .box > .box-title{
    margin-left:30px;
}
.my-account .col2-set .col-1{
    float:left;
    width:50%;
}
.my-account .box-account.box-info .col2-set .col-1{
    padding-left:30px;
}
.account-login .form-list{
    margin-top:10px;
}
.account-login .col2-set .col-1{
    float:left;
    width:50%;
    padding-left:30px;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2{
    float:right;
    width:50%;
    padding-left:30px;
}
.my-account .data-table{
    width:100%;
    margin-bottom:10px;
}
.my-account .data-table#my-orders-table{
    margin-top:10px;
    margin-bottom:20px;
}
.my-account .data-table .input-text.qty{
    width:80px;
    margin-bottom:10px;
    height:32px;
    text-align:center;
}
.my-account .data-table .link-edit{
    float:left;
    margin-top:5px;
    width:100%;
}
.my-account .box-title{
    overflow:hidden;
    border-bottom:1px dashed #E9E9E9;
    margin-top:10px;
    margin-bottom:5px;
    padding-bottom:5px;
}
.my-account .box-title > h3{
    line-height:180%;
    font-weight:bold;
    float:left;
}
.my-account .box-title > a{
    float:right;
    line-height:180%;
}
.my-account .box-title > a:hover{
    text-decoration:underline;
}
.my-account .box-content h4{
    line-height:180%;
    font-weight:bold;
    margin-bottom:5px;
}
.my-account .box-account .number{
    margin:2px 10px 0 0;
    line-height:100%;
    float:left;
    font-weight:bold;
}
.my-account .product-review .product-img-box{
    margin-bottom:20px;
}
.my-account .product-review .product-img-box .product-image img{
    margin-bottom:10px;
}
.checkout-multishipping-address-newshipping .fieldset{
    width:50%;
    float:left;
}
.fieldset{
    /*border: 1px solid #e9e9e9;*/
    margin-bottom:20px;
    padding:20px 0 0 0;
}
.fieldset .legend{
    background:#fff;
    float:left;
    font-weight:bold;
    text-transform:uppercase;
    font-size:117%;
    margin:-25px 0 0 0;
    padding:0px;
    /*border: 1px solid #e9e9e9;*/
}
.buttons-set{
    border-top:1px solid #e9e9e9;
    margin-top:5px;
    padding-top:10px;
    clear:both;
}
.buttons-set .button{
    float:right;
    margin-left:5px;
}
.my-account .buttons-set.buttons-set2{
    border:none;
    padding:0;
    margin:0;
}
.buttons-set .back-link{
    float:left;
    margin:0;
}
.my-account .form-list .field{
    float:left;
    width:50%;
}
.account-login .col2-set .content > h2{
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:117%;
}
.col2-set .content > h2{
    font-weight:bold;
    margin-bottom:5px;
}
.form-list li{
    margin-bottom:5px;
}
input.input-text.qty{
    width:auto;
}
.my-account .pager{
    border:1px solid #e9e9e9;
    border-bottom:4px solid #e9e9e9;
    padding:5px 10px;
    margin:0 0 20px 0;
}
.pager li > a, .pager li > span{
    border-radius:0;
    line-height:100%;
    padding:5px 10px;
    background-color:#F4F4F4;
    margin-left:5px;
    float:left;
    border:1px solid #e9e9e9;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a{
    color:#fff;
    border:1px solid transparent;
}
.my-account .pager .amount{
    float:left;
    line-height:24px;
    margin-right:10px;
}
.my-account .pager .limiter{
    float:left;
}
.my-account .pager .pages{
    display:inline-block;
    float:right;
}
.my-account .pager > .pages > ol{
    display:inline;
}
.pager .limiter label{
    font-weight:normal;
}
.pager .limiter select{
    margin:0;
    width:65px;
    position:relative;
    padding:2px;
}
.my-account .title-buttons .button{
    float:right;
}
.my-account .link-print{
    margin-right:10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2{
    font-weight:bold;
    float:left;
    width:100%;
    margin:10px 0 7px 0;
}
.my-account .addresses-list h2{
    border-bottom:1px dashed #E9E9E9;
    padding-bottom:5px;
    margin:0;
}
#my_recent_tags .item,
#my_recent_reviews .item{
    margin-top:10px;
}
#my_recent_reviews .ratings .rating-box{
    margin-top:3px;
}
#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong{
    float:left;
    padding-right:10px;
}
#shopping-cart-table .product-image img,
#crosssell-products-list .item .product-image{
    overflow:hidden;
    position:relative;
}
#shopping-cart-table .a-center .input-text{
    text-align:center;
    line-height:30px;
    height:30px;
    padding:0;
}
#shopping-cart-table{
    margin-top:20px;
}
/*------------------------------------------END other page-----------------------------------*/

/*-------------------css background image-----------------------*/
.pattern1{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern1.png);
    background-attachment:fixed;
}
.pattern2{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern2.png);
    background-attachment:fixed;
}
.pattern3{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern3.png);
    background-attachment:fixed;
}
.pattern4{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern4.png);
    background-attachment:fixed;
}
.pattern5{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern5.png);
    background-attachment:fixed;
}
.pattern6{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern6.png);
    background-attachment:fixed;
}
.pattern7{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern7.png);
    background-attachment:fixed;
}
.pattern8{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/pattern/pattern8.png);
    background-attachment:fixed;
}
/*-------------------end css background image-----------------------*/

/*----------------------fancy box close-----------------------------*/
/*.catalog-product-view .fancybox-wrap .fancybox-close {
	display:none;
}*/
.fancybox-wrap .fancybox-close{
    position:absolute;
    top:-2px;
    right:-2px;
    width:20px;
    height:20px;
    cursor:pointer;
    z-index:1103;
    text-align:center;
}
.fancybox-wrap .fancybox-close:before{
    content:"\f00d";
    font-family:'FontAwesome';
    color:#405458;
    font-size:14px;
}
.fancybox-wrap .fancybox-close:hover:before{
    color:#C71C1C;
}
/*----------------------end fancy box close-----------------------------*/

/*----------------------tablisting + slider-----------------------------*/
.respl-items-container .carousel-inner.products-grid .item-tab-listing{
    padding:5px;
}
.respl-items-container .carousel-inner.products-grid .item-tab-listing.active{
    width:100%;
}
.respl-items-container .category-products.carousel{
    margin:-5px;
}
.respl-tabs-container{
    border-bottom:1px solid #ddd;
    display:inline-block;
    width:100%;
}
.respl-tabs-container .respl-tabs-wrap{
    float:right;
    margin-right:80px;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
    float:left;
    position:relative;
    text-transform:uppercase;
    border-top:2px solid transparent;
    padding:9px 20px;
    line-height:100%;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
.yt-tab-listing .respl-tabs-wrap ul > li:last-child{
    margin-right:0px !important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel{
    border-left:1px solid #ddd !important;
    border-right:1px solid #ddd !important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:1px;
    background-color:#fff;
    content:"";
}
.yt-tab-listing .title-text{
    font-weight:bold;
    text-transform:uppercase;
    font-size:133%;
    position:absolute;
    left:0;
    padding-bottom:7px;
}
.carousel-control-wrap .carousel-control-tab{
    width:20px;
    height:27px;
    border:1px solid #ddd;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-slider.png);
    background-repeat:no-repeat;
    display:inline-block;
    text-indent:-999em;
}
.yt-tab-listing .carousel-control-wrap{
    display:none;
    float:right;
    margin-top:-49px;
    margin-right:5px;
}
.carousel-control-wrap .carousel-control-tab.prev{
    background-position:-31px 0;
}
.carousel-control-wrap .carousel-control-tab.prev:hover{
    background-position:0px 0;
}
.carousel-control-wrap .carousel-control-tab.next{
    background-position:-60px 0;
}
.carousel-control-wrap .carousel-control-tab.next:hover{
    background-position:-90px 0;
}
.yt-tab-listing .respl-items-container .respl-items-inner{
    margin-top:15px;
}
/*------block collections--------*/
.collections-wrap{
    clear:both;
}
.hotcate-wrap .block-title,
.collections-wrap .block-title{
    border-bottom:1px solid #ddd;
    line-height:100%;
}
.hotcate-wrap .block-title span,
.collections-wrap .block-title span{
    font-weight:bold;
    text-transform:uppercase;
    font-size:133%;
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}
.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:1px;
    content:"";
}
.collections li{
    float:left;
    width:15.666%;
    margin-left:1%;
}
.collections{
    margin-left:-1%;
    margin-top:30px;
}
.collections li a{
    background-color:#eee;
    display:inline-block;
    width:100%;
    font-size:133%;
    font-weight:bold;
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-position:center center;
    height:140px;
    padding-top:21px;
    line-height:20px;
    border:1px solid transparent;
    letter-spacing:1px;
}
.collections .collect5 a span{
    font-size:12px;
    font-weight:normal;
}
.collections .collect4 a span{
    font-size:14px;
}
.collections .collect1 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect1.png');
    text-align:center;
}
.collections .collect2 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect2.png');
    text-align:center;
}
.collections .collect3 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect3.png');
    text-align:center;
}
.collections .collect4 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect4.png');
    padding-left:17px;
}
.collections .collect5 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect5.png');
    padding-left:15px;
}
.collections .collect6 a{
    background-image:url('https://www.verkter.no/skin/frontend/sm_market/default/images/collect6.png');
    text-align:center;
}
/*---- hot categories------*/
.hotcate-wrap{
    padding-top:40px;
    margin-top:40px;
    background-color:#f5f5f5;
}
.hotcate-wrap .btn-viewmore{
    font-size:77%;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
    padding:5px 20px 5px 10px;
    position:relative;
    top:-58px;
    left:20px;
    display:inline-block;
    line-height:100%;
}
.hotcate-wrap .btn-viewmore:after{
    position:absolute;
    content:"";
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-viewmore.png) no-repeat;
    width:5px;
    height:7px;
    top:6px;
    right:10px;
}
.hotcate-wrap .btn-viewmore:hover{
    background-color:#2c4246;
}
/*---slideshow---*/
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    margin-left:4px;
}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow:after{
    content:"\f0da";
    font-family:'FontAwesome';
    font-size:14px;
    color:#ffffff;
    margin-left:4px;
}
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a{

}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow a{
    color:#fff;
}
/*---Location popup---*/
#location-popup{
    width:770px;
    float:left;
    background-color:#eee;
    display:none;
}
#location-popup .inner{
    padding:25px 20px 0 30px;
}
#location-popup .col1{
    width:50%;
    float:left;
}
#location-popup .col1-content{
    padding-top:5px;
}
#location-popup .col2{
    float:right;
    width:50%;
    padding-top:33px;
    padding-right:15px;
}
#location-popup .subscribe-bottom{
    clear:both;
    border-top:1px solid #ddd;
}
#location-popup .subscribe-bottom input{
    margin-top:3px;
    padding:0;
}
#location-popup .subscribe-bottom .inner{
    float:right;
    padding:8px 0;
}
#location-popup .subscribe-bottom label{
    font-weight:normal;
    color:#333;
}
#location-popup .col1 .col1-cont{
    float:left;
    width:33.33%;
    padding-left:10px;
    padding-bottom:20px;
}
#location-popup .col1 .col1-cont span{
    color:#333;
    font-weight:bold;
    text-transform:uppercase;
}
#location-popup .col1 .col1-cont ul li a{
    line-height:25px;
}
/* ------------------------------ABOUT US PAGE-------------------------------- */
.aboutus-page .box-1-about{
    background:#fff;
    margin-bottom:0px;
    padding-bottom:0px;
    padding-top:0px;
}
.aboutus-page .title-about-us{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/bg-title-about.png) repeat-x left center;
    margin-bottom:17px;
}
.aboutus-page .title-about-us h2{
    background:#fff;
    display:inline-block;
    font-size:183.3%;
    color:#2c4246;
    padding:0 30px 6px 0px;
    font-family:inherit;
}
.aboutus-page .image-about-us{
    float:left;
    width:270px;
    padding-top:6px;
}
.aboutus-page .des-about-us{
    margin-left:300px;
    line-height:18px;
}
.aboutus-page .why-list li{
    position:relative;
    padding-left:29px;
}
.aboutus-page .why-list li:before{
    content:"";
    width:14px;
    height:12px;
    display:inline-block;
    position:absolute;
    left:0px;
    top:10px;
    background-repeat:no-repeat;
    background-position:top left;
}
.aboutus-page .why-list li > a{
    display:block;
    padding:5px 0 7px;
    background:url("https://www.verkter.no/skin/frontend/sm_market/default/images/border-bottom-bs.png") repeat-x left bottom;
}
.aboutus-page .why-list li:last-child > a{
    background:none;
}
.aboutus-page .happy-about-us{
    clear:both;
    padding-top:45px;
}
.aboutus-page .title-happy-about{
    background:#fff;
    display:inline-block;
    left:20px;
    padding:5px 10px;
    position:absolute;
    top:-17px;
}
.aboutus-page .title-happy-about h2{
    font-size:150%;
    color:#2c4246;
    font-family:inherit;
    font-weight:normal;
}
.aboutus-page .happy-ab{
    border:1px solid #e9e9e9;
    padding:33px 8px 20px;
}
.aboutus-page .ct-why{
    padding:0 10px 0 25px;
    position:relative;
}
.aboutus-page .slider-happy-client .item > div:before{
    content:"";
    display:inline-block;
    position:absolute;
    width:16px;
    height:12px;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/note-client.png) no-repeat top left;
    left:0px;
    top:6px;
}
.aboutus-page .slider-happy-client .owl-dots{
    display:none !important;
}
.aboutus-page .slider-happy-client .owl-controls{
    background:#fff;
    padding:0 5px;
    position:absolute;
    right:2px;
    top:-47px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .slider-happy-client .owl-controls .owl-next{
    display:inline-block;
    width:26px !important;
    height:26px !important;
    background-position:left top;
    background-repeat:no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    background-color:transparent !important;
    top:0px;
    margin:0 3px;
    position:relative;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-prev-hp.png) !important;
    margin-right:3px;
    right:0px !important;
    left:inherit !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-prev-hp-h.png) !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-nav{
    width:68px;
    display:inline-block;
    height:26px;
    background:#fff;
}
.aboutus-page .cms-about-us .service-bottom{
    margin-bottom:0px;
}
.cms-about-us #yt_main > .container{
    background:none;
    margin-bottom:0px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-next-hp.png) !important;
    right:0px !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-next-hp-h.png) !important;
}
.aboutus-page .client-info-about .name{
    font-size:133%;
}
.aboutus-page .ct-why .client-say{
    font-size:107.69%;
    color:#909090;
    margin-bottom:10px;
}
.aboutus-page .our-member{
    clear:both;
    padding-top:30px;
}
.aboutus-page .our-member .owl-nav{
    display:none !important;
}
.aboutus-page .our-member .sm_quickview_handler{
    display:none !important;
}
.aboutus-page .our-member .info-member{
    text-align:center;
    padding-top:10px;
}
.aboutus-page .our-member .info-member .cl-name > a{
    font-size:133%;
    font-family:inherit;
}
.aboutus-page .our-member .info-member .cl-name > a:hover{
    text-decoration:underline;
}
.aboutus-page .our-member .cl-job{
    font-size:116.6%;
    padding:3px 0px 2px;
    color:#2c4246;
}
.aboutus-page .our-member .cl-des{
    /*color:#909090;*/
}
.aboutus-page .our-member .respl-item .w-image-box{
    border-radius:3px;
    overflow:hidden;
    position:relative;
}
.aboutus-page .our-member .respl-item .w-image-box .item-image > a:before{
    background:rgba(0, 0, 0, 0.3);
    display:inline-block;
    content:"";
    width:100%;
    height:0%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .item-image > a:before{
    height:100%;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw{
    display:inline-block;
    width:25px;
    height:25px;
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    bottom:-40px;
    left:50%;
    margin-left:-12px;
    overflow:hidden;
    text-indent:-9999px;
    z-index:10;
    border-radius:50%;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-facebook{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/cl_facebook.png);
    margin-left:-42px;
    transition:all 0.3s ease 0.3s;
    -web-kit-transition:all 0.3s ease 0.3s;
    -moz-transition:all 0.3s ease 0.3s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-flickr{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/cl_flickr.png);
    transition:all 0.3s ease 0.6s;
    -web-kit-transition:all 0.3s ease 0.6s;
    -moz-transition:all 0.3s ease 0.6s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-twitter{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/cl_twitter.png);
    margin-left:18px;
    transition:all 0.3s ease 0.9s;
    -web-kit-transition:all 0.3s ease 0.9s;
    -moz-transition:all 0.3s ease 0.9s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .cl-nw{
    bottom:28px;

}
.aboutus-page .our-member .title-about-us{
    text-align:center;
}
.aboutus-page .our-member .title-about-us > h2{
    padding:0 30px 6px 30px;
    font-size:215.38%;
    font-weight:normal;
    font-family:inherit;
}
.aboutus-page .our-member .short-des{
    text-align:center;
    color:#909090;
    margin-bottom:70px;
}
.aboutus-page .our-member .owl-controls{
    position:absolute;
    top:-45px;
    left:0px;
    width:100%;
}
/***---------contact-----------***/
.box-1-contact .contact-map-wrap #map{
    height:297px;
    border:6px solid #ececec;
}
.box-1-contact .block-map{
    margin-bottom:20px;
}
.box-1-contact .form-wrapper .input-box .input-text{
    width:100%;
    max-width:395px;
}
.box-1-contact .form-wrapper .input-box #comment{
    width:100%;
    max-width:none;
}
.box-1-contact .form-wrapper .form-list li{
    margin-bottom:0px;
}
.box-1-contact .store-info .list-info .item-info{
    padding-left:52px;
    position:relative;
    margin-bottom:20px;
}
.box-1-contact .store-info .list-info .item-info > div:before{
    content:"";
    width:34px;
    height:34px;
    display:inline-block;
    background-color:#f0f0f0;
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    left:0px;
    top:0px;
    border-radius:50%;
}
.box-1-contact .store-info .list-info .item-info.main-info > div:before{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/add_contact.png);
}
.box-1-contact .store-info .list-info .item-info.email-info > div:before{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/email_contact.png);
}
.box-1-contact .store-info .list-info .item-info.phone-info > div:before{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/phone_contact.png);
}
.box-1-contact .store-info .list-info .item-info .info-content > h2{
    text-transform:uppercase;
    font-size:108.3%;
    font-family:inherit;
    color:#2c4246;
}
.box-1-contact .store-info .list-info .item-info .info-content > h2 a{
    color:#2c4246;
}
.box-1-contact .store-info .list-info .item-info .info-content .des-info{
    line-height:18px;
    padding-top:5px;
}
.box-1-contact .contact-form .buttons-set{
    border:none;
}
.box-1-contact .contact-form .buttons-set .button{
    float:left;
    margin-left:0px;
}
/*---END ABOUT - CONTACT PAGE ---*/

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-subcate.png) no-repeat top left;
    width:4px;
    height:4px;
    top:10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.disappear{
    display:none !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.appear{
    display:block !important;
}
/****************************** MORE HOME PAGE LAYOUT*************************************/
/* HEADER STYLE 2 */
.header2-wrap .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding:9px 0;
}
.header2-wrap .language-currency .switcher-wrap #select-currency.switch-content{
    min-width:64px;
}
.header2-wrap .slideshow2-wrap{
    margin-top:30px;
}
#yt_header.header3-wrap .head-quicklink .links li.first a:before,
#yt_header.header2-wrap .head-quicklink .links li.first a:before{
    background-position:center -16px;
}
#yt_header.header3-wrap .head-quicklink .links li.first:hover a:before,
#yt_header.header2-wrap .head-quicklink .links li.first:hover a:before{
    background-position:center 10px;
}
.header3-wrap .header-top-2,
.header2-wrap .header-top-2{
    padding-right:0px;
}
#yt_header.header2-wrap .yt-header-middle{
    padding:35px 0;
    background:#fff;
}
#yt_header.header4-wrap .head-quicklink .links li a{
    text-indent:inherit;
    width:auto;
}
#yt_header.header3-wrap .head-quicklink .links li a,
#yt_header.header2-wrap .head-quicklink .links li a{
    text-indent:inherit;
    width:auto;
    padding-left:16px;
}
#yt_header.header4-wrap .head-quicklink .links li,
#yt_header.header3-wrap .head-quicklink .links li,
#yt_header.header2-wrap .head-quicklink .links li{
    border-right:none;
}
#yt_header.header4-wrap .head-quicklink .links li.last,
#yt_header.header3-wrap .head-quicklink .links li.last,
#yt_header.header2-wrap .head-quicklink .links li.last{
    display:none;
}
.header3-wrap .language-switcher,
.header2-wrap .language-switcher{
    margin:0 5px;
}
.header3-wrap .head-quicklink,
.header3-wrap .language-currency,
.header2-wrap .head-quicklink,
.header2-wrap .language-currency{
    float:left;
}
.header3-wrap .language-currency .overwrite-switch,
.header2-wrap .language-currency .overwrite-switch{
    border:1px solid #ddd;
    margin:5px 0;
    height:24px;
    line-height:21px;
    padding:0 8px 0 7px
}
.header3-wrap .login-regis,
.header4-wrap .login-regis,
.header2-wrap .login-regis{
    float:left;
    line-height:34px;
    margin-left:5px;
}
.header3-wrap .login-regis a,
.header2-wrap .login-regis a{
    color:#00abf0;
    font-weight:bold;
}
.header4-wrap .welcome-msg,
.header3-wrap .welcome-msg,
.header2-wrap .welcome-msg{
    float:left;
    line-height:34px;
}
.header3-wrap .header-top-2 .inner,
.header2-wrap .header-top-2 .inner{
    float:right;
}
#yt_header.header2-wrap .yt-header-middle2{
    background-color:#405458;
}
.header2-wrap .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
    margin-left:-15px;
    margin-top:10px;
}
.yt-header-middle2-right{
    padding-right:0px;
}
.header-top-1,
.yt-header-middle2-left{
    padding-left:0px;
}
#yt_header.header2-wrap .head-searchbox{
    width:100%;
}
.header2-wrap .sm-serachbox-pro{
    margin:8px 0;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color:transparent;
    padding:10px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
    font-size:14px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span{
    color:#2c4246;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    width:18% !important;
    z-index:1 !important;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
    width:155px !important;
}
.header2-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:82% !important;
}
.header2-wrap .yt-header-bottom .header-bottom{
    float:left;
    margin-top:30px;
    position:relative;
    z-index:1;
}
#yt_header.header2-wrap #yt_header_left{
    position:relative;
    z-index:2;
}
.header2-wrap .headerv2-banner-wrap{
    padding-right:0;
}
.header2-wrap .headerv2-newsletter-wrap{
    padding-left:0;
}
.header2-wrap .headev2-banner .v2-banner1 img{
    float:right;
}
.header2-wrap .headev2-banner .v2-banner1{
    float:right;
    /*margin-left: 10px;*/
    width:31%;
}
.header2-wrap .v2-banner-right{
    float:left;
    width:67.5%;
}
.header2-wrap .v2-banner-right img{
    width:100%;
}
.header2-wrap .v2-banner3,
.header2-wrap .v2-banner4{
    float:left;
    width:49.1%;
}
.header2-wrap .v2-banner3{
    margin-right:10px;
}
.header2-wrap .v2-banner34{
    margin-top:13px;
    float:left;
}
.v2-banner-home a,
.header2-wrap .headev2-banner a{
    overflow:hidden;
    display:block;
    float:left;
    position:relative;
}
.v2-banner-home a:before,
.header2-wrap .headev2-banner a:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    background-color:rgba(0, 0, 0, 0.15);
    width:0;
    height:0;
}
.v2-banner-home a:after,
.header2-wrap .headev2-banner a:after{
    position:absolute;
    bottom:0;
    right:0;
    content:"";
    background-color:rgba(0, 0, 0, 0.15);
    width:0;
    height:0;
}
.v2-banner-home a:hover:before,
.v2-banner-home a:hover:after,
.header2-wrap .headev2-banner a:hover:before,
.header2-wrap .headev2-banner a:hover:after{
    width:100%;
    height:100%;
}
.header2-wrap .block-newsletter{
    background:url("https://www.verkter.no/skin/frontend/sm_market/default/images/newsletter-bg.jpg") no-repeat;
    color:#fff;
    padding:38px 20px;
    float:left;
    background-size:100% 100%;
}
.header2-wrap .block-newsletter .block-title{
    font-size:216.6%;
    font-weight:bold;
    text-transform:uppercase;
    line-height:100%;
    margin-bottom:18px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box{
    height:40px;
    line-height:40px;
    position:relative;
    float:left;
    width:229px;
    margin-top:25px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box button{
    width:49px;
    height:40px;
    background:url("https://www.verkter.no/skin/frontend/sm_market/default/images/newsletter-btn.png") no-repeat center center;
    position:absolute;
    right:0;
    top:0;
    text-indent:-999em;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter{
    height:40px;
    border:none;
    width:180px;
}
.header2-wrap .block-newsletter .block-content p{
    line-height:140%;
}
/*---home page v 2 ---*/

.homepagev2 #yt_right{
    margin-top:38px;
}
.v2-banner-home{
    float:left;
}
.v2-banner-home a img{
    width:100%;
}
.block-clientsay{
    position:relative;
}
.block-clientsay .carousel{
    position:inherit;
}
.block-clientsay .carousel-control-wrap{
    position:absolute;
    top:-10px;
    right:0;
}
.block-clientsay .client-info{
    border-top:1px solid #ddd;
    margin-top:15px;
    padding-top:20px;
}
.block-clientsay .client-info img{
    float:left;
    width:46px;
    height:46px;
    margin-right:10px;
}
.block-clientsay .client-info span{
    font-size:116.6%;
    text-transform:uppercase;
    font-weight:bold;
    color:#2c4246;
}
.block-clientsay .client-cont{
    line-height:22px;
}
.homepagev3 .collections li{
    width:19%;
}
.homepagev3 .collections li.collect6{
    display:none;
}
.homepagev3 .collections li a{
    height:125px;
    padding-top:15px;
    font-size:116.6%;
    font-weight:bold;
}
.homepagev2 .collections li{
    width:19%;
}
.homepagev2 .collections li.collect6{
    display:none;
}
.homepagev2 .collections li a{
    height:125px;
    padding-top:15px;
    font-size:116.6%;
    font-weight:bold;
}
.collections li a:hover{
    background-color:#fff;
}
.homepagev2 #yt_header .yt-menu{
    max-height:485px;
}
/* HEADER STYLE 3 */

.header3-wrap .yt-header-middle2{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    -webkit-box-shadow:4px 4px 4px #ddd;
    -moz-box-shadow:4px 4px 4px #ddd;
    box-shadow:4px 4px 4px #ddd;
    background:#fff;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color:#fff;
    width:33% !important;
    z-index:1 !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:67% !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen:before{
    content:"\f107";
    font-family:'FontAwesome';
    color:#2c4246;
    font-size:12px;
    margin-left:5px;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen{
    top:8px;
    right:13px;
    background:none;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width:100px !important;
}
.header3-wrap .sm-serachbox-pro{
    margin:7px 0;
}
.header3-wrap .slideshow-wrap{
    width:100%;
}
.header3-wrap .header-middle-right .inner{
    float:right;
}
#yt_header.header3-wrap .head-cart{
    width:auto;
}
.header3-wrap .header-middle-right .phone-contact{
    float:left;
    border-right:1px solid #ddd;
    margin-right:15px;
    padding-right:15px;
    line-height:17px;
}
.header3-wrap .header-middle-right{
    padding-top:5px;
}
.header3-wrap .header-middle-right .phone-contact img{
    float:left;
    margin-right:12px;
    margin-top:3px;
}
.header3-wrap .header-middle-right .phone-contact .inner-info{
    float:left;
}
.header3-wrap .header-middle-right .phone-contact .inner-info span{
    font-weight:bold;
    color:#2c4246;
    text-transform:uppercase;
}
.header3-wrap .header-middle-right .phone-contact .inner-info p{
    color:#999;
}
.header3-wrap .yt-header-bottom{
    margin-top:30px;
}
.headerv3-policy-wrap,
.headerv4-policy-wrap{
    margin:0 -15px;
}
.block-policy-v3{
    float:left;
    width:100%;
    margin-top:30px;
}
/*.block-policy-v3 .policy1{
	padding-left: 0px;
}
.block-policy-v3 .policy4{
	padding-right: 0px;
}*/
.block-policy-v3 .policy .policy-inner{
    border:3px solid #ddd;
    padding:20px 50px;
    height:80px;
}
.block-policy-v3 .policy2 .policy-inner{
    padding:20px 35px;
}
.block-policy-v3 .policy a{
    color:#999;
}
.block-policy-v3 .policy h2{
    font-size:116.6%;
    font-weight:bold;
    text-transform:uppercase;
    color:#2c4246;
}
.block-policy-v3 .policy span{
    float:left;
    text-indent:-999em;
    margin-right:10px;
    background-repeat:no-repeat;
}
.block-policy-v3 .policy1 span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-money.png);
    width:27px;
    height:36px;
}
.block-policy-v3 .policy2 span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-freeship.png);
    width:53px;
    height:32px;
}
.block-policy-v3 .policy3 span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-celander.png);
    width:33px;
    height:34px;
}
.block-policy-v3 .policy4 span{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-umbrella.png);
    width:34px;
    height:34px;
}
.v3-banner-header-right{
    float:right;
}
.bannerv3-hover a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.v3-banner-home-left a img{
    width:100%;
}
/*---home page v3 ---*/
.homepagev3 #yt_left{
    margin-top:40px;
}
.homepagev3 .banner-home a img{
    width:100%;
}
.homepagev3 .banner-home .banner2-2 .row1{
    margin-bottom:21px;
}
.homepagev3 .yt-menu{
    margin-bottom:30px;
}
.homepagev3 .more-wrap{
    padding:11px 20px;
}
.homepagev3 .yt-menu-content{
    display:inline-block;
    width:100%;
}
/*----HEADER V4 ----*/
#yt_header.header4-wrap .yt-header-top{
    background-color:#fff;
    border-bottom:1px solid #ddd;
    color:#2c4246;
}
#yt_header.header4-wrap .head-quicklink .links li a:before{
    background:none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li{
    display:none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li + li,
#yt_header.header4-wrap .head-quicklink .links li .top-link-cart{
    display:block;
}
#yt_header.header4-wrap .head-quicklink .links li:hover{
    background-color:#fff;
}
#yt_header.header4-wrap .head-quicklink .links li.first a,
#yt_header.header4-wrap .head-quicklink .links li:hover a{
    padding-left:0px;
}
#yt_header.header4-wrap .head-quicklink .links li{
    position:relative;
    padding:0 10px;
}
#yt_header.header4-wrap .head-quicklink .links li a{
    color:#2c4246;
}
#yt_header.header4-wrap .head-quicklink .links li:before{
    content:"";
    width:1px;
    height:12px;
    background-color:#2c4246;
    left:0;
    top:12px;
    position:absolute;
}
#yt_header.header4-wrap .head-quicklink .links li.first:before{
    display:none;
}
#yt_header.header4-wrap .header-top-3{
    padding-right:0;
}
#yt_header.header4-wrap .header-top-3 .inner{
    float:right;
}
.header4-wrap .login-regis a{
    font-weight:bold;
}
.header4-wrap .yt-header-middle .header-middle-right .inner{
    float:right;
}
.header4-wrap .language-currency,
.header4-wrap .wishlist-compare{
    float:left;
}
.header4-wrap .wishlist-compare .block{
    position:relative;
    float:left;
    width:36px;
    height:30px;
    margin-left:5px;
}
.header4-wrap .wishlist-compare .block .block-title{
    text-indent:-999em;
    float:left;
    width:36px;
    height:30px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color:#eee;
    background-image:url("https://www.verkter.no/skin/frontend/sm_market/default/images/head-w-c.png");
    background-repeat:no-repeat;
    position:absolute;
    right:0;
    top:0;
}
.header4-wrap .wishlist-compare .block .block-title:hover{
    background-image:url("https://www.verkter.no/skin/frontend/sm_market/default/images/head-w-c-w.png");
    cursor:pointer;
}
.header4-wrap .wishlist-compare .block:hover .block-content{
    visibility:visible;
}
.header4-wrap .wishlist-compare .block .block-content{
    clear:both;
    border:1px solid #ddd;
    visibility:hidden;
    position:absolute;
    right:0;
    top:30px;
    min-width:230px;
    width:auto;
    background-color:#fff;
}
.header4-wrap .wishlist-compare .block .block-content{
    padding:20px;
}
.header4-wrap .wishlist-compare .block .block-content ol li{
    line-height:100%;
    padding-bottom:10px !important;
}
.header4-wrap .wishlist-compare .block-wishlist .block-title{
    background-position:12px center;
}
.header4-wrap .wishlist-compare .block-compare .block-title{
    background-position:-29px center;
}
.header4-wrap .wishlist-compare .block-wishlist .block-subtitle{
    padding:0px 0px 20px 0px;
    font-style:italic;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .price-box,
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .link-cart,
.header4-wrap .wishlist-compare .block-wishlist .item .product-image{
    display:none;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .product-name{
    float:left;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .btn-remove{
    float:right;
}
.header4-wrap .wishlist-compare .block-wishlist .actions{
    padding-top:20px;
    border-top:1px solid #e6e6e6;
}
.header4-wrap .wishlist-compare .block-compare .actions{
    margin:0;
    padding:20px 0 0 0;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish{
    float:left;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish a{
    color:#fff;
}
.header4-wrap .language-currency .overwrite-switch:after{
    display:none;
}
.header4-wrap .language-currency .overwrite-switch{
    background-color:#eee;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-left:5px;
    height:30px;
    line-height:30px;
    padding:0 10px;
}
.header4-wrap .language-currency .overwrite-switch:hover{
    color:#fff;
}
.header4-wrap .language-currency .switcher-wrap .switch-content{
    right:0 !important;
    left:auto !important;
    top:30px;
    border-top:1px solid #ddd;
}
#yt_header.header4-wrap .yt-header-middle2{
    background-color:#405458;
}
.header4-wrap .head-searchbox{
    width:77%;
    float:left;
}
#yt_header.header4-wrap .head-cart{
    width:22%;
    margin-left:1%;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color:#fff;
    width:20% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:75% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width:100px !important;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color:#aaa;
    width:43px;
    height:36px;
    border-bottom:2px solid #999;
    khtml-border-top-right-radius:2px;
    khtml-border-bottom-right-radius:2px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    -moz-border-radius-topright:2px;
    -moz-border-radius-bottomright:2px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    height:36px;
    border:none;
    khtml-border-top-left-radius:2px;
    khtml-border-bottom-left-radius:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-bottomleft:2px;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
    position:relative;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper:after{
    content:"";
    position:absolute;
    top:7px;
    right:0;
    width:1px;
    height:22px;
    background-color:#ddd;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    height:36px;
    border:none;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
    font-size:16px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
    top:36px;
}
.header4-wrap .mini-cartpro.block,
.header4-wrap .sm-serachbox-pro{
    margin:7px 0;
}
.header4-wrap .mini-cartpro.block .block-title{
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:0 20px;
    height:36px;
    line-height:36px;
    border-bottom:2px solid rgba(0, 0, 0, 0.2);
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4{
    line-height:36px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 p{
    color:#fff;
    text-transform:capitalize;
    font-weight:normal;
    padding-bottom:0;
    float:left;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .txt-item{
    color:#fff;
    padding-left:3px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .price{
    display:none;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle{
    padding-left:28px;
}
.header4-wrap .mini-cartpro .block-title .show-cart-button:before{
    background-image:url("https://www.verkter.no/skin/frontend/sm_market/default/images/v4-icon-minicart.png") !important;
    width:20px;
    height:20px;
    top:7px;
}
.header4-wrap .mini-cartpro .block-content{
    top:49px;
}
.header4-wrap .detail-minicart,
.detail-minicart-v4{
    display:none;
}
.header4-wrap .detail-minicart-v4{
    display:block;
}
.header4-wrap .detail-minicart-v4 .count-item.have-qty:before{
    content:"\f0d7";
    font-family:'FontAwesome';
    color:#fff;
    font-size:12px;
    margin-left:5px;
    float:right;
}
#yt_header.header4-wrap .yt-header-middle{
    padding:26px 0;
}
.header4-wrap .header-middle-right{
    padding-top:5px;
}
.header4-wrap .header-top-2{
    text-align:center;
    line-height:34px;
}
.header4-wrap .header-top-2 .v4-call-us span{
    font-weight:bold;
}
#yt_header.header4-wrap #yt_menu_short{
    margin-top:0px;
}
.header3-wrap .v3-bottom-left{
    padding-left:0px;
    padding-right:10px;
}
.header3-wrap .v3-bottom-right{
    padding-right:0;
}
.header4-wrap .v4-bottom-left{
    padding-left:0px;
    padding-right:10px;
}
.header4-wrap .v4-bottom-right{
    padding-right:0;
    padding-left:25px;
}
#yt_header.header4-wrap .yt-header-bottom{
    margin-top:30px;
}
.sm-deal-wrap .deal-list-item .item-deal .btn-cart,
.sm-deal-wrap .deal-list-item .item-deal .product-wishlist,
.sm-deal-wrap .deal-list-item .item-deal .product-compare{
    display:none;
}
.sm-deal-wrap .deal-list-item .item-deal{

}
.sm-deal-wrap .deal-list-item .item-deal .item-wrap{
    padding:15px 0px 30px 0px;
    border:1px solid #ddd;
}
.sm-deal-wrap .product-timer-wrap{
    background-color:#e74c3c;
    position:relative;
    height:60px;
    color:#fff;
    left:-10px;
    width:97%;
}
.sm-deal-wrap .product-timer-wrap:before{
    position:absolute;
    top:100%;
    left:0px;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-deal.png) no-repeat;
    width:10px;
    height:10px;
    content:"";
}
.sm-deal-wrap .product-timer-wrap .time-item{
    float:left;
    border-left:1px solid #fe5443;
    border-right:1px solid #d14536;
    width:25%;
    height:60px;
    text-align:center;
    padding-top:5px;
}
.sm-deal-wrap .product-timer-wrap .time-day{
    border-left:none;
}
.sm-deal-wrap .product-timer-wrap .time-sec{
    border-right:none;
}
.sm-deal-wrap .product-timer-wrap .time-item .num-time{
    font-size:133%;
}
.sm-deal-wrap .item-title a{
    font-size:116.6%;
    font-weight:bold;
    color:#2c4246;
}
.sm-deal-wrap .sm-deal-inner .item-title,
.sm-deal-wrap .sm-deal-inner .item-review,
.sm-deal-wrap .sm-deal-inner .item-price{
    padding-left:15px;
}
/*=========================media=====================*/
.product-image-gallery .gallery-image{
    display:none !important;
    max-width:100%;
}
.product-image-gallery .gallery-image.visible{
    display:block;
}
.product-image-gallery{
    margin-right:1px;
}
.more-views{
    margin:0 -5px;
}
.more-views .owl-item{
    padding:0 5px;
}
.more-views .owl-item .item{
    border:1px solid #ddd;
}
.more-views .owl-item .item img{
    width:100%;
}
.more-views .owl-next{
    top:50% !important;
    margin-top:-15px;
    right:-9px !important;
}
.more-views .owl-prev{
    top:50% !important;
    margin-top:-15px;
    left:-9px !important;
    position:absolute;
}
.wrapper_404page{
    background-color:#eeeeee;
    border-radius:3px;
    display:inline-block;
    padding:0 15px;
    width:100%;
}
.wrapper_404page .content-404page{
    float:right;
    margin-top:40px;
    max-width:500px;
    text-align:center;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text{
    font-size:133.33%;
}
.wrapper_404page .content-404page .img-404{
    margin:30px 0;
}
.wrapper_404page .content-404page .img-404 img{
    max-width:100%;
    width:auto;
}
.wrapper_404page .content-404page .button-404{
    padding-top:40px;
}
.wrapper_404page .img-right-404{
    margin-top:60px;
}
.wrapper_404page .content-404page .prev-page-btn{
    background-color:#ea3a3c;
}
.wrapper_404page .content-404page .btn-404{
    border-radius:3px;
    color:#fff;
    display:inline-block;
    height:38px;
    line-height:38px;
    margin:0 4px 10px;
    padding:0 20px;
    text-transform:uppercase;
    transition:all 0.3s ease 0s;
}
.wrapper_404page .content-404page .back2home{
    background-color:#3cb7e7;
}
.element-loading{
    width:100%;
    max-width:100%;
    padding:0;
    position:relative;
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/loader.gif) no-repeat scroll center center transparent;
    min-height:150px;
    display:block;
    z-index:0;
}
.cart-function-buttons,
#shopping-cart-table > tfoot tr .button.btn-continue,
#shopping-cart-table > tfoot tr .button.btn-empty,
.cart-forms #co-shipping-method-form .buttons-set > .button{
    display:none;
}
#co-shipping-method-form .sp-methods dd label{
    width:auto !important
}
#co-shipping-method-form .sp-methods dd label.method-name{
    font-weight:700;
}
#co-shipping-method-form .sp-methods .delivery-times{
    margin-left:30px;
}
#co-shipping-method-form .sp-methods dd label .price,
#co-shipping-method-form .sp-methods dd label span{
    font-weight:400;
}
#shipping .button,
#checkout-step-shipping .button,
#checkout-step-shipping_method .button,
#cart-update-form .buttons-set > .button,
#checkout-review-submit .button,
#checkout-step-payment .button,
#checkout-step-billing .button,
.checkout-step-payment .button,
.cart-forms #customer-note .buttons-set > .button,
.cart-forms #discount-coupon-form .buttons-set > .button,
.cart-forms #shipping-zip-form .buttons-set > .button,
#checkoutSteps div:nth-child(2) .buttons-set #onepage-guest-register-button,
#shopping-cart-table > tfoot tr .button.btn-update{
    float:left;
    margin-left:0;
}
#checkout-step-shipping .button,
#checkout-step-shipping_method .button,
#checkout-step-payment .button{
    clear:both;
}
#checkoutSteps .onepage-goto-cart-container .button{
    left:0;
    display:block;
    margin-left:15px;
}
#crosssell-products-list .product-details .button.btn-cart > span > span{
    float:left;
    line-height:1.2;
}
.cart .payments ul li.clean, .cart .responsive-payments ul li.clean{
    background:transparent !important;
    border:0;
    padding-left:0;
}
.form-list.customer-note-container label{
    width:100%;
}
.klarnaLink:hover,
#klarnaMsg{
    border-color:#2c4246 !important;
}
#klarnaMsg h2{
    color:#2c4246 !important;
}
.container .cart form{
    margin-bottom:5px;
}
.btn_default{
    color:#fff !important;;
    font:12px Arial !important;
    padding-bottom:9px;
    padding-top:9px;
}
.btn_default:hover{
    background-color:#FCC90F;
    color:#2C4246 !important;
    transition:.3s;
}
.paymentMenuContainer .btn_default{
    float:left;
}
#shopping-cart-table.cart-table tr > td:nth-child(6),
#shopping-cart-table.cart-table tr > th:nth-child(6){
    display:none;
}
.cart.twocolumncart .crosssell-container .crosssell{
    overflow:inherit;
}
.cart-collaterals.cart-forms #shipping #co-shipping-method-form .sp-methods dd ul li{
    margin-top:5px;
    margin-bottom:5px;
}
.cart-collaterals.cart-forms #shipping #co-shipping-method-form .sp-methods dd ul li ul.form-list li{
    margin:0;
}
.cart-collaterals.cart-forms #shipping #co-shipping-method-form .sp-methods .error-msg,
.cart-collaterals.cart-forms #shipping #co-shipping-method-form .sp-methods .delivery-times{
    clear:both;
    margin-left:20px;
}
.product-details span,
.product-details a,
.product-addcart span,
.product-addcart a{
    margin-right:5px !important;
    margin-left:0 !important;
    margin-bottom:5px;
}
.product-details .price-box span{
    margin-right:0px !important;
}
.sm-slider .slider .vpo-wrap .vp .vpi-wrap{
    width:99% !important;
}
#yt_main .yt-product-detail .sm-slider .item{
    padding:18px 2px !important;
}
#yt_main .sm-slider .slider .item .item-inner{
    min-height:365px;
}
.toolbar .pagination-wrap .pagination .pages ol li a{
    background:#2C4246;
    color:white;
}
.toolbar .pagination-wrap .pagination .pages ol li.current a{
    background:#FCC90F;
    color:#2C4246 !important;
}
div.adj-nav-slider div.handle{
    background:#2C4246;
}
div.adj-nav-slider{
    padding:8px;
    background-clip:content-box !important;
    background-color:#2C4246 !important;
    background-image:none !important;
}
.yt-product-detail #product_addtocart_form .splash-image img{
    display:inherit !important;
}
.sm-slider .slider .vpo-wrap .vp .vpi-wrap{
    margin-left:10px;
}
#discount-coupon-form .discount-form .input-box,
.shipping-form #shipping-zip-form .form-list li{
    width:50%;
}
#shipping_form_dpd_ps li,
#discount-coupon-form .discount-form .input-box{
    padding-right:60px;
}
#shipping_form_dpd_ps{
    width:100%;
    float:left;
}
.shipping-form .form-list li,
.shipping-form #shipping-zip-form .form-list li{
    float:left;
}
.cart-collaterals.cart-forms .buttons-set,
.responsive-payments ul li:hover, .payments ul li:hover{
    box-shadow:none !important;
}
.cart .payments ul li.clean, .cart .responsive-payments ul li.clean{
    padding-right:5px;
    padding-top:13px;
}
.cart form .buttons-set{
    border-top:0;
    margin:0;
}
#crosssell-products-list{
    float:left;
    width:100%;
    height:auto;
}
input#shipping\:same_as_billing + label,
input#shipping\:same_as_billing{
    display:none;
}
#cart-update-form .clear{
    clear:both;
    width:100%;
    height:20px;
}
.cart .paymentMenuContainer{
    overflow:inherit !important;
    z-index:9;
}
.paymentMenuContainer ul li.clean.disabled button{
    border:1px solid #ddd;
    border-bottom:0;
    color:#405458 !important;
    background-color:white !important;
    height:38px;
    padding-top:4px !important;

}
#shopping-cart-table .cart-collaterals.cart-forms{
    float:right !important;
    width:auto !important;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount-form{
    float:left;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount-form .validation-advice{
    margin-top:5px;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount > h2{
    float:left;
    padding-top:8px;
    padding-right:10px;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount .discount-form > label{
    display:none;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount-form .input-box{
    width:auto;
    float:left;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount-form .buttons-set{
    width:auto;
    float:left;
    clear:inherit;
    padding-top:1px;
    padding-bottom:0;
    border:0;
}
#shopping-cart-table .cart-collaterals.cart-forms .discount-form .input-box #coupon_code{
    width:120px;
}
.no-pointer{
    cursor:auto !important;
}
.btn-product .tick{
    background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/tick-white.png) no-repeat;
    width:20px;
    height:20px;
    float:left;
    background-size:20px;
    margin-top:5px;
}
#co-shipping-method-form input[type="radio"]{
    width:13px !important;
    height:13px !important;
    min-width:13px !important;
    min-height:13px !important;
}
.minicart-count{
    background:red;
    border-radius:50%;
    width:13px;
    height:13px;
    position:absolute;
    left:20px;
    top:5px;
    color:white !important;
    font-size:10px;
    text-align:center;
    line-height:13px;
    display:none;
}
.discount-form .buttons-set .button{
    margin-left:5px !important;
}
.footer-bottom .yt-solution{
    padding-right:0;
}
.footer-bottom .yt-solution .solution{
    float:right;
}
.footer-bottom .yt-solution .solution a{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    outline:none;
    float:left;
    color:white;
}
.footer-bottom .yt-solution .solution a:first-child{
    margin-top:3px;
    margin-bottom:3px;
}
.footer-bottom .yt-solution .solution a span.logo{
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/mobecls-logo.png) no-repeat;
    width:65px;
    height:20px;
    float:left;
}
#yt_footer .yt-solution .solution a.ecommerce:hover{
    color:#FCC90F !important;
    font-weight:normal !important;
}
.std a{
    text-decoration:underline;
}
.yt-tab-listing a{
    text-decoration:none;
}
.std p,
.std ul {
	margin-bottom: 10px;
	margin-top: 10px;
}
.std ol {
    list-style:decimal;
}
.std ul {
	list-style: disc;
}
.std ul, .std ol {
    padding-left: 40px;
}
.std p img {
	height: auto !important;
	max-width: 100%;
}
div.narrow-by span.adj-nav-attr-disabled{
    padding-left:25px !important;
}
.top-offer-ico-container, .flag-footer-ico-container{
    position: absolute;
    top: 0;
    max-width: 100%;
    width: auto;
}
.flag-footer-ico-container {
    top: inherit;
    bottom: 10px;
    padding-right: 10px;
    right: 0;
}
.flag-footer-ico-wrapper-container {
    float:right;
}
.top-offer-ico, .flag-footer-ico{
    padding:3px 8px;
    color:#fff;
    border-radius:3px;
    font-size:13px;
}
.top-offer-ico:before{
    content:"";
    position:absolute;
    bottom:-4px;
    right:5px;
    border:0;
    border-right-width:7px;
    border-bottom-width:5px;
    border-style:solid;
    display:block;
    width:0;
}
.top-offer-ico.ico-color-red:before{
    border-color:transparent #e74c3c;
}
.top-offer-ico.ico-color-red{
    background:#e74c3c;
}
.yt-product-detail .top-offer-ico-container, .yt-product-detail .flag-footer-ico-container{
    z-index:10000;
}
.top-offer-ico-inner-container, .flag-footer-ico-inner-container{
    margin-top:10px;
    margin-left:10px;
    position:relative;
    display:inline-block;
    float:left;
}
.flag-footer-ico-inner-container{
    float:right;
}
#crosssell-products-list .top-offer-ico{
    top:5px;
    left:5px;
    font-weight:700;
    padding:0px 6px;
}
.note-msg .suggested-searches{
    font-size:14px;
    font-style:italic;
}
a.more-description,
a.less-description{
    text-decoration:underline;
}
#payment_form_paysera .payment-countries{
    margin-left:15px;
}
#payment_form_paysera .payment-group-title{
    font-weight:700;
    line-height:normal;
}
#payment_form_paysera .payment-group-wrapper{
    margin-bottom:7px;
}
#payment_form_paysera .method-title-label{
    display:inline-block;
}
#payment_form_paysera .method-title-wrapper{
    display:inline-block;
    width:90%;
    vertical-align:middle;
}
#payment_form_paysera .blokas{
    line-height:normal;
    margin-bottom:5px;
}
#payment_form_paysera .rd_mok{
    float:none;
    vertical-align:middle;
}
.footer-bottom-container{
    position:relative;
}
.yt_left .block-list.block-compare.hidden{
    display:none;
}
.adj-clear-all .adj-nav-clearall, .black-button{
    color: #fff;
    background-color: #2C4246;
    border-color: #2C4246;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    max-width: 100%;
    padding-left: 7px;
    padding-right: 8px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    font-size:13px;
    border-radius:3px;
}
.adj-clear-all .adj-nav-clearall .tick,
.black-button .tick,
.btn-remove .tick{
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/cross-brderless.png);
    width: 20px;
    min-width:20px;
    height: 20px;
    float: left;
    background-size: 20px;
    margin: 2px 5px 2px 0;
}
.btn-remove .tick {
    margin: 0;
}
.flex-container{
    display:flex;
    align-items:center;
}
.black-button-container {
    overflow: hidden;
    margin-top: 5px;
}
a.less-description.black-button {
    text-decoration:none;
}
.black-button:hover{
    color: #fff;
}
.calendar{
    border:2px solid #000;
    z-index:10;
}
.calendar tr:first-of-type > .button:first-of-type{
    visibility:hidden;
}
.calendar .button{
    border: 1px solid #000;
}
.calendar table,
.calendar tbody td.today,
.calendar tbody .rowhilite td{
    background:#fff;
    color: #2C4246;
    border:none;
}
.calendar tbody .rowhilite td{
    padding:2px;
}
.calendar tbody .rowhilite td.weekend{
    color:#f00;
}
.calendar thead .name,
.calendar table .wn,
.calendar thead .title,
.calendar tfoot .ttip,
.calendar tbody .rowhilite td.wn {
    background-color: #fff;
    color: #2C4246;
    border:none;
}
.calendar tbody td.selected,
.calendar tbody td.hilite,
.calendar thead .active,
.calendar thead .hilite{
    background-color:#eee;
}
.calendar thead .hilite{
    border:1px solid #000;
}
.calendar tbody .rowhilite td.wn
{
    font-weight:700;
}
.zip-link{
    float: right;
    font-size: 11px;
    text-decoration: underline;
    display:none;
}
.leasing-payment-comment{
    margin-top: 10px;
    margin-bottom: 10px;
}.autorelated-loader {
    float: none;
    clear: both;
}

/* Cookie Notice */
.notice-cookie {
    position:fixed;
    z-index:999998;
    width:100%;
    bottom:0;
    left:0;
    margin:0 !important;
    background: white;
    border: 1px solid silver;
}
.notice-cookie table tr td {vertical-align: top;}
.notice-cookie .actions {padding: 3px; padding-top: 5px;}
.notice-cookie .notice-text {padding: 3px;}
.slider-tab-listing .carousell-navigation-button.prev2 {
    left: 20px;
    background-position: -40px 0;
    margin-right: 5px;
}
.slider-tab-listing .carousell-navigation-button.next2 {
    right: 20px;
    background-position: -75px 0;
}
.slider-tab-listing .carousell-navigation-button {
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/next-prev-detail.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em;
    float: left;
    cursor:pointer;
}
.slider-tab-listing .carousell-navigation-button:hover {
    border-color: #FCC90F;
    background-color: #FCC90F;
}

.esto-payment-description {
 	padding-left: 22px;
}

#checkout-payment-method-load > dt {
    padding-top: 8px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.verkter.no/skin/frontend/sm_market/default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.yt-menu-nav{
	float:left;
}
#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#nav > li.level0{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/************** ALL LEVELS  *************/

#nav li.over {
	z-index: 999;
}
#nav a, #nav a:hover,
#nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav li ul span {
	white-space: normal;
	padding: 0;
}

/************ 0 LEVEL  ***************/
#nav > li {
	float: left;
	position: relative;
	width:100%;
}
.yt-menu-nav > #nav > li > a > span{
	font-size:108.3%;
		/*color: #444;*/
	line-height:23px;
	padding:9px 0;
}
.yt-menu-nav > #nav > li.active > a > span,
.yt-menu-nav > #nav > li > a:hover > span{
	color:#fff;
}
.yt-menu-nav #nav li.parent > a{
	position:relative;
}
.yt-menu-nav > #nav > li > a{
	padding:0 20px;
	display:inline-block;
	width:100%;
}
.yt-menu-nav #nav li.parent > a:after {
    position:absolute;
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) -10px -156px;
	width:15px;
	height:15px;
	top:13px;
	right:10px;
	content:"";
}	
.yt-menu-nav #nav li.parent.active > a:after,
.yt-menu-nav #nav li.parent > a:hover:after {
	background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/ico-menu-parent-w.png);
}


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	min-width:220px;
	padding: 0;
	top: 0px;
	left: -10000px;
	margin: 0;
	z-index:1;
}
#nav  ul.level0 {
}
#nav ul li {
	float: none;
	background: none;
}



/*------------------show menu-------------------*/
#nav li > ul { 
	background: #fff;
	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#nav > li.over > ul { 
   top: 0px;
   left: 100%;
}

#nav > li > ul li { 
	position: relative;
	border-bottom:1px solid #ddd;
}
#nav li ul li a{
	padding:14px 30px ;
	line-height:100%;
	white-space:nowrap;
}
#nav li.active > a,
#nav li ul li a:hover{
	color:#fff;
}
#nav li li li.over li a,
#nav li li li.active li a 
#nav li.active li li.over li a,
#nav li.active li li.active li a {
	color: #fff;
} 	
#nav li.over > ul li.over > ul { 
	top: 0px; 
	left: 220px; 
}
#nav li.over ul ul { 
	left: -10000px; 
}


/* Using CSS3 for some visual enhancements. (Will be degraded nicely for non-CSS3 browsers.)*/

.v2-banner-home a:after,
.v2-banner-home a:before,
.v2-banner-home a:hover:after,
.v2-banner-home a:hover:before,
.header2-wrap .headev2-banner a:hover:before,
.header2-wrap .headev2-banner a:hover:after,
.header2-wrap .headev2-banner a:after,
.header2-wrap .headev2-banner a:before,
.banner-home .banner2 a:before,
.banner-home .banner2 a:after,
.category-products .item .product-addcart .btn-cart:hover:before,
.category-products .item .product-addcart .btn-cart:before,
.category-products .item-inner:hover .product-image .image-hover,
.category-products .item-inner .product-image .image-hover,
.category-products .item-inner:hover .product-image .small-image,
.category-products .item-inner .product-image .small-image,
.language-currency .switcher-wrap:hover .switch-content,
.language-currency .switcher-wrap .switch-content,
#yt_header #yt_menu_short:hover .yt-menu-content,
#yt_header #yt_menu_short .yt-menu-content,


.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,

.yt-menu-nav #nav > li:hover > a:before,
.yt-menu-nav #nav > li > a:before,
.yt-menu-nav #nav > li:hover > a,
.yt-menu-nav #nav > li > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover .sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover .sm_megamenu_head:before,
.toolbar .select-inner:hover ul,
.toolbar .select-inner ul{
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.header4-wrap .wishlist-compare .block:hover .block-content,
.header4-wrap .wishlist-compare .block .block-content,

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_6columns,

.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before,
#yt_main .sm-slider div.carousell-navigation-button,
#yt_main .sm-slider div.carousell-navigation-button:hover,
#yt_main .sm-slider .page-button .control-button li,
#yt_main .sm-slider .page-button .control-button li:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover, 
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next,
.spotlight-wrap .spotlight ul li a,
.spotlight-wrap .spotlight ul li a:hover,
.carousel-control-wrap .carousel-control-tab:hover,
.carousel-control-wrap .carousel-control-tab,
.category-products .item-inner:hover .product-image .image-hover,
.category-products .item-inner .product-image .image-hover,
.item .item-inner:hover .sm_quickview_handler,
.item .item-inner .sm_quickview_handler,
.banner-right-home .banner-righthome a:hover:before,
.banner-right-home .banner-righthome a:before,
#yt_header .head-quicklink .links li a:before,
#yt_header .head-quicklink .links li:hover a:before,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,

.slider-happy-client .owl-controls .owl-next:hover, 
.slider-happy-client .owl-controls .owl-prev:hover,
.yt-payment .block-payment a:hover img,
.yt-payment .block-payment a img,
.mini-cartpro .block-content .mini-products-list .item:hover .product-image:before,
.mini-cartpro .block-content .mini-products-list .item .product-image:before,
#yt_wrapper .button,
#yt_wrapper .button:hover {
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/*.onpen-sidebar #yt_wrapper,
#yt_wrapper,
.yt_ressidebar_screennav,*/
ul.nav-menu li.parent > .res-wrapnav,
ul.nav-menu li.parent.open > .res-wrapnav{
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.header4-wrap .wishlist-compare .block .block-content,
.language-currency .switcher-wrap .switch-content,
.toolbar .select-inner ul{
	transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
}
.header4-wrap .wishlist-compare .block:hover .block-content,
.language-currency .switcher-wrap:hover .switch-content,
.toolbar .select-inner:hover ul{
	transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-webkit-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.item .item-inner:hover .sm_quickview_handler{
	transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-webkit-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_6columns,

.item .item-inner .sm_quickview_handler{
	transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
}



.splash-image {
	height: 35px
}

.splash-image img {
    max-width:100%;
    max-height:100%;
    display:block;
}

.product-shop .splash-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----custom for market-----------*/
/* mega product*/
.mega-product .sm-basic-products .bs-item .bs-title{
	font-size:116.6%;
	color:#2c4246;
	font-weight:bold;
}
/*----------best sale on left----------------*/

.basic-bestsale .sm-basic-products{
}
.basic-bestsale .bs-image{
	float: left;
	margin-right: 20px !important;
	border: 1px solid #ddd;
}
.basic-bestsale .sm-basic-products .bs-title a{
	font-weight: bold;
}
.basic-bestsale .sm-basic-products .bs-items .bs-item{
	margin-bottom: 20px;
}
.basic-bestsale .sm-basic-products .bs-title{
	margin-bottom: 3px;
}
/*----end-----*/


/*-------------------------------------------*/
.basicproducts_title_text {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.sm-basic-products {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.sm-basic-products .bs-items {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.sm-basic-products .bs-items .bs-item {
	padding: 0;
	margin-bottom: 10px;
}

.sm-basic-products .bs-items .bs-votes {
	margin-bottom: 5px;
}

.sm-basic-products .bs-items .bs-btn-add {
	margin-bottom: 5px;
}

.sm-basic-products .bs-items .bs-btn-add form {
	margin: 0;
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.sm-basic-products .bs-items .bs-item.bs-show-line {
	border-bottom: 1px dotted #405458;
}

.sm-basic-products .bs-items .bs-item.last {
	border: 0;
	margin: 0;
}

.sm-basic-products .bs-items .bs-item.bs-show-line.last {
	border: 0;
}

.sm-basic-products .bs-items .bs-item .bs-image {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-basic-products .bs-items .bs-item .bs-image img {
	/*width: 100%;*/
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-basic-products .bs-items .bs-item .bs-detail {
	text-align: right;
}

.sm-basic-products .bs-title {
	margin-bottom: 10px;
}

.sm-basic-products .bs-prices {
	margin-bottom: 5px;
}

/*.sm-basic-products .bs-price {
	color: #FF0000;
	font-weight: bold;
	font-family: Georgia;
}*/

.sm-basic-products .bs-description {
	margin-bottom: 5px;
	line-height: 18px;
	word-wrap: break-word;
}

.sm-basic-products .bs-cat-date {
	word-wrap: break-word;
	margin-bottom: 5px;
}

.sm-basic-products .bs-category {
	margin-bottom: 5px;
}

.sm-basic-products .bs-review {
	margin-bottom: 5px;
}

.sm-basic-products .bs-review .ratings {
	margin: 0;
}

.sm-basic-products .bs-review .rating-box {
	margin-right: 5px;
}

.sm-basic-products .bs-review .rating-links {
	padding-top: 0px;
}

.sm-basic-products .bs-price {
	margin-bottom: 5px;
}

.sm-basic-products .bs-btn-addtocart {
	margin-bottom: 10px;
}

.sm-basic-products .add-to-links {
	margin: 0;
}

.sm-basic-products .add-to-links li {
	margin-bottom: 5px;
}

.sm-basic-products .bs-date {
	margin-bottom: 5px;
}


.sm-basic-products .bs-description p {
	line-height: 18px;
	word-wrap: break-word;
}

.sm-basic-products .bs-items .bs-item {
	float: left;
	overflow: hidden;
}
/*
.sm-basic-products .bs-items .bs-item .bs-item-inner {
	padding: 0;
	margin: 5px;
	overflow: hidden;
}

.sm-basic-products .bs-items a {
	text-decoration: none;
	color: #0088CC;
	font-weight: bold;
}

.sm-basic-products .bs-items a:hover {
	text-decoration: underline;
	color: #005580;
	font-weight: bold;
}

.sm-basic-products .bs-items .bs-detail a {
	font-weight: normal;
}

.sm-basic-products .bs-items .bs-image:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sm-basic-products .bs-items .bs-image img {
	-webkit-transition:  width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	-ms-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	-o-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	transition: width 300ms ease 0s, height 300ms ease 0s, transform 300ms ease 0s ;
}

.sm-basic-products .bs-items .bs-image img:hover {
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}
*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/*CSS Responsive*/

/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
	width: 16.600%;
}

.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
	width: 19.958%;
}

.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
	width: 24.995%;
}

.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
	width: 33.315%;
}

.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
	width: 49.985%;
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
	width: 100%;
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
	clear: both;
}

/*--------- Other --------------*/

@media all and (max-width: 479px) {
	.sm-basic-products .bs-resp04-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp04-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp04-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp04-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp04-2 .bs-item {
		width: 49.985%;
	}

	.sm-basic-products .bs-resp04-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp04-1 .clr1,
	.sm-basic-products .bs-resp04-2 .clr2,
	.sm-basic-products .bs-resp04-3 .clr3,
	.sm-basic-products .bs-resp04-4 .clr4,
	.sm-basic-products .bs-resp04-5 .clr5,
	.sm-basic-products .bs-resp04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.sm-basic-products .bs-resp03-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp03-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp03-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp03-3 .bs-item {
		width: 33.295%;
	}

	.sm-basic-products .bs-resp03-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp03-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp03-1 .clr1 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-2 .clr2 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-3 .clr3 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-4 .clr4 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-5 .clr5 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.sm-basic-products .bs-resp02-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp02-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp02-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp02-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp02-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp02-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp02-1 .clr1,
	.sm-basic-products .bs-resp02-2 .clr2,
	.sm-basic-products .bs-resp02-3 .clr3,
	.sm-basic-products .bs-resp02-4 .clr4,
	.sm-basic-products .bs-resp02-5 .clr5,
	.sm-basic-products .bs-resp02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) {
	.sm-basic-products .bs-resp01-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp01-5 .bs-item {
		width: 19.970%;
	}

	.sm-basic-products .bs-resp01-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp01-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp01-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp01-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp01-1 .clr1,
	.sm-basic-products .bs-resp01-2 .clr2,
	.sm-basic-products .bs-resp01-3 .clr3,
	.sm-basic-products .bs-resp01-4 .clr4,
	.sm-basic-products .bs-resp01-5 .clr5,
	.sm-basic-products .bs-resp01-6 .clr6 {
		clear: both;
	}
}

.bs-item:before,
.bs-item:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.bs-item:after {
	clear: both;
}














#options #fancybox-wrap-clone:before,
#options #process:before{
        background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        content:"";
        display:inline-block;
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

#blurmask {
	display: none;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9991;
	visibility: visible;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.block-cart {
	font-size: 100%;
}
.mini-cartpro.block {
	border: none;
	position:relative;
	float:right;
}
.mini-cartpro .block-content:before{
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/cartpro/images/cart-content-bg.png) no-repeat;
    content: " ";
    height: 6px;
    position: absolute;
    right: 119px;
    top: -6px;
    width: 10px;
}
.mini-cartpro .block-content {
	position: absolute;
	top: 55px;
	right: -1px;
	z-index: 999;
	background: #FFF;
	width: 300px;
	-ms-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.mini-cartpro .block-content .head-minicart{
	background-color:#405458;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 24px;
	font-size:116.6%;
}
.mini-cartpro .block-content .head-minicart .label-products{
	float:left;
}
.mini-cartpro .block-content .head-minicart .label-price{
	float:right;
}
.mini-cartpro .block-content .mini-products-list {
	max-height: 270px;
	overflow-y: auto;
	padding:20px 10px 20px 15px;
	background-color:#f2f2f2;
}

.header1-wrap .mini-cartpro .block-title .show-cart-button {
	margin-top:10px;
}
.header2-wrap .mini-cartpro .block-title .show-cart-button {
	margin-top:5px;
}
.mini-cartpro .block-title .show-cart-button {
	position:relative;
}
.mini-cartpro .block-title .show-cart-button:before{
	background-repeat:no-repeat;
	width:36px;
	height:34px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}
/*.mini-cartpro .block-title .btn-cart-emty,*/
.mini-cartpro .block-title .btn-toggle{
	padding-left: 45px;
}
.mini-cartpro .block-title .btn-toggle:hover{
	cursor:pointer;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart{
	line-height:100%;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart p{
	color: #2c4246;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart .price,
.mini-cartpro .block-title .btn-toggle .detail-minicart .txt-item{
	color: #999;
}

/*.mini-cartpro .block-content .mini-products-list li.item a.btn-remove:before{
	content:"\f00d";
	font-family: "FontAwesome";
	font-size: 14px;
	color:#333;
}*/

.mini-cartpro .block-content .mini-products-list .product-details .inner-left{
	float:left;
	width: 42%;
}
.mini-cartpro .block-content .mini-products-list .product-details .product-price{
	float:right;
	margin-top:6px;
}
.mini-cartpro .block-content .mini-products-list .item .product-price .price,
.form-search .product-price .price{
	font-weight:bold;
	color:#fff;
	padding:6px 12px;
	background-color:#405458;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.mini-cartpro .block-content .mini-products-list li.item .product-name{
	margin-top:-4px;
}
.mini-cartpro .block-content .mini-products-list li.item .product-name a {
	color:#2c4246;
	line-height:100%;
	font-weight:bold;
}
.mini-cartpro .block-content .mini-products-list .product-image {
	float: left;
	border:1px solid #dddddd;
	margin-right:10px;
}

.mini-cartpro .block-content .mini-products-list .product-img-wrap{
	position:relative;
	float:left;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
	position:absolute;
	right:4px;
	bottom:-7px;
}
.mini-cartpro .block-content .mini-products-list li.item ~ li {
	padding-top:20px;
}
.mini-cartpro .block-content .bottom-action{
	/*font-size:85%;*/
}
.mini-cartpro .block-content .bottom-action .price-total-w {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:12px 23px;
	color:#2c4246;
	font-weight:bold;
	font-size:133%;
	text-transform:uppercase;
}
.mini-cartpro .block-content .bottom-action .price-total-w .label-price-total{
	float:left;
}
.mini-cartpro .block-content .bottom-action .price-total-w .price-total{
	float:right;
}
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button {
	background-color:#405458;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:116.6%;
	padding:6px 14px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button.btn-gotocart{
	margin-left:15px;
}
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button:hover,
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button.btn-gotocart:hover{
	color:#2C4246;
}
.mini-cartpro .block-content .bottom-action .button-wrapper {
	height:55px;
}
.mini-cartpro .block-content .bottom-action .button-wrapper a:hover{
	cursor:pointer;
}

.mini-cartpro .truncated .item-options dt{
	float:left;
	margin-right:10px;
	font-weight:normal;
}

.sm-cartpro .product-details-bottom{
	font-size:91.6%;
}
.sm-cartpro .product-details-bottom .price{
	margin-left: 10px;
}
.block-cart .subtotal .label {
	font-weight: normal;
	vertical-align: middle;
}

.block-cart .actions {
	text-align: center;
	background: #FFF;
	padding: 6px 9px 20px;
}

.block-cart .actions button.button.btn-update {
	margin-right: 0px;
}

.sm-cartpro.block-cart .short-description {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mini-cartpro .block-title .empty,
.mini-cartpro .block-title .summary .subtotal,
.mini-cartpro .block-title .summary .amount {
	text-align: center;
}

.mini-cartpro .block-title .summary .subtotal .label {
	font-weight: normal;
}


.mini-cartpro .block-content .actions .more-desc {
	display: inline-block;
	float: left;
	line-height: 38px;
	font-size: 133.3%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}

.mini-cartpro .block-content .mini-products-list .product-details .short-description {
	margin-top: 10px;
}

.mini-cartpro .block-content .mini-products-list .product-details-bottom strong{
	font-weight: normal;
}
.update-minicart-message{
	font-size: 91.67%;
	color: #ff0000;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mini-cartpro .block-content .bottom-action .button {
	overflow: visible;
}






.mini-cartpro  ~ * {
	clear: both;
}

.body-iteminfo {
	float: left;
	text-align: left;
}

.body-iteminfo .product-image {
	float: left;
	margin-right: 10px;
}

.bottom-iteminfo {
	clear: both;
	padding-top: 10px;
}

.price-container,.rating-container .ratings,
.title-desc  ~ strong,
.bottom-iteminfo .ratings {
	/*vertical-align: middle;*/
}

.rating-container {
	white-space: nowrap;
}

.price-container .price-box,
.price-container .price-box p,
.rating-container .ratings {
	display: inline-block;
	position: relative;
	line-height: 25px;
}

.rating-container .ratings .amount {
	float: left;
	/*margin-left: 10px;*/
	margin-top: 1px;
	line-height: 100%;
}

.price-container .price-label {
	display: none;
}

#confirmbox .head-iteminfo {
	text-align: center;
}

#zoptions .special-price .price-label {
	font-size: 100%;
}

.mini-cartpro .block-content .bottom-action .subtotal .label,
.mini-cartpro .block-content .actions .more-desc,
#zoptions .old-price .price-label,.mini-cartpro .title-desc,#zoptions .title-desc{
}

#zoptions .ratings {
	display: inline-block;
}

#zoptions .price-box {
	margin: 0;
	font-size: 116.67%;
    font-weight: bold;
}

#zoptions {
/* 	left: -235px; */
	BORDER-BOTTOM: 0px inset;
	POSITION: absolute;
	BORDER-LEFT: 0px inset;
	padding: 0;
	height: 20px;
	min-height: 20px;
	height: auto !important;
	DISPLAY: block;
	VISIBILITY: visible;
	BORDER-TOP: 0px inset;
	TOP: 0px;
	BORDER-RIGHT: 0px inset;
	text-align: left;
}

#zoptions #product-shop {
	text-align: left;
}
#zoptions #product-shop .qty-title{
	float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-right: 3px;
}
#zoptions .product-name {
	text-align: left;
}

#zoptions .product-name>a {
	font-weight: bold;
	margin-left: 5px;
}

#zoptions .product-name h1 {
	font-size: 116.67%;
	font-weight: bold;
	margin-bottom: 10px;
}

#zoptions .price-box .minimal-price-link {
	display: inline-block;
}

#zoptions .add-to-cart {
	float: left;
}

#options-tab {
	z-index: 10002;
	position: fixed;
	padding: 0px;
	background-color: #2564c0;
	display: block;
	height: 0px;
	visibility: visible;
}

#options {
	display: none;
	margin: 0 auto;
	width: 300px;
}

#iffix {
	position: absolute;
	display: block;
	z-index: -1;
	width: 467px;
	height: 320px;
	top: 0;
	left: 0;
	filter: mask();
	background-color: #FFF;
	border: 0px solid white;
}

#loading-mask .loader {
	position: fixed;
	top: 45%;
	left: 41%;
	width: 120px;
	padding: 15px 60px;
	background: #fff4e9;
	border: 2px solid #f1af73;
	color: #d85909;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE8 */
}

#loadmask {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80 );
	/* IE8 */
}

#loadmask img {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cartpro/images/ajax-loader-tr.gif") repeat scroll 0 0 transparent;
}

.loader {
	background: none repeat scroll 0 0 #FFF4E9;
	border: 2px solid #F1AF73;
	color: #D85909;
	font-weight: bold;
	padding: 15px 30px;
	text-align: center;
	width: 200px;
	margin-left: 50px;
	position:relative;
    z-index:9999;
}

#btnavi ul {
	list-style: none outside none;
}

#btnavi ul li {
	display: inline;
}

#btnavi ul li:first-child {
	margin-right: 15px;
}

#btccart {
	text-decoration: none;
	display: inline-block;
}
#confirmbox .button.btn-cart > span,
#btcancel,
#btccart span,
#btcshop span {
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	text-align: center;
	white-space: nowrap;
	padding:5px 10px;
	background-color: #333;
}
#confirmbox .button.btn-cart:hover > span,
#btcancel:hover,
#btccart:hover span,
#btcshop:hover span {
	color: #2C4246;
}
#confirmbox  .button.btn-cart > span,
#btcancel{
	margin-top:10px;
}
#confirmbox  #btcancel{
	float:right;
}
#confirmbox .button.btn-cart > span{
	margin-right: 15px;
}
.sm-cartpro.mini-cartpro .actions button.button {
	float: none;
}

#btcclose {
	background-color: #609946;
	color: black;
	margin-left: 10px;
	border: 1px solid #3B6E22;
}

#btcshop1,#btccart1 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 38px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}

#btnavi {
	text-align: center;
	margin-top: 15px;
}

#cdown {
	display: inline;
}

#confirmbox {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 20px 10px 20px 10px;
	width: 300px;
	min-height: 70px;
	height: auto !important;
	position: relative;
	z-index: 1000;
	/*overflow:hidden;*/
	max-height:350px;
	overflow-y: auto;
}
#confirmbox #product-options-wrapper {
	padding-left:10px;
	padding-right:10px;
}
#confirmbox #product-options-wrapper .price-as-configured .price-label{
	font-size:13px;
}

#confirmbox .price-box .old-price {
	text-decoration: line-through;
}

#confirmbox p {
	font-weight: bold;
	margin: 0 0 5px;
}

#confirmbox p.required {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #EB340A;
}

#options #confirmbox .iteminfo.sm-cartpro .bottom-iteminfo,
#options #confirmbox .iteminfo.sm-cartpro .body-iteminfo{
	display:none;
}

#options #confirmbox .moretext{
	text-align:center;
}

#options #fancybox-outer {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
}
#options #fancybox-close {
	position: absolute;
	top: -0px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#options #fancybox-close:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	color:#405458;
	font-size:14px;
}
#options #fancybox-close:hover:before {
	color:#C71C1C;
}

.clear {
	clear: both;
}

.categories-title-text {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.sm-categories {
	margin: 0 -15px;
	overflow: hidden;
}

.sm-categories .intro_text,
.sm-categories .footer_text {
	margin: 10px 0px;
}

.sm-categories .cat-wrap {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

/*############################################## Css Device ##################################*/
.sm-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
	float: left;
	margin: 0;
	width: 100%;
}

.sm-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 48%;
}

.sm-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 31.3333%;
}

.sm-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 23%;
}

.sm-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 18%;
}

.sm-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 14.6666%;
}

.sm-categories.lt-ie9.preset01-1 .clr1,
.sm-categories.lt-ie9.preset01-2 .clr2,
.sm-categories.lt-ie9.preset01-3 .clr3,
.sm-categories.lt-ie9.preset01-4 .clr4,
.sm-categories.lt-ie9.preset01-5 .clr5,
.sm-categories.lt-ie9.preset01-6 .clr6 {
	clear: both;
}

@media all and (max-width: 320px) {
	.sm-categories.preset05-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset05-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset05-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset05-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset05-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset05-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset05-1 .clr1,
	.sm-categories.preset05-2 .clr2,
	.sm-categories.preset05-3 .clr3,
	.sm-categories.preset05-4 .clr4,
	.sm-categories.preset05-5 .clr5,
	.sm-categories.preset05-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 321px) and (max-width: 480px) {
	.sm-categories.preset04-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset04-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset04-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset04-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset04-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset04-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset04-1 .clr1,
	.sm-categories.preset04-2 .clr2,
	.sm-categories.preset04-3 .clr3,
	.sm-categories.preset04-4 .clr4,
	.sm-categories.preset04-5 .clr5,
	.sm-categories.preset04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.sm-categories.preset03-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset03-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset03-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset03-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset03-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset03-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset03-1 .clr1,
	.sm-categories.preset03-2 .clr2,
	.sm-categories.preset03-3 .clr3,
	.sm-categories.preset03-4 .clr4,
	.sm-categories.preset03-5 .clr5,
	.sm-categories.preset03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.sm-categories.preset02-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset02-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset02-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset02-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset02-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset02-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset02-1 .clr1,
	.sm-categories.preset02-2 .clr2,
	.sm-categories.preset02-3 .clr3,
	.sm-categories.preset02-4 .clr4,
	.sm-categories.preset02-5 .clr5,
	.sm-categories.preset02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1201px) {
	.sm-categories.preset01-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset01-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset01-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset01-4 .cat-wrap .content-box {
		float: left;
		/*margin: 0 1%;
		width: 23%;*/
		width: 25%;
		padding: 0 15px;
	}

	.sm-categories.preset01-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset01-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset01-1 .clr1,
	.sm-categories.preset01-2 .clr2,
	.sm-categories.preset01-3 .clr3,
	.sm-categories.preset01-4 .clr4,
	.sm-categories.preset01-5 .clr5,
	.sm-categories.preset01-6 .clr6 {
		clear: both;
	}
}

/*################################# End css Device #############################################*/
.sm-categories .cat-wrap .content-box .inner{
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 33px;
	float: left;
	width: 100%;
}
.sm-categories .cat-wrap .content-box {
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 15px;
}

.sm-categories .cat-wrap .content-box .cat-title a {
	font-weight: bold;
}

.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
	float: none;
	padding: 0;
}

.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
	float: left;
	padding-right: 5px;
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
	float: left;
	display: inline;
	width: 100%;
	font-size: 108.3%;
	position: relative;
	padding-left: 11px;
	line-height: 22px;
}

.sm-categories .cat-wrap.theme2 .content-box img,
.sm-categories .cat-wrap.theme3 .content-box img {

	display: block;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sm-categories .cat-wrap .image-cat {
	overflow: hidden;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
	float: left;
	width: 30%;
	margin: 0;
	margin: 0 13px 0 0;
	overflow: hidden;
	padding-top: 5px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
	display: block;
	border: 0;
	width: 100%;
	float: left;
	overflow: hidden;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
	width: 100%;
	display: block;
	max-width: 100%;
}

.sm-categories .cat-wrap img:hover {

}

/*#################### css for theme 2 ######################*/
.sm-categories .cat-wrap.theme2 .arrow {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/categories/images/arrow.png) no-repeat;
	margin-top: 6px;
	width: 6px;
	height: 7px;
	float: left;
	padding-right: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 50%;
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
	padding-bottom: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
	float: none;
	overflow: hidden;
	padding-left: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat {
	padding-top: 20px;
}

/*#################### css for theme 3 - use in theme ######################*/
.sm-categories .cat-wrap.theme3 .content-box .cat-title {
	font-size: 116.6%;
	font-weight: bold;
}

/*#################### css for theme 4 ######################*/
.sm-categories.theme4 {
	padding: 1px;
}

.sm-categories .cat-wrap.theme4 {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin: 0 -1px;
	height: auto;
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/categories/images/bk.gif) repeat-x;
	height: 24px;
	cursor: pointer;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/categories/images/icon.png) no-repeat;
	margin-top: 8px;
	width: 7px;
	height: 7px;
	margin-left: 5px;
	float: left
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/categories/images/plus.gif) no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	float: right
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/categories/images/minus.gif) no-repeat;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
	padding-left: 5px;
	line-height: 24px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75%;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content {

	height: 0;
	overflow: hidden;
	width: 100%;
}

/* .sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .sm-categories-content{
	margin:10px;
    margin-bottom:10px;
} */

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;

}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
	padding-bottom: 15px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
	padding: 10px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
	display: block;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

/* .sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc{
	float:left;
} */
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title,
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
	float: left;
	font-weight: bold;
	padding-right: 3px;
}

@media all and (max-width: 480px) {
	.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.sm-categories .cat-wrap.theme2 .content-box img {
		width: 100%;
		display: block;
		max-width: 100%;
	}

}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.sm-deal-wrap{
	padding: 0;
	margin: 0;	
	float:left;
	width: 100%;
}
.sm-deal-wrap  .sm-deal-inner{
	margin-left: 0px;
	float:left;
	width: 100%;
}
.sm-deal-wrap .deal-list-item{
	float: left;
	width: 100%;
}
.sm-deal-wrap .item-deal{
	float: left;
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
}

.sm-deal-wrap .item-deal .item-image{
	text-align: center;
}
/*------custom for sm market----*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
	
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
	float:left;
	text-align:center;
	position: static;
	padding:0;
	margin-left: 1px;
	line-height: 100%;
	height:50px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head{
	display:inline-block;

}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head .sm_megamenu_title{
	font-size:14px;
	color: #fff;
	display: inline;
	width:100%;
}

.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head .sm_megamenu_title:first-letter{
	text-transform:uppercase;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	position:relative;
}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	line-height: 49px;
	padding: 0 20px;

}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	font-size: 116.6%;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 18px;
	color: #2c4246;
	line-height: 50px;
	position: relative;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #ddd;
	right: 0;
	top: 15px;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:last-child > a:after{
	width: 0;
	height: 0;
}
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	font-size: 116.6%;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 15px;
	khtml-border-radius:2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 22px;
	border-radius: 2px;
	color: #2c4246;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover{
	color: #fff;
}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover{
	background-color: #7d7d7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_firstcolumn .sm_megamenu_title{
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_firstcolumn .sm_megamenu_title a{
	display:block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_firstcolumn .sm_megamenu_title span{
	white-space:nowrap;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li:last-child{
	border-bottom: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
	display: block;
	width: 40px;
	height: 40px;
	max-width: 40px;
	background-size: 100% 100%!important;
	margin-top: 5px;
	top: 0;
	margin-right: 10px;
	position: relative;
	max-height: 40px;
	visibility:visible!important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon.no-margin-right {
	margin-right:0;
}

.header2-wrap .sm_megamenu_wrapper_horizontal_menu {
	float: left;
	width: auto;
}
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
/*--other-toggle if( $config['effect'] == 1 || $config['effect'] == 2 ) >> css/Animation --*/
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	top: 30px !important;
}

/*---------------------------01 MENU BAR------------------------------*/
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

.sm_megamenu_wrapper_horizontal_menu {
	width:100%;
	margin:0 auto;
	display:block;
	position: relative;
	clear:both;
}

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	list-style:none;
	padding:0;
}
.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin:0;
    display:block;
    position: relative;
    z-index:9999;
}


/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
	float:right;
	right:0;
	margin-right:0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
	margin-right:0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles -----------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top: 80px;	
	position:absolute;
	text-align:left;
	z-index:9999 !important;
	background: #fff;
	/*display: none;*/
	opacity: 0; filter:alpha(opacity = 0);
	visibility: hidden;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth.f-right {
	right: 0;
}

/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 16.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
}

/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
/*---li:hover when $config['effect']=3 >> toggle----
top: 80px !important;
display:block !important;
*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
/*--other-toggle if( $config['effect'] == 1 || $config['effect'] == 2 ) >> css/Animation --*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	top: 50px !important;
	/*display:block !important; */
	/*cmt for effect toggle*/
	z-index: 99999;
	opacity: 1 ; filter:alpha(opacity = 100);
	visibility:visible;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column{
	width:auto;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.sm_megamenu_wrapper_menu_full  .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
	left:auto;
	right:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
	left:auto;
	right:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
	right:18px;
	top:33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:inline;
	float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 14.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 31.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 48%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 64.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 81.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {/*width: 98%;padding: 0 1%;*/ width: 100%;}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	background:#fff;
	text-align:left;
	width:100%;
	clear:left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
	width: 100%;
	padding: 5px 10px;
	
	background: #fff;
	border: 1px solid transparent;
	border-bottom:5px solid transparent;
	border-top: none;
	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/*---------------------------------03 CONTENT STYLING-------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	color:#ffffff; */
/* 	text-align:left; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p {
	margin:0;
/*  	margin-bottom:5px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .strong {
	font-weight:bold;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .italic {
	font-style:italic;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	text-shadow:1px 1px #000000; */
/* 	border-bottom:1px solid #333333; */
/* 	margin-top:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2 {
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 8px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	font-weight:600; */
/* 	font-size:14px; */
/* 	margin-bottom:14px; */
/* 	padding-bottom:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div a {
/* 	color: #EEEEEE; */
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .pusher { 
	/* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/*---------------------------------- Icon paragraphs --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}

/*------------------------------------------ Images styles ---------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/*---------------------------------------- Box styles ---------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/*----------------------------Standard lists styles--------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom {
	list-style: disc;
	margin-left: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li {
	line-height:150%;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
	border: none;
	font-size: 166.67%;
	color: #c9c9c9;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li a {
	padding:0;
	background: none;
	font-size: 60%;
	margin-left: -15px;
	border-bottom: 1px dashed #c8c8c8;
	padding-left: 15px;
	/*float: left;*/
	display: inline-block;
	width: 100%;
}


/*----------------------------------------- Greybox lists styles -----------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*---------------------------------------------- Other lists styles ------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li {
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li:hover {
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/*-------------------------------------- Social Icons ---------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/horizontal/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {

	top:-23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/*----------------------------------------04 CONTACT FORM-----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu #contactForm li{
	text-align: left;
	float: none;
	border: none;
	margin: 0;
}

/*---------------------------------------------05 COLORS----------------------------------------*/
/*--------------------------------------- Black ------------------------------------*/
/*
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	background-color:#fff;
}*/
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black {
	border-bottom: 1px solid #2c4246;
}

/*--------------------------------------- Blue ---------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border-bottom: 1px solid #015b86;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/*---------------------------------------- Brown --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	background: #44391e;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border-bottom: 1px solid #5c4c29;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/*-------------------------------------- Green ------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	background: #3e5718;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border-bottom: 1px solid #52711f;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/*-------------------------------------------- Light Blue --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border-bottom: 1px solid #608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/*----------------------------------------- Orange ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	background: #d24900;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border-bottom: 1px solid #f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/*------------------------------------------ Pink ------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	background: #910045;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border-bottom: 1px solid #b30055;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/*------------------------------------ Purple -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border-bottom: 1px solid #7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/*------------------------------------------------- Red --------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	background: #830701;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border-bottom: 1px solid #a40802;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
    display: block;
}
.sm_megamenu_title .sm_megamenu_icon{
	line-height: 100%;
}
.sm_megamenu_title .sm_megamenu_icon > span {
    margin-left: 10px;
}
.sm_megamenu_lv1 .sm_megamenu_nodesc  .sm_megamenu_title {
	line-height: 100%;
}
.sm_megamenu_description{
	display:block;
	border-bottom: 1px dashed #C8C8C8;
    padding: 5px 0;
}
/*.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    font-size: 133%;
    text-transform: uppercase;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content {
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/horizontal/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/horizontal/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_align_right{
    text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	overflow: hidden; 
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	display: block;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}

/*------------content blog-----------------*/
.mg-menu-image{
	margin-left: -10px;
}
.mg-menu-image .mg-menu-image-item{
	float: left;
	width: 20%;
	border-left: 10px solid transparent;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mg-menu-image .mg-menu-image-item img {
    width: 100%;
}
.mega-bestsale .list-items .item{
	padding: 20px 0;
	float: left;
	width: 100%;
}
.mega-bestsale .list-items .item.first{
	border-bottom: 1px dashed #C8C8C8;
	padding-top: 0;
}
.mega-bestsale .list-items .item .product-image{
	float: left;
}
.mega-bestsale .list-items .item .item-box-content{
	margin-left: 90px;
}
.mega-bestsale .list-items .item .price-wrapper{
	font-weight: bold;
	font-size: 116.7%;
	line-height: 100%;
	margin-bottom: 8px;
}
.mega-bestsale .list-items .item .review-wrapper{
	font-size: 91.6%;
}
.mega-bestsale .list-items .item .review-wrapper .rating-box{
	margin-bottom: 10px;
}
.mega-bestsale .list-items .item .review-wrapper .rating-links{
	line-height: 120%;
}

/*
@media all and (max-width: 767px) {
	.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
		box-shadow: none;
		list-style: none outside none;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}
	.sambar .sambar-inner .btn-sambar {
		display: block;
		clear: both;
		margin: 7px;
	}
	.sambar .sambar-inner .btn-sambar + .sm_megamenu_menu{
	   display: none;
	   width: 100%;
	   float:left;	   
	}
	.sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu{
       display: block;
    }
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
		width: 100%;
		border-top: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}

	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
		position: relative;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
		box-shadow: none;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		position: static;
		float: left;
		height: 0;
		width: 100%;
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_fullwidth ,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_fullwidth {
		height: auto;	
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
		width: 98%;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
		padding: 4px 10px;
	}
}*/



.sm_megamenu_wrapper_vertical_menu {
	margin:0;
	display:block;
	background-color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
	list-style:none;
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-sizing: unset !important;
	border-top: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	min-height:38px;
	overflow:hidden;
}
#nav > li.level0:hover, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover{
	overflow:visible;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent:first-child > a.sm_megamenu_head:after{
	top: 35%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head:after{
	position:absolute;
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) no-repeat -90px -148px;
	width:17px;
	height:17px;
	top:35%;
	right:10px;
	content:"";
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head.sm_megamenu_actived:after,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head:hover:after{
	background:url(https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/ico-menu-parent-w.png) no-repeat 1px 1px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head{
	position:relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
	padding:10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child > a.sm_megamenu_head > span{
	padding-top: 12px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:last-child > a.sm_megamenu_head > span{
	border-bottom:none;
	position:relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head > span:before{
	content: "";
	float:right;
	position:absolute;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head{
	padding:0px 20px;
	display:inline-block;
	width:100%;
	line-height:38px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title{
	color:#2c4246;
	display:inline-block;
	line-height:18px;
	margin-right:15px;
	margin-left:35px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head.sm_megamenu_actived .sm_megamenu_title,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:hover .sm_megamenu_title{
	color:#2C4246;
}
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a > span{
	padding-left:0 !important;
}*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_title{
	font-size:108.3%;
	color: #2c4246;
	line-height:25px;
	white-space:nowrap;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_head .sm_megamenu_title{
	white-space:normal;
}

/*--content drop ---*/

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col{
	width:50%;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title{
	font-size:116.6%;
	font-weight:bold;
	color:#2c4246;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul{
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul{
	margin-bottom:20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont:after{
	background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/menu1-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom ;
	position:absolute;
	content:"";
	bottom:0;
	right:-13px;
	width:400px;
	height:200px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont{
	display:inline-block;
	position:relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2 .mega1-cont .mega1-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-cont .inner{
	padding-top:25px;
	padding-left:30px;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1{
	 background: -webkit-linear-gradient(#ffffff, #f1f1f1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f1f1f1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f1f1f1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f1f1f1); /* Standard syntax (must be last) */
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2{
	padding:0;
	width:610px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3{
	padding:30px 30px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 ul{
	margin-bottom:20px;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col2{
	border-right:1px solid #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .sm_megamenu_content{

}
/* Standard lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
	line-height:29px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* 01 MENU BAR */
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top:-9999em;
	position:absolute;
	text-align:left;

	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	z-index:999;
	border:1px solid #e3e1e1;
	background-color:#fff;
	top:0;
	left:110%;
	/* ----to hover style----*/
	width:auto !important;
	opacity: 0 !important; filter:alpha(opacity = 0);
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 16.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: auto; /*padding: 0 1%;*/}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 33.33%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 50%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 66.66%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 83.33%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 100%;}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns  {
	left:100%!important;
	top:-3px;
	opacity: 1 !important; filter:alpha(opacity = 100);
	visibility:visible;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth  {
	left:100%;
	top:-1px;
}

/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:block;
	float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column .sm_megamenu_col_1{
	float:none;
	padding-right:20px;
	overflow:auto;
	overflow-x: hidden;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column .sm_megamenu_col_1 .sm_megamenu_head_item{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column .sm_megamenu_col_1 .sm_megamenu_title_lv2{
	margin-left:40px;
	vertical-align: middle;
	line-height: 25px;
	display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column .sm_megamenu_col_1 .sm_megamenu_icon .sm_megamenu_title_lv2{
	margin-left:0;
	line-height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column .sm_megamenu_col_1 .sm_megamenu_col_1 .sm_megamenu_col_1{
	margin-left:10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn{
	width: auto;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn{
	width: 260px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn{
	width: 390px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn{
	width: 520px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn{
	width: 650px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn{
	width: 780px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
	/*width: 750px;*/
	padding: 10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}

/* Images styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
/* Greybox lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/* Social Icons */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(left, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0A0A0A), to(#161616));
	background: -o-linear-gradient(left, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
	top:-23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/* 04 CONTACT FORM */
.sm_megamenu_wrapper_vertical_menu #contact_form label,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sm_megamenu_wrapper_vertical_menu #contact_form legend {
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form {
	display: block;
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form label {
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
	width:80px;
	font-size:12px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	color: #FFFFFF;
	background-color:#222222;
	border:1px solid #0A0A0A;
	margin: 7px 0;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form textarea {
	resize:none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:focus {
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	border:1px solid #333333;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:hover {
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .required {
	color:#C00;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;
	padding: 4px 7px 4px 7px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button:hover {
	color:#eeeeee;
	background-color:#222222;
	border:1px solid #000000;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .special {
	display:none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  #contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error {
	background:#FBE5E2;
	border:#F2A197 solid 1px;
	color:#992213;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .sent {
	background:#E1F8CB;
	border:#C6D880 solid 1px;
	color:#37620d;
}
/* Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue {
	background: #014464;
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/* Brown */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown {
	background: #44391e;
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/* Green */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green {
	background: #3e5718;
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/* Light Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/* Orange */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange {
	background: #d24900;
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/* Pink */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink {
	background: #910045;
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/* Purple */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/* Red */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red {
	background: #830701;
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
	max-height:30px;
	overflow:hidden;
	float:left;
	position:absolute;
	max-width:30px;
	top:50%;
	margin-top:-10px;
}
div.sm_megamenu_icon{
	width:30px;
	margin-top:-15px;
}
.sm_megamenu_icon img{line-height:38px;}
.sm_megamenu_no_icon{
	padding-left:30px;
}
.sm_megamenu_description{
	font-size:10px;
	display:block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
	border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
	padding-left:13px;
	background:url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/li_normal.png") no-repeat scroll 0 50% transparent;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a:hover span {
	background:url("https://www.verkter.no/skin/frontend/sm_market/default/sm/megamenu/css/vertical/black/img/li_active.png") no-repeat scroll 0 50% transparent;
	color:#74B6E1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label{
	color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li input{
	 -moz-border-radius: 3px 3px 3px 3px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul.form-list li {
	clear:both;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset {

	background: none;
	border:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list{
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li{
	width:350px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fields .field{
	width:280px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	float:left;
	font-weight:none;
	-moz-border-radius: 3px 0 0 3px;
    border: 1px solid #A2C1CC;
	background-color: #F3F8FA;
	padding:0px 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#2c4246;
	width:100px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	*padding-top:2px;
	*border-top:1px solid #3a5163;
	padding:4px 5px 5px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#2c4246;
	width:65px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	padding:3px 5px 2px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list .input-box{
	width:130px;
	clear:none;
	display:inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list input.input-text{
	width:145px;
	display:block;
	height:30px;
	-moz-border-radius: 0 3px 3px 0;
	font-size:15px;
	*padding-top:2px;
	*padding-bottom:1px;
	*line-height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide .input-box{
	clear:both;

}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide label{
	width:228px;
	-moz-border-radius: 5px 5px 0 0;
	height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list textarea{
	width:238px;
	background-color:#fff;
	border: 1px solid #a2c1cc;
	color:#2F2F2F;
	margin:0;
	font-size:15px;
	border-radius:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set{
	border:none;
	margin:0 0 10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set p{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button{
	padding-top:0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button:hover{
	padding-top:0px;
}
.sm_megamenu_align_right{
    text-align: right;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}
.sm_megamenu_icon_image{
	height:30px;
	width:30px;
}
.sm_megamenu_icon_image_container{
	display: inline-block;
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
}

/*.sm_quickview_handler {
	 background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/quickview/images/bg_quickview.png) no-repeat left center;
	width: 120px;
	height: 32px;
	float: left;
	text-indent: -999em; 
	background: none repeat scroll 0 0 #3399CC;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
	margin:0;
}*/

/*.sm_quickview_handler:hover,
.sm_quickview_handler:focus
{
	background: none repeat scroll 0 0 #2E8AB8
    border: 0 none;
    color: #FFFFFF;
	text-decoration:none;	
	cursor:pointer;
}*/

.sm_quickview_handler:focus{
	outline:none outline;
}

.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.products-list li.item .f-fix .sm_quickview_handler{
	float:left;
}

/*----------------------------quick view custom for theme----------------------------------------*/
/*.catalog-product-view .fancybox-wrap .fancybox-close:before,
.catalog-product-view .fancybox-wrap .fancybox-close {
	display:none;
}*/
	
.fancybox-wrap .fancybox-outer, 
.fancybox-wrap .fancybox-inner{
	background-color:#fff;
}
.fancybox-wrap .fancybox-skin{
	background-color:#fff;
	padding:0px !important;
}
.quickview-main .yt-product-detail .yt-detail-left{
}
.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li{	
}
/*.fancybox-wrap .fancybox-title-float-wrap .child,*/
/*.quickview-main .fancybox-title,*/
.quickview-main .category-image,
.quickview-main .yt-product-detail .addthis_toolbox,
.quickview-main .yt-product-detail .popup-btn.hidden-phone > a,
.quickview-main .yt-product-detail .tab-product-detail{
	display:none;
}
.quickview-main .yt-product-detail .more-views.slide-gallery{
	text-align:justify;
}

.sm_quickview_handler{
	position:absolute;
	top:42%;
	left:30%;
	opacity: 0; filter:alpha(opacity = 0);
	visibility: hidden;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 0 14px;
	background-color: #fff;
	font-size: 116.6%;
}

.item .item-inner:hover .sm_quickview_handler{
	visibility:visible;
	opacity: 1; filter:alpha(opacity = 100);
}
.sm_quickview_handler:hover{
	color: #fff;
}

.serachbox-pro-pretext, 
.serachbox-pro-posttext{
	margin: 10px 0;
	width: 100%;
}
.serachbox-pro-posttext{
	/*margin:20px 0;*/
}
.sm-serachbox-pro{
	width: 100%;
	/*position: relative;*/
	margin: 10px 0;
}
.sm-serachbox-pro .sm-searchbox-popular{
	width: 83%;
	float: left;
	margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced{
	width: 17%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced a{
	text-decoration: none;
	color: #4A629F;
	font-size: 12px;
}
.sm-serachbox-pro .sm-searchbox-advanced a:hover{
	text-decoration: underline;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title{
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #4a629f;
	font-weight: bold;
	margin-right: 15px;
}
.sm-serachbox-pro .sm-searchbox-keyword-list {
    float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li{
	float: left;
	line-height: 210%;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a {
    float: left;
	margin-right: 10px;
	color:#686868;
	font-size:14px;
	text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a:hover {
	text-decoration: underline;
}

.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more {
    float: left;
	margin-right: 10px;
	color:#4A629F;
	font-size:12px;
	text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sm-serachbox-pro .sm-searbox-content {
    display: inline-block;
    width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search{
	text-align: left;
	border: none;
/*	position: static;*/
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	position: relative;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input{
	padding: 0 10px;
	height: 34px;
	float: right;
	border: 1px solid #C1CCD1 !important;
	border-right: 0 !important;
	font-size: 12px;
	line-height: 45px;
	color: #2c4246;
}
.sm-serachbox-pro .sm-searbox-content .form-search > select{
	padding: 14px 10px 10px 15px;
	border-radius:0 5px 5px 0;
	color: #909090;	
	width:30%;
	height: 47px;
	line-height: 0;
}
/*.sm-serachbox-pro .sm-searbox-content .form-button.button{
	background: #304b90;
	background-image: linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -o-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	border-radius: 3px 3px 3px 3px;
    height: 45px;
	float: right;
	width: 15%;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
	background: #304b90;
	background-image: linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -o-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
}*/
/*.sm-serachbox-pro .sm-searbox-content .form-button.button span {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
	text-transform: none;
}*/

.sm-serachbox-pro select option {
    padding: 5px 10px;
}
.sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C1CCD1;
	margin: 0;
	padding: 0;
}


@media all and (max-width: 640px){
	.sm-serachbox-pro .sm-searbox-content .form-search > select {
		display: none;
	}
	.sm-serachbox-pro .sm-searbox-content .form-button.button {
		width: 27%;
		height: 40px;
	}
	
}

#price-filter-max-text,
#price-filter-min-text,
#price-filter-max,
#price-filter-min{
	border-radius:2px; 	
	-moz-border-radius:2px; 	
	khtml-border-radius:2px; 	
	-webkit-border-radius:2px;
}
	
.price-filter-left{
	float:left;
}
.price-filter-right{
	float:right;
}
.price_filter{
	height: 12px;
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/shopby/images/bg-filter-price.png) repeat-x left center;
	margin: 10px 0;
	overflow:hidden;
}
.price_filter .price-from ,
.price_filter .price-to {
    height: 12px;
    width: 12px;
    cursor: e-resize;
    display: block;
	margin-top: 0px;
	background: #898989;
	position:relative;
}
.price_filter .price-to {
    cursor: w-resize;
    margin-top: -12px;
	margin-left:-1px;
}
#price-filter-max-display{
	float: right;
}

.price_filter .price-from:before,
.price_filter .price-to:before {
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 4px;
    width: 1000px;
	background:#909090;
}

.price_filter .price-from:before {
    left: -1000px;
}
.price_filter .price-to:before {
    right: -1000px;
}
.sp-right{
	float:right;
}
#loading{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9999;
}

#loading img{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-27px;
	z-index:99999;
}

/*style shopby color*/
.block-layered-nav #narrow-by-list ol li{
	position: relative;
}
.block-layered-nav #narrow-by-list ol li.Black:before,
.block-layered-nav #narrow-by-list ol li.Blue:before,
.block-layered-nav #narrow-by-list ol li.Brown:before,
.block-layered-nav #narrow-by-list ol li.Charcoal:before,
.block-layered-nav #narrow-by-list ol li.Green:before,
.block-layered-nav #narrow-by-list ol li.Gray:before,
.block-layered-nav #narrow-by-list ol li.Indigo:before,
.block-layered-nav #narrow-by-list ol li.Ivory:before,
.block-layered-nav #narrow-by-list ol li.Khaki:before,
.block-layered-nav #narrow-by-list ol li.Orange:before,
.block-layered-nav #narrow-by-list ol li.Pink:before,
.block-layered-nav #narrow-by-list ol li.Red:before,
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before,
.block-layered-nav #narrow-by-list ol li.Silver:before,
.block-layered-nav #narrow-by-list ol li.Taupe:before,
.block-layered-nav #narrow-by-list ol li.White:before,
.block-layered-nav #narrow-by-list ol li.Yellow:before,
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 3px;
}
.block-layered-nav #narrow-by-list ol li.Black:before{
	background: #000000;
}
.block-layered-nav #narrow-by-list ol li.Blue:before{
	background: #0000FF;
}
.block-layered-nav #narrow-by-list ol li.Brown:before{
	background: #A52A2A;
}
.block-layered-nav #narrow-by-list ol li.Charcoal:before{
	background: #222222;
}
.block-layered-nav #narrow-by-list ol li.Green:before{
	background: #008000;
}
.block-layered-nav #narrow-by-list ol li.Gray:before{
	background: #808080;
}
.block-layered-nav #narrow-by-list ol li.Indigo:before{
	background: #460082;
}
.block-layered-nav #narrow-by-list ol li.Ivory:before{
	background: #FFFFF0;
}
.block-layered-nav #narrow-by-list ol li.Khaki:before{
	background: #F0E68C;
}
.block-layered-nav #narrow-by-list ol li.Orange:before{
	background: #FFA500;
}
.block-layered-nav #narrow-by-list ol li.Pink:before{
	background: #FFC0CB;
}
.block-layered-nav #narrow-by-list ol li.Red:before{
	background: #ff0000;
}
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before{
	background: #4169E1;
}
.block-layered-nav #narrow-by-list ol li.Silver:before{
	background: #C0C0C0;
}
.block-layered-nav #narrow-by-list ol li.Taupe:before{
	background: #8b8589;
}
.block-layered-nav #narrow-by-list ol li.White:before{
	background: #ffffff;
}
.block-layered-nav #narrow-by-list ol li.Yellow:before{
	background: #FFFF00;
}
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	background: #FF00FF;
}

/*-----------custom for theme-------------*/
.yt-tab-listing .respl-items .respl-item{
	padding: 0 15px;
}

/*-----------end custom for theme-------------*/
.yt-tab-listing{
	position: relative;
	margin-top: 30px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


.yt-tab-listing .pre-text{
	margin: 0 0 15px 0;
} 
.yt-tab-listing .post-text{
	margin: 10px 0 0;
}

.yt-tab-listing .respl-wrap{
	margin:40px 0 0 0;
	padding:0;
}
.yt-tab-listing a:hover{
	text-decoration: none;
}
/*-----------------------Css for Tabs ----------------------------*/
.yt-tab-listing .respl-wrap .respl-tabs-container{
	padding: 0;
	display:none;
}



.yt-tab-listing .respl-tabs-container .respl-tabs > li.tab-sel,
.yt-tab-listing .respl-tabs-container .respl-tabs > li:hover{
	cursor: pointer;
}

/*-----------------------------Css for Content----------------------*/
.yt-tab-listing .respl-wrap .respl-items-container{
	margin:15px -10px 0 -10px;
	padding:0;
}

.yt-tab-listing .respl-items-container .respl-items{
	margin:0;
	padding:0;
	width:100%;
	display:none;	
}

.yt-tab-listing .respl-items-container .respl-items-inner{
	margin:0;
	padding:0;
	width:100%;
	float: left;
}

.yt-tab-listing .respl-items-container .respl-items-selected{
	display:inline-block;
}

.yt-tab-listing .respl-items-container .respl-item-wrap {
	margin:0;
	padding:0;
 	/*opacity:0;
	filter:alpha(opacity = 0); */
}

.yt-tab-listing .respl-items-container .respl-items .respl-item{
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.yt-tab-listing .respl-items  .respl-loading{
	width: 100%; 
	max-width: 100%;
	padding: 0; 
	position: relative;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/tablisting/images/loader.gif) no-repeat scroll center center transparent;
	min-height:300px;
	display:block;
	z-index:0;
}

.yt-tab-listing .respl-items-container .respl-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width: 100%;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loading{
	padding: 15px 15px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loaded{
	padding: 15px 30px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	padding: 15px 34px 15px 48px !important;
	display:inline-block;
	font-size: 133%;
	color:#fff;
	/*line-height: 135%;*/
	cursor:pointer;
	position: relative;
}

.yt-tab-listing .respl-items .respl-loadmore .respl-image-loading{
	display:none;
	margin-right:10px;
	vertical-align:middle;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 24px;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/loadmore-bg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading{
	background-image:none;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:before{
	content: attr(data-label);
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading:before{
	content: attr(data-label-load);
}

.yt-tab-listing .respl-items.respl-process .respl-loadmore {
	display:none;
}
.yt-tab-listing .respl-items .respl-loadmore .load-number:before{
	content: attr(data-more);
	display: none;
}

.yt-tab-listing .respl-items .respl-loadmore .load-number:after{
	content: attr(data-total);
	display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
.yt-tab-listing .respl-items-container .respl-items.respl01-1{
	margin: 0;
}
.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}

@media all and (max-width: 767px){
	.yt-tab-listing .respl-items-container .respl-items.respl04-1{
		margin: 0;
	}
	.yt-tab-listing .respl04-6 .respl-item{ width: 16.64%; }
	.yt-tab-listing .respl04-5 .respl-item{ width: 19.958%; }
	.yt-tab-listing .respl04-4 .respl-item{ width: 24.995%; }
	.yt-tab-listing .respl04-3 .respl-item{ width: 33.315%; }
	.yt-tab-listing .respl04-2 .respl-item{ width: 49.985%; }
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl04-1 .clr1,
	.yt-tab-listing .respl04-2 .clr2,
	.yt-tab-listing .respl04-3 .clr3,
	.yt-tab-listing .respl04-4 .clr4,
	.yt-tab-listing .respl04-5 .clr5,
	.yt-tab-listing .respl04-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){
	.yt-tab-listing .respl-items-container .respl-items.respl03-1{
		margin: 0;
	}
	.yt-tab-listing .respl03-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl03-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl03-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl03-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl03-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl03-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl03-1 .clr1,
	.yt-tab-listing .respl03-2 .clr2,
	.yt-tab-listing .respl03-3 .clr3,
	.yt-tab-listing .respl03-4 .clr4,
	.yt-tab-listing .respl03-5 .clr5,
	.yt-tab-listing .respl03-6 .clr6{
		clear:both;
	}
}	

@media all and (min-width: 992px) and (max-width: 1199px){ 
	.yt-tab-listing .respl-items-container .respl-items.respl02-1{
		margin: 0;
	}
	.yt-tab-listing .respl02-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl02-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl02-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl02-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl02-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl02-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl02-1 .clr1,
	.yt-tab-listing .respl02-2 .clr2,
	.yt-tab-listing .respl02-3 .clr3,
	.yt-tab-listing .respl02-4 .clr4,
	.yt-tab-listing .respl02-5 .clr5,
	.yt-tab-listing .respl02-6 .clr6{
		clear:both;
	}
}  

@media all and (min-width: 1200px ) and (max-width: 1599px){
	.yt-tab-listing .respl-items-container .respl-items.respl01-1{
		margin: 0;
	}
	.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl01-1 .clr1,
	.yt-tab-listing .respl01-2 .clr2,
	.yt-tab-listing .respl01-3 .clr3,
	.yt-tab-listing .respl01-4 .clr4,
	.yt-tab-listing .respl01-5 .clr5,
	.yt-tab-listing .respl01-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 1600px ){
	.yt-tab-listing .respl-items-container .respl-items.respl00-1{
		margin: 0;
	}
	.yt-tab-listing .respl00-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl00-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl00-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl00-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl00-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl00-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl00-1 .clr1,
	.yt-tab-listing .respl00-2 .clr2,
	.yt-tab-listing .respl00-3 .clr3,
	.yt-tab-listing .respl00-4 .clr4,
	.yt-tab-listing .respl00-5 .clr5,
	.yt-tab-listing .respl00-6 .clr6{
		clear:both;
	}
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.sm-listingextend {
    overflow: hidden;
	padding-bottom: 10px;
}
.sm-listingextend .pre-text,
.sm-listingextend .post-text {
    margin: 10px 0;
}
.sm-listingextend.preload {
    height: 250px;
    overflow: hidden;
    position: relative
}
.sm-listingextend .extra-loading {
    background: url('https://www.verkter.no/skin/frontend/sm_market/default/sm/listingextend/images/loading.gif') no-repeat scroll center center transparent;
    height: 250px;
    width: 100%;
}
.sm-listingextend.preload .heading-title,
.sm-listingextend.preload .heading-description,
.sm-listingextend.preload .owl-controls,
.sm-listingextend.preload .listingextend-inner {
    display: none !important;
}
.sm-listingextend .heading-title {
    text-transform: uppercase;
	font-size: 133%;
    font-weight: bold;
}
.sm-listingextend .heading-description {
	margin-bottom: 40px;
}
.sm-listingextend .heading-description img{
	max-width: 100%;
}
.sm-listingextend .listingextend-inner {
	padding-top: 13px;
	position: relative;
}
.sm-listingextend .products-grid{
	margin-left: -30px;
}
.sm-listingextend .owl-item {
    float: left;
}
.sm-listingextend .listingextend-inner .item-columns{
	float: left;
	padding-left: 30px;
}
.sm-listingextend .listingextend-inner .item {
	margin-top: 30px;
	min-height: auto;
	margin-bottom: 0;
	width: 100%;
	border-right: 1px solid transparent;
}

/* Css button page*/
.sm-listingextend .owl-controls{
	position: absolute;
	top: -37px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	padding: 10px 0;
	text-align: right;
}
.owl-theme .owl-pagination{
	float: right;
	margin-right: 29px;
}
.owl-theme .owl-buttons{
	float: right;
} 
.owl-theme .owl-pagination .owl-page{
	float: left;
}
.owl-theme .owl-pagination .owl-page .owl-numbers{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 4px 0;
	text-align: center;
	border-radius: 0;
	width: 27px;
	height: 29px;
	margin: 0 0 0 2px;
	display: block;
}
.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons  .owl-next:hover,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover{
    cursor: pointer;
}
.owl-theme .owl-buttons  .owl-next{
	position: absolute;
	top: 10px;
	right: 0;
}

.owl-theme .owl-buttons .owl-prev,
.owl-theme .owl-buttons  .owl-next{
	background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/sm/listingextend/images/arrow-next-prev.png);
	background-repeat:no-repeat;
	display:inline-block;
	text-indent:-999em;
	width:27px; 
	height:29px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}
.owl-theme .owl-buttons .owl-prev{
	background-position:-2px -1px;
}
.owl-theme .owl-buttons .owl-prev:hover{
	background-position:-52px -1px;
}
.owl-theme .owl-buttons  .owl-next{
	background-position:-152px -2px;
}
.owl-theme .owl-buttons  .owl-next:hover{
	background-position:-102px -2px;
}

/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Effect Flip In Vertical */

.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes flipInY {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -o-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

/* Effect Flip In Horizontal */

.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes flipInX {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -o-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg);
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        transform: perspective(400px) rotateX(15deg);
    }
    90% {
        transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(500px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in;
    }
}

/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running;
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* Effect Bounce In */

.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*Effect Zoom In */

.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Effect Page Top*/

.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0%;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0%;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0%;
    animation-play-state: running;
    transform-origin: 50% 0%;
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/*Effect Zoom Out */

.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.play .ltabs-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.sm-listing-deals {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .tab-all .ltabs-tab-img {
    height: 30px;
}

/*-----------------------Css for Tabs ----------------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 30px;
}
.sm-listing-deals .ltabs-wrap .ltabs-tabs {
    margin: 0;
    padding: 0;
    list-style: none;	
	border-bottom: 1px solid #dddddd;
    z-index:99!important;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li {
    border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
    float: left;
    padding: 12px 15px;
    cursor: pointer;
	background-color: #eee;
	font-size: 108.33%;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li:last-child {
    border-right: 1px solid #dddddd;
}
.sm-listing-deals .ltabs-tabs li.tab-sel,
.sm-listing-deals .ltabs-tabs li:hover {
    border-top: 2px solid #FCC90F;
	background-color: #fff;
	border-bottom: none;
	margin-top: -1px;
}



.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
    margin-top: 0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    cursor: pointer;
    width:100%;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    width: 100%;
    text-indent: 20px;
    border: 1px solid #DDD;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #FFF;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    width: 30px;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #DDD;
    position:absolute!important;
    right:0px;
    top:0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    position: relative;
    float: left;
    height: 30px;
    z-index: 1;
    display: inline-block;
}

.sm-listing-deals .add-loadmore {
    float: right;
    margin-left: 10px;
    vertical: middle;
    margin-top: 2px;
}

.sm-listing-deals .loaded .add-loadmore {
    display: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 1;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    display: block;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    margin: 0;
    padding: 0;
    float: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
    color: #f6f6f6;
    background: #0088cc;
}


/*-----------------------------Css for Content----------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-items {
    margin-left: -30px;
    display: none;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-inner {
    width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-selected {
    display: block;
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap img {
    width: 100%;
    max-width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items .ltabs-item {
    float: left;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
	padding-left: 30px;
	min-height: auto;
}
.sm-listing-deals .ltabs-item .item-time{
	margin-top:20px;
	float: left;
	margin-bottom: 15px;
}
.sm-listing-deals .ltabs-item .item-time .time-item{
	text-align:center;	
	float: left;
	margin-right: 5px;	
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time{
	font-size:166.67%;
	font-weight:bold;
	background-color:#999999;
	color:#fff;
	margin-bottom: 5px;
	position: relative;
	min-width: 30px;
	height: 40px;
	text-align: center;
	padding: 3px 5px;
	border-radius: 2px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.2;
	width: 100%;
	height: 50%;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: #919191;
	opacity: 0.8;
	width: 100%;
	height: 1px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .name-time{
	font-size:83.33%;
}





/***--button loading--***/
.sm-listing-deals .ltabs-items .ltabs-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/sm/listingdeals/images/477.gif) no-repeat scroll center center transparent;
    min-height: 300px;
    display: block;
    z-index: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-loadmore {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    padding: 8px 75px;
	text-transform: uppercase;
	font-size: 133.3%;
    display: inline-block;
    background-color: #999999;
    color: #FFF;
    cursor: pointer;
	margin-left: 30px;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
    background: url('https://www.verkter.no/skin/frontend/sm_market/default/sm/listingdeals/images/301.gif') no-repeat scroll center center transparent;
    width: 22px;
    height: 22px;
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
    content: attr(data-label);
}
.sm-listing-deals .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none;
}


/***---Device---***/
/*-Css for ie-*/
.sm-listing-deals .ltabs01-6 .ltabs-item {
    width: 16.64%;
}
.sm-listing-deals .ltabs01-5 .ltabs-item {
    width: 20%;
}
.sm-listing-deals .ltabs01-4 .ltabs-item {
    width: 25%;
}
.sm-listing-deals .ltabs01-3 .ltabs-item {
    width: 33.315%;
}
.sm-listing-deals .ltabs01-2 .ltabs-item {
    width: 49.999%;
}
.sm-listing-deals .ltabs01-1 .ltabs-item {
    width: 100%;
}

.sm-listing-deals .ltabs01-1 .clr1,
.sm-listing-deals .ltabs01-2 .clr2,
.sm-listing-deals .ltabs01-3 .clr3,
.sm-listing-deals .ltabs01-4 .clr4,
.sm-listing-deals .ltabs01-5 .clr5,
.sm-listing-deals .ltabs01-6 .clr6 {
    clear: both;
}

@media (min-width: 1200px) {
    .sm-listing-deals .ltabs01-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs01-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs01-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs01-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs01-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs01-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs01-1 .clr1,
    .sm-listing-deals .ltabs01-2 .clr2,
    .sm-listing-deals .ltabs01-3 .clr3,
    .sm-listing-deals .ltabs01-4 .clr4,
    .sm-listing-deals .ltabs01-5 .clr5,
    .sm-listing-deals .ltabs01-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sm-listing-deals .ltabs02-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs02-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs02-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs02-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs02-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs02-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs02-1 .clr1,
    .sm-listing-deals .ltabs02-2 .clr2,
    .sm-listing-deals .ltabs02-3 .clr3,
    .sm-listing-deals .ltabs02-4 .clr4,
    .sm-listing-deals .ltabs02-5 .clr5,
    .sm-listing-deals .ltabs02-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sm-listing-deals .ltabs03-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs03-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs03-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs03-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs03-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs03-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs03-1 .clr1,
    .sm-listing-deals .ltabs03-2 .clr2,
    .sm-listing-deals .ltabs03-3 .clr3,
    .sm-listing-deals .ltabs03-4 .clr4,
    .sm-listing-deals .ltabs03-5 .clr5,
    .sm-listing-deals .ltabs03-6 .clr6 {
        clear: both;
    }
}

@media all and (max-width: 480px) {
    .sm-listing-deals .ltabs04-6 .ltabs-item {
        width: 16.64%;
    }
    .sm-listing-deals .ltabs04-5 .ltabs-item {
        width: 19.958%;
    }
    .sm-listing-deals .ltabs04-4 .ltabs-item {
        width: 24.995%;
    }
    .sm-listing-deals .ltabs04-3 .ltabs-item {
        width: 33.315%;
    }
    .sm-listing-deals .ltabs04-2 .ltabs-item {
        width: 49.985%;
    }
    .sm-listing-deals .ltabs04-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs04-1 .clr1,
    .sm-listing-deals .ltabs04-2 .clr2,
    .sm-listing-deals .ltabs04-3 .clr3,
    .sm-listing-deals .ltabs04-4 .clr4,
    .sm-listing-deals .ltabs04-5 .clr5,
    .sm-listing-deals .ltabs04-6 .clr6 {
        clear: both;
    }

}







/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
	user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 10px;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	left: -17px;
	top: -7px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-connect {
	background: #FCC90F;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	background: #2C4246;
	border-radius:3px;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:after {
	content: ">";
	color:#fff;
	font-size:18px;
	font-weight:700;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent;
	top:-2px;
	left:8px;
}
.noUi-base div:nth-child(3) .noUi-handle:after{
	content: "<";
	left:6px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #949494;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
/* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/*    	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 	/*background-image: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_sprite.png'); */
}

/*#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_loading.gif') center center no-repeat;
}*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -28px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	display:inline-block;
	background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_loading.gif) no-repeat center center #000!important;
	border-radius:3px;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url('https://www.verkter.no/skin/frontend/sm_market/default/css/fancybox_loading.gif') center center no-repeat;*/
}
.fancybox-close {
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #666;
	background: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('https://www.verkter.no/skin/frontend/sm_market/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	display: none;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_overlay.png') repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_overlay.png) repeat;
	z-index: 9991;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	/*margin-bottom: -35px;*/
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 10px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;*/
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#fancybox-buttons.top {
	top: 10px;
}
#fancybox-buttons.bottom {
	bottom: 10px;
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 28px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://www.verkter.no/skin/frontend/sm_market/default/images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/

.cloudzoom-lens {
	border: none;
	width: 100px !important;
	height: 100px !important;
	cursor: crosshair;
}

/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
	border: 1px solid #888;
}

.cloud-zoom-gallery .border {
	border-width: 1px;
	border-style: solid;
	border-right: none;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}

/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;
	cursor: move;	
}

/* This is for the title text. */
.cloud-zoom-title {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
/*sm image slider*/
.sm_imageslider_wrap .owl-stage-outer{
	overflow: hidden;
}
.sm_imageslider_wrap .pre-text,
.sm_imageslider_wrap .post-text{
	margin: 10px 0;
}
.sm_imageslider_wrap .title-imageslider{
	margin-bottom: 15px;
}
.sm_imageslider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm_imageslider .owl-animated-in {
  z-index: 0;
}
.sm_imageslider .owl-animated-out {
  z-index: 1;
}
.sm_imageslider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.sm_imageslider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.sm_imageslider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm_imageslider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sm_imageslider .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  overflow:hidden;
}
.sm_imageslider .owl-controls .owl-nav .owl-prev,
.sm_imageslider .owl-controls .owl-nav .owl-next,
.sm_imageslider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sm_imageslider .owl-dots .owl-dot {
    display: inline-block;
}

.sm_imageslider.owl-loaded {
  display: block;
}
.sm_imageslider.owl-loading {
  opacity: 0;
  display: block;
}
.sm_imageslider.owl-hidden {
  opacity: 0;
}
.sm_imageslider .owl-refresh .owl-item {
  display: none;
}
.sm_imageslider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm_imageslider .owl-item img {
  width: auto;
  max-width:100%;
  -webkit-transform-style: preserve-3d;
  transform: preserve-3d;
}
.feature-brand-block .sm_imageslider .owl-item .item > a{
	display:block;
	text-align:center;
}
.sm_imageslider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.sm_imageslider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.sm_imageslider.owl-rtl {
  direction: rtl;
}
.sm_imageslider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .sm_imageslider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm_imageslider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm_imageslider .owl-item img {
  transform-style: preserve-3d;
}

.owl-theme .owl-controls {
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    width:30px;
	height:30px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	z-index:9999;
}
.sm_imageslider .owl-controls .owl-dot, 
.sm_imageslider .owl-controls .owl-nav .owl-next, 
.sm_imageslider .owl-controls .owl-nav .owl-prev {
   -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;  
    cursor: pointer;
}


.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next{
	position:absolute;
	top:50%;
	margin-top:-15px;
}
/*
.owl-controls .owl-nav .owl-next{
	right:-15px;
	background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-next-slider.png);
}

.owl-controls .owl-nav .owl-prev{
	left:-15px;
	background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/images/btn-prev-slider.png);
}*/
.feature-brand-block .owl-dots,
.deal-block .owl-dots{
	display:none!important;
}
.feature-brand-block:hover .item a img{
	opacity:0.5;
}
.feature-brand-block .item a img:hover{
	opacity:1
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d7d7d5;
    border-radius: 30px;
    display: block;
    height: 16px;
    margin: 4px 4px;
    transition: opacity 200ms ease 0s;
    width: 16px;
}

#cpanel_wrapper {
	background: #e5e5e5;
	border: 1px solid #f3f3f3;
	border-right: none;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	position: fixed;
	top: 40px;
	width: 300px;
	z-index: 999;
	right: -302px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_btn {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/cpanel/bg-cpanel-head.png) repeat left center #405458 ;
	width: 40px;
	border-right: none;
	position: absolute;
	left: -41px;
	top: 8px;
	padding: 8px 0 9px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px 0 0 3px;
}
#cpanel_wrapper .cpanel-head {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/cpanel/bg-cpanel-head.png) repeat left center #405458 ;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 3px 10px 0 10px;
	float: left;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-reset {
    float: right;
    margin: -3px -10px 0 0;
    position: relative;
    z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
    border-color: rgba(0, 0, 0, 0) #0291FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    left: 3px;
    position: absolute;
    top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
    background: none repeat scroll 0 0 #0291FF;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: none;
    transition: all 0.2s ease 0s;
	color: #fff !important;
}
#cpanel_wrapper .cpanel-reset .btn:hover,
#cpanel_wrapper .cpanel-reset .btn:focus{
	outline: none;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
    padding-right: 25px;
	outline: none;
}
#ytcpanel_accordion .accordion-heading{
    background-color: #F9F9F9;
    background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
    background-repeat: repeat-x;
    border: 1px solid #BCBCBC;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    margin: -1px;
	padding: 7px 10px;
}
#ytcpanel_accordion .accordion-heading:hover {
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F5F5F5, #E0E0E0);
    background-repeat: repeat-x;
}
#ytcpanel_accordion .accordion-heading.accordion-open {
	background: #888888;
    background: linear-gradient(to bottom, #999999, #777777) repeat-x scroll 0 0 #8B8B8B;
    border-color: #777777;
    box-shadow: none;	
}
#ytcpanel_accordion .accordion-heading .accordion-toggle {
    color: #555555 !important;;
    font-size: 12px;
    font-weight: bold;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle i{
	color: #999999;
    float: left;
    font-size: 14px;
    margin: 2px 5px 0 0;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle,
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i{
	color: #fff !important;;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle 
.icon-expand-alt:before{
	content:"\f117";
}
#ytcpanel_accordion .accordion-group .collapse {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#ytcpanel_accordion .accordion-group .collapse:before {
    border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    left: 15px;
    position: absolute;
    top: -2px;
}
#ytcpanel_accordion{
	float: left;
	margin-top: 10px;
	width: 100%;
}
#ytcpanel_accordion .accordion-inner {
	padding: 10px 10px 10px;
	border: none;
}



#cpanel_wrapper option,#cpanel_wrapper optgroup,
#cpanel_wrapper input,#cpanel_wrapper select{
	background: none;
	color: #333;
}
#cpanel_wrapper select#select-store{
	padding: 3px 2px;
}

#cpanel_wrapper input.inputbox {
	border-radius: 0 0 0 0 !important;
	box-shadow: none !important;
	font-size: 11px !important;
	margin: 0 3px 0 0 !important;
	padding: 0 3px !important;
	width: 80px !important;
}

select.cp_select {
	font-size: 11px;
	height: auto;
	padding: 3px 2px;
	width: 120px;
	border-radius: 0px;
	color: #333;
}


.cpanel-head > span{
	float: left;
    margin-top: 5px;
	text-transform: uppercase;
}


.theme-color-heading {
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

.cpanel-theme-color .theme-color.active {
	box-shadow: 0 0 0 2px rgba(173, 35, 35, 1) inset;
}

.cpanel-theme-color .theme-color {
	background-color: #CCC;
	width: 38px;
	height: 25px;
	line-height: 35px;
	text-align: center;
	float: left;
	margin: 0 4px 5px 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cpanel-theme-color .theme-color:hover {
	opacity: 0.7;
}
.cpanel-theme-color .theme-color.yellow {
	background-color: #FCC90F;
}
.cpanel-theme-color .theme-color.blue {
	background-color: #00abf0;
}
.cpanel-theme-color .theme-color.tangerine {
	background-color: #e34931;
}
.cpanel-theme-color .theme-color.emerald {
	background-color: #009975;
}
.cpanel-theme-color .theme-color.green {
	background-color: #3ab54a;
}





#ytcpanel_accordion .accordion-group {
	border:1px solid #bcbcbc;
	margin-bottom: 5px;
}
#ytcpanel_accordion .accordion-inner{
	background: #fff;
}

/*#ytcpanel_accordion .accordion-group.cpanel-typography{
	border: none;
	padding-bottom: 0;
}
*/

#ytcpanel_accordion .cp-item {
	width: 33%;
	float: left;
}
#ytcpanel_accordion .cp-item > span.
#ytcpanel_accordion .store-switcher > span{
	width: 100%;
	float: left;
	margin-bottom: 2px;
}

#ytitem_3 .cp-item,
#ytitem_7 .cp-item{
	margin-bottom: 5px;
}
#ytitem_4 .cp-item,
#ytitem_5 .cp-item{
	margin-bottom: 5px;
	width: 100%;
}

#ytcpanel_accordion .cp-item.body-background-image {
	width: 100%;
	margin-bottom: 0;
}

#ytcpanel_accordion .cpanel-typography .cp-item {
	width: 50%;
}



.cp-item .pattern {
	height: 20px;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #CCC;
	float: left;
	cursor: pointer;
	text-indent: -999em;
	background-color: #f5f5f5;
}

.cp-item .pattern:hover {
	background-color: #ccc;
	border-color: #535353;
}

.cp-item .pattern.active {
	border-color: #535353;
}

#cpanel_wrapper a.reset {
	margin: 0 0 0 10px;
	color: #000;
}

.cpanel-input {
	padding: 1px 5px !important;
	width: 30px;
	font-size: 11px !important;
}

.cpanel-select {
	height: auto;
	padding: 2px !important;
	width: 90px;
	font-size: 11px !important;
}

#cpanel_btn i {
	vertical-align: top;
}

#cpanel_btn i:before {
	font-size: 18px;
}

/**----css menu mobile----***
/*sidebar*/
#yt-responsivemenu .btn.btn-navbar{
    top:-50px;
    left:0;
    margin:0;
    position:absolute;
    padding:0;
    line-height:100%;
    outline:none;
    border-radius:0;
    width:50px;
    height:50px;
    border:none;
}
#yt-responsivemenu .btn.btn-navbar .icon-th-list{
    font-size:20px;
    color:#fff;
}
#yt-responsivemenu .btn.btn-navbar:hover{
    color:#fff;
}
#yt_resmenu_sidebar{
    display:none;
}
.onpen-sidebar .yt_ressidebar_screennav{
    left:0;
}
.yt_ressidebar_screennav{
    background:#222;
    left:-220px;
    top:0;
    margin:0;
    position:absolute;
    width:220px;
    height:100%;
}
.yt_ressidebar_screennav #yt_screennav{
    background:#222;
}
#yt_screennav ul.siderbar-menu li ul{
    padding-left:15px;
}
#yt_screennav ul.siderbar-menu li a{
    padding:9px 0 9px 10px;
    line-height:100%;
    display:block;
    border-bottom:1px solid #2c4246;
}
#yt_screennav ul.siderbar-menu li a{
    color:#FFF;
}
#yt_screennav ul.siderbar-menu li a:hover{
    color:#FCC90F;
}
/*collapse*/
#yt_resmenu_collapse{
    position:absolute;
    left:0;
    z-index:999;
    top:0px;
    width:100%;
}
#yt_resmenu_collapse ul.nav-menu{
    background-color:#222;
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active{
    color:#FFF;
}
#yt_resmenu_collapse ul.nav-menu > li > a{
    border-bottom:1px solid #2c4246;
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active,
#yt_resmenu_collapse ul.nav-menu > li.active > a > span,
#yt_resmenu_collapse ul.nav-menu > li:hover > a > span{
    color:#FFF;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a{
    padding:8px 10px;
    display:block;
}
.nav-collapse .nav-menu > li{
    float:none;
    position:relative;
    z-index:10;
}
ul.nav-menu li.parent{
    position:relative;
}
.nav-collapse .nav > li{
    float:none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before{
    content:"\f107";
    font-family:'FontAwesome';
    font-size:20px;
    display:block;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before{
    content:"\f106";
    font-family:'FontAwesome';
    font-size:20px;
    display:block;
}
ul.nav-menu li.parent .menuress-toggle{
    cursor:pointer;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    vertical-align:middle;
    width:40px;
    color:#909090;
}
ul.nav-menu li.parent > .res-wrapnav{
    height:0;
    opacity:0;
}
ul.nav-menu li.parent > .res-wrapnav ul{
    position:relative;
    z-index:1;
}
ul.nav-menu li.parent.open > .res-wrapnav{
    display:block;
    opacity:1;
    background:#2B2B2B;
    border-bottom:1px solid #2c4246;
}
ul.nav-menu li.parent > .res-wrapnav ul li{
    padding:5px 5px 5px 15px;
}
/*selectbox*/
#yt-responsivemenu .menu-selectbox{
    position:relative;
    top:0px;
}
#yt-responsivemenu .menu-selectbox > select{
    opacity:0;
    padding:0;
    height:50px;
    width:50px;
    /*width: 100%;*/
    position:absolute;
    left:0;
    top:-50px;
    z-index:2;
}
#yt-responsivemenu .menu-selectbox > select > option{
    width:200px;
    padding:5px 10px;
}

#crosssell-products-list .one-row {
	width: 235px;
	height: auto;
	display: block;
}
#crosssell-products-list .xs-one-row{
    width:auto;
    float:left;
}
#crosssell-products-list .xs-one-row > a{
    margin-left:0 !important;
}
#crosssell-products-list .item .btn-cart-disabled{
    margin-right:5px;
}
@media (max-width:1200px) and (min-width:767px){
    .one-row{
        width:100%;
        display:block;
        height:32px;
        float:left;
        margin-top:5px;
    }
    .one-row .btn-product{
        margin-left:0 !important;
    }
}
/***----------------------Device---------------------------***/
@media (min-width:1200px){
    .layout-boxed #yt_wrapper{
        width:1200px;
    }
    .menu-on-top{
        position:fixed !important;
        top:0;
        left:0;
        width:100%;
        z-index:999;
    }
    .menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
        width:0px;
        height:0px;
    }
    #yt_header.header2-wrap .yt-header-middle.menu-on-top{
        padding:10px 0;
        border-bottom:1px solid #ddd;
    }
    .products-list .product-list-left{
        width:26%;
        margin-right:10px;
    }
    .sm-serachbox-pro .sm-searbox-content{
        display:block !important;
    }
    /*-----------MORE HOME PAGE LAYOUT-----------*/
    .header2-wrap .headerv2-newsletter-wrap,
    #yt_header.header2-wrap #yt_header_left{
        padding-right:22px;
    }
    .header2-wrap .headerv2-banner-wrap,
    #yt_header.header2-wrap .yt-header-middle2-right{
        padding-left:15px;
    }
    #yt_header.header2-wrap #yt_header_right{
        margin-left:0px;
    }

}
@media (max-width:1199px){
    .detail-blog .postWrapper .postContent > p > img,
    .detail-blog .postWrapper .postContent > img{
        width:100%;
    }
    .price_filter .price-to{
        margin-left:0px;
    }
    #yt_sticky_header .mega-horizontal-right,
    #yt_header .mega-horizontal-right{
        margin-left:0px;
    }
    .banner-right-home .banner-righthome a img{
        width:100%
    }
    .banner-home .banner2 a img{
        width:100%;
    }
    .products-grid .item .item-inner{
        min-height:420px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .layout-boxed #yt_wrapper{
        width:1000px;
    }
    .sm_quickview_handler{
        display:none !important;
    }
    .menu-on-top{
        position:fixed !important;
        top:0;
        left:0;
        width:100%;
        z-index:999;
    }
    .menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
        width:0px;
        height:0px;
    }
    #yt_header.header2-wrap .yt-header-middle.menu-on-top{
        padding:10px 0;
        border-bottom:1px solid #ddd;
    }
    .sm-serachbox-pro .sm-searbox-content{
        display:block !important;
    }
    /*--------homepage-----------*/
    #yt_sticky_header .head-cart,
    #yt_header .head-cart{
        width:25%;
    }
    #yt_sticky_header.header1-wrap .head-searchbox,
    #yt_header.header1-wrap .head-searchbox{
        width:75%;
    }
    .header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding:0 10px !important;
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head{
        padding:0 10px !important;
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn{
        width:760px;
    }
    .banner-right-home .righthome2{
        margin:8px 0;
    }
    .banner-policy .policy2,
    .banner-policy .policy{
        padding:0 15px;
    }
    .products-grid .item .item-inner .product-info{
        padding:0 3px 20px 4px;
    }
    /*--------listing-----------*/
    #yt_main .yt-product-detail .sm-slider .item,
    .products-grid .item{
        min-height:365px;
    }
    #narrow-by-list dd #price-filter-min-text{
        margin-right:2%;
    }
    #narrow-by-list .item-filter .a-right{
        float:left;
        margin-top:10px;
        margin-bottom:20px;
    }
    .sm-basic-products .bs-review .rating-links{
        display:none;
    }
    /*----detail----*/
    .yt-product-detail #yt_tab_reviewform .reviewform-col2{
        padding-left:0;
    }
    .yt-product-detail #yt_tab_reviewform .reviewform-col1{
        padding-right:0;
    }
    .policy-detail .banner-policy .policy1{
        padding:32px 15px;
    }
    .policy-detail .banner-policy .policy3{
        padding:32px 15px;
    }
    /*---other----*/
    .respl-item .w-image-box .item-image a > img{
        width:100%;
    }
    /*-----------MORE HOME PAGE LAYOUT-----------*/
    /*--V2--*/
    #yt_header.header2-wrap .logo{
        text-align:center;
    }
    #yt_header.header4-wrap .rev_slider_wrapper,
    #yt_header.header4-wrap .rev_slider,
    #yt_header.header3-wrap .rev_slider_wrapper,
    #yt_header.header3-wrap .rev_slider,
    #yt_header.header2-wrap .rev_slider_wrapper,
    #yt_header.header2-wrap .rev_slider{
        width:100% !important;
    }
    .header2-wrap .headerv2-banner-wrap .headev2-banner a img{
        width:100%;
    }
    .header2-wrap .block-newsletter{
        width:100%;
    }
    .header2-wrap .block-newsletter #newsletter-validate-detail .input-box{
        width:190px;
    }
    .header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter{
        width:150px;
    }
    .header2-wrap .v2-banner3,
    .header2-wrap .v2-banner4{
        width:48.8%;
    }
    .header2-wrap .block-newsletter{
        padding:16px 20px;
    }
    .homepagev3 .yt-tab-listing .respl-tabs-wrap ul li.respl-tab,
    .homepagev2 .yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
        padding:9px 10px;
    }
    .homepagev3 .collections li,
    .homepagev2 .collections li{
        width:24%;
    }
    .homepagev3 .collections li.collect5,
    .homepagev2 .collections li.collect5{
        display:none;
    }
    /*--V3--*/
    .header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
        padding:0 10px !important;
    }
    #yt_header.header3-wrap .head-searchbox{
        width:100%;
    }
    .header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
        width:38% !important;
    }
    .header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:62% !important;
    }
    .header3-wrap .v3-bottom-right a img{
        width:100%;
    }
    .block-policy-v3 .policy2 .policy-inner{
        padding:20px 10px !important;
    }
    .block-policy-v3 .policy .policy-inner{
        padding:20px 25px;
    }
    .sm-deal-wrap .item-deal .item-image a img{
        width:100%;
    }
    .header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
        width:25% !important;
    }
    .header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
        padding:0 15px;
    }

}
@media (max-width:991px){
    #cpanel_wrapper{
        display:none;
    }
    /*-----general-----*/
    .sm_quickview_handler{
        display:none !important;
    }
    #cpanel_btn{
        display:none;
    }
    #yt_menu_short,
    .yt-menu{
        display:none;
    }
    .yt-responsivemenu{
        display:block !important;
    }
    .yt_ressidebar_screennav{
        display:block;
    }
    .price_filter .price-to{
        margin-left:0px;
    }
    .onpen-sidebar #yt_wrapper{
        left:220px;
        padding-left:10px;
    }
    /*----end general-----*/
    /*--------homepage-----------*/
    #location-popup{
        width:100%;
    }
    .social-fixed{
        display:none;
    }
    #yt_header.header1-wrap .logo{
        text-align:center;
        margin-bottom:20px;
    }
    #yt_sticky_header .yt-header-middle,
    #yt_header .yt-header-middle{
        padding:30px 0;
    }
    #yt_sticky_header.header1-wrap .head-searchbox,
    #yt_header.header1-wrap .head-searchbox{
        margin-left:0px;
    }
    #yt_sticky_header .head-cart,
    #yt_header .head-cart{
        width:24%;
    }
    #yt_sticky_header.header1-wrap .head-searchbox,
    #yt_header.header1-wrap .head-searchbox{
        width:76%;
    }
    #yt_header_right{
        padding-left:0px;
    }
    /*-----------MORE HOME PAGE LAYOUT-----------*/
    .header4-wrap #yt_resmenu_collapse{
        top:50px;
    }
    .header4-wrap #yt-responsivemenu .menu-selectbox > select,
    .header4-wrap #yt-responsivemenu .btn.btn-navbar{
        top:0px;
    }
    #yt_header.header4-wrap .rev_slider_wrapper,
    #yt_header.header4-wrap .rev_slider,
    #yt_header.header3-wrap .rev_slider_wrapper,
    #yt_header.header3-wrap .rev_slider,
    #yt_header.header2-wrap .rev_slider_wrapper,
    #yt_header.header2-wrap .rev_slider{
        width:100% !important;
    }
    /*--V4--*/
    .header4-wrap .header-top-2{
        display:none;
    }
    .header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
        width:25% !important;
    }
    .header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:70% !important;
    }
    .header4-wrap .v4-bottom-left{
        padding-right:0px;
    }
    .header4-wrap .v4-bottom-right{
        padding-left:0px;
        margin-top:20px;
    }
    .block-policy-v3 .policy2,
    .block-policy-v3 .policy1{
        margin-bottom:10px;
    }
    /*--V3--*/
    .header3-wrap .welcome-msg{
        display:none;
    }
    .header3-wrap .yt-header-middle2-right{
        padding-left:0px;
    }
    .header3-wrap .v3-bottom-right{
        display:none;
    }
    .header3-wrap .v3-bottom-left{
        padding-right:0;
        float:left;
    }
    .homepagev2 .collections li,
    .homepagev3 .collections li{
        width:49%;
    }
    .homepagev2 .collections li.collect6,
    .homepagev3 .collections li.collect6{
        display:block;
    }
    .homepagev2 .collections li.collect1,
    .homepagev2 .collections li.collect2,
    .homepagev2 .collections li.collect3,
    .homepagev2 .collections li.collect4,
    .homepagev3 .collections li.collect1,
    .homepagev3 .collections li.collect2,
    .homepagev3 .collections li.collect3,
    .homepagev3 .collections li.collect4{
        margin-bottom:10px;
    }
    /*----V2----*/
    .header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
        width:24% !important;
    }
    .header2-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:76% !important;
    }
    .header2-wrap .headerv2-banner-wrap{
        display:none;
    }
    .header2-wrap .headerv2-newsletter-wrap{
        padding-right:0px;
    }
    .header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter,
    .header2-wrap .block-newsletter #newsletter-validate-detail .input-box,
    .header2-wrap .yt-header-bottom .header-bottom,
    .header2-wrap .block-newsletter{
        width:100%;
    }
    .header2-wrap .block-newsletter .block-title{
        text-align:center;
    }
    .header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
        padding:0 15px;
    }
    .cart-collaterals .crosssell #crosssell-products-list .product-name{
        height:42px;
    }
    .language-currency .language-switcher .overwrite-switch span span.show-for-medium{
        display:block;
    }
    .language-currency .language-switcher .overwrite-switch span span.show-for-small{
        display:none;
    }
}
@media (min-width:992px){
    .language-currency .language-switcher .overwrite-switch span span.show-for-small{
        display:block;
    }
    .language-currency .language-switcher .overwrite-switch span span.show-for-medium{
        display:none;
    }
    .desktop-hide {
        display:none!important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .yt-responsivemenu{
        display:block !important;
    }
    .yt_ressidebar_screennav{
        display:block;
    }
    #cpanel_wrapper{
        display:none;
    }
    .layout-boxed #yt_wrapper{
        width:768px;
    }
    .sm-serachbox-pro .sm-searbox-content{
        display:block !important;
    }
    /*------home page---------*/
    #yt_header .header-bottom .inner{
        width:90%;
    }
    .banner-top .bannertop3-2{
        margin-top:19px;
    }
    .products-grid .item{
        min-height:475px;
    }
    .header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
        padding:0 15px;
    }
    .sm-categories .cat-wrap{
        padding:0 10px;
    }
    /*--------------------home-------------------------*/
    #yt-responsivemenu .btn.btn-navbar:hover{
        background-color:#7d7d7d;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding:0 10px !important;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column{
        min-width:140px;
    }
    .banner-right-home .righthome2{
        margin:9px 0;
    }
    .yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
        padding:9px 10px;
    }
    .yt-tab-listing .respl-items-container .respl-items .respl-item{
        margin-bottom:30px;
    }
    .yt-tab-listing .products-grid .item{
        margin-bottom:0px;
    }
    .banner-home .banner2-3{
        display:none;
    }
    .collections li{
        width:32%;
    }
    .collections li.collect1,
    .collections li.collect2,
    .collections li.collect3{
        margin-bottom:20px;
    }
    .sm-categories .cat-wrap .content-box .inner{
        padding-bottom:25px;
    }
    .spotlight-wrap .spotlight3,
    .spotlight-wrap .spotlight4{
        margin-top:20px;
    }
    /*-----------------------listing-----------------------*/
    #narrow-by-list dd #price-filter-min-text{
        margin-right:2%;
    }
    #narrow-by-list .item-filter .a-right{
        float:left;
        margin-top:10px;
        margin-bottom:20px;
    }
    .products-grid .item{
        min-height:372px;
    }
    .category-blog .toolbar .view-mode-wrap{
        width:0;
    }
    .category-blog .toolbar .pager-wrapper,
    .category-blog .toolbar .toolbar-center{
        width:50%;
        float:right;
    }
    .toolbar .sort-by-wrap{
        width:100%;
    }
    .toolbar .pagination-wrap{
        width:100%;
    }
    .sm-basic-products .bs-review .rating-box{
        margin-right:15%;
    }
    .slider-tabl.category-products .item .product-image{
        text-align:center;
    }
    .header1-wrap .slider-tabl.category-products .item .product-image a img{
        width:auto;
    }
    .header1-wrap .slider-tabl.category-products .item-inner .product-image .image-hover{
        left:14%;
    }
    .products-grid .item .item-inner .product-info{
        padding:0 8px 20px;
    }
    #narrow-by-list dd #button-price-slider{
        margin-top:10px !important;
    }
    .toolbar-top .toolbar{
        padding:10px 0;
    }
    .toolbar-top .toolbar .pager-wrapper,
    .toolbar-bottom .toolbar .toolbar-center,
    .toolbar-bottom .toolbar .view-mode-wrap{
        display:none;
    }
    .toolbar-blog-comment .toolbar .toolbar-center{
        width:100%;
    }
    .toolbar-blog-comment .toolbar .toolbar-center .sort-by-wrap,
    .toolbar-blog-comment .toolbar .toolbar-center .limiter-wrap{
        display:block;
        width:50%;
        float:left;
    }
    .toolbar-blog-comment .toolbar .pager-wrapper,
    .toolbar-blog-comment .toolbar .view-mode-wrap{
        display:none;
    }
    .toolbar .pagination-wrap .inner{
        float:left;
    }
    .toolbar .pager-wrapper{
        padding-left:0;
    }
    /*------------------------detail page---------------------------*/
    .yt-custom-block{
        float:left;
        margin-top:30px;
        display:none;
    }
    .cart-collaterals select,
    .cart-collaterals input,
    #postcode{
        width:200px;
    }
    /*-----other----------------*/
    #postComment .form-list .input-box label{
        width:15%;
    }
    #postComment #comment{
        width:85%;
    }
    .my-account th .nobr{
        white-space:inherit !important;
    }
    #blog-detail .postWrapper .postContent img{
        width:100%;
    }
    .contact-page .contact-us-left{
        padding-right:0px;
    }
    .page-about .row1-left{
        text-align:center;
        margin-bottom:20px;
    }
    .page-about .about-row1 .row1-right .row1-right-cont2{
        margin-top:30px;
    }
    .page-about .about-row2 .row2 .about-img{
        text-align:center;
    }
    /*--------MORE HOME PAGE LAYOUT----------*/
    .homepagev2 .yt-tab-listing .respl-wrap,
    .homepagev3 .yt-tab-listing .respl-wrap{
        margin-top:32px;
    }
    .homepagev2 .yt-tab-listing .title-text,
    .homepagev3 .yt-tab-listing .title-text{
        border-bottom:none;
    }
    .wrapper_404page .content-404page{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    .img-right-404{
        text-align:center;
        margin-top:30px;
    }
}
@media (max-width:767px){

    /* ------------- Fixed header ------------- */
    #yt_wrapper{
        height:100%;
        overflow:visible !important;
        float:left;
        vertical-align:middle;
        width:100%;
    }
    #yt_sticky_header{
        height:35px;
    }
    .sticky{
        top:0;
        bottom:0;
        left:0;
        right:0;
    }
    #yt_content{
        z-index:1 !important;
        position:relative;
    }
    #yt_header{
        z-index:9999 !important;
        position:relative;
    }
    #yt_header .yt-header-middle{
        background:white;
    }
    .sticky .yt-header-middle{
        padding-top:0 !important;
    }
    #yt_header.bottom-space{
        margin-bottom:37px;
    }
    .sticky.stickyPosition{
        position:-webkit-sticky;
        position:-moz-sticky;
        position:-o-sticky;
        position:-ms-sticky;
        position:sticky;
    }

    .sticky.staticPosition{
        position:static;
    }

    .sticky.fixedPosition{
        position:fixed !important;
    }
    #yt_header{
        height:auto;
    }
    #yt_header{
        top:0;
    }
    #yt_header.fixed{
        position:fixed;
        left:0;
        top:0;
    }
    #yt_header.fixed .yt-header-top{
        display:none;
    }
    #yt_header.fixed .yt-header-middle{
        padding:0
    }
    #yt_header.fixed .yt-header-middle .logo{
        display:none;
    }
    #yt_header.fixed .yt-header-middle .header-middle-right{
        text-align:right;
        height:0;
        padding-left:45px;
        width:100%
    }
    #yt_header.fixed .yt-header-bottom #yt_header_right{
        display:none;
    }

    #yt_sticky_header .yt-header-middle .head-searchbox,
    #yt_header .yt-header-middle .head-searchbox{
        position:absolute;
        float:none;
        display:inline-block;
        height:34px;
        width:calc(100% - 78px);
        left:78px;
    }
    #yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
        width:30px;
        height:30px
    }
    #yt_sticky_header .sm-serachbox-pro,
    #yt_header .sm-serachbox-pro{
        background:none;
        position:relative;
        width:100%;
        border:none;
        padding-right:2px;
    }
    .header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:100% !important;
        padding-right:34px;
    }
    .sm-serachbox-pro .sm-searbox-content .form-search > input{
        height:30px;
        line-height:30px;
        width:100%;
    }
    .yt-responsivemenu{
        display:block !important;
    }
    .yt_ressidebar_screennav{
        display:block;
    }
    #cpanel_wrapper{
        display:none;
    }
    #yt_header .header-bottom{
        padding-left:10px;
        padding-right:10px;
    }
    #yt_content #yt_main .columns-w{
        overflow:hidden;
    }
    #yt_footer .container .row{
        padding:0 5px;
    }
    #yt-responsivemenu .btn.btn-navbar{
        left:10px;
    }
    #checkout-progress-wrapper{
        display:none;
    }
    /***--------------------header-------------------------***/
    .language-currency .switcher-wrap .switch-content{
        /*left: 1px;*/
        width:100%;
    }
    #yt_header .language-currency{
        padding-right:0px;
        position:relative;
        z-index:2;
    }
    .language-currency .switcher-wrap{
        width:50%;
    }
    .language-currency .language-switcher{
        width:auto;
    }
    .header1-wrap .language-currency .currency-switcher .overwrite-switch{
        border-right:none;
    }
    .language-currency .inner{
        width:100%;
    }
    .head-quicklink{
        position:relative;
        z-index:1;
    }
    #yt_sticky_header .yt-header-middle,
    #yt_header .yt-header-middle{
        padding:23px 0 0 0;
    }
    #yt_sticky_header .mega-horizontal-right,
    #yt_header .mega-horizontal-right{
        display:none;
    }
    .sm-serachbox-pro .jqTransformSelectWrapper{
        display:none;
    }
    .header-middle-right{
        background-color:#405458;
    }
    #btn-searchbox-mobile{
        display:block;
    }
    #yt_sticky_header.header1-wrap .mega-horizontal-wrap,
    #yt_header.header1-wrap .mega-horizontal-wrap{
        height:34px;
        line-height:34px;
    }
    .sm-serachbox-pro{
        width:100%;
        right:37px;
        margin:0;
    }
    .sm-serachbox-pro .sm-searbox-content{
        background:none;
        display:block;
        right:0;
        margin-top:2px;
        padding:0;
        width:100%;
        display:block;
    }
    .sm-serachbox-pro .jqTransformInputWrapper{
        width:100% !important;
    }
    .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
        height:30px;
        line-height:30px;
    }
    .mini-cartpro .block-title .btn-toggle .detail-minicart{
        display:none;
    }
    .header1-wrap .mini-cartpro .block-title .show-cart-button{
        margin-top:0px;
    }
    .mini-cartpro .block-title .btn-toggle{
        padding-left:36px;
    }
    .mini-cartpro .block-title .show-cart-button:before{
        height:35px;
    }
    .mini-cartpro .block-content:before{
        right:13px;
    }
    .mini-cartpro .block-content{
        top:40px;
        right:1px;
    }
    #yt-responsivemenu .btn.btn-navbar{
        width:35px;
        height:35px;
    }
    #yt-responsivemenu .btn.btn-navbar .icon-th-list{
        font-size:18px;
    }
    #yt-responsivemenu .btn.btn-navbar{
        top:-35px;
        left:0px;
        border-right:1px solid #777;
    }
    #yt_header.header1-wrap .head-quicklink .links li.first{
        padding-right:0;
    }
    #yt_header.header1-wrap .head-quicklink .links li.first.inactive{
        padding-right:11px;
    }
    #yt_header.header1-wrap .head-quicklink .links li.first a.desktop{
        display:none;
    }
    /*------------------------home page--------------------------*/
    #location-popup img{
        width:100%;
    }
    #location-popup .col2{
        display:none;
    }
    #location-popup .col1{
        width:100%;
    }
    #location-popup .inner{
        padding:20px;
    }
    #custom_popular_search{
        display:none;
    }
    .slideshow-wrap{
        width:100%;
        margin-right:0;
        margin-top:10px;
    }
    .slideshow-wrap .tp-caption.market-slide3-btn-buynow,
    .tp-caption.market-slide1-btn-shopnow{
        display:none;
    }
    .banner-right-home{
        width:100%;
        display:none;
    }
    .banner-policy{
        display:none;
    }
    .respl-tabs-container .respl-tabs-wrap{
        float:none;
        margin-right:50px;
        margin-top:40px;
    }
    .yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel{
        border:none !important;
    }
    .yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    .yt-tab-listing .respl-items-container .respl-items .respl-item{
        margin:0;
        padding:0 4px;
    }
    .banner-home .banner2-1{
        margin-bottom:30px;
        float:left;
    }
    .banner-home .banner2-3{
        margin-top:30px;
        float:left;
    }
    .collections li{
        margin-bottom:20px;
        width:100%;
    }
    .collections li.collect6{
        margin-bottom:0;
    }
    .sm-categories{
        margin:0;
        padding:10px;
    }
    .sm-categories .cat-wrap .content-box .inner{
        padding-bottom:20px;
    }
    .yt-payment,
    .spotlight-wrap .spotlight .block-title{
        padding-top:10px;
    }
    .hotcate-wrap .block-title{
        margin:0 10px;
    }
    /*-----------------listing---------------------*/
    #yt_main{
        clear:both;
    }
    #yt_pathway ul.breadcrumbs li{
        margin-bottom:3px;
    }
    #yt_main #yt_main_right, .yt-main-right{
        padding:0px;
    }
    #yt_main_left, #yt_left{
        padding-left:10px;
        padding-right:10px;
    }
    .toolbar .toolbar-center{
        margin-top:10px;
    }
    .toolbar .pager-wrapper{
        margin-top:8px;
    }
    .toolbar .pagination-wrap{
        width:100%;
        text-align:center;
    }
    .toolbar .pagination-wrap .inner{
        float:none;
        display:inline-block;
    }
    .products-list .item .product-info{
        padding-left:0;
        float:left;
        margin-top:20px;
    }
    .mobile-filter-display{
        display:none;
    }
    #yt_left .category-filter-button{
        display:block;
    }
    /*--------------detail page-------*/
    #product_addtocart_form{
        margin-right:0px;
    }
    .yt-product-detail .yt-detail-left{
        padding-right:0;
    }
    .yt-product-detail .yt-detail-right{
        margin-top:30px;
        padding-left:0;
    }
    .yt-product-detail .tab-product-detail .yt-tab-navi > li,
    .yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
        width:100%;
    }
    .yt-product-detail #yt_tab_reviewform .reviewform-col2{
        padding-left:0;
    }
    .yt-product-detail #yt_tab_reviewform .reviewform-col1{
        padding-right:0;
    }
    .yt-product-detail .more-views .jCarouselLite > ul > li{
        margin:0 4px;
    }
    .yt-product-detail .tab-product-detail .yt-tab-navi{
        width:100%;
    }
    .yt-product-detail .tab-product-detail .yt-tab-content{
        margin-left:0px;
        border-left:none;
    }
    /*------------------------other page---------------------------*/
    #product_comparison .add-to-links .link-wishlist{
        float:none;
        display:inline-block;
    }
    #product_comparison .rating-box{
        margin-left:45px;
    }
    /* blog */
    .list-blog .postWrapper .postRight{
        margin-top:20px;
    }
    #blog-detail .postWrapper .postContent img{
        width:100%;
    }
    #postComment .form-list .input-box label{
        width:100%;
    }
    #postComment #comment{
        width:100%;
    }
    /* about us */
    .sm_imageslider .owl-item img{
        width:100% !important;
    }
    .page-about img{
        width:100%;
    }
    /*contact*/
    #contactForm{
        margin-top:20px;
    }
    .contact-us-right{
        margin-top:30px;
    }
    .contact-page #contactForm .fields,
    .contact-page #contactForm .wide{
        width:100%;
    }
    /* about */
    .aboutus-page .des-about-us{
        clear:both;
        margin-left:0px;
        padding-top:20px;
        margin-bottom:20px;
    }
    /*account*/
    .account-login{
        /*padding: 0 15px;*/
    }
    .my-account .col2-set .col-1, .account-login .col2-set .col-1,
    .my-account .col2-set .col-2, .account-login .col2-set .col-2{
        width:100%;
        margin-bottom:15px;
    }
    .my-account .form-list .field{
        width:100%;
    }
    .my-account .link-reorder{
        float:none;
    }
    .my-account .pager .pages,
    .my-account .pager .limiter,
    .my-account .pager .amount{
        float:left;
        width:100%;
        text-align:left;
        padding:7px 0;
        border-bottom:1px dotted #e9e9e9;
    }
    .my-account .pager .amount{
        padding-top:0;
    }
    .my-account .pager .pages{
        padding-bottom:0;
        border:none;
    }
    .my-account .data-table tr td{
        display:block;
        border:none;
    }
    .my-account #wishlist-view-form .buttons-set{
        width:100%;
    }
    .my-wishlist #wishlist-view-form .buttons-set .button,
    #shopping-cart-table.cart-table .button{
        width:100%;
        margin-top:2px;
    }
    /*general*/
    .cart-collaterals .totals{
        margin-left:0px;
    }
    .my-account .data-table thead th,
    .my-account .data-table thead td,
    .my-account .data-table tr th,
    .my-account .data-table tr td,
    .my-account .data-table tfoot td,
    .my-account .data-table tr.first th,
    .my-account .data-table tr.first td,
    .catalog-product-compare-index .data-table thead th,
    .catalog-product-compare-index .data-table thead td,
    .catalog-product-compare-index .data-table tr.even th,
    .catalog-product-compare-index .data-table tr.odd td,
    .catalog-product-compare-index .data-table tr.odd th,
    .catalog-product-compare-index .data-table tr.even td,
    .catalog-product-compare-index .data-table tfoot td,
    .catalog-product-compare-index .data-table tr.first th,
    .catalog-product-compare-index .data-table tr.first td{
        display:block;
        float:none !important;
        text-align:center;
        width:auto !important;
        border:none !important;
    }
    .yt-product-detail .tab-product-detail .yt-tab-content{
        padding-left:5px;
        padding-right:5px;
    }
    #yt_tab_reviewform .data-table th{
        padding:10px 0px;
    }
    select{
        width:100%;
    }
    /*--cart--*/
    #yt_wrapper .checkout-types{
        float:right;
        margin-top:0;
        margin-bottom:20px;
    }
    #shopping-cart-table .hidden-mobile{
        display:none;
    }
    #shopping-cart-table th,
    #shopping-cart-table tr td{
        padding:10px 2px;
    }
    #shopping-cart-table tfoot td{
        padding:10px;
    }
    #yt_main .cart .page-title h1{
        margin-top:20px;
        margin-bottom:20px;
    }
    #shopping-cart-table .nowrap,
    #shopping-cart-table th .nobr{
        white-space:inherit !important;
    }
    /*----MORE HOME PAGE LAYOUT ----*/
    .respl-items-container .category-products.carousel{
        margin:0;
    }
    .respl-items-container .carousel-inner.products-grid .item-tab-listing{
        padding:0;
    }
    .respl-items-container .carousel-inner.products-grid .item-tab-listing .row{
        margin-left:0;
        margin-right:0;
    }
    .yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{
        padding:0 5px;
    }
    /*---V4 ---*/
    .header4-wrap #yt-responsivemenu .menu-selectbox > select,
    .header4-wrap #yt-responsivemenu .btn.btn-navbar{
        /*top: -35px;*/
        z-index:4;
    }
    #yt-responsivemenu .menu-selectbox > select{
        width:34px;
        height:35px;
    }
    .header4-wrap .yt-header-middle .header-middle-right .inner{
        float:left;
        margin-left:35px;
    }
    #yt_header.header4-wrap #select-language li a,
    .header4-wrap .language-currency .language-switcher .overwrite-switch span{
        text-indent:-999em;
        display:block;
    }
    .header4-wrap .language-currency .overwrite-switch{
        margin-bottom:2px;
    }
    .header4-wrap .language-currency .overwrite-switch span,
    #yt_header.header4-wrap #select-language li a{
        padding-left:0px;
    }
    .header4-wrap .language-currency .currency-switcher .overwrite-switch{
        float:left;
    }
    .header4-wrap .language-currency .language-switcher.switcher-wrap .switch-content{
        min-width:35px !important;
    }
    .header4-wrap .language-currency .currency-switcher.switcher-wrap .switch-content{
        min-width:60px !important;
    }
    .header4-wrap .language-currency .language-switcher ul li{
        padding:4px 0;
    }
    .header4-wrap .language-currency .switcher-wrap .switch-content{
        right:auto !important;
        left:0 !important;
    }
    .header4-wrap .header-middle-right{
        padding-top:0;
    }
    #yt_header.header4-wrap .yt-header-middle{
        padding-bottom:0px;
    }
    .header4-wrap .wishlist-compare{
        display:none;
    }
    .header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4{
        display:none;
    }
    #yt_header.header4-wrap .yt-header-middle2{
        height:35px;
        margin-top:-35px;
    }
    .header4-wrap .yt-header-middle2-right{
        margin-top:-42px;
        float:right;
        z-index:3;
        width:50%;
    }
    .header4-wrap .mini-cartpro.block .block-title{
        border-bottom:none;
        height:35px;
        border-radius:0;
        width:35px;
        padding:0 7px;
    }
    .header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:100% !important;
    }
    #yt_header.header4-wrap .logo{
        text-align:center;
        margin-bottom:30px;
    }
    .header4-wrap .v4-bottom-right{
        padding-left:10px;
        padding-right:10px;
    }
    .headerv4-policy-wrap .policy3{
        margin-bottom:10px;
    }
    .block-policy-v3{
        padding-left:10px;
        padding-right:10px;
    }
    /*----V3----*/
    #yt_header.header3-wrap .head-quicklink .links li a,
    #yt_header.header2-wrap .head-quicklink .links li a{
        text-indent:-99em;
        overflow:hidden;
        padding-left:0;
        text-align:center;
    }
    #yt_header.header3-wrap .head-quicklink .links li,
    #yt_header.header2-wrap .head-quicklink .links li{
        width:34px;
    }
    .header3-wrap .header-top-2 .inner,
    .header2-wrap .header-top-2 .inner{
        padding-right:10px;
    }
    #yt_header.header2-wrap #select-language li a,
    .header2-wrap .language-currency .language-switcher .overwrite-switch span,
    #yt_header.header3-wrap #select-language li a,
    .header3-wrap .language-currency .language-switcher .overwrite-switch span{
        text-indent:-999em;
        display:block;
    }
    .header2-wrap .language-currency .language-switcher .overwrite-switch,
    .header3-wrap .language-currency .language-switcher .overwrite-switch{
        width:34px;
    }
    .header2-wrap .language-currency .overwrite-switch span,
    #yt_header.header2-wrap #select-language li a,
    .header3-wrap .language-currency .overwrite-switch span,
    #yt_header.header3-wrap #select-language li a{
        padding-left:0px;
    }
    .header2-wrap .language-currency .currency-switcher .overwrite-switch,
    .header3-wrap .language-currency .currency-switcher .overwrite-switch{
        float:left;
    }
    .header2-wrap .language-currency .language-switcher.switcher-wrap .switch-content,
    .header3-wrap .language-currency .language-switcher.switcher-wrap .switch-content{
        min-width:35px !important;
    }
    .header2-wrap .language-currency .currency-switcher.switcher-wrap .switch-content,
    .header3-wrap .language-currency .currency-switcher.switcher-wrap .switch-content{
        min-width:60px !important;
    }
    .header2-wrap .language-currency .language-switcher ul li,
    .header3-wrap .language-currency .language-switcher ul li{
        padding:4px 0;
    }
    .header2-wrap .language-currency .switcher-wrap .switch-content{
        left:auto !important;
        right:0 !important;
    }
    .header3-wrap .language-currency .switcher-wrap .switch-content{
        right:auto !important;
        left:0 !important;
    }
    .header2-wrap .language-currency .overwrite-switch:after,
    .header3-wrap .language-currency .overwrite-switch:after{
        display:none;
    }
    .header2-wrap .language-currency .switcher-wrap,
    .header3-wrap .language-currency .switcher-wrap{
        width:auto;
    }
    .header3-wrap .header-middle-right .phone-contact{
        display:none;
    }
    .header3-wrap .header-middle-right{
        background-color:#fff;
        padding-top:0;
    }
    #yt_header.header2-wrap .logo,
    #yt_header.header3-wrap .logo{
        text-align:center;
        margin-bottom:30px;
    }
    .header3-wrap .yt-header-middle2{
        border-top:none;
        border-bottom:none;
        box-shadow:none;
    }
    .header3-wrap .language-currency .switcher-wrap .switch-content{
        right:0 !important;
        left:auto !important;
    }
    .header3-wrap .sm-serachbox-pro{
        margin:-1px 0 0 0;
    }
    .header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:100% !important;
    }
    .header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        padding-right:34px;
    }
    #yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
        width:34px;
        height:34px;
        background-color:#405458;
    }
    #yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span{
        color:#fff;
    }
    #yt_header.header3-wrap .head-cart{
        margin-top:2px;
    }
    .header3-wrap .headerv3-policy-wrap{
        display:none;
    }
    .header3-wrap .homepagev3 #yt_content{
        z-index:2;
    }
    .header3-wrap #yt-responsivemenu .btn.btn-navbar{
        top:0;
        background-color:#405458;
    }
    .header3-wrap .yt-header-middle2{
        height:35px;
        background:#405458;
    }
    .sm_megamenu_wrapper_horizontal_menu{
        display:none;
    }
    .homepagev3 #yt_resmenu_collapse{
        top:35px;
    }
    .header3-wrap #yt-responsivemenu .menu-selectbox > select{
        top:0;
    }
    /*------------V2---------*/
    .header2-wrap .welcome-msg{
        display:none;
    }
    .homepagev2 .yt-tab-listing .carousel-control-wrap{
        margin-top:-55px;
    }
    .homepagev2 #yt_right,
    .homepagev2 #yt_main.yt-main-left{
        padding-left:10px;
        padding-right:10px;
    }
    .homepagev2 .v2-banner-home{
        display:none;
    }
    .header2-wrap .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
        display:none;
    }
    #yt_header.header2-wrap .yt-header-middle{
        padding:30px 0 0 0;
    }
    .header2-wrap .sm-serachbox-pro{
        margin:0px 5px 0 0;
    }
    #yt_header.header2-wrap .yt-header-middle2{
        background-color:#fff;
    }
    .header2-wrap .header-middle-right{
        height:35px;
    }
    #yt_header.header2-wrap .head-cart{
        margin-top:-5px;
    }
    .header2-wrap .sm-serachbox-pro{
        top:-36px;
        z-index:5;
    }
    .header2-wrap #yt-responsivemenu .btn.btn-navbar{
        top:-37px;
    }
    .header2-wrap .mini-cartpro .block-content{
        top:46px;
    }
    #yt_header.header2-wrap #yt_header_left{
        z-index:3;
    }
    #yt_header.header2-wrap .yt-header-top{
        z-index:6;
    }
    .wrapper_404page .content-404page{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    .wrapper_404page .content-404page .button-404{
        padding-bottom:30px;
    }
    .img-right-404{
        display:none;
    }
    #yt_main .yt-product-detail .sm-slider .vpi-wrap .item{
        padding:0 8px;
    }
    .products-grid .item .item-inner{
        min-height:auto;
        padding-bottom:10px;
    }
    .minicart-count{
        display:block;
    }
    .toolbar .pagination-wrap .pagination .pages ol li a:hover{
        background-color:#2C4246 !important;
        color:white !important;
    }
    .toolbar .pagination-wrap .pagination .pages ol li a.next:hover{
        background-position:-152px -2px;
    }
    .toolbar .pagination-wrap .pagination .pages ol li a.previous:hover{
        background-position:-1px -2px;
    }
}
@media (min-width:767px){

    #yt_header.header1-wrap .head-quicklink .links li.first a.mobile{
        display:none;
    }
    .toolbar .pagination-wrap .pagination .pages ol li a:hover{
        background-color:#FCC90F;
        color:#2C4246;
    }

    .header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a {
        height:50px;
    }
}
@media (min-width:479px) and (max-width:767px){
    .banner-home .banner2 a{
        float:none;
    }
    #yt_main .yt-product-detail .sm-slider .item,
    .products-grid .item,
    .yt-tab-listing .respl-items-container .respl-items .respl-item{
        width:50%;
    }
    /*.products-grid .item .item-inner .product-info{
        padding:0 5px 20px;
    }*/

}
@media (min-width:360px) and (max-width:767px){
    .toolbar .view-mode-wrap{
        width:25%;
    }
    .category-blog .toolbar .view-mode-wrap,
    .blog-index-list .toolbar .view-mode-wrap,
    .blog-post-view .toolbar .view-mode-wrap{
        display:none;
    }
    .category-blog .toolbar .toolbar-center,
    .blog-index-list .toolbar .toolbar-center,
    .blog-post-view .toolbar .toolbar-center{
        width:100%;
    }
    .toolbar .toolbar-center{
        margin-top:0px;
        width:75%;
        margin-right:-5px;
        float:right;
    }
    .products-grid .item .item-inner{
        min-height:auto;
    }
}
@media (max-width:439px){
    .products-grid .item .product-name{
        height:80px;
    }
    .category-products .item .product-addcart{
        height:52px;
    }
}
@media (max-width:359px){
    .category-products .item .product-addcart{
        max-width:100%;
    }
    .category-products .products-grid .item .wishlist-compare{
        display:block;
    }
    .one-row{
        height:auto !important;
    }
    .one-row .xs-one-row{
        width:auto;
        display:block;
        height:auto;
        float:left;
    }
    .one-row .xs-one-row > a{
        font-size:10px;
    }
    .one-row .wishlist-compare{
        margin-left:0 !important;
    }
}
@media (max-width:320px){
    /*	#addthis_wrap .addthis_button_pinterest_pinit,*/
    #addthis_wrap .addthis_counter{
        margin-top:10px;
    }
    .yt-product-detail .product-add-box{
        margin-top:10px;
    }
    .category-products .products-grid .item .product-addcart{
        height:76px;
    }
}
@media (min-width:320px) and (max-width:380px){
    .category-products .item .products-grid .product-addcart{
        height:57px;
    }
}
@media (max-width:670px){
    .cart-collaterals .crosssell #crosssell-products-list .product-name{
        height:72px;
    }
}
@media (max-width:540px){
    .cart-collaterals .crosssell #crosssell-products-list .product-name{
        height:46px;
    }
    .cart-collaterals .crosssell #crosssell-products-list .item .product-details{
        clear:left;
    }
    .one-row{
        width:100%;
        display:block;
        float:left;
        margin-top:5px;
    }
    .one-row .btn-product{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .one-row .xs-one-row{
        margin-right:5px;
        float:left;
    }
    #shopping-cart-table .cart-collaterals.cart-forms{
        height:auto;
    }
    #shopping-cart-table .cart-collaterals.cart-forms .discount-form .buttons-set{
        padding-top:0;
        padding-bottom:0;
    }
    #shopping-cart-table .cart-collaterals.cart-forms .discount-form .input-box{
        margin-right:10px;
    }
}
@media (max-width:479px){
    #crosssell-products-list .one-row{
        width:145px;
    }
    #yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"]{
        margin:0 0 0 40%;
    }
    .yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table > tbody > tr > td{
        padding:0;
    }
    .title-happy-about{
        left:10px;
    }
    .spotlight .inner{
        margin-left:40px !important;
    }
    .toolbar .pager-wrapper{
        padding-left:0px;
    }
    .cart-collaterals .crosssell #crosssell-products-list .product-name{
        height:102px;
    }
    .catalog-product-view .inventory-details .delivery-details table tbody tr td:nth-child(3),
    .catalog-product-view .inventory-details .delivery-details table thead tr th:nth-child(3){
        /*display:none;*/
    }
    .toolbar-bottom .toolbar-center .sort-by-wrap .sort-by label,
    .category-products .toolbar-center .sort-by-wrap .sort-by label{
        display:none;
    }
    .category-products .toolbar-center .limiter-wrap .limiter label{
        margin-left:0;
    }
    .products-grid .item .item-inner .product-info{
        height:250px;
    }
}
@media (max-width:360px){
    .category-products .toolbar-center{
        margin-top:0;
    }
    .cart .payments ul{
        float:left;
    }
    .cart .payments ul li:first-child{
        max-width:55%;
    }
    .cart .payments ul li:last-child{
        width:45%;
    }
    .cart .payments ul li .button{
        font-size:10px !important;
    }
    .cart .payments ul li .btn_default{
        height:33px;
        text-align:center;
        font-size:10px !important;
        padding-top:5px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
}
@media (max-width:300px){
    .category-products .products-grid .item .product-addcart .btn-cart{
        transform:scale(0.8);
        margin-left:-11px !important;
    }
    .language-currency,
    .head-quicklink{
        width:100%;
    }
    .language-currency{
        border-bottom:1px solid #ddd;
    }
}


/*title color hover*
.category-products .item .product-name a:hover,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab .respl-tab-label:hover,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover,
*end title color hover*/
/*--more layout--*/
.sm-deal-wrap .item-title a:hover,
#yt_header.header4-wrap .head-quicklink .links li:hover a,
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
.header2-wrap .login-regis a:hover,
/*---*/
.box-1-contact .store-info .list-info .item-info .info-content > h2 a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel .respl-tab-label,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a,

.language-currency ul li a.selected,
.language-currency ul li a:hover,


.aboutus-page .client-info-about .name,
.aboutus-page .our-member .info-member .cl-name > a,
#yt_footer a:hover,
.price-box ,
#narrow-by-list dd ol li .adj-nav-attribute:hover,
.mega-product .block-mega-products .item-box-content .product-price .price-box,
.mega-product .block-mega-products .item-box-content .product-name a:hover,
.megamenu3 .mega3-content .inner .mega3-col a:hover,
.mini-cartpro .block-content .mini-products-list li.item .product-name a:hover,
.sm_megamenu_wrapper_horizontal_menu .mega-home-content ul li:hover:before,
#nav > li > ul li:hover:before,
.yt-copyright a,
a:hover,
a:focus{
	color:#FCC90F;
}
#nav li.active > a,
#nav li ul li a:hover,
.yt-menu-nav > #nav > li > a:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head.sm_megamenu_actived{
	background-color:#FCC90F !important;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover,
.header4-wrap .mini-cartpro.block .block-title,
.header4-wrap .language-currency .overwrite-switch:hover,
.header4-wrap .wishlist-compare .block .block-title:hover,
#yt_wrapper .block-tags .actions .button:hover,
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box button,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a:after,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover:after,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
/*---*/

#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover,
.mini-cartpro .block-title .show-cart-button:before,
#yt_wrapper .page-title h1:after,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before,
#yt_main .sm-slider div.carousell-navigation-button:hover,
#yt_main .sm-slider .page-button .control-button li:hover,
.quickview-main .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart,
.quantity-box .quantity-controls:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover, 
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .popup-btn.hidden-phone > a:hover,
.hotcate-wrap .btn-viewmore,
.toolbar .view-mode-wrap .view-mode a:hover,
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
.spotlight4 li:hover .ico-contactus,
.spotlight4 .address:hover:before,
.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after,
#yt_main .yt-product-detail .sm-slider .block-title span:after,
#yt_right .block-title span:after,
.carousel-control-wrap .carousel-control-tab:hover,
.sm_quickview_handler:hover,
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button:hover,
#yt_header.header1-wrap .head-quicklink .links li.first,
#yt_header .head-quicklink .links li:hover,

.block-tags .tags-list li a:hover,
#yt_wrapper .button:hover,
/*#yt-responsivemenu .btn.btn-navbar:hover,*/
#checkout-progress-state li.active,
#checkout-progress-wrapper .block-content dt.complete, 
#checkout-progress-wrapper .block-content dt.complete a,

.catalog-product-compare-index .button:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover,
.toolbar .select-inner ul li a:hover,
#confirmbox #btcancel:hover,
#confirmbox .button.btn-cart:hover > span, 
#btcancel:hover, 
#btccart span:hover, 
#btcshop:hover span,
.pager li > a:hover, .pager li > a:focus, .pager li.current > a,
.top-offer-ico.ico-color-yellow,
.flag-footer-ico.ico-color-yellow
{
	background-color:#FCC90F;
	color: #2C4246;
}
.top-offer-ico.ico-color-yellow:before{
	border-color: transparent #FCC90F;
}
.block-policy-v3 .policy .policy-inner:hover,

#crosssell-products-list .item .wishlist-compare a.link-compare:hover,
#crosssell-products-list .item .wishlist-compare a.link-wishlist:hover,
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery:hover,
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery.actived,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover,
#yt_main .sm-slider div.carousell-navigation-button:hover,
#yt_main .sm-slider .page-button .control-button li:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover,
.basic-bestsale .bs-item-inner:hover .bs-image,
#yt_pathway  ul.breadcrumbs li.home:hover,
#yt_pathway  ul.breadcrumbs li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
.collections li a:hover,
.carousel-control-wrap .carousel-control-tab:hover,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel,
.sm_quickview_handler:hover,
.yt-product-detail .add-to-links li a:hover,
.category-products .item .wishlist-compare a:hover{
	border-color:#FCC90F;
}
.mini-cartpro .block-title .show-cart-button:before{
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/icon-sprite.png) -127px -65px;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove:hover {
	background:url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/del-minicart.png?v=2) no-repeat;
}
.block-policy-v3 .policy1 .policy-inner:hover span,
.banner-policy .policy1 a:hover span{
	background-image: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/ico-money.png);
}
.block-policy-v3 .policy2 .policy-inner:hover span,
.banner-policy .policy2 a:hover span{
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/ico-freeship.png) no-repeat;
}
.block-policy-v3 .policy3 .policy-inner:hover span,
.banner-policy .policy3 a:hover span{
	background-image: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/ico-celander.png);
}
.block-policy-v3 .policy4 .policy-inner:hover span,
.banner-policy .policy4 a:hover span{
	background-image: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/ico-umbrella.png);
}

#yt_footer .yt-payment a:hover{
	background-image: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/payment-bg.png);
}
#yt_pathway  ul.breadcrumbs li a:hover:before,
#yt_pathway  ul.breadcrumbs li a:hover:after{
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/breadcrumbs-right.png?v=2) no-repeat;
}
#nav > li.level0:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover {
	border-color: #FCC90F;
}
.yt-tab-listing .title-text{
	border-bottom: 1px solid #FCC90F;
}
.collections .collect a{
	border-bottom: 3px solid #FCC90F;
}

.aboutus-page .why-list li:before {
    background-image: url("https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/icon-whylist.png");
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover:before {
	background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/yellow/ico-subcate.png) no-repeat top left;
}

/*listingextend*/
.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons  .owl-next:hover{
	background-color: #FCC90F;
    border: 1px solid #FCC90F;
}
.owl-theme .owl-pagination .owl-page.active .owl-numbers,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover{
    color: #FCC90F;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    text-transform: uppercase;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.verkter.no/skin/frontend/sm_market/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid #fff;*/
}

.configurable-swatch-list {
    clear: both;
}


.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}


#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}



#narrow-by-list dd .swatch-label {
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
    border:1px solid #ddd;
}

#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label{
    border-color:#3399cc;
}


#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

.configurable-product option{
    background-color:#fafafa;
}

.configurable-product option:not(:disabled){
    background-color:#fff;
}
div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
/**
 * @category    Fishpig
 * @package     Fishpig_AttributeSplash
 * @license     http://fishpig.co.uk/license.txt
 * @author      Ben Tideswell <help@fishpig.co.uk>
 */

.splash-group-grid { 
	height: 1%;
	overflow: hidden;
}

.splash-group-grid li.item {
	float: left;
	text-align: center;
	width: 25%;
}

.splash-group-grid li.item .inner {
	padding: 2%;
}

.splash-group-grid li.item img {
	margin-bottom: 1em;
	max-width: 100%;
}

.splash-group-grid-2 li.item {
	width: 50%;
}

.splash-group-grid-3 li.item {
	width: 33.3%;
}

.splash-group-grid-4 li.item {
	width: 25%;
}

.splash-group-grid-5 li.item {
	width: 20%;
}

.splash-title {
	
}

.splash-image {
	
}

.splash-image img {
	max-width: 100%;
}

.splash-description {
	margin-bottom: 2em;
}

.splash-description img {
	max-width: 100%;
}

.splash-description-full {
	padding-top: 2em;
}

.splash-description-full img {
	max-width: 100%;
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.3.0
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(https://www.verkter.no/skin/frontend/base/default/css/iwd/productvideo/font/vjs.eot);src:url(https://www.verkter.no/skin/frontend/base/default/css/iwd/productvideo/font/vjs.eot?#iefix) format('embedded-opentype'),url(https://www.verkter.no/skin/frontend/base/default/css/iwd/productvideo/font/vjs.woff) format('woff'),url(https://www.verkter.no/skin/frontend/base/default/css/iwd/productvideo/font/vjs.ttf) format('truetype');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content{height:2.9em}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{width:6em;left:-4em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:100%;margin:0;padding:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.4)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:50%;top:50%;margin-top:-36px;margin-left:-57px;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-menu{display:block}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;height:100%;margin:0;padding:0;position:relative;width:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em}.video-js .vjs-text-track{display:none;font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-default-skin .vjs-hidden{display:none}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.video-js p{position:absolute;z-index:999;color:red;background:aliceblue;height:100%;}
.video-js {width: 100% !important; height:100% !important;}
.iwd-pv-video {position:absolute; top:0; left:0; width:100%; height:100%; display:none; z-index:11000;}
.iwd-pv-video .iwd-pv-video-preloader {background:url("https://www.verkter.no/skin/frontend/sm_market/default/css/iwd/productvideo/img/preloader-white-128.gif"); height:128px; width:128px; margin:0 auto; top:50%; position:relative; margin-top:-64px;}
.iwd-pv-video .iwd-pv-video-preloader-wrapper {background:#000000; opacity:0.8; position:absolute; top:0; left:0; width:100%; height:100%;}
.iwd-pv-video .iwd-pv-video-block {width:100%; height:100%; display:none; z-index:3;}
.vjs-default-skin .vjs-volume-level{width: 95%;}
.vjs-default-skin .vjs-slider-handle{left: 90%;}
.iwd-pv-thumb-video {position:relative; cursor: pointer; }
.iwd-pv-thumb-video .iwd-pv-icon-play {display:block; position:absolute; top:50%; left:50%; margin:-25px 0 0 -15px; color:#FCC90F; cursor:pointer;z-index:5;font-size:50px;}
.iwd-pv-thumb-video:hover .iwd-pv-icon-play {color:#2C4246;}

.pv-iwd-modal-content .iwd-pv-video-preloader {background:url("https://www.verkter.no/skin/frontend/sm_market/default/css/iwd/productvideo/img/preloader-white-128.gif"); height:128px; width:128px; margin:0 auto; top:50%; position:relative; margin-top:-64px;}
.pv-iwd-modal-content .iwd-pv-video-preloader-wrapper {background:#000000; opacity:0.8; position:absolute; top:0; left:0; width:100%; height:100%; border: 1px solid rgba(0, 0, 0, 0.2); border-radius:6px;}
.iwd-pv-fake-thumb-block { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; }
.iwd-pv-thumb-video, .iwd-pv-thumb-image { position: relative; }

/* modal */
.modal-open {overflow:hidden;}
.pv-iwd-modal {display:none; overflow:hidden; position:fixed; top:0; right:0; bottom:0; left:0; z-index:1040; -webkit-overflow-scrolling:touch; outline:0;}
.pv-iwd-modal.fade .pv-iwd-modal-dialog {-webkit-transform:translate(0, -25%); -ms-transform:translate(0, -25%); -o-transform:translate(0, -25%); transform:translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.pv-iwd-modal.in .pv-iwd-modal-dialog {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
.modal-open .pv-iwd-modal {overflow-x: hidden;overflow-y: auto;}
.pv-iwd-modal-dialog {position:relative; width:auto; margin:10px;}
.pv-iwd-modal-content {position:relative; background-color:#ffffff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius:6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);-webkit-background-clip: padding-box;background-clip: padding-box;outline: 0;}
.pv-iwd-modal-content h3{text-align:center;font-size:2.4em; font-weight:300;opacity:0.8; border-radius:3px 3px 0 0;margin:0;padding:.4em}
.modal-backdrop {position: absolute;top: 0;right: 0;left: 0;background-color: #000000;}
.modal-backdrop.fade {opacity:0; filter:alpha(opacity=0);}
.modal-backdrop.in {opacity:0.5; filter:alpha(opacity=50);}
.pv-iwd-modal-header {}
.pv-iwd-modal-header h4{padding:20px 35px; color:#4a4a4a; font-weight:400; font-size:20px; text-align:left; margin-bottom:0; text-transform:none;}
.pv-iwd-modal-header .close {cursor:pointer; position:absolute; background:url("https://www.verkter.no/skin/frontend/sm_market/default/css/iwd/productvideo/img/close.png") no-repeat scroll 0 0 transparent; right:10px; text-decoration:none; top:10px; z-index:1000; display:block; height:8px; width:8px; text-indent:-999em; border:none}
.pv-iwd-modal-title {margin:0; line-height:1.42857143;}
.pv-iwd-modal-body {position:relative; padding:0 35px 20px;}
.modal-scrollbar-measure {position:absolute; top:-9999px; width:50px; height:50px; overflow:scroll;}
.pv-iwd-modal-footer:before,
.pv-iwd-modal-footer:after {content: " ";display: table;}
.clearfix:after,
.pv-iwd-modal-footer:after {clear: both;}

@media (min-width: 1199px) {
    .pv-iwd-modal-dialog {width:1094px; margin:30px auto;}
    .pv-iwd-modal-body {padding:0 35px 20px;}
    .pv-iwd-modal-dialog .iwd-pv-video-block {height:768px; width:1024px;}
    .pv-iwd-modal-header h4{padding:20px 35px; font-size:24px !important;}
    .iwd-pv-video-description {font-size:16px; margin:10px 0 0 0;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pv-iwd-modal-dialog {width:700px; margin:30px auto;}
    .pv-iwd-modal-body {padding:0 30px 20px;}
    .pv-iwd-modal-dialog .iwd-pv-video-block {height:480px; width:640px;}
    .pv-iwd-modal-header h4{padding:20px 30px; font-size:24px !important;}
    .iwd-pv-video-description {font-size:16px; margin:10px 0 0 0;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pv-iwd-modal-dialog {width:380px; margin:30px auto;}
    .pv-iwd-modal-body {padding:0 30px 20px;}
    .pv-iwd-modal-dialog .iwd-pv-video-block {height:240px; width:320px;}
    .pv-iwd-modal-header h4{padding:20px 30px; font-size:20px !important;}
    .iwd-pv-video-description {font-size:14px; margin:10px 0 0 0;}
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
    .pv-iwd-modal-dialog {width:310px; margin:5px auto;}
    .pv-iwd-modal-body {padding:0 5px 10px;}
    .pv-iwd-modal-dialog .iwd-pv-video-block {height:225px; width:300px;}
    .pv-iwd-modal-header h4{padding:15px 5px; font-size:16px !important;}
    .iwd-pv-video-description {font-size:12px; margin:10px 5px;}
}

@media only screen and (min-width: 1px) and (max-width: 320px) {
    .pv-iwd-modal-dialog {width:270px; margin:5px auto;}
    .pv-iwd-modal-body {padding:0 5px 10px;}
    .pv-iwd-modal-dialog .iwd-pv-video-block {height:195px; width:260px;}
    .pv-iwd-modal-header h4{padding:15px 5px; font-size:14px !important;}
    .iwd-pv-video-description {font-size:12px; margin:10px 5px;}
}
/* modal end */



/* general */
.hide {display: none !important;}
.show {display: block !important;}
.invisible {visibility: hidden;}
.hidden {display:none !important; visibility:hidden !important;}

.iwd-pv-video-block .vjs-control-bar .vjs-live-controls .vjs-live-display{display: none !important;}
.quick-access .form-search .suggestions-productimage,
.form-search .suggestions-productimage {
    float: left;
}

.form-search .product-price {
    float:right;
    margin-left:10px;
    margin-top:5px;
}

.form-search .product-price .price {
    display:block;
}

.quick-access .form-search img {
    width: 50px;
}

.quick-access .form-search .suggestions-productname {
    width: 141px;
    height: 33px;
    float: right;
    clear: right;
    text-align: left;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 4px;
}
.form-search .product_suggest li{cursor:pointer;padding:0 10px;margin:2px 0 0;}
.form-search .product_suggest li.first{margin:0}
.form-search .product_suggest li.even {
    /* Override grey color on even rows, because it doen't look so nice with the product images. */
    background-color: #fffefb;
}

.form-search #search_autocomplete li.selected{background-color:#FEDF62!important}
.payex-masterpass-button img {
    height: 46px;
}
@CHARSET "UTF-8";
.category-subcategories .item{text-align:center;padding-right:4px;padding-left:4px;max-height:185px}
.category-subcategories .item-inner{border:1px solid #dddddd;padding:10px;margin:4px 0;}
.category-subcategories .item-inner .img-container{width:100%;min-height:110px}
.category-subcategories .item-inner img{max-width:100%;max-height:110px}
.category-subcategories .item-inner .subcategory-info{margin-top:10px;font-size: 116.5%;font-weight: bold;line-height: 100%;height: 35px;word-break:break-word;}
.category-subcategories .item-inner:hover{
	-ms-box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width:479px) {
	.category-subcategories .item-inner .subcategory-info{
		font-size:12px;
	}
}
.product-essential .product-leasing{margin-top: 15px;float: left;}

#narrow-by-list .chosen-container-single .chosen-single{line-height:33px;height:33px;border-radius:0;background:none;border: 1px solid #e6e6e6;box-shadow:none;padding-left: 13px;color:#2C4246}
#narrow-by-list .chosen-container-single .chosen-single div b{background-position-y: 6px;}
#narrow-by-list .chosen-container .chosen-results li.highlighted{background-color:#FCC90F;background-image:none;color:#000;}
#narrow-by-list .chosen-container .chosen-drop{border: 1px solid #e6e6e6;}
#narrow-by-list dd select{color:#2C4246;background:#fff}
.product-supplier-prices{clear:left;}
.product-supplier-prices-content{color:red;clear:left;border:1px solid red;padding:5px;display:inline-block;}
.font-weight-700{font-weight:700}
.attribute-sku{margin:10px 0}
/* Chosen v1.7.0 | (c) 2011-2017 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{width:100%!important;position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.verkter.no/skin/frontend/sm_market/default/js/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/**
 * Layered Navigation Pro : Layered Navigation Pro (LNP Unit)
 *
 * @package:     AdjustWare_Nav / AdjustWare_Nav
 * @version      2.7.5 - 2.7.5
 * @license:     ncJVe9CDq55BCaD9cY1ZosK73HrJpW7HN3ilGdG3dI
 * @copyright:   Copyright (c) 2016 AITOC, Inc. (http://www.aitoc.com)
 */
#adj-nav-navigation-top div.adjnav-filter {
    display:inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

#adj-nav-navigation-top .block-layered-nav dt {
    padding: 7px 10px 0 25px;
    background: url(https://www.verkter.no/skin/frontend/base/default/images/adj-nav-bkg-block-layered-dt.gif) 9px 11px no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    position:relative;

}

#adj-nav-navigation-top .block-layered-nav dd {
    display:inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 0 20px 10px 15px;
    background: repeat-y scroll 0 0 transparent;
    position:relative;
}

#adj-nav-navigation-top .block-layered-nav dd.last {
    background: none;
}

#narrow-by-list-top dd#adj-nav-filter-price {
    width: 140px;
}

#narrow-by-list-top #adj-nav-select {
    max-width: 150px;
}

#narrow-by-list-top dt{
    cursor:pointer;
}
#narrow-by-list-top dt.adj-nav-dt-selected{
    background:url(https://www.verkter.no/skin/frontend/base/default/images/narrow_by_set2.png) no-repeat 9px .9em;
}

/**
 * Layered Navigation Pro : Layered Navigation Pro (LNP Unit)
 *
 * @package:     AdjustWare_Nav / AdjustWare_Nav
 * @version      2.7.5 - 2.7.5
 * @license:     ncJVe9CDq55BCaD9cY1ZosK73HrJpW7HN3ilGdG3dI
 * @copyright:   Copyright (c) 2016 AITOC, Inc. (http://www.aitoc.com)
 */
div.narrow-by dd a {padding:0px 5px 0px 0px;} 

/*categories*/
div.narrow-by span.adj-nav-category-current {font-weight: bold; padding-left: 25px;background-position:0 -83px;} 
div.narrow-by a.adj-nav-pad2, #adj-nav-select option.adj-nav-pad2 {padding-left:7px}
div.narrow-by a.adj-nav-pad3, #adj-nav-select option.adj-nav-pad3 {padding-left:14px}
div.narrow-by a.adj-nav-pad4, #adj-nav-select option.adj-nav-pad4 {padding-left:21px}
div.narrow-by a.adj-nav-pad5, #adj-nav-select option.adj-nav-pad5 {padding-left:28px}
div.narrow-by a.adj-nav-pad6, #adj-nav-select option.adj-nav-pad6 {padding-left:35px}
div.narrow-by a.adj-nav-pad7, #adj-nav-select option.adj-nav-pad7 {padding-left:42px}
div.narrow-by a.adj-nav-pad8, #adj-nav-select option.adj-nav-pad8 {padding-left:49px}
div.narrow-by a.adj-nav-pad9, #adj-nav-select option.adj-nav-pad9 {padding-left:56px}
/*price ranges*/
div.narrow-by a.adj-nav-price {}
div.narrow-by a.adj-nav-price-selected {font-weight: bold}

/*attributes*/
div.narrow-by .adj-nav-attribute { padding-left:15px; background:transparent url(https://www.verkter.no/skin/frontend/sm_market/default/images/adj-nav-checkbox.gif) no-repeat scroll -70px 3px;}
div.narrow-by span.adj-nav-attr-disabled { padding-left:15px; background:transparent url(https://www.verkter.no/skin/frontend/sm_market/default/images/adj-nav-checkbox.gif) no-repeat scroll -70px 3px;}
div.narrow-by .adj-nav-attribute-selected {padding-left:15px; background-position: -50px -17px; font-weight: bold; }
div.narrow-by .adj-nav-icon {padding:0px 0px 5px 0px;}
div.narrow-by .adj-nav-icon-selected {opacity:0.5}
img.adj-icon{padding-right:5px}

.adj-nav-icon-span{
    bottom: -7px;
}
.icon0.adj-nav-icon-span{
    bottom: -3px;
}
div.narrow-by a.adj-nav-disabled {color:gray; cursor:wait}
div.narrow-by input.adj-nav-disabled {background-color:gray; border:1px solid gray; cursor:wait}

div.narrow-by a.adj-nav-clear {float: right; cursor:pointer;} 

div.adj-nav-slider { position:relative; z-index:9; height:26px; margin:0 auto; cursor:pointer;margin-left:10px;}
div.adj-nav-slider div.handle { top:3px; width:14px; height:14px; background:#FCC90F; border-radius:3px;cursor:move; position: absolute; }
#adj-nav-range-fromprice{margin-left:10px;}
#adj-nav-container, div.adj-nav {position:relative;}

.adj-nav-progress{
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    z-index:500;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    position:absolute;
    top:0;
    left:0;
}

.adj-nav-progress img{
	left:45%;
	top:100px;
	display:block;
	position:absolute;
}

.layered-nav div.adj-clear-all {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    text-align:center;
} 

.narrow-by dt{
cursor:pointer;
}

.adjnav-attr-more-dd {min-height: 12px;}

div.adjnav-page-autoload-progress {
    text-align: center;
    padding: 5px 0;
} 

div.adjnav-page-autoload-progress img {
    margin: 0 2px;
}
.aitcontainer {
    border: 1px solid #B6B6B6;
    background-color: #fff;
    width: 150px;
    padding-left: 5px;
    overflow-y: auto;
}

.sidebar #narrow-by-list select{
    max-width: 170px;
}

/**
 * Layered Navigation Pro : Layered Navigation Pro (LNP Unit)
 *
 * @package:     AdjustWare_Nav / AdjustWare_Nav
 * @version      2.7.5 - 2.7.5
 * @license:     ncJVe9CDq55BCaD9cY1ZosK73HrJpW7HN3ilGdG3dI
 * @copyright:   Copyright (c) 2016 AITOC, Inc. (http://www.aitoc.com)
 */
#adj-nav-navigation-top div.adjnav-filter {
    zoom: 1;
    *display: inline;
}

#adj-nav-navigation-top .block-layered-nav dd {
    *display: inline;
    zoom: 1;
}
.bambora_formtext_image {
    font-weight: bold;
}

.bambora_form_paymentcard {
    display: inline-block;
    padding: 6px 3px 6px 0;
    max-width: 53px;
}
h2.bambora_redirect,
h3.bambora_redirect {
    display: inline-block;
    text-align: center;
    width: 100%;
}
/* 
*/
.eabi_banklink_select {
    width: 95% !important;
    text-align: left;
}

.eabi_banklink_select ul {
    display: table;
}
.eabi_banklink_select li {
    float: left;
    list-style: none;
    height: 90px;
    min-width: 94px;
    overflow: hidden;
    padding: 2px;
    background: transparent;
    margin: 0 !important;
}
.eabi_banklink_select li > a {
    display: block;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    border: 3px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
}
.eabi_banklink_select *, .eabi_banklink_select *:before, .eabi_banklink_select *:after {
    box-sizing: content-box;
}


.eabi_banklink_select li > a:hover {
    border-color: #1477a0;
    text-decoration: none;
}
.eabi_banklink_select li > a.selected {
    border-color: #ffc000;
}
.eabi_banklink_select li > a.selected:hover {
    border-color: #1477a0;
}
.eabi_banklink_select li > a > img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 12px;
}

.eabi_banklink_select li > a > span {
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 84px;
    line-height: 84px;
    text-align: center;
    color: #666;
}


#eabi_banklink_payment_start {
}

#eabi_banklink_payment_start p {
    text-align: center;
}




/* small logo definitions */

.eabi_banklink_select .eabi_banklink_small li {
    height: 54px;
    min-width: 54px;
}

.eabi_banklink_select .eabi_banklink_small li > a {
    height: 50px;
    min-width: 50px;
}


.eabi_banklink_select .eabi_banklink_small li > a > img {
    width: 46px;
    padding: 2px;
}


.eabi_banklink_select .eabi_banklink_small li > a > span {
    width: 50px;
    line-height: 50px;
}







/* make credit card logos not interactive */
#payment_form_eabi_estcard_ee li > a:hover ,
#payment_form_eabi_estcard_ee li > a,
.eabi_banklink_not_selectable li > a,
.eabi_banklink_not_selectable li > a:hover {
	border-color: #eee !important;
	cursor: inherit;
}

/* end credit card logos not interactive */

/*  loading mask */
#eabi-banklink-loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#eabi-banklink-loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 120px;
    z-index: 1000;
}

/* end loading mask */

/* force payment buttons to the right */

.eabi-banklink-order-payment-form-buttons-set button.button {
    float: right;
    margin-left: 5px;
}

/* end force payment buttons to the right */

/*
  
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * or OpenGPL v3 license (GNU Public License V3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * or
 * http://www.gnu.org/licenses/gpl-3.0.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@e-abi.ee so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category   Eabi
 * @package    Eabi_Dpd
 * @copyright  Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @license    http://www.gnu.org/licenses/gpl-3.0.txt  GNU Public License V3.0
 * @author     Matis Halmann
 * 

*/
/* 
    Created on : Dec 29, 2014, 12:23:35 AM
    Author     : Matis
*/
.eabi_carrier
{
    outline: none;
}
.eabi_carrier strong
{
    line-height: 30px;
}
.eabi_carrier.over,
.eabi_carrier:hover
{
    text-decoration: none;
}
.eabi_carrier .eabi_postoffice_comment
{
    display: none;
    line-height: 16px;
    margin-left: 28px;
    margin-top: -30px;
    padding: 14px 20px;
    width: 300px;
    z-index: 10;
}


.eabi_carrier.over .eabi_postoffice_comment,
.eabi_carrier:hover .eabi_postoffice_comment
{
    background: #eff5ea;
    border: 1px solid #95a486;
    color: #3d6611;
    display: inline;
    position: absolute;
}
.callout
{
    border: 0;
    left: -12px;
    position: absolute;
    top: 30px;
    z-index: 20;
}
.eabi_carrier .eabi_postoffice_comment
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.eabi_carrier.over .eabi_postoffice_comment_error,
.eabi_carrier:hover .eabi_postoffice_comment_error {
    background: #faebe7;
    color: #df280a;
    border-color: #f16048;
    
}

@CHARSET "UTF-8";
.cart .customer-note-container {
    margin-top: 20px
}

.cart .customer-note-container textarea {
    max-width: 100%;
}

.cart .customer-note-container .field {
    float: left;
    position: relative
}

.cart .customer-note-container .message.error,
.cart .customer-note-container .message.pending {
    color: red
}

.cart .customer-note-container .message.success {
    color: green
}

#customer-note .buttons-set {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.cart #co-shipping-method-form .sp-methods .delivery-times {
    margin-left: 30px;
}

.sp-methods #payment_form_paysera {
    margin-left: 20px;
}

.blokas {
    border: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 5px;
}

.blokas:hover {
    background-color: #fff;
}

.agreements-popup-overlay {
    background-color: #000;
    opacity: 0.6;
}

.agreement-content-popup,
.agreements-popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.agreement-content-container {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 700px;
}

.agreement-content-container .close-popup {
    float: right;
    margin-right: 10px;
    font-size: 20px;
}

.agreement-content {
    margin: 40px 60px;
}

.agreement-content .inner-text {
    overflow: auto;
    height: 100%;
}

#checkoutSteps .section .agreement-content .inner-text li {
    overflow: inherit;
}

#yt_content.z-index-1000 {
    z-index: 1000000;
}

#yt_header.z-index-1,
#yt_sticky_header.z-index-1 {
    z-index: 1 !important;
}
.product-options-container {
    clear: left;
    margin-top: 15px;
}

.product-option-selection {
    float: left;
    margin: 5px;
    width: 100%;
}

.product-option-selection .discount-price {
    font-size: 20px;
    color: #e74c3c;
    line-height: 50px;
}

.product-option-selection .old-price {
    color: #666;
    text-decoration: line-through;
    line-height: 50px;
    margin: 0 5px;
}

.product-option-selection .checkbox-container input {
    margin-top: 17px;
}

.product-option-selection .wrap-qty {
    float: right;
    margin: 5px 0;
}

.product-option-selection .name {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
}
.cookie-popup {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#cookiePopup {height:auto !important; min-height: 200px; width:500px !important; color:#333; background-color:#fff; border:1px solid #eee; text-align: left;}
#cookiePopup a.modalCloseImg {background:url(https://www.verkter.no/skin/frontend/base/default/scommerce/cookiepopup/img/basic/x.png) no-repeat; background-size: 100% 100%; width:25px; height:25px; display:inline; z-index:3200; position:absolute; top:0; right:0; cursor:pointer;}
#cookiePopup .message {color:#000; text-align: center; font-size: 1.2em;}

#cookiePopup .sm-modal-title {
    padding: 10px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.2em;
}

#cookiePopup .sm-modal-title:after {
    content: '';
    display: table;
    clear: both;
}

#cookiePopup .sm-modal-body {
    clear: both;
}

#cookiePopup .sm-modal-footer {
    padding: 10px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    text-align: right;
    clear: both;
}

#cookiePopup .logo-container {
    width: 35%;
    float: left;
    box-sizing: border-box;
}

#cookiePopup .logo-container img {
    max-height: 30px;
}

#cookiePopup .logo-container .header-logo {
    max-width: 100%;
}

#cookiePopup .title-container {
    width: 65%;
    float: left;
    box-sizing: border-box;
}

#cookiePopup ul.tab-header {
    display: block;
    float: left;
    width: 35%;
    box-sizing: border-box;
}

#cookiePopup ul.tab-header > li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#cookiePopup ul.tab-header > li a {
    display: block;
    color: #999;
}

#cookiePopup ul.tab-header > li.active {
    background-color: #DDD;
}

#cookiePopup ul.tab-header > li.active a {
    color: #333;
    font-weight: bold;
}

#cookiePopup .tab-item-header {
    margin-bottom: 10px;
    font-weight: bold;
}

#cookiePopup .tab-item-header input[type=checkbox] {
    float: right;
}

#cookiePopup .choice-description p {
    margin-bottom: 10px;
    font-size: 12px;
}

#cookiePopup .tab-content-wrapper {
    display: block;
    float: left;
    width: 65%;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}

#cookiePopup .required-option-text {
    float: right;
    color: #999;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 25px;
}

#cookiePopup .sm-modal-footer button {
    padding: 2px 5px;
}

#cookiePopup .tab-content-wrapper .tab-item {
    display: none;
}

#cookiePopup .tab-content-wrapper .tab-item.active {
    display: block;
}

#cookiePopup .choice-list-wrapper {
    margin-top: 20px;
}

#cookiePopup .choice-list-wrapper .choice-list-header {
    font-weight: bold;
}

#cookiePopup .choice-list-wrapper .choice-list {
    border-top: 1px solid #ccc;
}

#cookiePopup .choice-list-wrapper .choice-list li {
    border-bottom: 1px solid #ccc;
}

#cookiePopup .checkbox-container {
    position: relative;
    cursor: pointer;
    float: right;
    min-width: 40px;
}

#cookiePopup .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Responsive */
@media screen and (max-width: 768px) {
    #cookiePopup {
        width: 92% !important;
    }

    #cookiePopup ul.tab-header {
        width: 100%;
        float: none;
    }

    #cookiePopup .tab-content-wrapper {
        width: 100%;
        float: none;
    }

    #cookiePopup .tab-content-wrapper .tab-item {
        max-height: 180px;
    }
}
/**************************
*
*	GENERAL
*
**************************/

.clearfix_cameraslide, .cameraslide{
    clear: both;
}

/* Css of js enfinity*/

.pix_slideshow {
    float: left;
    position: relative;
    width: 100%;
}
.pix_slideshow img {
    max-width: none!important;
}
.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}
.pix_slideshow_until_image {
    display: none;
}

.pix_slideshow_target {
    display: block;
}
.pix_slideshow_target {
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.film_slide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.filmoreSlide {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.filmoreSlide > div {
    position: absolute;
}

.filmoreBgs {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

section img, footer img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.pix_button {
    text-align: center;
}
.pix_button a {
    float: left;
    margin: 0 -10px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none!important;
    width: 100%;
}
.pix_button.yellow, .single_add_to_cart button, .single_add_to_cart .button, .shop_table a.checkout-button, input[type=submit]#place_order, .widget_shopping_cart .button, .checkout-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    text-decoration: none!important;
}

section img, footer img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.filmore_loader {
    position: absolute;
    right: 0;
    top: 10px;
}

.filmore_commands {
    float: left;
    height: 48px;
    text-align: center;
    width: 100%;
}
.filmore_command {
    cursor: pointer;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
    width: 38px;
}
.filmore_pause {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -266px;
    display: none;
    left: 0;
    position: absolute;
    top: 5px;
}
.pixslideshow_white .filmore_pause {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -228px;
}
.pixslideshow_black .filmore_pause {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -190px;
}
.filmore_play {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -266px;
    left: 0;
    position: absolute;
    top: 5px;
}
.pixslideshow_white .filmore_play {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -228px;
}
.pixslideshow_black .filmore_play {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -190px;
}
.filmore_autoadv .filmore_play {
    display: none;
}
.filmore_autoadv .filmore_pause {
    display: block;
}

.filmore_prev {
   /* background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -266px;*/
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 30px;
}
.pixslideshow_white .filmore_prev {
    /*background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -228px;*/
}
.pixslideshow_black .filmore_prev {
   /* background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -190px;*/
}
.filmore_next {
    /*background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -266px;*/
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 30px;
}
.pixslideshow_white .filmore_next {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -228px;
}
.pixslideshow_black .filmore_next {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -190px;
}
.filmore_next:hover,
.filmore_prev:hover,
.filmore_pag:hover,
.filmore_pause:hover,
.filmore_play:hover {
    opacity: .7;
}
.filmore_next:active,
.filmore_prev:active,
.filmore_pag:active,
.filmore_pause:active,
.filmore_play:active {
    opacity: 1;
}

.filmore_pagination {
    display: inline-block;
    overflow: hidden;
}

.filmore_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -266px;
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 24px;
}
.pixslideshow_white .filmore_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -228px;
}
.pixslideshow_black .filmore_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -190px;
}

.filmore_pag.filmore_current_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -266px;
    cursor: default;
    opacity: 1!important;
}
.pixslideshow_white .filmore_pag.filmore_current_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -228px;
}
.pixslideshow_black .filmore_pag.filmore_current_pag {
    background: url("https://www.verkter.no/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -190px;
}

.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    
}
4