/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}
* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3fb693;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b7d65;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 17px;
  margin-bottom: 17px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.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: 8.5px;
  margin-bottom: 8.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: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #3fb693;
}
a.text-primary:hover {
  color: #329074;
}
.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: #3fb693;
}
a.bg-primary:hover {
  background-color: #329074;
}
.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: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.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: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  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.42857143;
  color: #777777;
}
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';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3fb693;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3fb693;
  border-color: #3fb693;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3fb693;
}
.panel-primary > .panel-heading .badge {
  color: #3fb693;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3fb693;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3fb693;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3fb693;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.panel-body:before,
.panel-body:after,
.nav:before,
.nav:after,
#dnn_FooterContactPane ul:before,
#dnn_FooterContactPane ul:after,
.page-section:before,
.page-section:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.DnnModule-SearchResults .dnnSearchResultPanel:before,
.DnnModule-SearchResults .dnnSearchResultPanel:after,
.DnnModule-SearchResults .dnnSearchResultPager:before,
.DnnModule-SearchResults .dnnSearchResultPager:after,
#PropertyAgentButtons:before,
#PropertyAgentButtons:after,
.ljekarne-latest--5col:before,
.ljekarne-latest--5col:after,
.ljekarne-detail__gallery:before,
.ljekarne-detail__gallery:after,
.news-feed--latest:before,
.news-feed--latest:after,
.news-article .article_gallery > ul:before,
.news-article .article_gallery > ul:after,
#EDG_10_LjekarnaSDZ:before,
#EDG_10_LjekarnaSDZ:after,
.news-promo--latest:before,
.news-promo--latest:after,
.nbs-category-menu_list:before,
.nbs-category-menu_list:after,
.table--dostupnost__trow:before,
.table--dostupnost__trow:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.panel-body:after,
.nav:after,
#dnn_FooterContactPane ul:after,
.page-section:after,
.container:after,
.container-fluid:after,
.row:after,
.DnnModule-SearchResults .dnnSearchResultPanel:after,
.DnnModule-SearchResults .dnnSearchResultPager:after,
#PropertyAgentButtons:after,
.ljekarne-latest--5col:after,
.ljekarne-detail__gallery:after,
.news-feed--latest:after,
.news-article .article_gallery > ul:after,
#EDG_10_LjekarnaSDZ:after,
.news-promo--latest:after,
.nbs-category-menu_list:after,
.table--dostupnost__trow: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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Copyright 2015 NetMedia Sistemi. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("fonts/roboto/Roboto-Thin.woff") format("woff"), url("fonts/roboto/Roboto-Thin.ttf") format("ttf"), url("fonts/roboto/Roboto-Thin.eot") format('eot');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/Roboto-Light.woff") format("woff"), url("fonts/roboto/Roboto-Light.ttf") format("ttf"), url("fonts/roboto/Roboto-Light.eot") format('eot');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/Roboto-Regular.woff") format("woff"), url("fonts/roboto/Roboto-Regular.ttf") format("ttf"), url("fonts/roboto/Roboto-Regular.eot") format('eot');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/Roboto-Medium.woff") format("woff"), url("fonts/roboto/Roboto-Medium.ttf") format("ttf"), url("fonts/roboto/Roboto-Medium.eot") format('eot');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/Roboto-Bold.woff") format("woff"), url("fonts/roboto/Roboto-Bold.ttf") format("ttf"), url("fonts/roboto/Roboto-Bold.eot") format('eot');
}
@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icons/icons.woff") format("woff"), url("fonts/icons/icons.ttf") format("ttf"), url("fonts/icons/icons.eot") format('eot');
}
.icon {
  font: normal normal 1em "icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-record:before,
.list-circle li::before {
  content: "\e605";
}
.icon-search:before {
  content: "\e600";
}
.icon-arrow-left:before,
.nbs-product-detail__back-to-list-link:before,
.med-product-detail__back-to-list-link:before {
  content: "\e602";
}
.icon-arrow-down:before {
  content: "\e603";
}
.icon-arrow-up:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e601";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-user:before {
  content: "\f007";
}
.icon-home:before {
  content: "\f015";
}
.icon-lock:before {
  content: "\f023";
}
.icon-print:before {
  content: "\f02f";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-phone:before {
  content: "\f095";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before,
.side-pane .module-container__title:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-file-text:before,
.document-list__item.type-file-pdf:before,
.document-list__item.type-file-word:before,
.document-list__item.type-file-doc:before,
.document-list__item.type-file-docx:before,
.document-list__item.type-file-excel:before,
.document-list__item.type-file-xls:before,
.document-list__item.type-file-xlsx:before,
.document-list__item.type-file-powerpoint:before,
.document-list__item.type-file-pptx:before,
.document-list__item.type-file-pptm:before,
.document-list__item.type-file-ppt:before,
.document-list__item.type-file:before {
  content: "\f15c";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.DNNEmptyPane {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: normal;
}
.Normal {
  font-size: 16px;
}
.login-link {
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
  text-indent: -5000px;
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-link {
    display: block !important;
  }
  table.login-link {
    display: table;
  }
  tr.login-link {
    display: table-row !important;
  }
  th.login-link,
  td.login-link {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .login-link {
    display: block !important;
  }
  table.login-link {
    display: table;
  }
  tr.login-link {
    display: table-row !important;
  }
  th.login-link,
  td.login-link {
    display: table-cell !important;
  }
}
#ControlBar,
#ControlBar *,
.dnn_mact,
.dnn_mact * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}
.dnnFormPopup {
  position: absolute;
  padding: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  z-index: 100000;
  color: #000;
}
.dnnFormPopup .ui-dialog-titlebar {
  position: relative;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #ddd;
  cursor: move;
  font-size: 18px;
  font-weight: bold;
}
.dnnFormPopup .dnnModalCtrl {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 69px;
  height: 26px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px #666;
}
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  float: right;
  display: block;
  height: 18px;
  width: 30px;
  margin: 4px 4px 0 1px;
  overflow: hidden;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border: none;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #585858 url(../../../../../../images/closeBtn.png) no-repeat;
  background-position: 8px 4px;
  text-indent: -9999em;
  min-width: 0 !important;
}
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
  background: #358EEA url(../../../../../images/closeBtn.png) no-repeat;
  background-position: 8px 4px;
  cursor: pointer;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
  float: left;
  display: block;
  height: 18px;
  width: 30px;
  margin: 4px 0 0 4px;
  overflow: hidden;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #585858 url(../../../../../images/resizeBtn.png) no-repeat;
  background-position: 10px 2px;
  text-indent: -9999em;
}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
  background: #358EEA url(../../../../../images/resizeBtn.png) no-repeat;
  background-position: 10px 2px;
}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  height: 24px;
  width: 24px;
  margin: 0px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #585858 url(../../../../../images/closeBtn.png) no-repeat;
  background-position: 4px 4px;
  border: 3px solid #fff;
  text-indent: -9999em;
  min-width: 0 !important;
}
.dnnFormPopup #iPopUp {
  width: 100% !important;
  padding-top: 10px;
}
.dnnFormPopup .ui-dialog-content,
#iPopUp .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0px;
  overflow: auto;
  background: #fff;
  zoom: 1;
}
.dnnFormPopup .ui-dialog-buttonpane {
  margin: .5em 0 0 0;
  padding: .3em 1em 0em 0em;
  overflow: hidden;
  border-width: 1px 0 0 0;
  background-image: none;
  text-align: left;
  border-top: 1px solid #ddd;
}
.dnnFormPopup .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0em;
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
  outline: none;
}
.dnnFormPopup .ui-resizable-se {
  float: right;
  height: 24px;
  width: 24px;
  background: url(../../../../../images/modal-resize-icn.png) no-repeat bottom;
}
.dnnFormPopup .dnnDialog {
  padding: 10px;
}
.dnnLoading {
  background: #fff url(../../../../../images/loading.gif) no-repeat center center;
  position: absolute;
  z-index: 9999;
}
.site-header {
  color: #666;
}
.site-header h1 {
  display: none;
}
.site-header__top {
  padding: 0;
  border-top: solid 4px #3fb693;
  background-color: #fff;
}
.site-header__main {
  border-top: solid 1px #ccc;
  background-color: #3fb693;
}
.site-header__main .logo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .site-header__main .logo {
    float: left;
    width: 26.66666667%;
  }
}
@media (min-width: 1200px) {
  .site-header__main .logo {
    float: left;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__main .logo {
    text-align: center;
  }
}
.main-nav {
  /*float: right;
    @media all and (max-width: @screen-sm-max) {
        float: left;
        clear: left;
        width: 100%;
    }*/
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .main-nav {
    float: left;
    width: 73.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-nav {
    float: left;
    width: 60%;
  }
}
.main-nav .menu-button .hr,
.main-nav .menu-button .en,
.main-nav .menu-button .de {
  display: none;
}
.lang-hr .menu-button .hr {
  display: block;
}
.lang-en .menu-button .en {
  display: block;
}
.lang-de .menu-button .de {
  display: block;
}
.service-nav {
  float: right;
  margin-top: 4px;
}
li.service-nav__item {
  float: left;
  line-height: 26px;
}
li.service-nav__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
  color: #ccc;
}
li.service-nav__item.is-first:before {
  content: '';
  padding-left: 0;
  padding-right: 0;
}
.service-nav__link {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.service-nav__link:hover,
.service-nav__link.is-selected {
  color: #3fb693;
  text-decoration: none;
}
.service-nav-hr,
.service-nav-en,
.service-nav-de {
  display: none;
}
.lang-hr .service-nav-hr {
  display: block;
}
.lang-en .service-nav-en {
  display: block;
}
.lang-de .service-nav-de {
  display: block;
}
#dnn_dnnSearch_ClassicSearch {
  position: relative;
  float: right;
  margin-left: 35px;
}
@media only screen and (max-width: 992px) {
  #dnn_dnnSearch_ClassicSearch {
    margin-left: 5px;
  }
}
#dnn_dnnSearch_ClassicSearch .NormalTextBox {
  width: 215px;
  height: 35px;
  padding: 3px 10px;
  font-size: 12px;
  color: #868686;
  font-style: italic;
  border: 1px #ccc solid;
  border-bottom: none;
  border-top: none;
}
@media only screen and (max-width: 991px) {
  #dnn_dnnSearch_ClassicSearch .NormalTextBox {
    width: 160px;
  }
}
#dnn_dnnSearch_ClassicSearch .NormalTextBox::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .NormalTextBox:-ms-input-placeholder {
  color: #a9a9a9;
}
#dnn_dnnSearch_ClassicSearch .NormalTextBox::-webkit-input-placeholder {
  color: #a9a9a9;
}
#dnn_dnnSearch_ClassicSearch .button--search {
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
#dnn_dnnSearch_ClassicSearch .button--search:before {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  line-height: 35px;
}
#dnn_dnnSearch_ClassicSearch .button--search:before {
  font-size: 18px;
  color: #a9a9a9;
}
.language-nav__list .language-nav__item {
  float: left;
  margin-top: 4px;
  text-transform: capitalize;
}
.language-nav__list .language-nav__item:first-child {
  padding: 0;
}
.language-nav__list .language-nav__item span,
.language-nav__list .language-nav__item a {
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .language-nav__list .language-nav__item {
    padding-left: 10px;
  }
}
.loyalty-page__link {
  float: right;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}
.loyalty-page__link sup {
  color: red;
  font-size: 12px;
  text-transform: uppercase;
}
a.loyalty-page__link {
  color: #3fb693;
  margin-right: 15px;
}
.site-footer {
  background-color: #f3f3f3;
  font-size: 12px;
}
.site-footer__col--one {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .site-footer__col--one {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .site-footer__col--one {
    float: left;
    width: 20%;
  }
}
.site-footer__col--two {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .site-footer__col--two {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .site-footer__col--two {
    float: left;
    width: 80%;
  }
}
.site-footer__col--two a {
  color: #222;
  text-decoration: none;
}
.site-footer__col--two a:hover {
  color: #38a384;
}
.site-footer__logo-group {
  background-color: #3fb693;
  text-align: center;
  padding: 24px 20px;
}
.site-footer__logo-block > img {
  display: inline-block;
}
.site-footer__logo-block + .site-footer__logo-block {
  margin-top: 20px;
}
.site-footer__col-row + .site-footer__col-row {
  margin-top: 20px;
}
.site-footer__col-row .legal-pane,
.site-footer__col-row .developer-pane {
  margin-top: 30px;
}
.site-footer__bottom-position {
  margin-top: 15px;
}
@media all and (min-width: 992px) {
  .site-footer__bottom-position {
    /* position: absolute;
    bottom: 0; */
    position: relative;
    bottom: -5px;
    width: calc(100% - 20px);
  }
}
.site-footer__col-row--bottom {
  border-top: solid 1px #ccc;
}
.legal-pane {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .legal-pane {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .legal-pane {
    float: left;
    width: 40%;
  }
}
@media all and (min-width: 992px) {
  .legal-pane {
    width: 50%;
  }
}
.developer-pane {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .developer-pane {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .developer-pane {
    float: left;
    width: 20%;
  }
}
@media all and (min-width: 992px) {
  .developer-pane {
    width: 25%;
  }
}
.user-pane {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .user-pane {
    float: left;
    width: 26.66666667%;
  }
}
@media (min-width: 1200px) {
  .user-pane {
    float: left;
    width: 20%;
  }
}
@media all and (min-width: 992px) {
  .user-pane {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .user-box {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-box {
    display: none !important;
  }
}
.user-box__item {
  padding-left: 0;
}
.user-box__item--login a,
.user-box__item--user a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: flex;
  height: 75px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #c8ba6e;
}
.user-box__item--login a:hover,
.user-box__item--user a:hover {
  color: #fff;
  background-color: #c1b15c;
}
.UPR_Administrators .user-box__item--login a,
.UPR_Administrators .user-box__item--user a,
.UPR_Urednik .user-box__item--login a,
.UPR_Urednik .user-box__item--user a,
.UPR_Kupac .user-box__item--login a,
.UPR_Kupac .user-box__item--user a {
  height: 40px;
  border-bottom: solid 1px #fff;
}
.user-box__item--login .icon,
.user-box__item--user .icon {
  margin-left: -5px;
}
#dnn_FooterContactPane ul {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}
#dnn_FooterContactPane ul > li {
  float: left;
  width: 40%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  #dnn_FooterContactPane ul > li {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #dnn_FooterContactPane ul > li {
    float: left;
    width: 20%;
  }
}
@media all and (min-width: 992px) {
  #dnn_FooterContactPane ul > li {
    width: 25%;
  }
}
@media screen and (max-width:991px) {
  #dnn_FooterContactPane ul > li:last-child {
    width: 100%;
  }
}
#dnn_FooterContactPane ul > li strong {
  display: block;
}
#dnn_FooterContactPane ul > li .icon {
  font-size: 24px;
  color: #3fb693;
}
#dnn_FooterContactPane ul > li::before {
  content: '';
  display: none;
}
#go-top-button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #c8ba6e;
  font-size: 12px;
  text-align: center;
  color: #c8ba6e;
  background-color: rgba(255, 255, 255, 0.6);
}
#go-top-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 1440px) {
  #go-top-button {
    right: -55px;
  }
}
.flexbox,
.flexbox body {
  height: 100%;
}
.flexbox #Form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */
}
.flexbox .site-header,
.flexbox .site-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* 2 */
}
.flexbox .site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* 2 */
  width: 100%;
}
/**
 * These values will not show up in content, but can be 
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 */
body:before {
  content: "smartphone";
  display: none;
  /* Prevent from displaying. */
}
@media (min-width: 550px) {
  body:before {
    content: "smartphone_wide";
  }
}
@media (min-width: 650px) {
  body:before {
    content: "tablet_narrow";
  }
}
@media (min-width: 900px) {
  body:before {
    content: "tablet_wide";
  }
}
@media (min-width: 1100px) {
  body:before {
    content: "desktop";
  }
}
@media (min-width: 1500px) {
  body:before {
    content: "wide";
  }
}
/*@media (min-width: 2000px) {
  body:before {
    content: "OMG_THATS_SO_HUGE";
  }
}*/
body {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p,
.Normal {
  font-size: 13px;
  line-height: 1.5;
}
.color--primary,
a.color--primary,
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) > table span {
  color: #3fb693;
}
.color--secondary,
a.color--secondary {
  color: #c8ba6e;
}
/*.DnnModule a,
.DnnModule a:hover {
    color: @color-primary;
}*/
a,
a:hover,
a:focus {
  text-decoration: none;
}
.page-section--front-page {
  margin-bottom: 15px;
}
@media all and (min-width: 992px) {
  .page-section--front-page {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .page-section--news {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-section--main-content {
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .page-section--main-content {
    margin-bottom: 40px;
  }
}
.page-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  background-color: #f3f3f3;
  border-bottom: solid 3px #3fb693;
}
.page-heading__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #222 !important;
  text-transform: uppercase;
  margin: 0;
}
.no-flexbox .page-heading__title {
  margin: 35px 0;
}
.page-heading__ljekarne-title {
  display: none;
}
.lang-hr .page-heading__ljekarne-title.hr {
  display: block;
}
.lang-en .page-heading__ljekarne-title.en {
  display: block;
}
.lang-de .page-heading__ljekarne-title.de {
  display: block;
}
.border-top--1px {
  border-top: 1px solid #ccc;
}
.border-bot--1px {
  border-bottom: 1px solid #ccc;
}
.border-top--3px {
  border-top: 3px solid #3fb693;
}
.border-bot--3px {
  border-bottom: 3px solid #3fb693;
}
.pharmagal-fb-icon {
  font-size: 24px;
  color: #3fb693;
}
.typography--text-left {
  text-align: left;
}
.typography--text-right {
  text-align: right;
}
.typography--text-center {
  text-align: center;
}
.typography--text-justify {
  text-align: justify;
}
.typography--text-nowrap {
  white-space: nowrap;
}
.typography--text-lowercase {
  text-transform: lowercase;
}
.typography--text-uppercase,
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) > table span,
.nbs-product-filter .buttons.button-group input:first-child,
.nbs-product-filter .buttons.button-group input:nth-child(2) {
  text-transform: uppercase;
}
.typography--text-capitalize {
  text-transform: capitalize;
}
.typography--small {
  font-size: 11px;
}
.typography--base {
  font-size: 13px;
}
.typography--medium {
  font-size: 15px;
}
.typography--large {
  font-size: 18px;
}
.typography--xlarge {
  font-size: 20px;
}
.typography--xxlarge {
  font-size: 28px;
}
.typography--huge {
  font-size: 32px;
}
.bg--highlight {
  background-color: #f3f3f3;
}
#dnn_ScriptPane > .DnnModule {
  margin: 0;
}
.full-width-pane {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.inner-page #dnn_ContentLeftMain {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .inner-page #dnn_ContentLeftMain {
    float: left;
    width: 73.33333333%;
  }
}
@media (min-width: 1200px) {
  .inner-page #dnn_ContentLeftMain {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .inner-page #dnn_ContentLeftMain {
    margin-left: 40%;
  }
}
.inner-page #dnn_ContentRightMain {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .inner-page #dnn_ContentRightMain {
    float: left;
    width: 73.33333333%;
  }
}
@media (min-width: 1200px) {
  .inner-page #dnn_ContentRightMain {
    float: left;
    width: 80%;
  }
}
.inner-page .side-pane {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .inner-page .side-pane {
    float: left;
    width: 26.66666667%;
  }
}
@media (min-width: 1200px) {
  .inner-page .side-pane {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .inner-page #left-sidebar {
    right: 73.33333333%;
  }
}
@media (min-width: 1200px) {
  .inner-page #left-sidebar {
    right: 80%;
  }
}
@media (min-width: 992px) {
  .inner-page #dnn_ContentRightMain {
    left: 26.66666667%;
  }
}
@media (min-width: 1200px) {
  .inner-page #dnn_ContentRightMain {
    left: 20%;
  }
}
.half-pane {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 992px) {
  .half-pane {
    width: 50%;
  }
}
#dnn_ContentRightSidebar,
#dnn_ContentLeftSidebar {
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  #dnn_ContentRightSidebar,
  #dnn_ContentLeftSidebar {
    margin-top: 55px;
  }
}
.side-nav {
  margin-bottom: 20px;
}
.side-nav__header {
  border-bottom: 1px #c8ba6e solid;
}
.side-nav__title {
  position: relative;
  margin: 10px 0;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #c8ba6e;
}
.side-nav__title > .icon {
  position: absolute;
  top: -3px;
  left: -5px;
  font-size: 17px;
  font-weight: 700;
}
a.side-nav__link {
  color: #999999;
  display: block;
  padding: 10px 0;
}
a.side-nav__link:hover {
  text-decoration: none;
  color: #666666 !important;
}
.side-nav__list > .side-nav__item {
  border-bottom: 1px #c8ba6e solid;
}
.side-nav__list > .side-nav__item > a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.side-nav__item {
  padding: 0;
}
.side-nav__sub-list {
  margin-left: 0;
  display: none;
}
.side-nav__item--child {
  padding-left: 15px;
}
.side-nav__item--is-selected > .side-nav__link {
  color: #222;
}
.side-nav__item--is-selected > .side-nav__link:before {
  content: "\f105";
  font-family: "icons";
  font-weight: 800;
  margin-right: 5px;
}
.side-nav__item--is-selected .side-nav__sub-list {
  display: block;
}
.section-nav__item {
  font-size: 15px;
  padding: 5px;
}
.section-nav__item a:visited {
  color: #3fb693;
}
.module-container__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.module-container__content--gray {
  background-color: #f3f3f3;
  padding: 15px 20px;
}
.module-container--empty.module-container--gray {
  margin-top: 40px;
}
.side-pane .module-container__title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #c8ba6e solid;
  font-size: 12px;
  font-weight: 400;
  color: #c8ba6e;
  text-transform: none;
}
.side-pane .module-container__title:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
  font: normal normal 1em "icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 700;
}
.page-section--product-search .module-container__title {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.page-section--product-search .module-container__title > span {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}
.page-section--product-search .module-container__title > span:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: solid 3px #3fb693;
}
.tabbed-content {
  margin-bottom: 20px;
}
.tabbed-content > .nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}
.tabbed-content > .nav-tabs > li {
  margin-bottom: -1px;
  padding-left: 30px;
}
@media all and (max-width: 768px) {
  .tabbed-content > .nav-tabs > li {
    padding-left: 10px;
  }
}
.tabbed-content > .nav-tabs > li:first-child {
  padding-left: 0;
}
.tabbed-content > .nav-tabs > li > a {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
@media all and (max-width: 768px) {
  .tabbed-content > .nav-tabs > li > a {
    font-size: 12px;
  }
}
.tabbed-content > .nav-tabs > li > a:hover {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}
.tabbed-content > .nav-tabs > li.active > a,
.tabbed-content > .nav-tabs > li.active > a:hover,
.tabbed-content > .nav-tabs > li.active a:focus {
  border: none;
  border-bottom: solid 1px #3fb693;
  color: #333333;
}
.tabbed-content > .nav-tabs > li.active > a:before,
.tabbed-content > .nav-tabs > li.active > a:hover:before,
.tabbed-content > .nav-tabs > li.active a:focus:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: solid 3px #3fb693;
}
.tabbed-content ul > li,
.tabbed-content ol > li {
  margin-bottom: 10px;
}
.panel-group .panel {
  background-color: #3fb693;
  border-radius: 0;
}
.panel-collapse {
  background-color: #f3f3f3;
}
.panel-collapse > * {
  position: relative;
}
.panel-collapse__block {
  padding: 15px;
}
.panel-group .panel-heading {
  background-color: #3fb693;
}
.panel-group .panel-heading:hover {
  background-color: #38a384;
}
.panel-title {
  color: #fff;
}
.panel-title > a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.button,
.button--primary,
.button--primary-variation,
.button--secondary,
.button--secondary-variation,
.dnnFormAndList .dnnPrimaryAction,
.dnnFormAndList .dnnSecondaryAction,
#PropertyAgentButtons > .CommandButton,
.admin_action.edit,
.nbs-product-filter .buttons.button-group input:first-child,
.nbs-product-filter .buttons.button-group input:nth-child(2) {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  outline: 0;
  transition: none;
  cursor: pointer;
}
.button:hover,
.button:focus,
.button:active,
.button--primary:hover,
.button--primary:focus,
.button--primary:active,
.button--primary-variation:hover,
.button--primary-variation:focus,
.button--primary-variation:active,
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active,
.button--secondary-variation:hover,
.button--secondary-variation:focus,
.button--secondary-variation:active,
.dnnFormAndList .dnnPrimaryAction:hover,
.dnnFormAndList .dnnPrimaryAction:focus,
.dnnFormAndList .dnnPrimaryAction:active,
.dnnFormAndList .dnnSecondaryAction:hover,
.dnnFormAndList .dnnSecondaryAction:focus,
.dnnFormAndList .dnnSecondaryAction:active,
#PropertyAgentButtons > .CommandButton:hover,
#PropertyAgentButtons > .CommandButton:focus,
#PropertyAgentButtons > .CommandButton:active,
.admin_action.edit:hover,
.admin_action.edit:focus,
.admin_action.edit:active,
.nbs-product-filter .buttons.button-group input:first-child:hover,
.nbs-product-filter .buttons.button-group input:first-child:focus,
.nbs-product-filter .buttons.button-group input:first-child:active,
.nbs-product-filter .buttons.button-group input:nth-child(2):hover,
.nbs-product-filter .buttons.button-group input:nth-child(2):focus,
.nbs-product-filter .buttons.button-group input:nth-child(2):active {
  text-decoration: none;
}
.button:hover,
.button--primary:hover,
.button--primary-variation:hover,
.button--secondary:hover,
.button--secondary-variation:hover,
.dnnFormAndList .dnnPrimaryAction:hover,
.dnnFormAndList .dnnSecondaryAction:hover,
#PropertyAgentButtons > .CommandButton:hover,
.admin_action.edit:hover,
.nbs-product-filter .buttons.button-group input:first-child:hover,
.nbs-product-filter .buttons.button-group input:nth-child(2):hover {
  color: #ffffff;
}
.button:disabled,
.button.km-state-disabled,
.button--primary:disabled,
.button--primary.km-state-disabled,
.button--primary-variation:disabled,
.button--primary-variation.km-state-disabled,
.button--secondary:disabled,
.button--secondary.km-state-disabled,
.button--secondary-variation:disabled,
.button--secondary-variation.km-state-disabled,
.dnnFormAndList .dnnPrimaryAction:disabled,
.dnnFormAndList .dnnPrimaryAction.km-state-disabled,
.dnnFormAndList .dnnSecondaryAction:disabled,
.dnnFormAndList .dnnSecondaryAction.km-state-disabled,
#PropertyAgentButtons > .CommandButton:disabled,
#PropertyAgentButtons > .CommandButton.km-state-disabled,
.admin_action.edit:disabled,
.admin_action.edit.km-state-disabled,
.nbs-product-filter .buttons.button-group input:first-child:disabled,
.nbs-product-filter .buttons.button-group input:first-child.km-state-disabled,
.nbs-product-filter .buttons.button-group input:nth-child(2):disabled,
.nbs-product-filter .buttons.button-group input:nth-child(2).km-state-disabled {
  background: rgba(219, 218, 218, 0.9) !important;
  color: #fff !important;
  border: none !important;
  cursor: default;
}
.button--primary,
.nbs-product-filter .buttons.button-group input:first-child {
  background: #c8ba6e;
  color: #fff;
  border: none;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
  background: #c1b15c;
  color: #fff;
  border: none;
}
.button--primary-variation {
  background: #fff;
  color: #c8ba6e;
  border: 1px solid #c8ba6e;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
.button--primary-variation:hover,
.button--primary-variation:focus,
.button--primary-variation:active {
  background: #fff;
  color: #c1b15c;
  border: 1px solid #c1b15c;
}
.button--secondary,
.nbs-product-filter .buttons.button-group input:nth-child(2) {
  background: #fff;
  color: #c8ba6e;
  border: 1px solid #f3f3f3;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background: #fff;
  color: #c1b15c;
  border: 1px solid #e6e6e6;
}
.button--secondary-variation {
  background: #fff;
  color: #c8ba6e;
  border: 1px solid #c8ba6e;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
.button--secondary-variation:hover,
.button--secondary-variation:focus,
.button--secondary-variation:active {
  background: #fff;
  color: #c1b15c;
  border: 1px solid #c1b15c;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 619px) {
  ul,
  ol {
    padding-left: 0;
  }
}
ul li {
  position: relative;
  padding-left: 16px;
}
.DnnModule-DNN_HTML ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 24px;
}
.DnnModule-DNN_HTML ul > li {
  position: relative;
  padding-left: 0;
}
.DnnModule-DNN_HTML ul > li::before {
  position: absolute;
  top: 2px;
  left: -20px;
  content: '\2022';
  font-size: 22px;
}
ol {
  counter-reset: list;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
ol > li {
  position: relative;
  padding-left: 30px;
}
ol > li::before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol > li:nth-child(10n) ~ li::before,
ol > li:nth-child(10n)::before {
  content: counter(list);
}
ul ol,
ol ul {
  padding-top: 0;
}
.list-circle {
  padding-left: 0;
}
.list-circle li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.list-circle li::before {
  font-size: 7px;
  line-height: 24px;
}
ul .list-circle,
ol .list-circle {
  padding-left: 10px !important;
}
.list-clear {
  padding-left: 0;
}
.list-clear li {
  padding-left: 0;
  margin-bottom: 5px;
}
.list-reset,
.product-property__list {
  padding-left: 0;
}
.list-reset li,
.product-property__list li {
  padding-left: 0;
}
table {
  width: 100%;
}
.table {
  font-size: 13px;
}
.table thead {
  background: #dbdbdb;
  color: #fff;
}
.table th {
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .table tr {
    border-bottom: 1px solid #ffffff;
  }
}
.table tbody {
  background: #fff;
}
.table td {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table td::before {
  content: attr(data-th) " :";
  display: inline-block;
  color: #fff;
  background: #3fb693;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 110px;
  max-height: 100%;
  font-size: 12px;
  font-weight: 600;
  padding-left: 8px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .table td::before {
    display: none;
  }
}
.table th,
.table td {
  position: relative;
  padding-left: 140px;
}
@media (min-width: 768px) {
  .table th,
  .table td {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .table th {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .table td {
    padding: 10px;
  }
}
.table td:last-child::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .table td:last-child::after {
    display: none;
  }
}
.table-2 {
  /*col {
    width: @container-sm / 2;
    @media (min-width: @screen-md-min) {
      width: @container-md / 2;
    }
  }*/
}
@media (min-width: 768px) {
  .table-2 th:first-child,
  .table-2 td:first-child {
    border-right: 2px solid #ffffff;
  }
}
.table-3 {
  /*col {
    width: @container-sm / 3;
    @media (min-width: @screen-md-min) {
      width: @container-md / 3;
    }
  }*/
}
@media (min-width: 768px) {
  .table-3 th:nth-child(2),
  .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.table-4 {
  /*col {
    width: @container-sm / 4;
    @media (min-width: @screen-md-min) {
      width: @container-md / 4;
    }
  }*/
}
@media (min-width: 768px) {
  .table-4 th:nth-child(2),
  .table-4 td:nth-child(2),
  .table-4 th:nth-child(3),
  .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: black;
}
:-moz-placeholder {
  color: black;
}
::-moz-placeholder {
  color: black;
}
:-ms-input-placeholder {
  color: black;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
#dnn_dnnSearch_txtSearch:focus::-webkit-input-placeholder,
.dnnForm__captcha-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  overflow: hidden;
  max-height: 0;
  background-color: #f4f4f4;
}
.flexnav li {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-left: 0;
}
.flexnav li a {
  position: relative;
  display: block;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  padding: 10px;
}

.flexnav li .main-nav__item--child a {
  color: white;
}

.flexnav li a:hover {
  text-decoration: none;
  color: #999;
}
.flexnav li.subnav-item > a {
  padding: 10px 18px;
  font-size: 13px;
}
.flexnav li a:hover {
  color: #999;
}
.flexnav li .main-nav__item--child a:hover {
  color: #ddd;
}
.flexnav li.main-nav__item--current > a {
  color: #3fb693;
}
@media screen and (min-width:992px){
  .flexnav li a {
    color: white;
  }
  .flexnav li .main-nav__item--child a {
    color: white;
  }  
  .flexnav li a:hover {
    color: #ddd;
  }
  .flexnav li a:hover {
    color: #ddd;
  }
  .flexnav li .main-nav__item--child a:hover {
    color: #ddd;
  }
  .flexnav li.main-nav__item--current > a {
    color: #555;
  }
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav ul {
  width: 100%;
  background-color: #3fb693;
}
.flexnav .sub-nav {
  background-color: #3fb693;
}
.flexnav .sub-nav li a:hover,
.flexnav .sub-nav li a.is-selected {
  background-color: #3fb693;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #3fb693;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  color: #999999;
  font-size: 10px;
  top: 7px;
  right: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav.opacity {
  opacity: 1;
}
.menu-button {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 15px;
  background: #c8ba6e;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
}
.menu-button.active {
  background: #c5b667;
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.menu-button .touch-button:before {
  content: '';
  position: absolute;
  right: 1em;
  bottom: 20px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-width: 8px 6px 0 6px;
}
.menu-button .touch-button .navicon {
  display: none;
}
@media all and (min-width: 992px) {
  .flexnav {
    overflow: visible;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav li > ul li {
    width: 100%;
  }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 55px 0;
  }
  .flexnav li ul li > a {
    padding: 10px 0;
  }
  .flexnav > li {
    margin-left: 15px;
  }
  .flexnav ul {
    padding: 10px;
    min-width: 230px;
  }
  .flexnav .touch-button {
    right: 7px;
    width: auto;
    height: auto;
    background: transparent;
    display: none !important;
  }
  .flexnav .touch-button .navicon {
    color: #999999;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .main-nav__list--child {
    display: none;
  }
  .main-nav__item--is-last .main-nav__list--child {
    left: auto;
    right: 0;
  }
  .main-nav__item.main-nav__item--current > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid rgba(0, 0, 0, 0);
    border-bottom-color: #3fb693;
    border-width: 0 6px 6px 6px;
    transform: translateX(-50%);
  }
  .menu-button {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  #navigation {
    min-height: 55px;
  }
  .flexnav > li {
    margin-left: 28px;
  }
  .flexnav > li.main-nav__item--is-first {
    margin-left: 0;
  }
  .flexnav .touch-button .navicon {
    right: 0;
    top: 15px;
    font-size: 10px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .flexnav {
    float: right;
  }
  .flexnav > li.main-nav__item--is-first {
    margin-left: 38px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-item {
  z-index: 1;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(js/photoSwipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(js/photoSwipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(js/photoSwipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #f3f3f3;
  top: 35px;
  left: 0;
  font-size: 12px;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview .searchSkinObjectPreview_group {
  font-weight: bold;
  margin: 5px 0;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li {
  padding: 10px;
  cursor: pointer;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li:hover {
  background-color: #ccc;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li span {
  font-size: 14px;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li a {
  color: #f3f3f3;
  text-decoration: none;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li p {
  margin: 0;
}
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li:last-child,
#dnn_dnnSearch_ClassicSearch .searchSkinObjectPreview li:first-child {
  background-color: transparent;
}
.DnnModule-SearchResults .dnnSearchBoxPanel {
  margin: 30px 0;
  max-width: 100%;
  background-color: #f3f3f3;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox {
  margin-right: 10px;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton {
  margin-right: 10px;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox input {
  position: static;
  width: 100% !important;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox input:focus {
  position: static;
  width: 100% !important;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  display: none;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox_advanced {
  display: none;
}
.DnnModule-SearchResults .dnnSearchBoxPanel .dnnSearchBox > a.dnnSearchBoxClearText.dnnShow {
  display: none;
}
.DnnModule-SearchResults .dnnSearchResultPanel {
  max-width: 100% !important;
  background-color: #f3f3f3;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight {
  float: right;
  margin-right: 10px;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox {
  display: inline-block !important;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .rcbInput {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 9px !important;
  width: 100%;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbInputCellLeft,
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbInputCellRight {
  background: -moz-linear-gradient(center top, #ffffff 0px, #f0f2f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px 0 0 #bbb;
  color: #999;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default {
  display: inline-block !important;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbArrowCellRight,
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbArrowCellLeft {
  background: -moz-linear-gradient(center top, #ffffff 0px, #f0f2f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px 0 0 #bbb;
  color: #333;
  text-decoration: none;
  vertical-align: middle !important;
  width: 12px !important;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbInputCellLeft {
  border-bottom-left-radius: 3px;
  border-right: medium none;
  border-top-left-radius: 3px;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbArrowCellRight {
  border-bottom-right-radius: 3px;
  border-left: medium none;
  border-top-right-radius: 3px;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbArrowCellRight a,
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight .RadComboBox_Default td.rcbArrowCellLeft a {
  background: url("/images/dnnSpinnerDownArrow.png") no-repeat scroll center bottom transparent !important;
  cursor: pointer;
  height: 0 !important;
  padding-top: 8px !important;
}
.DnnModule-SearchResults .dnnSearchResultContainer .dnnSearchResultItem {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.DnnModule-SearchResults .dnnSearchResultContainer .dnnSearchResultItem:last-child {
  border-bottom: medium none;
}
.DnnModule-SearchResults .dnnSearchResultContainer .dnnSearchResultItem-Link a {
  color: #666;
}
.DnnModule-SearchResults .dnnSearchResultContainer .dnnSearchResultItem-Description {
  margin-top: 10px !important;
}
.DnnModule-SearchResults .dnnSearchResultContainer .dnnSearchResultItem-Others {
  display: none;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset {
  margin: 1px 0 1px 0;
  background-color: #f3f3f3;
  padding: 10px 15px;
}
.DnnModule-SearchResults .dnnSearchResultPager .dnnLeft {
  float: left;
}
.DnnModule-SearchResults .dnnSearchResultPager .dnnRight {
  float: right;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  padding: 10px 15px;
}
.RadComboBoxDropDown_Default .rcbList {
  background: none repeat scroll 0 0 #f9fafa;
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px 0 0 #bbb;
}
.searchSkinObjectPreview {
  width: 100%;
  z-index: 9999;
}
.searchSkinObjectPreview .searchSkinObjectPreview_group {
  display: none;
}
.searchSkinObjectPreview span {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
}
.searchSkinObjectPreview span,
.searchSkinObjectPreview a {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
.searchSkinObjectPreview span:last-child,
.searchSkinObjectPreview a:last-child {
  border-bottom: medium none;
}
.searchSkinObjectPreview span:hover,
.searchSkinObjectPreview a:hover {
  text-decoration: underline;
}
.searchSkinObjectPreview p {
  display: none;
}
.searchSkinObjectPreview .searchSkinObjectPreview_more {
  font-weight: bold;
}
.Id41 .jspPane {
  margin-left: 0 !important;
  width: 100% !important;
}
.dnnFormAndList .dnnPrimaryAction {
  background: #c8ba6e;
  color: #fff;
  border: none;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.dnnFormAndList .dnnPrimaryAction:hover,
.dnnFormAndList .dnnPrimaryAction:focus,
.dnnFormAndList .dnnPrimaryAction:active {
  background: #c1b15c;
  color: #fff;
  border: none;
}
.dnnFormAndList .dnnSecondaryAction {
  background: #fff;
  color: #c8ba6e;
  border: 1px solid #f3f3f3;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
  display: none;
}
.dnnFormAndList .dnnSecondaryAction:hover,
.dnnFormAndList .dnnSecondaryAction:focus,
.dnnFormAndList .dnnSecondaryAction:active {
  background: #fff;
  color: #c1b15c;
  border: 1px solid #e6e6e6;
}
.dnnFormAndList .dnnActions {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  clear: left;
}
.dnnFormAndList .dnnActions > li {
  float: left;
  padding: 0;
}
.dnnFormAndList .dnnActions > li + li {
  margin-left: 10px;
}
.dnnFormItem {
  position: relative;
}
.dnnFormItem + .dnnFormItem {
  margin-top: 15px;
}
.dnnFormItem > .dnnFormLabelWithoutHelp,
.dnnFormItem > .dnnLabel {
  text-transform: uppercase;
  color: #999999;
}
.dnnFormItem input,
.dnnFormItem textarea {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  border: 0;
  border-bottom: solid 1px #c8ba6e;
  color: #222;
}
.dnnFormItem input:focus,
.dnnFormItem textarea:focus,
.dnnFormItem input:active,
.dnnFormItem textarea:active {
  border-bottom: solid 1px #a99940;
}
.dnnFormItem textarea {
  height: 120px;
}
.dnnFormItem textarea:focus {
  outline: none;
}
.dnnFormItem input.dnnFormRequired {
  border-left: none !important;
}
.dnnFormItem img + div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dnnFormItem .dnnTooltip {
  display: none;
}
.dnnForm__captcha-container {
  position: relative;
}
.dnnForm__captcha-image {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.dnnForm__captcha-image + div {
  display: none;
}
input.dnnForm__captcha-input {
  margin-top: 5px;
}
.dnnFormMessage {
  margin-top: 15px;
}
.DnnModule-DNN_UserDefinedTable .dnnFormValidationSummary {
  display: none;
}
.DnnModule-DNN_UserDefinedTable .dnnFormError {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 11px;
  min-width: 140px;
  overflow: visible;
  font-size: 12px;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: rgba(244, 67, 54, 0.75);
}
.DnnModule-DNN_UserDefinedTable .dnnFormError:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 15px;
  width: 0;
  height: 0;
  opacity: 0.75;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #F44336;
}
.ModDNNHTMLC h1,
.ModDNNHTMLC h2,
.ModDNNHTMLC h3,
.ModDNNHTMLC h4,
.ModDNNHTMLC h5,
.ModDNNHTMLC h6 {
  color: #3fb693;
}
.ModDNNHTMLC h2 {
  font-size: 20px;
}
.ModDNNHTMLC h3 {
  font-size: 18px;
  font-weight: 400;
}
.ModDNNHTMLC h4 {
  font-size: 15px;
  font-weight: 400;
}
.ModDNNHTMLC h5 {
  font-size: 13px;
  font-weight: 700;
}
.ModDNNHTMLC h6 {
  font-size: 11px;
  font-weight: 700;
}
.ModDNNHTMLC p {
  font-size: 13px;
  margin-bottom: 15px;
}
.ModDNNHTMLC .typography--small {
  font-size: 11px;
}
.Id61.Id140 .ljekarne-latest__item.Pharmagal,
.Id159.Id170 .ljekarne-latest__item.Pharmagal,
.Id213.Id224 .ljekarne-latest__item.Pharmagal {
  display: none;
}
#PropertyAgentButtons {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #PropertyAgentButtons {
    width: 740px;
  }
}
@media (min-width: 960px) {
  #PropertyAgentButtons {
    width: 940px;
  }
}
@media (min-width: 992px) {
  #PropertyAgentButtons {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  #PropertyAgentButtons {
    width: 1200px;
  }
}
#PropertyAgentButtons > .CommandButton {
  background: #c8ba6e;
  color: #fff;
  border: none;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
#PropertyAgentButtons > .CommandButton:hover,
#PropertyAgentButtons > .CommandButton:focus,
#PropertyAgentButtons > .CommandButton:active {
  background: #c1b15c;
  color: #fff;
  border: none;
}
#PropertyAgentButtons .CommandButton + .CommandButton {
  margin-left: 15px;
}
.tabbed-content > .nav-tabs .ljekarne-featured__title,
.tabbed-content > .nav-tabs .ljekarne-featured__title:hover {
  text-transform: none;
  cursor: pointer;
}
.ljekarne-latest__item {
  position: relative;
  margin-top: 10px;
}
@media all and (min-width: 992px) {
  .ljekarne-latest__item {
    margin-top: 20px;
  }
}
.ljekarne-latest__item-block {
  position: relative;
  padding: 15px;
  background-color: #f3f3f3;
  height: 115px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.ljekarne-latest__item-block:before {
  content: '+';
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #c8ba6e;
}
.ljekarne-latest__item:hover .ljekarne-latest__item-block {
  background-color: #e6e6e6;
}
.ljekarne-latest__title {
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 15px;
  color: #222;
}
.ljekarne-latest__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ljekarne-latest__description {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-right: 15px;
}
.ljekarne-latest__description > div + div {
  margin-top: 5px;
}
.ljekarne-latest .owl-nav:before,
.ljekarne-latest .owl-nav:after {
  content: " ";
  display: table;
}
.ljekarne-latest .owl-nav:after {
  clear: both;
}
.ljekarne-latest .owl-nav:before,
.ljekarne-latest .owl-nav:after {
  content: " ";
  display: table;
}
.ljekarne-latest .owl-nav:after {
  clear: both;
}
@media all and (min-width: 1200px) {
  .ljekarne-latest .owl-nav > .owl-prev,
  .ljekarne-latest .owl-nav > .owl-next {
    position: absolute;
    right: -48px;
  }
}
@media all and (max-width: 1199px) {
  .ljekarne-latest .owl-nav > .owl-prev,
  .ljekarne-latest .owl-nav > .owl-next {
    width: calc(50% - 10px);
    display: block;
  }
}
.ljekarne-latest .owl-nav > .owl-next {
  top: 20px;
}
@media all and (max-width: 1199px) {
  .ljekarne-latest .owl-nav > .owl-next {
    float: right;
  }
}
.ljekarne-latest .owl-nav > .owl-prev {
  bottom: 0;
}
@media all and (max-width: 1199px) {
  .ljekarne-latest .owl-nav > .owl-prev {
    float: left;
  }
}
.ljekarne-latest .owl-nav .icon {
  padding: 7px;
  font-size: 24px;
  font-weight: 400;
}
@media all and (min-width: 1200px) {
  .ljekarne-latest .owl-nav .icon {
    margin: 0;
  }
}
@media all and (max-width: 1199px) {
  .ljekarne-latest .owl-nav .icon {
    width: 100%;
  }
}
.ljekarne-latest--5col {
  margin-left: -10px;
  margin-right: -10px;
}
.ljekarne-latest--5col > .ljekarne-latest__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ljekarne-latest--5col > .ljekarne-latest__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ljekarne-latest--5col > .ljekarne-latest__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .ljekarne-latest--5col > .ljekarne-latest__item {
    float: left;
    width: 20%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .ljekarne-latest--5col > .ljekarne-latest__item {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .nav-tabs--ljekarne > li {
    width: 33.33333333%;
    padding: 0;
    text-align: center;
  }
  .ljekarne-featured .nav-tabs--ljekarne > li {
    width: 100%;
  }
}
.UPR_All_Users .ModPropertyAgentC > table {
  display: none;
}
.UPR_Administrators .ModPropertyAgentC > table {
  display: table;
  margin-right: 50px;
}
.ljekarne-detail__block--gmap {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .ljekarne-detail__block--gmap {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .ljekarne-detail__block--gmap {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .ljekarne-detail__block--gmap {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .ljekarne-detail__block--gmap {
    margin-left: 40%;
  }
}
.ljekarne-detail__block--title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .ljekarne-detail__block--title {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .ljekarne-detail__block--title {
    float: left;
    width: 40%;
  }
}
.ljekarne-detail__block--content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .ljekarne-detail__block--content {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .ljekarne-detail__block--content {
    float: left;
    width: 40%;
  }
}
.page-heading--ljekarne {
  position: relative;
}
.page-heading--ljekarne:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-bottom: 3px solid #3fb693;
  background-color: #f3f3f3;
}
.embed-responsive--ljekarne-map {
  padding-bottom: 42.85%;
}
.ljekarne-detail__content-row {
  padding: 20px;
}
.ljekarne-detail__content-row + .ljekarne-detail__content-row {
  margin-top: 20px;
}
.ljekarne-detail__content-row ul > li {
  padding-left: 0;
}
.ljekarne-detail__info {
  padding-top: 15px;
  padding-bottom: 15px;
}
a.ljekarne-detail__info-link {
  position: relative;
  padding-left: 20px;
  color: #c8ba6e;
  text-decoration: none;
}
a.ljekarne-detail__info-link:hover {
  color: #c1b15c;
}
a.ljekarne-detail__info-link .icon {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  font-weight: 700;
}
.ljekarne-detail__main-title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
}
.ljekarne-detail__list-item {
  padding-left: 0;
}
.ljekarne-detail__list-item > strong {
  font-size: 11px;
}
.ljekarne-detail__list-item a {
  color: #666;
}
.ljekarne-detail__gallery {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.ljekarne-detail__gallery-item {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ljekarne-detail__gallery-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ljekarne-detail__gallery-item {
    float: left;
    width: 33.33333333%;
  }
}
@media all and (min-width: 1200px) {
  .ljekarne-detail__gallery-item {
    width: 50%;
  }
  .ljekarne-detail__gallery-item:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) {
  .ljekarne-detail__gallery-item {
    width: 50%;
  }
  .ljekarne-detail__gallery-item:nth-child(2n+1) {
    clear: left;
  }
}
.ljekarne-detail__gallery-item > figcaption {
  display: none;
}
.ljekarne-detail__gallery-link {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 54.54%;
  background-color: #f3f3f3;
}
.ljekarne-detail__gallery-link .embed-responsive-item,
.ljekarne-detail__gallery-link iframe,
.ljekarne-detail__gallery-link embed,
.ljekarne-detail__gallery-link object,
.ljekarne-detail__gallery-link video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.ljekarne-detail__gallery-link.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.ljekarne-detail__gallery-link.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.ljekarne-detail__gallery-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background-color: #f3f3f3;
  color: #f3f3f3;
}
.admin_action.edit {
  background: #fff;
  color: #c8ba6e;
  border: 1px solid #f3f3f3;
  -webkit-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -moz-transition: background 0.2s linear, color 0.4s 0.2s ease;
  -o-transition: background 0.2s linear, color 0.4s 0.2s ease;
  transition: background 0.2s linear, color 0.4s 0.2s ease;
}
.admin_action.edit:hover,
.admin_action.edit:focus,
.admin_action.edit:active {
  background: #fff;
  color: #c1b15c;
  border: 1px solid #e6e6e6;
}
.eds_news_LjekarnaSDZ.eds_subCollection_news .admin_action.edit,
.eds_news_LjekarnaSDZ.eds_subCollection_news .admin_action.edit:hover {
  padding-left: 30px;
  padding-right: 10px;
  background-position: 8px 12px;
  background-repeat: no-repeat;
}
.news-feed--latest {
  margin-left: -10px;
  margin-right: -10px;
}
.news-feed--related {
  margin-top: 15px;
}
.news-feed__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .news-feed__item {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .news-feed__item {
    float: left;
    width: 20%;
  }
}
@media all and (max-width: 991px) {
  .news-feed__item {
    margin-top: 15px;
  }
}
@media all and (min-width: 992px) {
  .news-feed__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.news-feed__head-block,
.news-feed__item-block {
  position: relative;
  height: 100%;
}
@media all and (max-width: 991px) {
  .news-feed__head-block {
    border-bottom: none;
  }
}
.news-feed__head-title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
  border-bottom: solid 3px #3fb693;
}
.news-feed__head-title:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-color: #3fb693;
  border-width: 5px 5px 0 5px;
}
.news-feed__head-title--related {
  border-bottom: none;
}
.news-feed__date {
  float: left;
  width: 20px;
  padding-top: 10px;
  padding-bottom: 29px;
  font-size: 12px;
  font-weight: 600;
  color: #c8ba6e;
  text-align: right;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px currentColor;
}
@media all and (min-width: 992px) {
  .news-feed__date {
    padding-bottom: 39px;
  }
}
.news-feed__date--related {
  border-top: none;
  height: 100%;
}
.news-feed__content {
  margin-left: 45px;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 991px) {
  .news-feed__content {
    border-top: none;
  }
}
@media all and (min-width: 992px) {
  .news-feed__content {
    padding-top: 10px;
  }
}
.news-feed__content--related {
  height: 100%;
}
.news-feed__media {
  margin-left: 45px;
}
.news-feed__image-link {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #333;
  padding-bottom: 62.86%;
  display: block;
}
.news-feed__image-link > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #333;
  color: #333;
}
.news-feed__title {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 26px;
}
.news-feed__title,
.news-feed__title > a {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
.news-feed__title > a:hover {
  color: #3fb693;
  text-decoration: none;
}
.news-feed__trigger {
  position: absolute;
  bottom: -1px;
  right: 0;
}
.news-feed__trigger > .icon {
  margin: 0;
  width: 26px;
  height: 26px;
  padding: 4px 6px;
}
.news-feed__event-title {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: #999999;
  text-transform: uppercase;
}
.news-feed__event-date {
  display: block;
  font-size: 13px;
  color: #222;
  text-transform: capitalize;
}
.news-article {
  display: block;
}
.news-article__title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
@media only screen and (max-width: 479px) {
  .news-article__title {
    font-size: 22px;
  }
}
.news-article__section-title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  padding-top: 15px;
  padding-bottom: 5px;
}
.news-article__info {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .news-article__info {
    font-size: 11px;
  }
}
.news-article__info > li {
  float: left;
  padding-left: 0;
}
.news-article__info > li + li {
  margin-left: 10px;
  padding-left: 12px;
}
.news-article__info > li + li:before {
  content: '|';
  font-size: 13px;
  line-height: 1;
}
.news-article__info a {
  color: #3fb693;
}
.news-article .event-article__info > li {
  padding-left: 0;
}
.news-article__publish-date {
  font-weight: 700;
}
.news-article__main-image {
  margin-top: 15px;
}
.news-article__content {
  margin-top: 15px;
}
.news-article__content p {
  font-size: 13px;
  line-height: 1.5;
}
.news-article__social-share__list {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 12px 15px 6px 15px;
  background-color: #ffffff;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .news-article__social-share__list {
    margin-left: -15px;
  }
}
.news-article__social-share__item {
  float: left;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .news-article__social-share__item + .news-article__social-share__item {
    margin-left: 15px;
  }
}
.news-article__social-share__item > iframe {
  width: 90px !important;
}
.news-article__documents {
  margin-top: 15px;
}
.news-article__document-info {
  color: #999999;
}
.news-article__document-description {
  font-size: 11px;
  color: #cccccc;
}
.news-article__links {
  margin-top: 15px;
}
.news-article__block--main-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news-article__block--main-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-article__block--main-title {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--main-title {
    float: left;
    width: 33.33333333%;
  }
}
.news-article__block--main-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news-article__block--main-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-article__block--main-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--main-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--main-content {
    margin-left: 6.66666667%;
  }
}
.news-article__block--aside-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news-article__block--aside-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-article__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .news-article__block--aside-content {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--aside-content {
    margin-left: 40%;
  }
}
.news-article__block--natjecaji {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news-article__block--natjecaji {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-article__block--natjecaji {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--natjecaji {
    float: left;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .news-article__block--natjecaji {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .news-article__block--natjecaji {
    margin-left: 40%;
  }
}
.news-article__block--natjecaji .news-article__category-title,
.news-article__block--natjecaji .news-article__category-title > a {
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  text-decoration: none;
}
.news-article__block--natjecaji .news-article__title {
  font-weight: 700;
}
.news-article__row {
  padding: 10px 20px 10px 20px;
  background-color: #f3f3f3;
}
.news-article__content .FormContent {
  font-size: 13px;
}
.news-article__content .FormContent h3 {
  font-size: 11px;
  font-weight: 700;
  color: #3fb693;
  text-transform: uppercase;
}
.news-article__content .FormContent h3 + br {
  display: none;
}
.news-article__content .FormContent label,
.news-article__content .FormContent span {
  display: inline-block;
}
.news-article__content .FormContent label {
  font-weight: 700;
}
.news-article__content .FormContent hr {
  margin: 3px 0;
  border-color: #f3f3f3;
}
.news-article__content .FormContent .ReportStyleFormContentSpecialDiv label {
  font-weight: 400;
}
.article_pager {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.article_pager:before,
.article_pager:after {
  content: " ";
  display: table;
}
.article_pager:after {
  clear: both;
}
.article_pager:before,
.article_pager:after {
  content: " ";
  display: table;
}
.article_pager:after {
  clear: both;
}
.article_pager > a {
  float: left;
  padding: 11px 15px;
  width: 38px;
  height: 38px;
  font-size: 13px;
  color: #c8ba6e;
  text-decoration: none;
  border-right: solid 1px #f3f3f3;
}
.article_pager > a:hover {
  color: #c1b15c;
}
.article_pager > a.active {
  color: #222;
}
.article_pager > a:first-child {
  border-left: solid 1px #f3f3f3;
}
.article_pager .next,
.article_pager .prev {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
  position: relative;
  font-size: 20px;
}
.article_pager .next:before,
.article_pager .prev:before {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  line-height: 38px;
}
.article_pager .first,
.article_pager .last {
  display: none;
}
.news-archive__list {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.news-archive__list:before,
.news-archive__list:after {
  content: " ";
  display: table;
}
.news-archive__list:after {
  clear: both;
}
.news-archive__list:before,
.news-archive__list:after {
  content: " ";
  display: table;
}
.news-archive__list:after {
  clear: both;
}
.news-archive__item {
  float: left;
  /*&.active .news-archive__link {
        color: @color-primary;
    }*/
}
.news-archive__item:first-child {
  padding-left: 0;
}
.news-archive__item + .news-archive__item {
  padding-left: 20px;
}
.news-archive__item + .news-archive__item:before {
  content: '/';
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #ccc;
}
a.news-archive__link {
  font-size: 15px;
  font-weight: 700;
  color: #ccc;
}
a.news-archive__link:hover {
  color: #999999;
  text-decoration: none;
}
.news-article .article_gallery {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.news-article .article_gallery > ul {
  margin-left: -10px;
  margin-right: -10px;
}
.news-article .article_gallery > ul > li {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#EDG_10_LjekarnaSDZ {
  margin-left: -10px;
  margin-right: -10px;
}
#EDG_10_LjekarnaSDZ .EDGmain {
  float: left;
  width: 46.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #EDG_10_LjekarnaSDZ .EDGmain {
    float: left;
    width: 33.33333333%;
  }
}
#EDG_10_LjekarnaSDZ .EDGimage {
  margin-top: 20px;
}
#EDG_10_LjekarnaSDZ .EDGimage img {
  display: block;
  max-width: 100%;
  height: auto;
}
#EDG_10_LjekarnaSDZ .EDGimage span {
  display: none;
}
.button--related {
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.button--related,
a.button--related:hover {
  color: #c8ba6e;
}
.news-slider .owl-nav > .owl-prev,
.news-slider .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -52px;
}
.news-slider .owl-nav > .owl-prev {
  left: 0;
}
@media all and (min-width: 1640px) {
  .news-slider .owl-nav > .owl-prev {
    left: 14%;
  }
}
.news-slider .owl-nav > .owl-next {
  right: 0;
}
@media all and (min-width: 1640px) {
  .news-slider .owl-nav > .owl-next {
    right: 14%;
  }
}
.news-slider .owl-dots {
  position: absolute;
  bottom: 55px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .news-slider .owl-dots {
    position: static;
  }
}
.news-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.news-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background-color: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media all and (max-width: 480px) {
  .news-slider .owl-dots .owl-dot span {
    background-color: #eee;
  }
}
.news-slider .owl-dots .owl-dot.active span,
.news-slider .owl-dots .owl-dot:hover span {
  background-color: #3fb693;
}
.news-slider > .owl-carousel > .owl-stage-outer {
  max-height: 667px;
}
.news-slider .icon {
  padding: 7px;
  font-size: 24px;
  font-weight: 400;
  color: #666;
}
@media all and (min-width: 1200px) {
  .news-slider .icon {
    margin: 0;
  }
}
@media all and (max-width: 1199px) {
  .news-slider .icon {
    width: 100%;
  }
}
.news-slider__content {
  background-color: #3fb693;
}
.news-slider__content-block {
  background-color: #f3f3f3;
}
.news-slider__media {
  height: 0;
  padding-bottom: 32.943%;
  overflow: hidden;
}
.news-slider__title {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .news-slider__title {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .news-slider__title {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .news-slider__title {
    float: left;
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .news-slider__title {
    padding: 12px;
  }
}
.news-slider__title > a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  text-decoration: none;
}
.news-slider__title > a:hover {
  color: #808080;
}
@media all and (max-width: 767px) {
  .news-slider__title > a {
    font-size: 13px;
  }
}
.news-slider__date {
  float: left;
  width: 13.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 6px 20px 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #c8ba6e;
  text-align: right;
}
@media (min-width: 768px) {
  .news-slider__date {
    float: left;
    width: 13.33333333%;
  }
}
@media (min-width: 992px) {
  .news-slider__date {
    float: left;
    width: 6.66666667%;
  }
}
@media (min-width: 1200px) {
  .news-slider__date {
    float: left;
    width: 6.66666667%;
  }
}
.news-slider__date > span {
  display: block;
}
.news-slider__button {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  min-height: 40px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .news-slider__button {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .news-slider__button {
    float: left;
    width: 13.33333333%;
  }
}
@media (min-width: 1200px) {
  .news-slider__button {
    float: left;
    width: 13.33333333%;
  }
}
a.news-slider__button,
a.news-slider__button:hover {
  color: #fff;
}
@media all and (max-width: 480px) {
  .news-slider__button {
    padding-left: 0;
    padding-right: 0;
    word-wrap: break-word;
  }
}
.news-promo--latest {
  margin-left: -10px;
  margin-right: -10px;
}
@media all and (max-width: 991px) {
  .news-promo__item {
    margin-top: 15px;
  }
}
.front-page .news-promo__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .front-page .news-promo__item {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .front-page .news-promo__item {
    float: left;
    width: 20%;
  }
}
.inner-page .news-promo__item {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .inner-page .news-promo__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .inner-page .news-promo__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .inner-page .news-promo__item {
    float: left;
    width: 20%;
  }
}
.news-promo__head-block,
.news-promo__item-block {
  position: relative;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.news-promo__head-block,
.news-promo__content {
  border-top: 1px solid #ccc;
}
@media all and (max-width: 991px) {
  .news-promo__head-block {
    border-bottom: none;
  }
}
.news-promo__head-title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
  border-bottom: solid 3px #3fb693;
}
.news-promo__head-title:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-color: #3fb693;
  border-width: 5px 5px 0 5px;
}
.news-promo__date {
  float: left;
  width: 20px;
  padding-bottom: 29px;
  font-size: 12px;
  font-weight: 600;
  color: #c8ba6e;
  text-align: right;
  border-bottom: solid 3px currentColor;
}
@media all and (min-width: 992px) {
  .news-promo__date {
    padding-bottom: 39px;
  }
}
.eds_template_List_Article_Frontpage_Promocije .news-promo__date {
  padding-bottom: 67px;
}
.eds_template_List_Article_Frontpage_Promocije .news-promo__date > span {
  display: none;
}
.eds_template_List_Article_Frontpage_Novosti {
  margin-top: 30px;
}
.news-promo__content {
  margin-left: 45px;
}
@media all and (max-width: 991px) {
  .news-promo__content {
    border-top: none;
  }
}
@media all and (min-width: 992px) {
  .news-promo__content {
    padding-top: 10px;
  }
}
.news-promo__title {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: 26px;
}
.news-promo__title,
.news-promo__title > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
.news-promo__title > a:hover {
  color: #3fb693;
  text-decoration: none;
}
.news-promo__trigger {
  position: absolute;
  bottom: -1px;
  right: 0;
}
.news-promo__trigger > .icon {
  margin: 0;
  width: 26px;
  height: 26px;
  padding: 4px 6px;
}
.news-promo__event-title {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.news-promo__event-title,
.news-promo__event-title > a {
  color: #999999;
  text-decoration: none;
}
.news-promo__event-date {
  display: block;
  font-size: 13px;
  color: #222;
  text-transform: capitalize;
}
.news-promo__event-expire {
  position: absolute;
  bottom: 0;
  left: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  .news-promo__event-expire {
    left: 0;
  }
}
.news-promo__event-expire-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-promo__event-expire-date {
  font-size: 11px;
  color: #222;
}
.table--promotions {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 13px;
}
.table--promotions .has-discount {
  color: #FF9800;
  font-size: 14px;
  font-weight: bold;
}
.table--promotions__thead,
.table--promotions__tbody,
.table--promotions thead,
.table--promotions tbody {
  color: #000;
  background-color: transparent;
}
.table--promotions__thead,
.table--promotions thead {
  background-color: #3fb693;
  color: #fff;
}
.table--promotions__tbody,
.table--promotions tbody {
  border-top: solid 0.2em #dadada;
}
.table--promotions__trow-item,
.table--promotions td,
.table--promotions th {
  padding: 8px 10px;
  font-size: 12px;
  width: 20%;
}
.table--promotions__trow-item:first-child,
.table--promotions td:first-child,
.table--promotions th:first-child {
  width: 60%;
}
.table--promotions__thead .table--promotions__trow-item,
.table--promotions__tbody .table--promotions__trow-item,
.table--promotions thead th,
.table--promotions tbody td {
  text-align: center;
}
.table--promotions__thead .table--promotions__trow-item:first-child,
.table--promotions__tbody .table--promotions__trow-item:first-child,
.table--promotions thead th:first-child,
.table--promotions tbody td:first-child {
  text-align: left;
}
.table--promotions__thead .table--promotions__trow-item,
.table--promotions thead th {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.table--promotions__tbody .table--promotions__trow + .table--promotions__trow,
.table--promotions tbody tr + tr {
  border-top: solid 1px #dadada;
}
.table--promotions__tbody .table--promotions__trow:nth-child(even),
.table--promotions tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.document-list__item {
  margin: 0 0 10px 0;
  padding-left: 25px;
}
.document-list__item:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: 'icons';
  margin: 0;
  color: #3fb693;
  font-size: 16px;
  line-height: 18px;
}
.document-list a {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}
.document-list a:hover {
  color: #3fb693;
  text-decoration: none;
}
.links-list {
  margin-top: 10px;
}
.links-list__item {
  margin: 0 0 10px 0;
  padding-left: 12px;
}
a.links-list__link {
  display: inline-block;
  color: #666;
  font-weight: 400;
  font-size: 13px;
}
a.links-list__link:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: '»';
  font-size: 16px;
}
a.links-list__link:hover {
  color: #38a384;
  text-decoration: none;
}
.links-list__link-description {
  display: none;
  margin-bottom: 0;
  font-size: 11px;
  color: #999999;
}
.head-slider .owl-dots {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.head-slider .owl-dots .owl-dot {
  display: block;
}
.head-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background-color: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.head-slider .owl-dots .owl-dot.active span,
.head-slider .owl-dots .owl-dot:hover span {
  background-color: #3fb693;
}
.head-slider__image--single {
  width: 100%;
}
.head-slider__block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .head-slider__block {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .head-slider__block {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block {
    margin-left: 40%;
  }
}
.nbs-category-menu_orto.nbs-category-menu_orto_list {
  margin-top: -30px;
}
.nbs-category-menu_orto.nbs-category-menu_orto_list .nbs-category-menu__item {
  float: none;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px #c8ba6e solid;
}
.nbs-category-menu_orto.nbs-category-menu_orto_list .nbs-category-menu__item .nbs-category-menu__title {
  padding: 10px 0;
  border-bottom: none;
}
.nbs-category-menu {
  margin-top: 40px;
}
.nbs-category-menu span {
  display: block;
}
.nbs-category-menu br {
  display: none;
}
.nbs-category-menu_list {
  margin-left: -10px;
  margin-right: -10px;
}
.nbs-category-menu__item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nbs-category-menu__item {
    width: 50%;
  }
}
.nbs-category-menu__item:hover .nbs-category-menu__title {
  color: #2b7d65;
}
.nbs-category-menu__image {
  border: solid 15px #f3f3f3;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
@media screen and (max-width: 992px) {
  .nbs-category-menu__image {
    border-width: 10px;
  }
}
.nbs-category-menu__image img {
  width: 100%;
}
.nbs-category-menu__trigger:hover + .nbs-category-menu__image {
  border-color: #f0f0f0;
}
.nbs-category-menu__title {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}
.nbs-category-menu__title:hover {
  color: #2b7d65;
}
a.nbs-category-menu__link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.nbs-category-menu__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.nbs-category-menu__trigger:hover ~ .nbs-category-menu__title > .nbs-category-menu__link {
  color: #3fb693;
}
.nbs-category-menu__listx5 .nbs-category-menu__item {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .nbs-category-menu__listx5 .nbs-category-menu__item {
    width: 50%;
  }
}
.nbs-product-list {
  margin-top: 55px;
  overflow: hidden;
  clear: both;
}
.nbs-product-list .edit {
  padding: 0;
}
.nbs-product-list .edit > a > i {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 19px;
}
.ProductList {
  margin-top: 55px;
  overflow: hidden;
  clear: both;
}
.ListCell,
.AltListCell {
  width: 25%;
}
@media screen and (max-width: 530px) {
  .ListCell,
  .AltListCell {
    width: 50%;
  }
}
.ListCell.Orto,
.AltListCell.Orto {
  width: 20%;
}
@media screen and (max-width: 992px) {
  .ListCell.Orto,
  .AltListCell.Orto {
    width: 25%;
  }
}
@media screen and (max-width: 530px) {
  .ListCell.Orto,
  .AltListCell.Orto {
    width: 50%;
  }
}
.soldOut-message {
  display: none;
}
.nbs-product-list__item {
  float: left;
  position: relative;
  /*width: 210px;*/
  /*height: 272px;*/
  margin-right: 15px;
  margin-top: 25px;
}
.nbs-product-list__item div.image {
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.nbs-product-list__item div.noimage {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  font-size: 100px;
  line-height: 140px;
  opacity: 0.1;
  /*min-height: 148px;*/
  background-color: #f3f3f3;
}
.nbs-product-list__item div.noimage a:link {
  color: #efefef;
}
.nbs-product-list__item .description {
  border-top: #eee solid 1px;
  text-align: left;
}
.nbs-product-list__item .description h1 {
  display: flex;
  min-height: 60px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
}
.nbs-product-list__item .description h1 > a {
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.nbs-product-list__trigger:hover ~ .description > h1 > a {
  color: #3fb693;
}
.nbs-product-list__item div.price {
  position: absolute;
  bottom: 18px;
  left: 16px;
  font-size: 18px;
  line-height: 21px;
  padding: 0 5px;
  color: #c0392b;
}
.nbs-product-list__item .price .from {
  font-size: 12px;
  margin-right: 4px;
}
.nbs-product-list__item .price .old {
  font-size: 12px;
  text-decoration: line-through;
}
.nbs-product-list__item .price .sale {
  background: #c0392b;
  color: white;
  padding: 0 3px;
  margin-left: 3px;
}
.nbs-product-list__item .entryurl {
  position: absolute;
  bottom: 18px;
  right: 16px;
}
.categorydetails {
  margin-bottom: 20px;
}
.nbs-product-list__image-block {
  position: relative;
  border: solid 8px #f3f3f3;
}
.nbs-product-list__trigger:hover + .nbs-product-list__image-block {
  border-color: #f0f0f0;
}
.nbs-product-list__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Product Overlay */
.productimg-overlay {
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 79px 0 0 0;
}
.productimg:hover .productimg-overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.productimg:hover .productimg-overlay:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.productimg-overlay a {
  z-index: 3;
  position: relative;
  color: #505050;
}
.productimg-overlay a:link,
.productimg-overlay a:visited {
  color: #505050;
}
.productimg-overlay a:active,
.productimg-overlay a:hover {
  color: #c0392b;
  text-decoration: none;
}
/* Touch Device */
.productimgtouch .productimg-overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.productimgtouch:hover .productimg-overlay:before {
  display: none;
}
.head-slider__block--product-detail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .head-slider__block--product-detail {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block--product-detail {
    float: left;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .head-slider__block--product-detail {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block--product-detail {
    margin-left: 40%;
  }
}
.page-heading--product-detail .head-slider__item {
  border: 18px solid #ededed;
}
.nbs-product-detail__block--main-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nbs-product-detail__block--main-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nbs-product-detail__block--main-title {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .nbs-product-detail__block--main-title {
    float: left;
    width: 33.33333333%;
  }
}
.nbs-product-detail__block--main-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nbs-product-detail__block--main-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nbs-product-detail__block--main-content {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .nbs-product-detail__block--main-content {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .nbs-product-detail__block--main-content {
    margin-left: 6.66666667%;
  }
}
.nbs-product-detail__block--aside-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nbs-product-detail__block--aside-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nbs-product-detail__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .nbs-product-detail__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .nbs-product-detail__block--aside-content {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .nbs-product-detail__block--aside-content {
    margin-left: 40%;
  }
}
.nbs-product-detail__back-to-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nbs-product-detail__back-to-list-link {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.nbs-product-detail__back-to-list-link:hover {
  color: #c1b15c;
}
.nbs-product-detail__back-to-list-link:before {
  font: normal normal 1em "icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  font-weight: 700;
}
.nbs-product-detail__block-row {
  padding: 20px 20px 10px 20px;
}
.nbs-product-detail__title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.nbs-product-detail__content h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #3fb693;
  text-transform: uppercase;
}
.nbs-product-detail__content p {
  margin-bottom: 15px;
}
.product-property {
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-property__list > li {
  margin-bottom: 4px;
}
#mylistheader {
  display: none;
}
.PagingTable tr td:first-child,
.PagingTable tr td span:first-child,
.PagingTable tr td a:first-child,
.PagingTable tr td span:last-child,
.PagingTable tr td a:last-child {
  display: none;
}
.PagingTable {
  margin: 0 !important;
}
.PagingTable tr td a,
.PagingTable tr td span {
  color: #777777;
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  padding: 6px 10px;
}
.PagingTable tr td a:hover,
.PagingTable tr td span:hover {
  color: #FFFFFF;
  background: #3B96B6;
}
.PagingTable tr td a {
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
}
.PagingTable tr td span {
  color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #777777;
  cursor: pointer;
}
.product-search__description {
  margin-top: 10px;
  margin-bottom: 15px;
}
.product-search__description,
.ModDNNHTMLC .product-search__description {
  font-size: 11px;
}
.nbs-product-search__input {
  padding: 8px;
  width: 100% !important;
  font-size: 12px;
  line-height: 1.4;
  border: solid 1px #f3f3f3;
  border-bottom-color: #c8ba6e;
}
.nbs-product-search__button-group > a {
  text-transform: uppercase;
  font-weight: 400;
}
.nbs-product-search__button-group > a + a {
  margin-left: 10px;
}
.advancedsearch {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
.advancedsearch > li {
  padding-left: 0;
}
.advancedsearch input[type=text] {
  padding: 8px;
  width: 100% !important;
  font-size: 12px;
  line-height: 1.4;
  border: solid 1px #f3f3f3;
  border-bottom-color: #c8ba6e;
}
.advancedsearch select {
  margin-bottom: 0;
}
.advancedsearch li {
  margin-bottom: 18px;
}
.advancedsearch h5 {
  margin-bottom: 18px;
}
.advancedsearch h6 {
  margin-bottom: 6px;
}
.advancedsearch .filterlabel {
  color: #777777;
  font-size: 12px;
  display: block;
  margin: 6px 0 18px;
}
.advancedsearch .searchtext input[type=text] {
  width: 100%;
}
.advancedsearch .pricerange input[type=text] {
  width: 50px;
}
.advancedsearch .pricerange .rangemin {
  text-align: right;
}
.advancedsearch .pricerange .rangeseperator {
  display: inline-block;
  margin: 0 7px;
}
.advancedsearch .pricerange #pricerangeslider {
  margin: 12px 7px 0;
}
.advancedsearch .orderby select {
  width: 100%;
}
.advancedsearch .stock {
  padding-left: 3px;
}
.advancedsearch .buttons a:link {
  margin-right: 6px;
}
.advancedsearch .processing .fa {
  color: #c8ba6e;
  vertical-align: middle;
}
.nbs-product-filter .nb-catfilter-tree div,
.nbs-product-filter .nb-catfilter-tree table {
  display: none;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) {
  display: block;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) > table {
  display: block;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) > table input {
  display: none;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) > table span {
  display: block;
  margin-top: 15px;
  margin-bottom: 8.5px;
  font-weight: 500;
  line-height: 1.1;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div {
  position: relative;
  max-height: 160px;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 5px;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div > table {
  display: block;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td {
  white-space: inherit !important;
  position: relative;
  padding-bottom: 8px;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"] + span {
  display: inline-block;
  width: 100%;
  min-height: 20px;
  padding-left: 30px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.4;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"] + span:before {
  content: '';
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  z-index: -1;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"] + span:after {
  content: '';
  width: 10px;
  height: 5px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"] + span:hover:before {
  background-color: #ffffff;
}
.nbs-product-filter .nb-catfilter-tree > div:nth-of-type(2) div tbody > tr > td input[type="checkbox"]:checked + span:after {
  opacity: 1;
  position: absolute;
}
.med-product-search__head-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}
.med-product-search__head-title:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: solid 3px #3fb693;
}
.med-product-search__container {
  position: relative;
}
.typeahead,
.med-product-search__input {
  padding: 8px;
  width: 100% !important;
  font-size: 12px;
  line-height: 1.4;
  border: solid 1px #f3f3f3;
  border-bottom-color: #c8ba6e;
}
ul.med-product-search__results-list {
  padding-left: 0;
}
ul.med-product-search__results-list > li::before {
  content: '';
  display: none;
}
.tt-menu,
.med-product-search__results-list {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 99;
  margin-top: 0 !important;
  width: 100%;
  background-color: #f3f3f3;
}
.tt-menu:hover,
.med-product-search__results-list:hover,
.med-product-search__input:focus + .tt-menu,
.med-product-search__input:focus + .med-product-search__results-list {
  display: block;
}
ul.tt-menu > li,
ul.med-product-search__results-list > li {
  padding: 10px;
}
.twitter-typeahead {
  width: 100%;
}
.tt-selectable {
  padding: 10px;
  cursor: pointer;
}
.tt-suggestion,
.med-product-search__results-item {
  color: #3fb693;
  font-size: 13px;
}
.tt-suggestion + .tt-suggestion,
.tt-suggestion + .med-product-search__results-item,
.med-product-search__results-item + .tt-suggestion,
.med-product-search__results-item + .med-product-search__results-item {
  border-top: solid 1px #e6e6e6;
}
.tt-suggestion:hover,
.med-product-search__results-item:hover {
  opacity: .5;
}
.tt-highlight,
.med-product-search__results-link {
  display: block;
  font-weight: inherit;
}
.med-product-search__results-catname {
  display: block;
  color: #999999;
}
.head-slider__block--product-detail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .head-slider__block--product-detail {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block--product-detail {
    float: left;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .head-slider__block--product-detail {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .head-slider__block--product-detail {
    margin-left: 40%;
  }
}
.page-heading--product-detail .head-slider__item {
  border: 18px solid #ededed;
}
.med-product-detail__block--main-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .med-product-detail__block--main-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .med-product-detail__block--main-title {
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail__block--main-title {
    float: left;
    width: 33.33333333%;
  }
}
.med-product-detail__block--main-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .med-product-detail__block--main-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .med-product-detail__block--main-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail__block--main-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail__block--main-content {
    margin-left: 6.66666667%;
  }
}
.med-product-detail__block--aside-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .med-product-detail__block--aside-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .med-product-detail__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail__block--aside-content {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .med-product-detail__block--aside-content {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail__block--aside-content {
    margin-left: 40%;
  }
}
.med-product-detail__back-to-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.med-product-detail__back-to-list-link {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.med-product-detail__back-to-list-link:hover {
  color: #c1b15c;
}
.med-product-detail__back-to-list-link:before {
  font: normal normal 1em "icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  font-weight: 700;
}
.med-product-detail__block-row {
  padding: 10px 20px 10px 20px;
}
.med-product-detail__title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.med-product-detail__content h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #3fb693;
  text-transform: uppercase;
}
.med-product-detail__content p {
  margin-bottom: 15px;
}
.table--dostupnost {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 13px;
}
.table--dostupnost .is-limited {
  color: #FF9800;
}
.table--dostupnost .is-available {
  color: #4CAF50;
}
.table--dostupnost__thead,
.table--dostupnost__tbody {
  color: #000;
  background-color: transparent;
}
.table--dostupnost__thead {
  background-color: #3fb693;
  color: #fff;
}
.table--dostupnost__tbody {
  border-top: solid 0.2em #dadada;
}
.table--dostupnost__trow {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0 !important;
  display: block;
}
.table--dostupnost__trow-item {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 8px 10px;
  font-size: 12px;
}
.table--dostupnost__thead .table--dostupnost__trow-item:first-child,
.table--dostupnost__tbody .table--dostupnost__trow-item:first-child {
  text-align: left;
}
.table--dostupnost__thead .table--dostupnost__trow-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.table--dostupnost__tbody .table--dostupnost__trow + .table--dostupnost__trow {
  border-top: solid 1px #dadada;
}
.table--dostupnost__trow-item.grad,
.table--dostupnost__trow-item.dostupnost {
  width: 25%;
}
.table--dostupnost__trow-item.lokacija {
  width: 50%;
}
.table--dostupnost__tbody .table--dostupnost__trow-item.dostupnost {
  font-size: 12px;
}
.table--dostupnost__link {
  color: #666;
}
.table--dostupnost__link:hover,
.table--dostupnost__link:active {
  background-color: #fafafa;
}
.med-product-availability {
  margin-top: 15px;
}
.med-product-availability__item {
  border: 0;
}
.med-product-availability__heading {
  padding: 0;
  border-radius: 0;
}
.med-product-availability__link {
  padding: 12px;
  font-size: 13px;
}
a.med-product-availability__link {
  font-size: 13px;
}
.med-product-availability__link::before {
  content: '-';
  position: absolute;
  top: 12px;
  right: 17px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.med-product-availability__link.collapsed::before {
  content: '+';
  right: 15px;
}
.med-product-availability__content {
  background-color: #dadada;
}
.med-product-availability__content-block {
  padding: 0;
}
.med-product-availability__content-item {
  padding: 15px;
  font-size: 13px;
}
.med-product-availability__content-item + .med-product-availability__content-item {
  border-top: solid 1px #e8e8e8;
}
.med-product-availability__content-link {
  color: #666;
  border-bottom: 1px solid #3fb693;
}
.med-product-availability__label.dostupnost {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.med-product-availability__label.is-limited {
  color: #FF9800;
}
.med-product-availability__label.is-available {
  color: #4CAF50;
}
.med-product-availability__label.is-unavailable {
  color: #F44336;
}
.med-product-availability__label-name {
  font-size: 12px;
  font-weight: 700;
}
.med-product-detail-related {
  margin-top: 40px;
}
.med-product-detail-related__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .med-product-detail-related__item {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .med-product-detail-related__item {
    float: left;
    width: 20%;
  }
}
@media all and (max-width: 991px) {
  .med-product-detail-related__item {
    margin-top: 15px;
  }
}
@media all and (min-width: 992px) {
  .med-product-detail-related__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.med-product-detail-related__head-block,
.med-product-detail-related__item-block {
  position: relative;
  height: 100%;
}
@media all and (max-width: 991px) {
  .med-product-detail-related__head-block {
    border-bottom: none;
  }
}
.med-product-detail-related__head-title {
  position: relative;
  height: 100%;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
}
.med-product-detail-related__head-title:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-color: #3fb693;
  border-width: 5px 5px 0 5px;
}
.med-product-detail-related__date {
  float: left;
  width: 20px;
  padding-top: 10px;
  padding-bottom: 29px;
  font-size: 12px;
  font-weight: 600;
  color: #c8ba6e;
  text-align: right;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px currentColor;
}
@media all and (min-width: 992px) {
  .med-product-detail-related__date {
    padding-bottom: 39px;
  }
}
.med-product-detail-related__date--related {
  border-top: none;
  height: 100%;
}
.med-product-detail-related__content {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 991px) {
  .med-product-detail-related__content {
    border-top: none;
  }
}
@media all and (min-width: 992px) {
  .med-product-detail-related__content {
    padding-top: 10px;
  }
}
.med-product-detail-related__content--related {
  height: 100%;
}
.med-product-detail-related__title {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 26px;
}
.med-product-detail-related__title,
.med-product-detail-related__title > a {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
.med-product-detail-related__title > a:hover {
  color: #3fb693;
  text-decoration: none;
}
.pane--three-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .pane--three-col {
    float: left;
    width: 33.33333333%;
  }
}
.front-content--three-col {
  margin-bottom: 10px;
}
.front-content--three-col:before,
.front-content--three-col:after {
  content: " ";
  display: table;
}
.front-content--three-col:after {
  clear: both;
}
.front-content--three-col:before,
.front-content--three-col:after {
  content: " ";
  display: table;
}
.front-content--three-col:after {
  clear: both;
}
.front-content__head {
  position: relative;
  height: 100%;
  padding-bottom: 45px;
}
.front-content__head-title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  border-bottom: solid 3px #3fb693;
}
.front-content__head-title:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-color: #3fb693;
  border-width: 5px 5px 0 5px;
}
.front-content__image {
  margin-top: -1px;
  padding-left: 10px;
}
.front-content__image-block {
  display: block;
  margin-bottom: 15px;
}
.front-content__image-block > img {
  width: 100%;
}
.front-content__button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 30px 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
