/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 'Open Sans', 'lucida grande', tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 21px;
  margin-bottom: 21px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  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: 21px;
  margin-bottom: 10.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: 10.5px;
  margin-bottom: 10.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: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
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: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
/*.page-header {
  padding-bottom: ((@line-height-computed / 2) - 1);
  margin: (@line-height-computed * 2) 0 @line-height-computed;
  border-bottom: 1px solid @page-header-border-color;
}*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.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: 21px;
}
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: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  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: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.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;
}
.collapse.in {
  display: block;
}
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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  /*
  .nav-divider {
    .nav-divider();
  }*/
}
.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: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
/*
.nav-tabs {
  border-bottom: 1px solid @nav-tabs-border-color;
  > li {
    float: left;
    // Make the list-items overlay the bottom border
    margin-bottom: -1px;

    // Actual tabs (as links)
    > a {
      margin-right: 2px;
      line-height: @line-height-base;
      border: 1px solid transparent;
      border-radius: @border-radius-base @border-radius-base 0 0;
      &:hover {
        border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;
      }
    }

    // Active state, and its :hover to override normal :hover
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: @nav-tabs-active-link-hover-color;
        background-color: @nav-tabs-active-link-hover-bg;
        border: 1px solid @nav-tabs-active-link-hover-border-color;
        border-bottom-color: transparent;
        cursor: default;
      }
    }
  }
  // pulling this in mainly for less shorthand
  &.nav-justified {
    .nav-justified();
    .nav-tabs-justified();
  }
}


// Pills
// -------------------------
.nav-pills {
  > li {
    float: left;

    // Links rendered as pills
    > a {
      border-radius: @nav-pills-border-radius;
    }
    + li {
      margin-left: 2px;
    }

    // Active state
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: @nav-pills-active-link-hover-color;
        background-color: @nav-pills-active-link-hover-bg;
      }
    }
  }
}


// Stacked pills
.nav-stacked {
  > li {
    float: none;
    + li {
      margin-top: 2px;
      margin-left: 0; // no need for this gap between nav items
    }
  }
}


// Nav variations
// --------------------------------------------------

// Justified nav links
// -------------------------

.nav-justified {
  width: 100%;

  > li {
    float: none;
    > a {
      text-align: center;
      margin-bottom: 5px;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}

// Move borders to anchors instead of bottom of list
//
// Mixin for adding on top the shared `.nav-justified` styles for our tabs
.nav-tabs-justified {
  border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: @border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid @nav-tabs-justified-link-border-color;
  }

  @media (min-width: @screen-sm-min) {
    > li > a {
      border-bottom: 1px solid @nav-tabs-justified-link-border-color;
      border-radius: @border-radius-base @border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: @nav-tabs-justified-active-link-border-color;
    }
  }
}


// Tabbable tabs
// -------------------------

// Hide tabbable panes to start, show them when `.active`
.tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
}


// Dropdowns
// -------------------------

// Specific dropdowns
.nav-tabs .dropdown-menu {
  // make dropdown border overlap tab border
  margin-top: -1px;
  // Remove the top rounded corners here since there is a hard edge above the menu
  .border-top-radius(0);
}
*/
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 21px;
  /*
  @media (min-width: @grid-float-breakpoint) {
    border-radius: @navbar-border-radius;
  }*/
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    /*
    .navbar-fixed-top &,
    .navbar-static-top &,
    .navbar-fixed-bottom & {
      padding-left: 0;
      padding-right: 0;
    }
    */
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
/*
.navbar-fixed-top,
.navbar-fixed-bottom {
  .navbar-collapse {
    max-height: @navbar-collapse-max-height;

    @media (max-device-width: @screen-xs-min) and (orientation: landscape) {
      max-height: 200px;
    }
  }
}
*/
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
.navbar-static-top {
  z-index: @zindex-navbar;
  border-width: 0 0 1px;

  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}

// Fix the top/bottom navbars when screen real estate supports it
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: @zindex-navbar-fixed;

  // Undo the rounded corners
  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; // override .navbar defaults
  border-width: 1px 0 0;
}
*/
.navbar-brand {
  float: left;
  padding: 24.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.25px -15px;
  /*
  @media (max-width: @grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      > li > a,
      .dropdown-header {
        padding: 5px 15px 5px 25px;
      }
      > li > a {
        line-height: @line-height-computed;
        &:hover,
        &:focus {
          background-image: none;
        }
      }
    }
  }
  */
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
}
/*
.navbar-form {
  margin-left: -@navbar-padding-horizontal;
  margin-right: -@navbar-padding-horizontal;
  padding: 10px @navbar-padding-horizontal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  .box-shadow(@shadow);

  // Mixin behavior for optimum display
  .form-inline();

  .form-group {
    @media (max-width: @grid-float-breakpoint-max) {
      margin-bottom: 5px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  // Vertically center in expanded, horizontal navbar
  .navbar-vertical-align(@input-height-base);

  // Undo 100% width for pull classes
  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    .box-shadow(none);
  }
}
*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/*
.navbar-btn {
  .navbar-vertical-align(@input-height-base);

  &.btn-sm {
    .navbar-vertical-align(@input-height-small);
  }
  &.btn-xs {
    .navbar-vertical-align(22);
  }
}


// Text in navbars
//
// Add a class to make any element properly align itself vertically within the navbars.

.navbar-text {
  .navbar-vertical-align(@line-height-computed);

  @media (min-width: @grid-float-breakpoint) {
    float: left;
    margin-left: @navbar-padding-horizontal;
    margin-right: @navbar-padding-horizontal;
  }
}
*/
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/*
.navbar-default {
  background-color: @navbar-default-bg;
  border-color: @navbar-default-border;

  .navbar-brand {
    color: @navbar-default-brand-color;
    &:hover,
    &:focus {
      color: @navbar-default-brand-hover-color;
      background-color: @navbar-default-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-default-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-default-link-color;

      &:hover,
      &:focus {
        color: @navbar-default-link-hover-color;
        background-color: @navbar-default-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-active-color;
        background-color: @navbar-default-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
        background-color: @navbar-default-link-disabled-bg;
      }
    }
  }

  .navbar-toggle {
    border-color: @navbar-default-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-default-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-default-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: @navbar-default-border;
  }

  // Dropdown menu items
  .navbar-nav {
    // Remove background color from open dropdown
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-default-link-active-bg;
        color: @navbar-default-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: @navbar-default-link-color;
          &:hover,
          &:focus {
            color: @navbar-default-link-hover-color;
            background-color: @navbar-default-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-active-color;
            background-color: @navbar-default-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-disabled-color;
            background-color: @navbar-default-link-disabled-bg;
          }
        }
      }
    }
  }
  

  // Links in navbars
  //
  // Add a class to ensure links outside the navbar nav are colored correctly.

  .navbar-link {
    color: @navbar-default-link-color;
    &:hover {
      color: @navbar-default-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-default-link-color;
    &:hover,
    &:focus {
      color: @navbar-default-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
      }
    }
  }
}

// Inverse navbar

.navbar-inverse {
  background-color: @navbar-inverse-bg;
  border-color: @navbar-inverse-border;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-inverse-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken(@navbar-inverse-bg, 7%);
  }

  // Dropdowns
  .navbar-nav {
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-inverse-link-active-bg;
        color: @navbar-inverse-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  .navbar-link {
    color: @navbar-inverse-link-color;
    &:hover {
      color: @navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
      }
    }
  }
}
*/
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/*.hide {
  display: none !important;
}*/
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 {
  .responsive-invisibility();

  @media print {
    .responsive-visibility();
  }
}*/
.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img,
.slick-slide span {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: 15px solid #339b7f;
  outline: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 9999;
}
.slick-prev:hover,
.slick-next:hover {
  border: 15px solid #267560;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #267560;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: 38px;
  background: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.644%2010.918%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3.412%205.474L6.97%209.03c.166.168.166.436%200%20.604l-1.113%201.112c-.167.167-.435.167-.603%200l-4.97-4.97c-.167-.168-.167-.436%200-.604l4.97-4.97c.168-.168.436-.168.604%200L6.97%201.31c.167.168.167.436%200%20.604L3.412%205.474z%22%2F%3E%3C%2Fsvg%3E") #339b7f center center no-repeat;
}
.slick-next {
  right: 45px;
  background: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.645%2010.918%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.445%2010.683c-.167.168-.435.168-.603%200L.73%209.57c-.167-.167-.167-.435%200-.603L4.287%205.41.73%201.854c-.167-.168-.167-.436%200-.604L1.842.14c.167-.168.435-.168.603%200l4.97%204.97c.168.168.168.436%200%20.604l-4.97%204.97z%22%2F%3E%3C%2Fsvg%3E") #339b7f center center no-repeat;
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next,
  .slick-prev:hover,
  .slick-next:hover {
    width: 32px;
    height: 42px;
    border: 8px solid #339b7f !important;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
[dir="rtl"] .slick-slide {
  float: right;
}
body {
  position: relative;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', 'lucida grande', sans-serif;
  margin: 0;
}
#sjonarhorn-modal .modal-header {
  background: #339b7f;
  color: white;
  border: 0px none;
}
#sjonarhorn-modal .modal-header .close {
  margin: 0;
  color: white;
  opacity: 1;
  line-height: 24px;
  height: 24px;
}
#sjonarhorn-modal .modal-content {
  background-color: transparent;
}
#sjonarhorn-modal img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #sjonarhorn-modal .modal-dialog {
    width: auto;
  }
}
@media (min-width: 992px) {
  #sjonarhorn-modal .modal-dialog {
    width: auto;
  }
}
@media (min-width: 1170px) {
  #sjonarhorn-modal .modal-dialog {
    width: auto;
  }
}
@media (min-width: 1920px) {
  body {
    background: #f4f4f4;
  }
  .wrap,
  .footer {
    width: 1920px;
    margin: 0px auto;
    background: white;
  }
}
@media (min-width: 768px) {
  .site-boxed {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.site-content {
  background: white;
  position: relative;
}
.no-gutter,
.site-boxed {
  padding-left: 0;
  padding-right: 0;
}
.row-index h2 {
  padding-bottom: 5px;
}
.row-index {
  padding: 30px 0 15px 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .row-index {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.row-stadsetning {
  padding: 25px 0;
}
.slider img {
  width: 100%;
}
.page-forsida .site-content .container {
  padding-bottom: 25px;
}
.page-stadsetning .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.page-myndir .footer,
.page-myndband .footer {
  border: 0px none;
}
.page-notfound {
  padding: 25px 30px;
}
.page-notfound h2 {
  margin: 0;
}
.img-container {
  height: 120px;
}
.npb {
  padding-bottom: 0;
}
b,
strong {
  font-weight: 600 !important;
}
.navbar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.navbar-logo,
.navbar-logo:hover {
  color: #fff;
  text-decoration: none;
}
.logo-wrap {
  background: white;
  padding: 0 18px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  height: 73px;
}
.logo-wrap svg {
  width: 32px;
  height: auto;
}
.logo-text {
  color: white;
}
.navbar {
  margin-bottom: 0px;
  font-family: 'PT Sans Narrow', 'lucida grande', sans-serif;
  font-size: 21px;
}
.navbar-brand {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  display: block;
  line-height: 1;
}
.navbar-custom {
  background-color: #339b7f;
  border: 0px none;
  border-radius: 0px;
}
.navbar-custom .navbar-toggle {
  padding: 10px 10px;
  border: 0px none;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: 0px none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-custom .navbar-toggle .icon-bar {
  background: white;
}
.navbar-custom .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-custom .navbar-collapse {
  border: 0px none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar-custom ul.nav li.active a,
.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus {
  background: #0D7559;
  color: white;
  border-radius: 0px;
}
ul.nav li a {
  color: white;
}
ul.nav li.active a,
ul.nav li a:hover {
  color: #507701;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar li:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }
}
.sony-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 72.33333333%;
  vertical-align: middle;
  overflow: hidden;
}
.sony-inner canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.col-sony-list {
  margin: 20px 0;
  padding: 5px 25px;
}
.col-sony-list h1,
.col-sony-list h2 {
  font-weight: 700;
  padding: 10px 0 5px 0;
  margin: 0;
}
.col-sony-list h1 {
  font-size: 24px;
  padding: 8px 0 5px 0;
}
.col-sony-list h2 {
  font-size: 16px;
  padding-top: 0;
  font-weight: 300;
}
.col-sony-list ul {
  padding: 10px 0px;
  margin: 0;
  list-style: none;
}
.col-sony-list li {
  padding: 1px 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .col-sony {
    width: 420px;
    float: left;
  }
  .col-sony-list {
    margin-left: 430px;
  }
}
@media (min-width: 992px) {
  .col-sony {
    width: 600px;
  }
  .col-sony-list {
    margin-left: 610px;
  }
}
@media (max-width: 767px) {
  .col-sony-list {
    margin: 5px 0;
  }
}
.apts-lists {
  padding: 20px 0 0 0;
}
.apts-lists p {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 15px;
}
.apts-lists-inner {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 15px;
}
.apts-list-house {
  margin: 0;
  width: 100%;
  padding: 0;
}
.apts-list-house .apt-house {
  width: 159px;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 0 auto 15px auto;
}
.apts-list-house h3 {
  font-size: 20px;
}
.apts-list {
  height: 51px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 0px solid transparent;
}
.apts-list li {
  float: left;
  margin: 0;
  font-size: 14px;
}
.apts-list li a {
  position: relative;
  display: block;
  background: #e25146;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px 0;
  text-decoration: none;
  width: 55px;
  text-align: center;
}
.apts-list li a:hover,
.apts-list li a.apt-active {
  background: #be291e;
}
.apts-list li a span {
  position: absolute;
  right: 6px;
  top: 4px;
  font-size: 12px !important;
}
.apts-list .apts-last-li a {
  border-right: 0px none;
  width: 54px;
}
.apts-list .apt-avail {
  background: #85a543;
  color: white;
}
.apts-list .apt-taken {
  background: #caa104;
  color: white;
}
.apts-list li a:hover,
.apts-list .apt-hover {
  background: #be291e;
}
.apts-list .apts-last-li a {
  border-right: 0px none;
  width: 54px;
}
.apts-list .apt-avail {
  background: #85a543;
  color: white;
}
.apts-list .apt-avail:hover,
.apts-list .apt-avail.apt-hover,
.apts-list .apt-avail.apt-active {
  background: #596e2d;
}
.apts-list .apt-taken:hover,
.apts-list .apt-taken.apt-hover,
.apts-list .apt-taken.apt-active {
  background: #7f6503;
}
.apts-list .apt-floor {
  min-width: 71px;
  padding: 14px 12px;
  border-bottom: 1px solid white;
}
.apts-list-vertical .apts-list {
  width: 55px;
  float: left;
}
.apts-list-vertical .apts-list-last {
  width: 54px;
}
.apts-list-last li {
  border-bottom: 0px none;
}
.apts-explanation {
  margin: 0 auto;
  list-style: none;
  vertical-align: top;
  padding: 5px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
}
.apts-explanation li {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.apts-explanation span {
  display: inline;
  margin-left: 5px;
}
.apts-explanation .apt-sold-triangle {
  border-left: 20px solid #e25146;
}
.apts-explanation .apt-taken-triangle {
  border-left: 20px solid #caa104;
}
.apts-explanation .apt-avail-triangle {
  border-left: 20px solid #85a543;
}
.apts-explanation .apt-expl-north {
  margin-left: 20px;
  line-height: normal;
}
.apts-explanation .apt-expl-north svg {
  height: 40px;
}
@media (min-width: 1280px) {
  .apts-explanation .apt-expl-north svg {
    height: 50px;
  }
}
.apts {
  /*min-height: 384px;
    position: relative;
    overflow: visible;*/
  position: relative;
  overflow: hidden;
}
.apts-right {
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
  background: white;
  border-top: 1px dashed #ddd;
  margin-top: 30px;
}
.apts-right .apt-name {
  font-size: 34px;
}
.apt-name {
  margin-bottom: 15px !important;
}
.apt-image {
  max-width: 600px;
  display: block;
  margin: 0px auto;
}
.apt-info {
  padding: 0 25px;
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .apt-info .apt-info-left,
  .apt-info .apt-info-right {
    width: 100%;
  }
  .apt-info .apt-info-right {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .apt-info {
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .apt-info .apt-info-right {
    flex-basis: 320px;
  }
}
.apt-info .apt-info-left {
  flex-grow: 1;
}
.apt-info .apt-info-right {
  padding-top: 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .apt-info .apt-info-right {
    margin: 0 0 0 60px;
  }
}
.apt-info .apt-info-right .apt-info-right-tbl > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background: #f0f0f0;
  border: 1px solid #fff;
}
.apt-info h4 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 30px 0 20px 0;
  margin: 0;
}
.apt-sold {
  color: #e25146;
  font-weight: 600;
}
.apts-2-columns .apts-lists {
  width: 241px;
}
.apts-2-columns .apts-explanation {
  margin-left: 22.5px;
}
.apts-3-columns .apts-lists {
  width: 164px;
}
.apts-3-columns .apts-explanation {
  margin-left: -16px;
}
.apts-4-columns .apts-lists {
  width: 219px;
}
.apts-4-columns .apts-explanation {
  margin-left: 11.5px;
}
.apts-5-columns .apts-lists {
  width: 280px;
}
.apts-5-columns .apts-explanation {
  margin-left: 39px;
}
.apts-6-columns .apts-lists {
  width: 353px;
}
@media (min-width: 768px) {
  /*
    .apts-lists-abs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 25px;
        z-index: 9999;
        background: transparent;
    }
    */
  .apts {
    padding: 15px 25px;
  }
  .apts-2-columns .apts-lists {
    margin-left: 239.5px;
  }
  .apts-2-columns .apts-right {
    margin-left: 266px;
  }
  .apts-3-columns .apts-lists {
    margin-left: 278px;
  }
  .apts-3-columns .apts-right {
    margin-left: 189px;
  }
  .apts-4-columns .apts-lists {
    margin-left: 250.5px;
  }
  .apts-4-columns .apts-right {
    margin-left: 244px;
  }
  .apts-5-columns .apts-lists {
    margin-left: 223px;
  }
  .apts-5-columns .apts-right {
    margin-left: 299px;
  }
  .apts-6-columns .apts-lists {
    margin-left: 195.5px;
  }
  .apts-6-columns .apts-right {
    margin-left: 354px;
  }
  .apts-lists {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 15px;
  }
  .apts-right {
    position: relative;
    /*
        -webkit-transition: opacity 0.1s ease-in;
        -moz-transition: opacity 0.1s ease-in;
        -o-transition: opacity 0.1s ease-in;
        transition: opacity .1s ease-in;
        */
    opacity: 0;
  }
  .apts-right .apt-name {
    padding: 0 0 20px 0;
    display: block;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .apts-2-columns .apts-lists {
    margin-left: 349.5px;
  }
  .apts-3-columns .apts-lists {
    margin-left: 388px;
  }
  .apts-4-columns .apts-lists {
    margin-left: 360.5px;
  }
  .apts-5-columns .apts-lists {
    margin-left: 333px;
  }
  .apts-6-columns .apts-lists {
    margin-left: 305.5px;
  }
}
@media (min-width: 1200px) {
  .apts-2-columns .apts-lists {
    margin-left: 449.5px;
  }
  .apts-3-columns .apts-lists {
    margin-left: 488px;
  }
  .apts-4-columns .apts-lists {
    margin-left: 460.5px;
  }
  .apts-5-columns .apts-lists {
    margin-left: 433px;
  }
  .apts-6-columns .apts-lists {
    margin-left: 405.5px;
  }
}
@media (max-width: 767px) {
  .apts {
    padding-left: 20px;
    padding-right: 20px;
  }
  .apts-right .apt-name {
    margin: 0;
    text-align: center;
  }
  .apts-right img {
    margin-bottom: 20px;
  }
  .apts-lists {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.minimap-floors {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .minimap-floors {
    max-width: 300px;
  }
}
@media (min-width: 1536px) {
  .minimap-floors {
    max-width: 320px !important;
  }
}
.minimap-floors a:hover,
.minimap-floors a:focus {
  text-decoration: none;
}
.minimap-floors svg {
  vector-effect: non-scaling-stroke;
}
.minimap-floors path {
  fill-opacity: 0.3;
  fill: #e25146;
  stroke-width: 6px;
  stroke: #339b7f;
  stroke: #fff;
}
.minimap-floors path:hover {
  fill-opacity: 0.65;
}
.minimap-floors .apt-avail path {
  fill: #85a543 !important;
}
.minimap-floors .apt-taken path {
  fill: #caa104 !important;
}
.minimap-floors .minimap-floor {
  display: none;
}
.minimap-floors .minimap-floor-active {
  display: block;
}
.minimap-floors text {
  fill: #ffffff;
  cursor: pointer;
  text-anchor: middle;
  dominant-baseline: middle;
  alignment-baseline: middle;
  text-decoration: none;
  font-size: 160pt;
  font-family: 'Open Sans';
  font-weight: 700;
  fill: #fff;
  stroke: #000;
  stroke-width: 1px;
  /*
        -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
        filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
        */
}
.minimap-floors tspan {
  font-size: 220pt;
}
.minimap-floor-sel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.minimap-floor-sel li {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  line-height: 28px;
  background: #339b7f;
  color: white;
  border-radius: 32px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}
.minimap-floor-sel li:hover,
.minimap-floor-sel li.minimap-fsel-active {
  background: #084736;
}
.apt-hover path,
.apt-hover.apt-avail path,
.apt-active path {
  fill-opacity: 0.8;
}
.apt-hover path,
.apt-active path {
  fill: #be291e;
}
.apt-hover.apt-avail path,
.apt-active.apt-avail path {
  fill: #596e2d;
}
.apt-hover.apt-taken path,
.apt-active.apt-taken path {
  fill: #7f6503;
}
.house-sel {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 15px 0;
}
.house-sel a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid transparent;
}
.house-sel .house-sel-active {
  color: #084736;
  border-color: #084736;
}
.page-ibudir .soluadilar-wrap,
.page-um-hringhamar .soluadilar-wrap {
  border-top: 1px solid #e9e9e9;
  margin-top: 25px;
}
.soluadilar-wrap {
  padding: 60px 0 90px 0;
}
.soluadilar-wrap h3 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 20px 0;
}
.soluadilar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .soluadilar {
    flex-direction: column;
  }
}
.soluadili ul {
  list-style: none;
}
.soluadili {
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 220px;
}
.soluadili ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0px;
}
@media (min-width: 768px) {
  .soluadili:not(:last-child) {
    border-right: 1px solid #ededed;
  }
}
.soluadili .soluadili-logo {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soluadili img {
  max-width: 150px;
}
.soluadili:after {
  border-left: 1px solid #ededed;
  margin: 0 20px;
}
.download {
  display: block;
  line-height: 16px;
  vertical-align: middle;
  color: #333;
}
.download:hover {
  text-decoration: none;
  color: #333;
}
.download .download-icon {
  float: left;
  margin-right: 10px;
  background: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.232%2010.468%22%3E%3Cpath%20d%3D%22M11.146%209.825c0%20.355-.288.643-.643.643H.643c-.355%200-.643-.288-.643-.643V7.68c0-.354.288-.642.643-.642h3.115l.904.91c.248.242.57.376.91.376s.664-.134.912-.375l.91-.912h3.11c.354%200%20.642.288.642.643v2.145zm-2.27-5.487l-3%203c-.082.09-.196.13-.303.13s-.22-.04-.3-.128L2.27%204.338c-.126-.12-.16-.308-.093-.468.067-.154.22-.26.395-.26h1.715V.606c0-.234.194-.43.43-.43H6.43c.235%200%20.43.195.43.43v3h1.715c.174%200%20.328.108.395.262.067.16.033.348-.095.468zm-.73%204.415c-.234%200-.43.194-.43.43s.195.427.43.427.43-.194.43-.43-.196-.427-.43-.427zm1.714%200c-.234%200-.43.194-.43.43s.196.427.43.427.43-.194.43-.43-.195-.427-.43-.427z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 16px;
  height: 15px;
}
.svg-hus text {
  dominant-baseline: middle;
  alignment-baseline: middle;
  text-anchor: middle;
}
.svg-hus path,
.svg-hus polygon {
  stroke: #93b64b;
  stroke-width: 0;
  fill: #93b64b;
  fill-opacity: 0;
  cursor: pointer;
  stroke-miterlimit: 10;
}
.svg-hus #sjonarhorn path:hover,
.svg-hus #sjonarhorn polygon:hover {
  fill: #fc0606;
  stroke: #fc0606;
}
.svg-hus .t-sold path,
.svg-hus .t-sold polygon {
  stroke: #e25146;
  fill: #e25146;
}
.svg-hus a:hover path,
.svg-hus a:hover polygon,
.svg-hus .polygon-hover,
.svg-hus #sjonarhorn:hover path:hover,
.svg-hus #sjonarhorn:hover polygon:hover,
.svg-hus .apt-active {
  fill-opacity: 0.75;
  stroke-width: 1;
}
.svg-hus text {
  display: none;
  fill: white;
  text-decoration: none;
}
.svg-hus a:hover {
  text-decoration: none;
}
.svg-hus a:hover text {
  display: block;
}
image {
  overflow: visible;
}
.svg-hus .t-taken path,
.svg-hus .t-taken polygon {
  stroke: #caa104;
  fill: #caa104;
}
.svg-nf {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
}
.site-content {
  --svg-pb: 56.25%;
}
.svg-fluid-wrap {
  position: relative;
  overflow: hidden;
}
.svg-fluid-wrap .svg-fluid {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: var(--svg-pb);
  vertical-align: middle;
  overflow: hidden;
}
.svg-fluid-wrap .svg-fluid svg,
.svg-fluid-wrap .svg-fluid img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svg-fluid-wrap .svg-top .container {
  position: relative;
}
.svg-fluid-wrap .help-text {
  display: block;
  font-size: 16px;
}
.svg-fluid-wrap .front-back {
  font-size: 17px;
  padding: 12px 15px;
  background: #ECF0F1;
  color: #444;
  border-bottom: 3px solid #a3b6bb;
}
.svg-fluid-wrap .front-back:hover {
  text-decoration: none;
  background: #dde4e6;
  border-bottom: 3px solid #77939a;
}
@media (min-width: 768px) {
  .svg-fluid-wrap .help-text,
  .svg-fluid-wrap .front-back {
    position: absolute;
    z-index: 1001;
  }
  .svg-fluid-wrap .help-text {
    top: 25px;
    left: 40px;
    text-align: left;
    color: #444;
  }
  .svg-fluid-wrap .front-back {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .svg-fluid-wrap .svg-top {
    padding: 10px 15px;
    text-align: center;
  }
  .svg-fluid-wrap .has-switch {
    padding: 0;
  }
  .svg-fluid-wrap .has-switch .help-text {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .svg-fluid-wrap .has-switch .front-back {
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
  }
  .svg-fluid-wrap .help-text {
    text-align: center;
    color: #444;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0px none;
}
.video-fluid,
.img-fluid,
.slider-fluid {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.video-fluid video,
.img-fluid .img,
.img-fluid > img,
.slider-fluid .slider-intrinsic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-fluid img {
  max-width: 100%;
}
.page-um-naustavor .img-fluid {
  padding-bottom: 54.16666667%;
}
html,
body {
  height: 100%;
}
.wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -73px;
}
@media (min-width: 992px) {
  .footer,
  .push {
    height: 73px;
  }
}
.footer {
  background: #f0f0f0;
  position: relative;
}
.footer .container {
  padding: 25px 15px;
}
.footer .logo {
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-right {
  text-align: right;
}
.f-logo {
  display: inline-block;
  width: 28px;
  height: 40px;
  margin: -12px 3px -12px 0;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%223.658%200%2028.184%2039.88%22%3E%3Cpath%20fill%3D%22%23231F20%22%20d%3D%22M6.144%2033.355h.46c.783%200%20.863-.566.863-1.223%200-.738-.162-1.145-.77-1.145h-.553v2.368zm0%204.565h.514c.823%200%20.918-.395.918-1.434%200-.725-.095-1.42-.865-1.42h-.566v2.854zM3.658%2029.2h3.445c1.81%200%202.688.67%202.688%202.472%200%201.105-.16%202.078-1.363%202.473v.027c1.216.21%201.634%201.092%201.634%202.42%200%201.764-.66%203.117-2.877%203.117H3.658V29.2zm14.27%202.866c0-2.053%201.35-3.04%203.2-3.04%201.69%200%203.202.606%203.202%202.58v1.17h-2.365v-1.052c0-.527-.23-.828-.78-.828-.663%200-.772.63-.772.96v5.196c0%20.275%200%20.96.716.96.552%200%20.796-.25.796-.79v-1.354h-.88V33.92h3.284v5.788h-2.176v-.855h-.027c-.443.71-1.04%201.027-1.917%201.027-1.783%200-2.283-1.447-2.283-3.04v-4.774zm7.51%200c0-2.053%201.352-3.04%203.203-3.04%201.69%200%203.202.606%203.202%202.58v1.17H29.48v-1.052c0-.527-.23-.828-.786-.828-.66%200-.77.63-.77.96v5.196c0%20.275%200%20.96.717.96.556%200%20.798-.25.798-.79v-1.354h-.88V33.92h3.284v5.788h-2.174v-.855h-.027c-.444.71-1.04%201.027-1.92%201.027-1.78%200-2.282-1.447-2.282-3.04v-4.774zm-7.85-7.363c-4.578%200-8.288-3.61-8.288-8.068s3.71-8.07%208.287-8.07c2.808%200%205.288%201.36%206.786%203.44l-4.65%203.172c-.473-.655-1.252-1.083-2.136-1.083-1.44%200-2.608%201.137-2.608%202.54s1.167%202.54%202.607%202.54%202.608-1.136%202.608-2.54h5.68c0%204.458-3.71%208.07-8.288%208.07zM17.457%200L4.762%2011.597H7.5v15.2H28v-15.2h2.737L17.46%200zm-6.734%2029.2h2.567l.69%203.55h.027l.73-3.55h2.525l-2.026%206.18v4.33H12.75v-4.157%22%2F%3E%3Cpath%20fill%3D%22%235AC1A6%22%20d%3D%22M20.936%2016.632v-.003l-3.348.002v2.542c-1.44%200-2.608-1.136-2.608-2.54%200-1.402%201.168-2.54%202.608-2.54.884%200%201.663.43%202.135%201.083l2.22-1.514c-.964-1.334-2.553-2.21-4.355-2.21-2.938%200-5.32%202.32-5.32%205.18s2.382%205.18%205.32%205.18%205.32-2.32%205.32-5.18h-1.972z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.footer-dot {
  margin-right: 6px;
  color: white;
}
@media (max-width: 767px) {
  .f-logo {
    display: block;
    margin: 0 auto 15px auto;
  }
  .footer .footer-left,
  .footer .footer-right {
    text-align: center;
  }
  .motx-logo {
    display: block;
    margin: 0px auto 10px auto;
  }
  .footer-left {
    margin-bottom: 10px;
  }
  .footer-dot {
    display: none;
  }
}
/*
html, .accelerate {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.accelerate {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
*/
.syningaribud-modal {
  display: none;
}
.syningaribud-modal .modal-dialog {
  margin: 15px auto;
}
.syningaribud-btn {
  background: white;
  border: 0px none;
  padding: 1px 0;
  color: #337ab7;
  outline: none;
}
.syningaribud-btn:hover {
  text-decoration: underline;
}
.syningaribud-modal .modal-body {
  padding: 0;
}
.syningaribud-modal .modal-body img {
  max-width: 100%;
}
.syningaribud-modal .modal-header {
  padding: 9px 20px;
  border: 0px none;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.syningaribud-modal .modal-header .close {
  font-size: 36px;
  color: white;
  text-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.white-space {
  height: 2000px;
  display: none;
}
.modal-content {
  border-radius: 0px;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
@media (min-width: 992px) {
  .apt-sel-wrap {
    display: flex;
  }
  .apt-sel-wrap .apts-lists {
    flex-basis: 320px;
    padding: 15px 25px;
  }
  .svg-fluid-wrap {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .apt-sel-wrap .apts-lists {
    flex-basis: 340px;
  }
}
.hms-banner {
  background: #333;
  padding-top: 6px;
  padding-bottom: 6px;
}
.hms-banner .hms-logo {
  width: 46px;
  height: auto;
  color: #7cc3c2;
}
.hms-banner .hms-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hms-banner .hms-banner-content h5 {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.85);
}
