/* /etc/designs/skagen-mobile/clientlibs/base64/css/base64.less */
/* /etc/clientlibs/fossil-group/bootstrap/less/variables/css/variables.less */
/* /etc/designs/skagen-mobile/clientlibs/bootstrap/variables-custom-skagen/css/variables.less */
/* MOBILE */
/* /etc/designs/skagen/clientlibs/skagen-font/css/fonts.css */
@font-face {
  font-family: 'skagenregular';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.svg#skagenregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenbold';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.svg#skagenbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenitalic';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.svg#skagenitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenlight';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.svg#skagenlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenthin';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.svg#skagenthin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/mixins/css/mixins.less */
/* /etc/designs/skagen/clientlibs/bootstrap/mixins-skagen/css/mixins.less */
.hide-this {
  display: none;
}
.regular {
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
}
.bold {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
.italic {
  font-family: skagenitalic;
  font-style: normal;
  font-weight: normal;
}
.font-light {
  font-family: skagenlight;
  font-style: normal;
  font-weight: normal;
}
.font-thin {
  font-family: skagenthin;
  font-style: normal;
  font-weight: normal;
}
.alternate-regular {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
}
.alternate-bold {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/normalize/css/normalize.less */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/utilities/css/utilities.less */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.row.wide:before,
.row.wide:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.row.wide:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/responsive-utilities/css/responsive-utilities.less */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 10000px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 9999px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) and (max-width: 10000px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 10000px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 9999px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 9999px) and (max-width: 10000px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/print/css/print.less */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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;
  }
  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;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/scaffolding/css/scaffolding.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33333333;
  color: #55565a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #50748c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #50748c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.33333333;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/type/css/type.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.33333333;
  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,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #50748c;
}
a.text-primary:hover {
  color: #3d596c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #50748c;
}
a.bg-primary:hover {
  background-color: #3d596c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
dt,
dd {
  line-height: 1.33333333;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.33333333;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.33333333;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/grid/css/grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 9999px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 9999px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/tables/css/tables.less */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.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.33333333;
  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-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 10000px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -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;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/buttons/css/buttons.less */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  pointer-events: none;
  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-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #50748c;
  border-color: #47677c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #415e72;
  border-color: #304655;
}
.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: #50748c;
  border-color: #47677c;
}
.btn-primary .badge {
  color: #50748c;
  background-color: #ffffff;
}
.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-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.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-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.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-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.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-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #50748c;
  font-weight: normal;
  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: #50748c;
  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: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 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%;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/forms/css/forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.33333333;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 29px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.33333333;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.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;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 29px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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;
  vertical-align: middle;
  font-weight: normal;
  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: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 36.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #94959a;
}
@media (min-width: 1px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
/* /etc/designs/skagen-mobile/clientlibs/singleproduct/css/singleproduct.less */
.single-product {
  text-align: center;
  margin: 0 auto;
}
.single-product .icon {
  display: inline-block;
  margin-right: 10px;
}
.single-product .prod-image {
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto;
}
.single-product .prod-image img {
  margin: 0 auto;
}
.single-product .prod-image .overlay-box-outer {
  position: absolute;
  bottom: 20px;
  left: -11px;
  margin: 0 0 3px;
  text-align: left;
  display: none;
}
.single-product .prod-image .overlay-box-outer a,
.single-product .prod-image .overlay-box-outer a:visited,
.single-product .prod-image .overlay-box-outer a:active {
  color: #55565a;
  text-decoration: none;
}
.single-product .prod-image .overlay-box-outer a:hover,
.single-product .prod-image .overlay-box-outer a:visited:hover,
.single-product .prod-image .overlay-box-outer a:active:hover {
  color: #50748c;
  text-decoration: none;
}
.single-product .prod-image .overlay-box-outer .overlay-box {
  border: 1px solid transparent;
  font-size: 10px;
  padding: 15px 0;
  margin-top: -5px;
  background: transparent;
}
.single-product .prod-image .overlay-box-outer .overlay-box a {
  padding: 18px 10px 14px;
}
.single-product .prod-image .overlay-box-outer .overlay-box a span {
  vertical-align: top;
  line-height: 15px;
  display: none;
}
.single-product .prod-image .overlay-box-outer .overlay-box a:hover {
  color: #55565a;
}
.single-product .prod-info {
  width: 360px;
  margin: 0 auto;
  margin-top: -25px;
  max-width: 100%;
}
.single-product .more-colors {
  position: relative;
  top: -11px;
  display: inline-block;
}
.single-product .more-colors span {
  font-size: 11px;
  color: #55565a;
  background: #ffffff;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
}
.single-product .on-sale {
  font-size: 11px;
  color: #f14446;
  height: 13px;
  margin-bottom: 10px;
}
.single-product a.prod-name,
.single-product a.prod-name:link,
.single-product a.prod-name:active,
.single-product a.prod-name:visited,
.single-product a.prod-name:hover {
  color: #55565a;
  text-decoration: none;
  display: block;
  width: 100%;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.single-product .prod-price {
  margin-top: 12px;
}
.single-product .prod-price .list-price {
  text-decoration: line-through;
  color: #55565a;
}
/* /etc/designs/skagen-mobile/clientlibs/homepage-subnavigation/css/homepage-subnavigation.less */
#hp-sn-box .homepagesubnavigation {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#hp-sn-box h5 {
  display: none;
}
#hp-sn-box .icon.icon-carat-primary-up {
  display: none;
}
#hp-sn-box .hp-sn-menu-box {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -24px;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-default-box > a {
  color: #FFF;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-default-box > .title {
  color: #FFF;
  display: block;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-default-box > .subtitle {
  color: #50748c;
  font-size: 12px;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 4px;
  margin-top: 106px;
  color: #55565a;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:before,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:after {
  content: " ";
  display: table;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:after {
  clear: both;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:before,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:after {
  content: " ";
  display: table;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .hp-sn-menu-container:after {
  clear: both;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu .title {
  display: none;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu ul {
  list-style-type: none;
  padding-left: 0;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu li {
  display: inline-block;
  width: 164px;
  margin: 30px 10px;
  font-size: 26px;
  float: left;
  overflow: hidden;
  display: none;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu li:nth-child(-n+3) {
  display: block;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a:visited,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a:active {
  color: #55565a;
  text-decoration: none;
}
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a:hover,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a:visited:hover,
#hp-sn-box .hp-sn-menu-box .hp-sn-menu a:active:hover {
  color: #50748c;
  text-decoration: none;
}
body.cq-wcm-edit #hp-sn-box h5 {
  margin-top: 10px;
}
/* /etc/clientlibs/fossil-group/bootstrap/js/tooltip/css/tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* /etc/designs/skagen-mobile/clientlibs/navigation/css/navigation.less */
#outer-wrap {
  width: 100%;
  overflow: hidden;
  positon: relative;
}
.navigation {
  width: 100%;
  overflow: hidden;
  display: block;
  position: fixed;
  left: 0;
  z-index: 1001;
  top: 40px;
  height: 0;
  background: #fff;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.navigation #global-navigation {
  width: 100%;
}
.push-over {
  left: 0;
  position: relative;
  margin-top: 33px;
}
.push-over .overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 30;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -o-transition: visibility 0s linear 0.5s, width 0.5s, left 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s linear 0.5s, width 0.5s, left 0.5s, opacity 0.5s;
  -webkit-transition: visibility 0s linear 0.5s, width 0.5s, left 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, width 0.5s, left 0.5s, opacity 0.5s;
}
.nav-panel {
  overflow-y: hidden;
}
.nav-panel .brandheader {
  left: 0;
}
.nav-panel .push-over {
  left: 0px;
}
.nav-panel .push-over .overlay {
  width: 100%;
  opacity: .3;
  visibility: visible;
  z-index: 30;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -o-transition: visibility 0s, width 0.5s, left 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s, width 0.5s, left 0.5s, opacity 0.5s;
  -webkit-transition: visibility 0s, width 0.5s, left 0.5s, opacity 0.5s;
  transition: visibility 0s, width 0.5s, left 0.5s, opacity 0.5s;
}
.nav-panel .navigation {
  width: 100%;
  height: auto;
}
#global-navigation {
  margin-top: 0;
  margin-bottom: 40px;
}
#global-navigation ul {
  padding-left: 0;
  list-style: none;
}
#global-navigation li {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  text-transform: uppercase;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#global-navigation li .parent-category {
  border-bottom: 2px solid;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: bold;
}
#global-navigation li .navbar-submenu {
  display: none;
}
#global-navigation li a {
  display: block;
  color: #50748c;
  border-bottom: 1px solid #e3e4e5;
  font-size: 12px;
  position: relative;
  font-weight: bold;
}
#global-navigation li a .icon-touch-target {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#global-navigation li a.close-sub-menu {
  padding: 10px 40px;
  border: none;
  text-transform: uppercase !important;
}
#global-navigation li a.close-sub-menu .icon-touch-target {
  left: 20px;
}
#global-navigation li a.close-sub-menu .icon-touch-target i.icon {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/prev-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
#global-navigation li a.open-sub-menu {
  padding: 10px 40px 10px 32px;
}
#global-navigation li a.open-sub-menu .icon-touch-target {
  right: 0px;
  border-left: 1px solid #e3e4e5;
}
#global-navigation li a.open-sub-menu .icon-touch-target i.icon {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/next-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -4px;
}
#global-navigation .navbar-submenu.level-three {
  padding: 0px;
}
#global-navigation .navbar-submenu.level-three .navbar-menu-item a {
  text-transform: none;
}
#global-navigation .zero-opacity {
  opacity: 0;
}
#global-navigation .navbar-subview li.navbar-subview,
#global-navigation .navbar-subview li.navbar-subview .navbar-submenu,
#global-navigation .navbar-subview li.navbar-subview-open,
#global-navigation .navbar-subview li.navbar-subview-open > .navbar-submenu,
#global-navigation .navbar-subview li.navbar-subview-open > .navbar-submenu > li {
  display: block;
}
#global-navigation .navbar-subview li,
#global-navigation .navbar-subview li.navbar-subview-open > a,
#global-navigation .navbar-subview li.navbar-subview > a {
  display: none;
}
#global-navigation .slide-right-in {
  -webkit-animation: SlideRightIn 0.4s ease-in-out;
  animation: SlideRightIn 0.4s ease-in-out;
}
#global-navigation .slide-left-out {
  -webkit-animation: SlideLeftOut 0.4s ease-in-out;
  animation: SlideLeftOut 0.4s ease-in-out;
}
#global-navigation .slide-right-out {
  -webkit-animation: SlideRightOut 0.4s ease-in-out;
  animation: SlideRightOut 0.4s ease-in-out;
}
#global-navigation .slide-left-in {
  -webkit-animation: SlideLeftIn 0.4s ease-in-out;
  animation: SlideLeftIn 0.4s ease-in-out;
}
.navbar-menu {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
}
.navbar-submenu {
  padding: 0;
  overflow-y: auto;
}
#global-navigation > .navbar-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
@-webkit-keyframes SlideLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SlideLeftOut {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes SlideRightIn {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SlideRightOut {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SlideLeftIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SlideLeftOut {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes SlideRightIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SlideRightOut {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* /etc/clientlibs/fossil-group/jquery-ui/css/jquery-ui-1.10.4.custom.css */
/*! jQuery UI - v1.10.4 - 2014-06-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%23005587&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23e1e1e1&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23e1e1e1&fcContent=%23000000&iconColorContent=%23000000&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23e1e1e1&fcDefault=%23000000&iconColorDefault=%23000000&bgColorHover=%23ffffff&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23ffffff&fcHover=%23005587&iconColorHover=%23005587&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23e1e1e1&fcActive=%23000000&iconColorActive=%23000000&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23e1e1e1&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* EDITED */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 300;
  /* from 100 */
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
  color: #000000;
}
.ui-widget-content a {
  color: #000000;
}
.ui-widget-header {
  border: 1px solid #e1e1e1;
  background: #005587 url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_highlight-soft_0_005587_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000000;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ffffff;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #005587;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #005587;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_005587_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #e1e1e1 url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_e1e1e1_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* /etc/clientlibs/fossil-group/jquery-ui/css/jquery-ui-supplement.css */
/* include this here to avoid editing the jquery-ui.css file */
.ui-autocomplete .ui-menu-item a span {
  color: #000;
}
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item .ui-state-focus {
  background-color: #ddd;
  color: #000;
}
/* /etc/designs/skagen-mobile/clientlibs/sprite/css/mobile.less */
/*
LESS variables are information about icon's compiled state, stored under its original file name
*/
/*
The provided classes are intended to be used with the array-like variables
*/
/**** Single png ****/
/* /etc/designs/skagen/clientlibs/svg/css/svg_path.less */
/* ----File contains the svg files with variable name ----*/
/* /etc/designs/skagen-mobile/clientlibs/brandheader/css/brandheader.less */
.header-btn {
  padding: 10px 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: left;
}
.header-btn .icon.icon-mobile-menu:before {
  background: #51748b;
  box-shadow: 0 5px 0 0 #50748c, 0 10px 0 0 #50748c;
}
.header-btn.active {
  background: #fff;
  border-right: 1px solid #e3e4e5;
  color: #50748c;
}
.header-btn.active .icon.icon-mobile-menu:before {
  background: #51748b;
  box-shadow: 0 5px 0 0 #50748c, 0 10px 0 0 #50748c;
}
header .minicart {
  background: #50748c;
  padding: 5px 12px;
}
header .minicart i {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/bag-mobile.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
}
.nav-toggle-btn {
  display: block;
  z-index: 1;
  font-size: 6px;
  color: #51748b;
  font-weight: bold;
  border-right: 1px solid #e3e4e5;
}
.nav-toggle-btn .nav-toggle-btn.header-btn.active {
  background: red;
}
.nav-toggle-btn .icon-mobile-menu {
  position: relative;
  margin-bottom: 15px;
}
#language-list .langauge-list-title {
  margin-top: 3px;
  margin-left: 3px;
}
#language-list .langauge-list-title .icon-carat-primary-down {
  float: left;
  margin: 4px 0 4px 8px;
}
#language-list .langauge-list-title a {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
#language-list-dropdown {
  text-align: left;
  position: absolute;
  z-index: 20;
  background: #fff;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
#language-list-dropdown.active {
  display: block;
  height: auto;
}
#language-list-dropdown ul {
  list-style-type: none;
  padding-left: 0;
}
#language-list-dropdown ul > li a a,
#language-list-dropdown ul > li a a:visited,
#language-list-dropdown ul > li a a:active {
  color: #55565a;
  text-decoration: none;
}
#language-list-dropdown ul > li a a:hover,
#language-list-dropdown ul > li a a:visited:hover,
#language-list-dropdown ul > li a a:active:hover {
  color: #50748c;
  text-decoration: none;
}
#language-list-dropdown > ul > li {
  border-bottom: 1px solid #e3e4e5;
  padding: 15px 30px;
  line-height: 0;
  position: relative;
}
#language-list-dropdown > ul > li > a.flag-link {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  display: inline-block;
  margin-right: 10px;
}
#language-list-dropdown > ul > li > a.language-link {
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 50%;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
}
/* /etc/designs/skagen-mobile/clientlibs/bootstrap/theme/css/theme.less */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
a:active,
a:hover,
a:focus {
  color: inherit !important;
  text-decoration: inherit !important;
}
.c-heading h2,
.c-heading h3,
.c-heading h4 {
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 40px;
  color: #184f82;
  text-align: center;
}
.c-heading h2:after,
.c-heading h3:after,
.c-heading h4:after {
  content: " ";
  display: block;
  margin: 40px auto -10px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.extra-padding {
  padding: 0 40px !important;
}
input[type="text"],
input[name="email"],
input[type="number"] {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #e3e4e5;
  color: #55565a;
  font-size: 16px;
}
input[type="text"]:focus,
input[name="email"]:focus,
input[type="number"]:focus {
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[name="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  color: #c4c4c5;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[name="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c5;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[name="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c5;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[name="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #c4c4c5;
  opacity: 1;
}
input[type="text"].placeholder,
input[name="email"].placeholder,
input[type="number"].placeholder {
  color: #c4c4c5;
}
.btn,
a.btn-default,
input[type="button"],
input[type="submit"] {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #50748c;
  padding: 0 20px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  height: 35px;
  letter-spacing: 1px;
  border-radius: 0px;
}
.btn,
a.btn-default {
  padding: 7px 20px;
  display: inline-block;
}
.btn:hover,
a.btn-default:hover,
.btn:focus,
a.btn-default:focus {
  background: #50748c;
  color: #fff;
}
.btn-primary {
  background: #50748c;
}
.btn-primary:hover,
.btn-primary :focus {
  background: #50748c;
  color: #fff;
}
.btn-secondary {
  background: #55565a;
}
.btn-secondary:hover,
.btn-secondary :focus {
  background: #55565a;
  color: #fff;
}
.large-btn {
  height: 40px;
}
.small-btn {
  height: 35px;
}
.checkbox {
  width: 14px;
  height: 14px;
  min-height: 14px;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  border: 1px solid #e3e4e5;
  background: #fff;
  cursor: inherit;
  display: inline-flex;
}
.checkbox:focus {
  outline: 0;
  box-shadow: none;
}
.checkbox:checked {
  position: relative;
}
.checkbox:checked::after {
  top: -3px;
  left: 1px;
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 12px;
  height: 12px;
  content: '\2714';
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 13px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
h5,
.h5 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
}
h6,
.h6 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
}
h1,
.h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: uppercase;
}
.large-btn {
  height: 40px;
}
.small-btn {
  height: 35px;
}
p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
}
.alternate-font {
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
}
.pagetitle h1 {
  margin: 60px 0 54px;
}
.header-1 {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.33333333;
  color: inherit;
  margin-top: 15px;
  margin-bottom: 7.5px;
  font-size: 24px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.header-1 small,
.header-1 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.header-1 small,
.header-1 .small {
  font-size: 65%;
}
.header-2 {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.33333333;
  color: inherit;
  margin-top: 15px;
  margin-bottom: 7.5px;
  font-size: 18px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  color: #50748c;
}
.header-2 small,
.header-2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.header-2 small,
.header-2 .small {
  font-size: 65%;
}
.row {
  margin-left: 12px;
  margin-right: 12px;
}
.row.wide {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: 12px;
  margin-right: 12px;
}
.content-wrap {
  width: 100%;
  position: relative;
}
.modal-dialog {
  width: auto;
}
.modal-content {
  margin: 0 20px;
}
.container {
  padding: 0 0;
}
.content,
.fixed-content,
#content {
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}
.flex-control-nav.flex-control-paging li a {
  background: #e3e4e5;
}
.flex-control-nav.flex-control-paging li a.flex-active {
  background: #50748c;
}
.modal-dialog {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.brandheader {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1001;
}
.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 {
  padding-left: 0px;
  padding-right: 0px;
}
.icon.icon-mobile-menu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 2px;
  background: #000;
  box-shadow: 0 5px 0 0 #000, 
        		0 10px 0 0 #000;
}
header {
  height: 40px;
  text-align: center;
}
header.hero,
header.c-page-productdetail,
header.crosshatch,
header.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
header .header-panel {
  height: 40px;
  border-bottom: 1px solid #e3e4e5;
}
header [class^="col-"] {
  padding: 0;
}
header .logo-wrap {
  height: 40px;
  display: inline-block;
}
header .logo-wrap .logo {
  margin: 12px 0;
  position: relative;
}
header .find-skagen-btn {
  text-align: center;
}
header .icon-find-skagen {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/locator-inactivemobile.svg');
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
}
header .icon-find-skagen:hover {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/locator-active.svg');
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
}
header .utilitynav {
  position: relative;
  float: right;
  height: 40px;
  width: 80px;
}
header .utilitynav .minicart {
  position: relative;
}
header .utilitynav i {
  margin-top: 6px;
}
header .search-box {
  position: absolute;
  width: 100%;
}
header .search-box input[type="text"] {
  border: none;
  background: #f0f1f1;
  height: 33px;
  width: 100%;
  padding-right: 40px;
  font-size: 12px;
}
header .search-box button {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/eyeglassmobile.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  text-indent: -10000px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 12px;
  top: 10px;
  padding: 0;
}
header .search-box button:focus,
header .search-box button:hover,
header .search-box button:active {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/eyeglassmobile.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  display: inline-block;
  outline: none;
}
footer {
  width: 100%;
}
footer .row {
  margin-left: 0px;
  margin-right: 0px;
}
footer .col-md-2 {
  padding-left: 0px;
  padding-right: 0px;
}
footer .footersection {
  width: 100%;
  background: #f0f1f1;
  text-align: center;
}
footer .footersection .md-col-12 {
  border-bottom: 1px solid #e3e4e5;
}
footer .logo {
  height: 24px;
  width: 178px;
  margin-top: 32px;
  margin-bottom: 32px;
}
footer #footer-nav a,
footer #footer-nav a:visited,
footer #footer-nav a:active {
  color: #55565a;
  text-decoration: none;
}
footer #footer-nav a:hover,
footer #footer-nav a:visited:hover,
footer #footer-nav a:active:hover {
  color: #50748c;
  text-decoration: none;
}
footer #footer-nav .footer-nav-list-column {
  display: none;
}
footer #footer-nav h6 {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 30px;
  color: #55565a;
  font-size: 14px;
  text-transform: uppercase;
}
footer #footer-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
footer #footer-nav .locate-column {
  text-align: center;
  border-bottom: 1px solid #e3e4e5;
}
footer #footer-nav .icon-find-skagen {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  display: inline-block;
  margin-right: 0;
  margin-top: 4px;
}
footer #footer-nav .find-text {
  display: none;
}
footer #footer-nav .locator-link {
  display: block;
  font-size: 14px;
  color: #55565a;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
}
footer #footer-nav .locator-link i {
  display: none;
}
footer #footer-nav .contact-column {
  text-align: center;
  border-bottom: 1px solid #e3e4e5;
}
footer #footer-nav .contact-column .icon {
  margin-right: 12px;
  vertical-align: middle;
}
footer #footer-nav .contact-column ul {
  margin-bottom: 32px;
}
footer #footer-nav .contact-column a.contact-column-link {
  color: #55565a;
  font-size: 12px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  margin-right: 10px;
}
footer #footer-nav .followus-column .followus {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 55px;
}
footer #footer-nav .followus-column .followus a {
  width: 22px;
  height: 22px;
}
footer #footer-nav .followus-column .followus h6 {
  margin: 0 0 24px;
  color: #55565a;
  font-size: 14px;
  text-transform: uppercase;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
footer #copyright-box p {
  text-align: center;
  font-size: 10px;
  color: #54555a;
  line-height: 16px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.productdetail-mobile + footer {
  margin-bottom: 110px;
}
.follow-us-icons {
  list-style-type: none;
  padding-left: 0;
}
.follow-us-icons > li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0px!important;
}
.follow-us-icons > li:last-child {
  margin-right: 0;
}
.follow-us-icons > li > a {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e3e4e5;
}
.parbase.button.section {
  text-align: center;
}
.btn.btn-default,
.btn.btn-default:hover {
  border-radius: 0;
  margin: 20px auto;
  border: none;
  padding: 34px 56px 44px;
  background: #000;
  color: #fff !important;
  font-size: 33px;
}
.breadcrumb {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.breadcrumb li a {
  color: #55565a;
}
.c-text p,
.c-textimage p {
  text-align: left;
}
.image-image {
  margin: 0 auto;
}
.textimage-image,
.image-image {
  padding: 0 10px 10px;
  display: table;
}
.textimage-image img,
.image-image img {
  margin: 6px auto;
}
.textimage-image small.image-caption,
.image-image small.image-caption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 10px;
  margin-bottom: 12px;
}
.image-image {
  padding: 0;
}
.image {
  margin-bottom: 0 !important;
}
.tooltip.bottom .tooltip-arrow {
  top: 0!important;
  border-bottom-color: #e3e4e5;
}
.tooltip.bottom .tooltip-inner {
  color: #55565a;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e3e4e5;
  font-size: 11px;
}
.loader {
  background: transparent url('/etc/designs/skagen/clientlibs/bootstrap/theme/img/ajax-loader.gif') no-repeat center center;
  display: block;
  min-height: 16px;
  min-width: 16px;
  margin: 20px;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.contenthero-box {
  padding: 0;
  width: 100%;
  max-height: 590px;
  overflow: hidden;
  text-align: center;
}
.contenthero-box.author {
  margin-top: 0;
}
.contenthero-box .contenthero-body {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 205px;
  color: #55565a;
}
.contenthero-box .contenthero-body a {
  color: #55565a;
  text-decoration: underline;
}
.contenthero-box .contenthero-body.light {
  color: #fff;
}
.contenthero-box .contenthero-body.light a {
  color: #fff;
}
@media (min-width: 1px) {
  .container {
    width: 100%;
  }
}
/* /etc/designs/skagen-mobile/clientlibs/bootstrap/theme/css/icons.less */
.icon-close {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/close.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 26px;
  display: inline-block;
}
.icon-bag-active {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/bag-mobile.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
}
.icon-bag-inactive {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/bag-inactive.svg');
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
}
.icon-carat-down {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/down-arrow.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
}
.icon-carat-next {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/next-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
}
.icon-carat-prev {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/prev-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
}
.icon-carat-up {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/up-arrow.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
}
.icon-eye {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/quicklook.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 26px;
  display: inline-block;
}
.icon-eyeglass {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/eyeglassmobile.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  display: inline-block;
}
.icon-facebook {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/facebook.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-googleplus {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/googleplus.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-heart-inactive {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/heart-inactive.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: inline-block;
}
.icon-heart-active {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/heart-active.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  display: inline-block;
}
.icon-instagram {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/instagram.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-locator-active {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/locator-active.svg');
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
}
.icon-locator-inactive {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/locator-inactivemobile.svg');
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
}
.logo {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/logo.svg');
  background-repeat: no-repeat;
  width: 120px;
  height: 16px;
  display: inline-block;
}
.icon-pinterest {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/pinterest.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-slider-thumb {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/slider-thumb.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 26px;
  display: inline-block;
}
.icon-reviews {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/rating.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 26px;
  display: inline-block;
}
.icon-tumblr {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/tumblr.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-twitter {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/twitter.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.flag-link {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -40px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-US-inactive,
.icon-flag-us-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -102px -188px;
  width: 18px;
  height: 11px;
}
.icon-flag-US-active,
.icon-flag-us-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -122px -188px;
  width: 18px;
  height: 11px;
}
.icon-flag-GB-inactive,
.icon-flag-gb-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -150px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-GB-active,
.icon-flag-gb-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -130px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-JP-inactive,
.icon-flag-jp-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -20px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-JP-active,
.icon-flag-jp-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-DE-inactive,
.icon-flag-de-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -110px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-DE-active,
.icon-flag-de-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-CA-active,
.icon-flag-ca-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-CA-inactive,
.icon-flag-ca-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-MX-active,
.icon-flag-mx-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-MX-inactive,
.icon-flag-mx-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-chat {
  background-image: url(/etc/designs/skagen-mobile/clientlibs/sprite/png/mobile.png);
  background-position: -206px -163px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* /etc/designs/skagen-mobile/clientlibs/newslettersignup/css/newslettersignup.less */
.newslettersignup {
  text-align: center;
}
.newslettersignup .newsletter-signup-title {
  color: #55565a;
  text-align: center;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 24px;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email {
  width: 100%;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-submit {
  margin: 22px 0 33px 0px;
}
.newslettersignup .newsletter-signup-form .error-text {
  color: #ff0000;
  padding: 8px 0;
}
.newslettersignup .newsletter-signup-form .newsletter-thank-you {
  display: inline-block;
  border: 1px solid #e3e4e5;
  margin: 0 auto;
  padding: 16px 30px;
}
.newslettersignup .newsletter-signup-form .message-text {
  display: none;
}
/* /etc/clientlibs/fossil-group/jwplayer/css/jwplayer.less */
.c-video > div {
  margin: 20px auto;
}
/* /etc/designs/skagen-mobile/clientlibs/product-detail-view/css/styles.less */
.productdetail-mobile {
  text-align: center;
}
.productdetail-mobile .mobile-pdp {
  padding: 0;
}
.productdetail-mobile .productbacklink a {
  color: #55565a;
  font-size: 11px;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
}
.product-image-gallery {
  text-align: center;
  margin: 20px auto;
}
.product-image-gallery .flex-control-nav {
  position: relative;
  margin-top: 25px;
}
h1.product-title {
  font-size: 18px;
  color: #55565a;
  margin-bottom: 23px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
}
.product-price {
  margin-bottom: 27px;
  margin-top: 12px;
  font-size: 14px;
  color: #55565a;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
}
.product-listprice {
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: line-through;
  color: #6a6c70;
}
.product-sale {
  color: #f14446;
}
.product-price-added-info {
  margin-bottom: 20px;
  font-size: 11px;
  color: #55565a;
}
.product-variants .product-specs-title {
  display: none;
}
#spec-accordion {
  border: 1px solid #e3e4e5;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 75px;
}
#spec-accordion .panel-heading a {
  text-decoration: none;
}
#spec-accordion .panel {
  border-bottom: 1px solid #e3e4e5;
  padding: 8px 24px 8px 14px;
}
#spec-accordion .panel .panel-body {
  margin: 10px 0;
}
#spec-accordion .panel .panel-body p {
  font-family: 'Work Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #55565a !important;
  text-decoration: none;
}
#spec-accordion .c-socialsharing {
  border: none;
}
#spec-accordion .c-socialsharing .col-md-12 {
  padding: 0px;
}
#spec-accordion .c-socialsharing .col-md-12 .title {
  font-size: 11px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
a .product-specs-title {
  color: #55565a !important;
  font-size: 11px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
.product-specs-title {
  color: #55565a !important;
  font-size: 11px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
.product-specs-title i.icon {
  display: block;
  float: right;
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/down-arrow.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-top: 5px;
}
.product-specs-title.collapsed i.icon {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/next-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-top: 0px;
}
.product-description p {
  font-family: 'Work Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #55565a !important;
  text-decoration: none;
}
.product-specs {
  margin-bottom: 20px;
}
.product-specs dt {
  width: auto;
  padding-right: 2ex;
  font-family: 'Work Sans' !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.product-specs dd {
  margin-left: 0;
  display: table-cell;
  font-family: 'Work Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.product-specs dd,
.product-specs dt {
  padding-bottom: 6px;
  font-size: 10px;
}
#sticky-cart-box {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  float: left;
}
#sticky-cart-box #sticky-cart {
  background: #fff;
  margin: 0 auto;
  border-width: 1px;
}
#sticky-cart-box #sticky-cart .product-wishlist {
  height: 40px;
  padding: 14px 10px 12px 10px;
  background: #e3e4e5;
  float: left;
}
#sticky-cart-box #sticky-cart .product-wishlist i {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/heart-inactive.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: inline-block;
}
#sticky-cart-box #sticky-cart .product-wishlist.active i {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/heart-active.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  display: inline-block;
}
#sticky-cart-box #sticky-cart .product-error .error {
  position: absolute;
  top: -30px;
  background: #fff;
  width: 100%;
  border-top: 1px solid #000;
  color: #ff0000;
}
.product-form {
  height: 40px;
  border: none;
  display: flex;
}
.product-form .product-form-field {
  height: 40px;
  width: 40px;
}
.product-form .product-form-qty {
  border: none;
  text-align: center;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: #e3e4e5;
  float: left;
  padding-left: 0px;
}
.product-form .product-form-submit {
  width: 100%;
}
/* disable ios form element zoom */
input.product-form-qty:focus {
  font-size: 21px;
}
.product-variants .product-specs-title {
  display: none;
  text-align: left;
  margin-bottom: 5px;
  color: #55565a;
  font-size: 12px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  display: block;
  text-transform: none;
}
.product-variants .product-specs-title .current-variant {
  font-size: 12px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
}
.product-variants select {
  border: 1px solid #999;
  min-width: 100px;
}
.product-variants .pdpSelect {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 5px 0;
}
.product-variants .pdpSelect:before,
.product-variants .pdpSelect:after {
  content: " ";
  display: table;
}
.product-variants .pdpSelect:after {
  clear: both;
}
.product-variants .pdpSelect:before,
.product-variants .pdpSelect:after {
  content: " ";
  display: table;
}
.product-variants .pdpSelect:after {
  clear: both;
}
.product-variants .pdpSelect.disabled .selectParent,
.product-variants .pdpSelect.disabled .pdpSelectLabel {
  border: none;
  color: #BBB;
  cursor: not-allowed;
}
.product-variants .pdpSelect .selectParent {
  min-width: 114px;
  width: 100%;
  float: left;
  padding: 0 0 0 8px;
  background: url('/etc/designs/skagen/clientlibs/product-detail-view/img/selectButtonLeft.png') left top no-repeat;
}
.product-variants .pdpSelect .pdpSelectLabel {
  background: url('/etc/designs/skagen/clientlibs/product-detail-view/img/selectButtonRight.png') right top no-repeat;
  height: 22px;
  width: 100%;
  float: left;
  line-height: 22px;
}
.product-variants .pdpSelect .selectParent > div {
  display: none;
  position: absolute;
  z-index: 1100;
  min-width: 114px;
  top: auto;
  left: auto;
  width: auto;
  margin: 22px 0 0 -8px;
  background: #fff;
  border: 1px solid #B0ACAC;
  border-top: 0;
}
.product-variants .pdpSelect .selectParent > div ul {
  margin: 4px 0;
  padding: 0;
  list-style-type: none;
}
.product-variants .pdpSelect .selectParent > div ul li {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  text-indent: 10px;
  cursor: pointer;
}
.product-variants .pdpSelect .selectParent > div ul li.active,
.product-variants .pdpSelect .selectParent > div ul li:hover {
  background: #B0ACAC;
}
.product-variants .pdpSelect .selectParent > div ul li.disabled {
  color: #ccc;
  text-decoration: line-through;
  cursor: not-allowed;
}
.product-variants .pdpSelect .selectParent > div ul li.disabled:hover {
  background: none;
}
.product-variants > div {
  clear: both;
}
.product-variants > div:before,
.product-variants > div:after {
  content: " ";
  display: table;
}
.product-variants > div:after {
  clear: both;
}
.product-variants > div:before,
.product-variants > div:after {
  content: " ";
  display: table;
}
.product-variants > div:after {
  clear: both;
}
.variants a {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.variants a img {
  width: 32px;
  height: 32px;
}
.variants a.active {
  border: 1px solid #55565a;
  padding: 1px;
}
.variants a.active img {
  width: 28px;
  height: 28px;
}
/* /etc/clientlibs/fossil-group/bootstrap/js/modals/css/modals.less */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: 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;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.33333333px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.33333333;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 1px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 9999px) {
  .modal-lg {
    width: 900px;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/component-animations/css/component-animations.less */
.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;
}
/* /etc/clientlibs/fossil-group/flexslider/css/flexslider.css */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.eot');
  src: url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 3%;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #dedede;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* /etc/designs/skagen/clientlibs/flexslider-custom/css/flexslider-custom.less */
.flexslider .flex-control-nav.flex-control-paging li a {
  transition: background-color 0.25s;
}
.flexslider.dot-color-light .flex-control-nav.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.4);
}
.flexslider.dot-color-light .flex-control-nav.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.flexslider .slides .icon-box img {
  margin: 0 auto;
}
.flex-control-paging li a {
  text-indent: 10px;
  overflow: hidden;
  padding: 6px;
}
/* /etc/designs/skagen-mobile/clientlibs/productdetailpage/css/pdp.less */
.c-page-productdetail .content {
  border: none;
}
.c-page-productdetail.productdetail-mobile#content {
  padding: 0 0;
}
.c-page-productdetail.productdetail-mobile #product-backlink {
  text-align: left;
  height: 40px;
  border: 1px solid #e3e4e5;
  border-width: 1px 0;
  background-repeat: repeat;
  padding-left: 20px;
}
.c-page-productdetail.productdetail-mobile #product-backlink a {
  color: #55565a;
  position: relative;
  top: 10px;
  font-size: 11px;
  font-family: skagenregular;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.c-page-productdetail.productdetail-mobile #product-backlink a i {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/prev-arrow.svg');
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin: -4px 8px -4px 0px;
}
.c-page-productdetail .suggested h2,
.c-page-productdetail .recently-viewed h2 {
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 40px;
  color: #184f82;
  text-align: center;
}
.c-page-productdetail .suggested h2:after,
.c-page-productdetail .recently-viewed h2:after {
  content: " ";
  display: block;
  margin: 40px auto -10px;
}
.c-page-productdetail .suggested .heading-title,
.c-page-productdetail .recently-viewed .heading-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #50748c;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
.c-page-productdetail .suggested .genericio,
.c-page-productdetail .recently-viewed .genericio {
  margin-bottom: 35px;
}
.c-page-productdetail .suggested .flex-control-nav,
.c-page-productdetail .recently-viewed .flex-control-nav {
  position: relative;
  bottom: -24px;
}
/* /etc/designs/skagen-mobile/clientlibs/homepage/css/homepage.less */
#page-hero {
  width: 100%;
}
#page-hero.row {
  margin-left: 0;
  margin-right: 0;
}
.homepagehero {
  margin: 0 auto 50px;
  max-width: 760px;
}
.homepagehero .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.homepagehero .flex-control-nav {
  bottom: -35px;
}
.homepagehero .control {
  display: none;
}
.homepagehero .control.control-left {
  left: 1px;
}
.homepagehero .control.control-right {
  right: 0;
}
.homepageheroslide {
  overflow: hidden;
}
.homepageheroslide a,
.homepageheroslide a:visited,
.homepageheroslide a:active {
  color: #55565a;
  text-decoration: none;
}
.homepageheroslide a:hover,
.homepageheroslide a:visited:hover,
.homepageheroslide a:active:hover {
  color: #50748c;
  text-decoration: none;
}
.homepageheroslide .copy {
  color: #000;
  max-width: 600px;
  margin-left: 40px;
  padding-right: 40px;
}
.homepageheroslide .copy h1 {
  margin-top: 18px;
  margin-bottom: 34px;
}
.homepageheroslide .copy .icon-box {
  vertical-align: middle;
}
.homepageheroslide .copy .icon-box img {
  width: auto;
  display: inline-block;
  margin: 0 auto !important;
}
.homepageheroslide .copy .link-box .carat {
  display: inline-block;
}
.homepageheroslide .copy .link-box:hover .c-link {
  color: #50748c;
}
.locator {
  margin: 0 -20px;
}
.locator .col-md-12 {
  margin: 0;
  padding: 0;
}
.locator .col-md-12 .image-image {
  padding: 0;
}
.locator .col-md-12 .image-image img {
  margin: 0;
}
#hp-content-columns {
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 40px;
}
#hp-content-columns > .col-sm-12 {
  padding: 0;
  text-align: center;
}
#hp-content-columns > .col-sm-12 .text {
  margin: 0 auto;
}
#hp-content-columns > .col-sm-12 .text h2 {
  text-align: center;
  color: #55565a;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hp-content-columns > .col-sm-12 .text p {
  text-align: center;
  color: #55565a;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hp-content-columns > .col-sm-12 > .left,
#hp-content-columns > .col-sm-12 > .right {
  float: none;
}
#hp-content-columns > .col-sm-12 [class*="col-"],
#hp-content-columns > .col-sm-12 .image-image {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto !important;
}
#hp-content-columns > .col-sm-12 .c-text {
  margin: 0px 0px 20px 0px;
}
#hp-content-columns .c-heading h2,
#hp-content-columns .c-heading h3,
#hp-content-columns .c-heading h4 {
  text-align: center;
}
.carouselslide-noshow {
  display: none;
}
/* /etc/clientlibs/fossil-group/bootstrap/js/carousel/css/carousel.less */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  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: 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 {
  left: auto;
  right: 0;
  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: 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 {
  outline: 0;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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: 1px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal .carousel-inner {
  z-index: 100;
}
/* /etc/designs/skagen-mobile/clientlibs/socialsharing/css/socialsharing.less */
.c-socialsharing {
  border: 1px solid #e3e4e5;
}
.c-socialsharing .addthis_toolbox .title {
  display: inline-block;
  color: #55565a !important;
  font-size: 11px;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.c-socialsharing .socialsharing-buttons {
  display: inline-block;
  float: right;
}
.c-socialsharing .socialsharing-buttons a {
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
  float: none!important;
  padding: 0!important;
}
.c-socialsharing .socialsharing-buttons a:hover {
  text-decoration: none;
}
.c-socialsharing .socialsharing-buttons a:last-child {
  margin-right: 0;
}
.c-socialsharing .socialsharing-buttons .icon-instagram {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/instagram.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.c-socialsharing .socialsharing-buttons .icon-facebook {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/facebook.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.c-socialsharing .socialsharing-buttons .icon-twitter {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/twitter.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.c-socialsharing .socialsharing-buttons .icon-pinterest {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/pinterest.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.c-socialsharing .socialsharing-buttons .icon-googleplus {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/googleplus.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* /etc/designs/skagen-mobile/clientlibs/curalate/css/curalate.less */
#curalate h1 {
  color: #55565a;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
#curalate h5 {
  color: #50748c;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -12px;
}
#curalate h5 a {
  text-decoration: none;
}
#curalate .container {
  width: 100%;
}
#curalate .carousel {
  position: relative;
}
#curalate #no-curalate-content {
  position: relative;
  height: 225px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 10px;
}
#curalate #no-curalate-content .hidden-mobile {
  display: none !important;
}
#curalate #no-curalate-content .hidden-desktop {
  display: block !important;
}
#curalate #no-curalate-content .defaultImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
#curalate #no-curalate-content .text-content {
  width: 100%;
  height: 100%;
}
#curalate #no-curalate-content .text-content a {
  text-decoration: none;
}
#curalate #no-curalate-content .text-content .bottom-text {
  float: right;
  position: absolute;
  padding: 0px 50px;
  bottom: 10px;
  right: 0;
  color: #BC684F;
}
#curalate .curalate-carousel .curalate-slide,
#curalate .placeholder {
  height: 100%;
  width: 50%;
  float: left;
  padding: 5px 0;
}
#curalate .curalate-carousel .curalate-slide img,
#curalate .placeholder img {
  width: 100%;
}
#curalate .curalate-carousel .curalate-slide:first-child,
#curalate .placeholder:first-child {
  padding-right: 5px;
}
#curalate .curalate-carousel .curalate-slide:last-child,
#curalate .placeholder:last-child {
  padding-left: 5px;
}
#curalate .placeholder a {
  width: 100%;
  float: left;
  border: dashed;
  color: #ccc !important;
  padding-top: 98%;
  font-size: 32px;
  position: relative;
}
#curalate .placeholder a.hover {
  text-decoration: none;
}
#curalate .placeholder a.active {
  text-decoration: none;
}
#curalate .placeholder a span {
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#curalate .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#curalate .carousel-inner .item {
  display: none;
  position: relative;
}
#curalate .carousel-inner .item.active {
  display: block;
}
#curalate .fossillazyload {
  max-width: 100%;
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
}
#curalate .fossillazyload.success {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#curalate .carousel-control,
#curalate .page-control {
  z-index: 101;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 38px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
#curalate .carousel-control div,
#curalate .page-control div {
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  top: 10px;
  width: 12px;
  height: 18px;
}
#curalate .carousel-control.left,
#curalate .page-control.left {
  left: 0;
  margin-left: -30px;
}
#curalate .carousel-control.left .img-left,
#curalate .page-control.left .img-left {
  background-image: url(/etc/designs/skagen-mobile/clientlibs/curalate/images/left-arrow.png);
}
#curalate .carousel-control.right,
#curalate .page-control.right {
  right: 0;
  margin-right: -30px;
}
#curalate .carousel-control.right .img-right,
#curalate .page-control.right .img-right {
  background-image: url(/etc/designs/skagen-mobile/clientlibs/curalate/images/right-arrow.png);
}
#curalate .carousel-control.hover,
#curalate .page-control.hover {
  opacity: 1;
}
#curalate .carousel-control.left {
  margin-left: -15px;
}
#curalate .carousel-control.right {
  margin-right: -15px;
}
#curalate .modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
}
#curalate .modal .modal-content .close {
  padding: 5px 0px;
  z-index: 10;
}
#curalate .modal .modal-content .close .close-modal-icon {
  width: 22px;
  height: 22px;
  background-image: url(/etc/designs/skagen-mobile/clientlibs/curalate/images/close.png);
  cursor: pointer;
  float: right;
}
#curalate .modal .modal-content .userDetail {
  width: 100%;
}
#curalate .modal .modal-content .userDetail > img {
  width: 100%;
}
#curalate .modal .modal-content .userDetail .userInfo {
  padding-top: 15px;
  margin-bottom: 20px;
}
#curalate .modal .modal-content .userDetail .upload-details {
  margin-left: 15px;
  text-align: left;
}
#curalate .modal .modal-content .userDetail .heart {
  background-image: url('/etc/designs/skagen/clientlibs/svg/icons/heart-active.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  display: inline-block;
  margin-top: 5px;
}
#curalate .modal .modal-content .userDetail .likes {
  color: #b92d30;
  font-weight: bold;
}
#curalate .modal .modal-content .productDetail {
  margin-top: 10px;
  border-top: 1px solid;
  display: inline-block;
  overflow-y: auto;
  width: 100%;
}
#curalate .modal .modal-content .productDetail .product {
  margin: 20px 0;
}
#curalate .modal .modal-content .productDetail .productInfo {
  padding-left: 15px;
}
#curalate .modal .modal-content .productDetail .productInfo .curalate-prod {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
#curalate .modal .modal-content .productDetail .productInfo .curalate-prod.name {
  margin-top: 0px;
}
#curalate .modal .btn-shop {
  border: 2px solid #000;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px;
  margin: 20px 0px;
}
