.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  padding: 0;
  border: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i,
.input-group.date .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.scrollyou {
  overflow: hidden !important;
  position: relative;
}
.scrollyou .scrollyou-bar {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 32px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.scrollyou:hover .scrollyou-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollyou-show {
  background-color: rgba(0, 0, 0, 0.5);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #706f79;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 23em;
  padding: 10px 16px;
  font-size: 1.429em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 23em;
  line-height: 23em;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #706f79;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1.429em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../less/bootstrap-less/../../fonts/glyphicons-halflings-regular.eot');
  src: url('../less/bootstrap-less/../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../less/bootstrap-less/../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../less/bootstrap-less/../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../less/bootstrap-less/../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
  padding: 3px 12px;
  font-size: 14px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 3px 12px;
  font-size: 14px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.429em;
  line-height: 1.33;
  border-radius: 6px;
  padding: 9px 20px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 23em;
  padding: 10px 16px;
  font-size: 1.429em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 23em;
  line-height: 23em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.429em;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333333;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #706f79;
  border-bottom-color: #706f79;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav a:hover .caret {
  border-top-color: #706f79;
  border-bottom-color: #706f79;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 1.429em;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d9d9d9;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d9d9d9;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #d9d9d9;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.429em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #2f4e88;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #eef1f4;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #4c6fae;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  background-color: #fcfbb4;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fcfbb4;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #fcfbb4;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #fcfbb4;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fcfbb4;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fcfbb4;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fcfbb4;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fcfbb4;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fcfbb4;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'vuokraovi-icon-font';
  src: url('../fonts/vuokraovi-icon-font.eot?ajldox');
  src: url('../fonts/vuokraovi-icon-font.eot?ajldox#iefix') format('embedded-opentype'), url('../fonts/vuokraovi-icon-font.ttf?ajldox') format('truetype'), url('../fonts/vuokraovi-icon-font.woff?ajldox') format('woff'), url('../fonts/vuokraovi-icon-font.svg?ajldox#vuokraovi-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'vuokraovi-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-child_friendly:before {
  content: "\eb42";
}
.icon-directions_bus:before {
  content: "\e530";
}
.icon-fitness_center:before {
  content: "\eb43";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-local_hospital:before {
  content: "\e548";
}
.icon-school:before {
  content: "\e80c";
}
.icon-3d_rotation:before {
  content: "\e900";
}
.icon-schools:before {
  content: "\e63b";
}
.icon-childrens_day_care:before {
  content: "\e63c";
}
.icon-shopping:before {
  content: "\ea02";
}
.icon-health_care:before {
  content: "\eb6e";
}
.icon-public_transportation:before {
  content: "\ec0b";
}
.icon-leisure_and_exercise:before {
  content: "\e63a";
}
.icon-twitter2:before {
  content: "\e636";
}
.icon-circle-envelop:before {
  content: "\e634";
}
.icon-templates:before {
  content: "\e630";
}
.icon-checkbox-tick:before {
  content: "\e631";
}
.icon-profit:before {
  content: "\e632";
}
.icon-facebook2:before {
  content: "\e633";
}
.icon-megaphone:before {
  content: "\e62e";
}
.icon-stats:before {
  content: "\e62f";
}
.icon-lease:before {
  content: "\e62d";
}
.icon-search:before {
  content: "\e1ba";
}
.icon-remove:before {
  content: "\e250";
}
.icon-menu:before {
  content: "\e2ac";
}
.icon-envelop:before {
  content: "\e0eb";
}
.icon-info:before {
  content: "\e362";
}
.icon-checkmark-circle:before {
  content: "\e367";
}
.icon-close:before {
  content: "\e36e";
}
.icon-home:before {
  content: "\e000";
}
.icon-file-plus:before {
  content: "\e087";
}
.icon-phone:before {
  content: "\e0dc";
}
.icon-map:before {
  content: "\e0f1";
}
.icon-zoom-in:before {
  content: "\e1bc";
}
.icon-zoom-out:before {
  content: "\e1bd";
}
.icon-grid:before {
  content: "\e2a3";
}
.icon-list:before {
  content: "\e29a";
}
.icon-heart:before {
  content: "\e304";
}
.icon-heart2:before {
  content: "\e305";
}
.icon-question:before {
  content: "\e35c";
}
.icon-minus-circle:before {
  content: "\e360";
}
.icon-minus-circle2:before {
  content: "\e361";
}
.icon-plus-circle:before {
  content: "\e35e";
}
.icon-plus-circle2:before {
  content: "\e35f";
}
.icon-info2:before {
  content: "\e363";
}
.icon-checkmark-circle2:before {
  content: "\e368";
}
.icon-close2:before {
  content: "\e36d";
}
.icon-close3:before {
  content: "\e36b";
}
.icon-enter:before {
  content: "\e37d";
}
.icon-exit:before {
  content: "\e37e";
}
.icon-loop:before {
  content: "\e3a8";
}
.icon-arrow-up:before {
  content: "\e3b4";
}
.icon-arrow-right:before {
  content: "\e3b5";
}
.icon-arrow-down:before {
  content: "\e3b6";
}
.icon-arrow-left:before {
  content: "\e3b7";
}
.icon-arrow-left2:before {
  content: "\e3b3";
}
.icon-arrow-down2:before {
  content: "\e3b2";
}
.icon-arrow-right2:before {
  content: "\e3b1";
}
.icon-arrow-up2:before {
  content: "\e3b0";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-c-roommate-flats:before {
  content: "\e601";
}
.icon-c-rental-apartments:before {
  content: "\e602";
}
.icon-c-print:before {
  content: "\e603";
}
.icon-c-plots:before {
  content: "\e604";
}
.icon-c-personal-info:before {
  content: "\e605";
}
.icon-c-outdoor-premises:before {
  content: "\e606";
}
.icon-c-kitchen:before {
  content: "\e607";
}
.icon-c-holiday-reservations:before {
  content: "\e608";
}
.icon-c-holiday-rentals:before {
  content: "\e609";
}
.icon-c-holiday-entertainment:before {
  content: "\e60a";
}
.icon-c-holiday-display:before {
  content: "\e60b";
}
.icon-c-holiday-beach:before {
  content: "\e60c";
}
.icon-c-holiday-activities:before {
  content: "\e60d";
}
.icon-c-garages-and-warehouses:before {
  content: "\e60e";
}
.icon-c-display:before {
  content: "\e60f";
}
.icon-c-activity-hunting:before {
  content: "\e610";
}
.icon-c-bathroom:before {
  content: "\e611";
}
.icon-c-activity-hiking:before {
  content: "\e612";
}
.icon-c-basic-info:before {
  content: "\e613";
}
.icon-c-activity-golf:before {
  content: "\e614";
}
.icon-c-arrow-right:before {
  content: "\e615";
}
.icon-c-activity-fishing:before {
  content: "\e616";
}
.icon-c-activity-water-skiing:before {
  content: "\e617";
}
.icon-c-activity-downhill:before {
  content: "\e618";
}
.icon-c-activity-tennis:before {
  content: "\e619";
}
.icon-c-activity-diving:before {
  content: "\e61a";
}
.icon-c-activity-swimming:before {
  content: "\e61b";
}
.icon-c-activity-cycling:before {
  content: "\e61c";
}
.icon-c-activity-snowmobile:before {
  content: "\e61d";
}
.icon-c-activity-childrens-activities:before {
  content: "\e61e";
}
.icon-c-activity-skiing:before {
  content: "\e61f";
}
.icon-c-activity-boating:before {
  content: "\e620";
}
.icon-c-activity-sightseeing:before {
  content: "\e621";
}
.icon-c-activity-berry-picking:before {
  content: "\e622";
}
.icon-c-activity-roller-skating:before {
  content: "\e623";
}
.icon-c-activity-riding:before {
  content: "\e624";
}
.icon-file-check:before {
  content: "\e08b";
}
.icon-file-minus:before {
  content: "\e088";
}
.icon-checkmark2:before {
  content: "\e370";
}
.icon-checkmark:before {
  content: "\e371";
}
.icon-c-activity-paddling:before {
  content: "\e625";
}
.icon-c-activity-ice-skating:before {
  content: "\e626";
}
.icon-pencil:before {
  content: "\e011";
}
.icon-list2:before {
  content: "\e627";
}
.icon-angle-up:before {
  content: "\e638";
}
.icon-angle-down:before {
  content: "\e635";
}
.icon-angle-right:before {
  content: "\e628";
}
.icon-twitter:before {
  content: "\e629";
}
.icon-angle-left:before {
  content: "\e62a";
}
.icon-st-johns-arms:before {
  content: "\e62c";
}
.icon-map2:before {
  content: "\e0fc";
}
.icon-file:before {
  content: "\e086";
}
.icon-logout:before {
  content: "\e62b";
}
.icon-location:before {
  content: "\e0f9";
}
.icon-plus:before {
  content: "\e600";
}
.icon-minus:before {
  content: "\e639";
}
.icon-whatsapp:before {
  content: "\e637";
}
.c-orange {
  color: #ff6528;
}
.c-pink {
  color: #e7308a;
}
.c-light-blue {
  color: #90B2F1;
}
.c-brand-blue {
  color: #4c6fae;
}
.c-black {
  color: #000;
}
.c-white {
  color: #FFF;
}
.c-green {
  color: #01a948;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
#content {
  background: #ffffff;
}
@media (max-width: 767px) {
  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .snap-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -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);
  }
  .snap-drawers {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .snap-drawer-left {
    left: 0;
    z-index: 0;
  }
  .snap-drawer-right {
    right: 0;
    z-index: 0;
  }
  .snapjs-left .snap-drawer-right,
  .snapjs-right .snap-drawer-left {
    display: none;
  }
  .snapjs-expand-left .snap-drawer-left,
  .snapjs-expand-right .snap-drawer-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wide-container {
    margin-right: auto;
    margin-left: auto;
    width: 740px;
  }
}
@media (min-width: 992px) {
  .wide-container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .wide-container {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
  }
}
b,
strong {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
sup,
sub {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.8ex;
}
h1 {
  font-size: 24px;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.normal-font-weight {
  font-weight: 400;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-50 {
  font-size: 50px;
}
.header-em-suffix {
  font-size: 1.417em;
  font-weight: 600;
}
.header-extra-large {
  font-size: 2.286em;
}
@media screen and (max-width: 767px) {
  .header-extra-large {
    font-size: 2em;
  }
}
.uppercase {
  text-transform: uppercase;
}
.help-block {
  color: #333333;
}
.dropdown-toggle {
  font-size: 14px;
}
.realtyTypeSelectContainer > .dont-close-on-select > .dropdown-toggle {
  font-size: 16px;
}
.form-control {
  font-size: 16px;
}
input.form-control {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-text {
  font-size: 16px;
}
#roomCountButtons .btn {
  font-size: 14px;
}
p.plain-text {
  font-size: 18px;
}
.color-link {
  color: #4c6fae;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-toggle {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
  .form-text {
    font-size: 16px;
  }
  #roomCountButtons .btn {
    font-size: 16px;
  }
  p.plain-text {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .dropdown-toggle {
    font-size: 14px;
  }
  .form-text {
    font-size: 16px;
  }
}
.icon-rotate-90 {
  -moz-transform: rotate(90deg);
  /* FF3.5/3.6 */

  -o-transform: rotate(90deg);
  /* Opera 10.5 */

  -webkit-transform: rotate(90deg);
  /* Safari 3.1+ */

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  /* IE8 */

  -ms-transform: rotate(90deg);
  /* IE 9 */

  transform: rotate(90deg);
}
.icon-rotate-180 {
  -moz-transform: rotate(180deg);
  /* FF3.5/3.6 */

  -o-transform: rotate(180deg);
  /* Opera 10.5 */

  -webkit-transform: rotate(180deg);
  /* Safari 3.1+ */

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  /* IE8 */

  -ms-transform: rotate(180deg);
  /* IE 9 */

  transform: rotate(180deg);
}
.icon-rotate-270 {
  -moz-transform: rotate(270deg);
  /* FF3.5/3.6 */

  -o-transform: rotate(270deg);
  /* Opera 10.5 */

  -webkit-transform: rotate(270deg);
  /* Safari 3.1+ */

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  /* IE8 */

  -ms-transform: rotate(270deg);
  /* IE 9 */

  transform: rotate(270deg);
}
.ie9 .icon-rotate-90,
.ie9 .icon-rotate-180,
.ie9 .icon-rotate-270 {
  filter: none;
}
h1.no-style,
h2.no-style {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
.inline-disp {
  display: inline-block;
}
.pad-0 {
  padding: 0;
}
.pad-10 {
  padding: 10px;
}
.pad-20 {
  padding: 20px;
}
.pad-top-0 {
  padding-top: 0;
}
.pad-top-2 {
  padding-top: 2px;
}
.pad-top-3 {
  padding-top: 3px;
}
.pad-top-5 {
  padding-top: 5px;
}
.pad-top-7 {
  padding-top: 7px;
}
.pad-top-8 {
  padding-top: 8px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-top-15 {
  padding-top: 15px;
}
.pad-top-20 {
  padding-top: 20px;
}
.pad-top-25 {
  padding-top: 25px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-top-40 {
  padding-top: 40px;
}
.pad-top-50 {
  padding-top: 50px;
}
.pad-bottom-5 {
  padding-bottom: 5px;
}
.pad-bottom-8 {
  padding-bottom: 8px;
}
.pad-bottom-10 {
  padding-bottom: 10px;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.pad-bottom-30 {
  padding-bottom: 30px;
}
.pad-right-0 {
  padding-right: 0px;
}
.pad-right-2 {
  padding-right: 2px;
}
.pad-right-5 {
  padding-right: 5px;
}
.pad-right-10 {
  padding-right: 10px;
}
.pad-right-15 {
  padding-right: 15px;
}
.pad-right-20 {
  padding-right: 20px;
}
.pad-right-25 {
  padding-right: 25px;
}
.pad-right-30 {
  padding-right: 30px;
}
.pad-left-0 {
  padding-left: 0px;
}
.pad-left-5 {
  padding-left: 5px;
}
.pad-left-10 {
  padding-left: 10px;
}
.pad-left-15 {
  padding-left: 15px;
}
.pad-left-20 {
  padding-left: 20px;
}
.pad-left-25 {
  padding-left: 25px;
}
.pad-left-30 {
  padding-left: 30px;
}
.margin-10 {
  margin: 10px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-16 {
  margin-top: 16px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-right-3 {
  margin-right: 3px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pad-xs-0 {
    padding: 0;
  }
  .pad-top-xs-20 {
    padding-top: 20px;
  }
  .pad-top-xs-0 {
    padding-top: 0px;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }
  .margin-left-xs-10 {
    margin-left: 10px;
  }
  .margin-top-xs-5 {
    margin-top: 5px;
  }
  .margin-top-xs-0 {
    margin-top: 0px;
  }
  .margin-top-xs-20 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pad-sm-0 {
    padding: 0;
  }
  .margin-top-sm-22 {
    margin-top: 22px;
  }
}
.valign-middle {
  vertical-align: middle;
}
.valign-top {
  vertical-align: top;
}
.valign-super {
  vertical-align: super;
}
.valign-bottom {
  vertical-align: bottom;
}
.ver-align-3 {
  vertical-align: 3px;
}
.text-left {
  text-align: left!important;
}
.no-wrap {
  white-space: nowrap;
}
.block {
  display: block;
}
.clear-both {
  clear: both;
}
.circle {
  border-radius: 50%;
}
.fixed {
  position: fixed;
  bottom: 0;
}
.hidden {
  display: none!important;
}
.is-hidden {
  display: none!important;
}
.is-visible {
  display: block!important;
}
.color-white {
  color: #FFFFFF;
}
.bg-white {
  background-color: #FFF;
  border-radius: 50%;
}
.bg-gray {
  background-color: #eee;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible-x {
  overflow-x: visible !important;
}
@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.line-height-16 {
  line-height: 16px;
}
.line-height-22 {
  line-height: 22px;
}
.btn {
  text-align: left;
}
.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d3d4d6;
  background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#e8e8e8)";
  background-color: #FFF;
  background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(0.45, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: linear-gradient(to top, #e8e8e8 0%, #ffffff 45%);
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #333333;
}
a:hover {
  text-decoration: none;
  color: #706f79;
}
select.select::-ms-expand {
  display: none;
}
select.select + label {
  position: absolute;
  top: 50%;
  right: 12px!important;
  margin-top: -2px;
  vertical-align: middle;
}
select.select-default {
  -webkit-appearance: button;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 40px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 10px;
  white-space: nowrap;
  width: 100%;
}
select.select-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: left;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d3d4d6;
  background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#e8e8e8)";
  background-color: #FFF;
  background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(0.45, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: linear-gradient(to top, #e8e8e8 0%, #ffffff 45%);
  text-overflow: ellipsis;
}
select.select-default:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
select.select-default:hover,
select.select-default:focus {
  color: #333333;
  text-decoration: none;
}
select.select-default:active,
select.select-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
select.select-default.disabled,
select.select-default[disabled],
fieldset[disabled] select.select-default {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.select-default:hover,
select.select-default:focus,
select.select-default:active,
select.select-default.active,
.open .dropdown-toggleselect.select-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
select.select-default:active,
select.select-default.active,
.open .dropdown-toggleselect.select-default {
  background-image: none;
}
select.select-default.disabled,
select.select-default[disabled],
fieldset[disabled] select.select-default,
select.select-default.disabled:hover,
select.select-default[disabled]:hover,
fieldset[disabled] select.select-default:hover,
select.select-default.disabled:focus,
select.select-default[disabled]:focus,
fieldset[disabled] select.select-default:focus,
select.select-default.disabled:active,
select.select-default[disabled]:active,
fieldset[disabled] select.select-default:active,
select.select-default.disabled.active,
select.select-default[disabled].active,
fieldset[disabled] select.select-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-group .bootstrap-select {
  margin-left: 0;
}
.row-30 {
  float: left;
  width: 30%;
}
.row-40 {
  float: left;
  width: 40%;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.col-half {
  float: left;
  width: 50%;
}
.col-36 {
  position: relative;
  float: left;
  width: 36%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-45 {
  position: relative;
  float: left;
  width: 45%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-55 {
  position: relative;
  float: left;
  width: 55%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-64 {
  position: relative;
  float: left;
  width: 64%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .col-36,
  .col-45,
  .col-55,
  .col-64 {
    float: none;
    width: 100%;
  }
}
.checkbox-inline > label {
  font-weight: normal;
}
hr.dark-gray-2 {
  border: 0;
  color: #cfd3db;
  background-color: #cfd3db;
  height: 2px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  border: solid 1px #CCC;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled {
  color: #595959;
  background: #eef1f4;
}
.form-padded input + input {
  margin-top: 10px;
}
.form-title {
  font-size: 20px;
}
.form-help {
  margin-top: 5px;
  font-style: italic;
  font-weight: normal;
}
.narrow-column-right {
  padding-left: 0;
  padding-right: 13px;
}
.wider-column-right {
  padding-left: 27px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .narrow-column-right {
    padding: 10px;
  }
  .wider-column-right {
    padding: 10px;
  }
}
.notification {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.notification .wrapper {
  display: inline-block;
  text-align: center;
}
.notification .text {
  font-size: 14px;
}
.notification .text a {
  font-weight: 700;
  cursor: pointer;
}
.notification .text a:after {
  content: '\203A';
  position: relative;
  left: 2px;
  top: 1px;
  font-size: 19px;
  font-weight: 600;
  line-height: 14px;
}
.notification-error ul,
.notification-success ul,
.notification-neutral ul,
.notification-error-form ul {
  display: table;
  text-align: center;
  margin: 0;
}
.notification-error ul li,
.notification-success ul li,
.notification-neutral ul li {
  display: table-cell;
  vertical-align: middle;
}
.notification-error-form ul li {
  display: table-row;
  vertical-align: middle;
}
.notification-error,
.form-error-box,
.notification-error-form {
  border: solid 3px #ff1909;
  text-align: center;
}
.notification-error .icon.glyphicon {
  color: #ff1909;
}
.notification-neutral {
  border: solid 3px #4c6fae;
  text-align: center;
}
.notification-neutral > div {
  text-align: left;
}
.notification-neutral .icon {
  color: #4c6fae;
}
.notification-success {
  border: solid 3px #00a443;
  text-align: center;
}
.notification-success .icon-success {
  color: #00a443;
}
input.error,
textarea.error {
  border: solid 1px red;
}
.form-error-text {
  font-weight: 600;
  color: red;
}
.ul-2-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.border-default {
  border: solid 1px #dbdfe7;
}
a.arrow-right:after {
  content: '\203A';
  position: relative;
  left: 2px;
  top: 1px;
  font-size: 19px;
  font-weight: 600;
  line-height: 14px;
}
a.arrow-right-16:after {
  content: '\203A';
  position: relative;
  left: 2px;
  top: 1px;
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
}
.angle {
  cursor: pointer;
}
.angle:after,
a.angle:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e628";
  display: inline-block;
  font-size: 1em;
  position: relative;
  left: 3px;
  top: 1px;
  padding-right: 5px;
}
.cursor-pointer {
  cursor: pointer;
}
.inline-visible-xs,
tr.inline-visible-xs,
th.inline-visible-xs,
td.inline-visible-xs {
  display: none !important;
}
.inline-visible-xs,
tr.inline-visible-xs,
th.inline-visible-xs,
td.inline-visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .inline-visible-xs {
    display: inline !important;
  }
  tr.inline-visible-xs {
    display: table-row !important;
  }
  th.inline-visible-xs,
  td.inline-visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-visible-xs.inline-visible-sm {
    display: inline !important;
  }
  tr.inline-visible-xs.inline-visible-sm {
    display: table-row !important;
  }
  th.inline-visible-xs.inline-visible-sm,
  td.inline-visible-xs.inline-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inline-visible-xs.inline-visible-md {
    display: inline !important;
  }
  tr.inline-visible-xs.inline-visible-md {
    display: table-row !important;
  }
  th.inline-visible-xs.inline-visible-md,
  td.inline-visible-xs.inline-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .inline-visible-xs.inline-visible-lg {
    display: inline !important;
  }
  tr.inline-visible-xs.inline-visible-lg {
    display: table-row !important;
  }
  th.inline-visible-xs.inline-visible-lg,
  td.inline-visible-xs.inline-visible-lg {
    display: table-cell !important;
  }
}
.inline-visible-sm,
tr.inline-visible-sm,
th.inline-visible-sm,
td.inline-visible-sm {
  display: none !important;
}
.inline-visible-sm,
tr.inline-visible-sm,
th.inline-visible-sm,
td.inline-visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .inline-visible-sm.inline-visible-xs {
    display: inline !important;
  }
  tr.inline-visible-sm.inline-visible-xs {
    display: table-row !important;
  }
  th.inline-visible-sm.inline-visible-xs,
  td.inline-visible-sm.inline-visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-visible-sm {
    display: inline !important;
  }
  tr.inline-visible-sm {
    display: table-row !important;
  }
  th.inline-visible-sm,
  td.inline-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inline-visible-sm.inline-visible-md {
    display: inline !important;
  }
  tr.inline-visible-sm.inline-visible-md {
    display: table-row !important;
  }
  th.inline-visible-sm.inline-visible-md,
  td.inline-visible-sm.inline-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .inline-visible-sm.inline-visible-lg {
    display: inline !important;
  }
  tr.inline-visible-sm.inline-visible-lg {
    display: table-row !important;
  }
  th.inline-visible-sm.inline-visible-lg,
  td.inline-visible-sm.inline-visible-lg {
    display: table-cell !important;
  }
}
.inline-hidden-xs {
  display: inline !important;
}
tr.inline-hidden-xs {
  display: table-row !important;
}
th.inline-hidden-xs,
td.inline-hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .inline-hidden-xs,
  tr.inline-hidden-xs,
  th.inline-hidden-xs,
  td.inline-hidden-xs {
    display: none !important;
  }
  .inline-hidden-xs,
  tr.inline-hidden-xs,
  th.inline-hidden-xs,
  td.inline-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-hidden-xs.inline-hidden-sm,
  tr.inline-hidden-xs.inline-hidden-sm,
  th.inline-hidden-xs.inline-hidden-sm,
  td.inline-hidden-xs.inline-hidden-sm {
    display: none !important;
  }
  .inline-hidden-xs.inline-hidden-sm,
  tr.inline-hidden-xs.inline-hidden-sm,
  th.inline-hidden-xs.inline-hidden-sm,
  td.inline-hidden-xs.inline-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inline-hidden-xs.inline-hidden-md,
  tr.inline-hidden-xs.inline-hidden-md,
  th.inline-hidden-xs.inline-hidden-md,
  td.inline-hidden-xs.inline-hidden-md {
    display: none !important;
  }
  .inline-hidden-xs.inline-hidden-md,
  tr.inline-hidden-xs.inline-hidden-md,
  th.inline-hidden-xs.inline-hidden-md,
  td.inline-hidden-xs.inline-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .inline-hidden-xs.inline-hidden-lg,
  tr.inline-hidden-xs.inline-hidden-lg,
  th.inline-hidden-xs.inline-hidden-lg,
  td.inline-hidden-xs.inline-hidden-lg {
    display: none !important;
  }
  .inline-hidden-xs.inline-hidden-lg,
  tr.inline-hidden-xs.inline-hidden-lg,
  th.inline-hidden-xs.inline-hidden-lg,
  td.inline-hidden-xs.inline-hidden-lg {
    display: none !important;
  }
}
.inline-hidden-sm {
  display: inline !important;
}
tr.inline-hidden-sm {
  display: table-row !important;
}
th.inline-hidden-sm,
td.inline-hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .inline-hidden-sm.inline-hidden-xs,
  tr.inline-hidden-sm.inline-hidden-xs,
  th.inline-hidden-sm.inline-hidden-xs,
  td.inline-hidden-sm.inline-hidden-xs {
    display: none !important;
  }
  .inline-hidden-sm.inline-hidden-xs,
  tr.inline-hidden-sm.inline-hidden-xs,
  th.inline-hidden-sm.inline-hidden-xs,
  td.inline-hidden-sm.inline-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-hidden-sm,
  tr.inline-hidden-sm,
  th.inline-hidden-sm,
  td.inline-hidden-sm {
    display: none !important;
  }
  .inline-hidden-sm,
  tr.inline-hidden-sm,
  th.inline-hidden-sm,
  td.inline-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inline-hidden-sm.inline-hidden-md,
  tr.inline-hidden-sm.inline-hidden-md,
  th.inline-hidden-sm.inline-hidden-md,
  td.inline-hidden-sm.inline-hidden-md {
    display: none !important;
  }
  .inline-hidden-sm.inline-hidden-md,
  tr.inline-hidden-sm.inline-hidden-md,
  th.inline-hidden-sm.inline-hidden-md,
  td.inline-hidden-sm.inline-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .inline-hidden-sm.inline-hidden-lg,
  tr.inline-hidden-sm.inline-hidden-lg,
  th.inline-hidden-sm.inline-hidden-lg,
  td.inline-hidden-sm.inline-hidden-lg {
    display: none !important;
  }
  .inline-hidden-sm.inline-hidden-lg,
  tr.inline-hidden-sm.inline-hidden-lg,
  th.inline-hidden-sm.inline-hidden-lg,
  td.inline-hidden-sm.inline-hidden-lg {
    display: none !important;
  }
}
.flex-hidden-xs {
  display: flex !important;
}
@media (max-width: 767px) {
  .flex-hidden-xs,
  tr.flex-hidden-xs,
  th.flex-hidden-xs,
  td.flex-hidden-xs {
    display: none !important;
  }
  .flex-hidden-xs,
  tr.flex-hidden-xs,
  th.flex-hidden-xs,
  td.flex-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-hidden-xs.flex-hidden-sm,
  tr.flex-hidden-xs.flex-hidden-sm,
  th.flex-hidden-xs.flex-hidden-sm,
  td.flex-hidden-xs.flex-hidden-sm {
    display: none !important;
  }
  .flex-hidden-xs.flex-hidden-sm,
  tr.flex-hidden-xs.flex-hidden-sm,
  th.flex-hidden-xs.flex-hidden-sm,
  td.flex-hidden-xs.flex-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-hidden-xs.flex-hidden-md,
  tr.flex-hidden-xs.flex-hidden-md,
  th.flex-hidden-xs.flex-hidden-md,
  td.flex-hidden-xs.flex-hidden-md {
    display: none !important;
  }
  .flex-hidden-xs.flex-hidden-md,
  tr.flex-hidden-xs.flex-hidden-md,
  th.flex-hidden-xs.flex-hidden-md,
  td.flex-hidden-xs.flex-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .flex-hidden-xs.flex-hidden-lg,
  tr.flex-hidden-xs.flex-hidden-lg,
  th.flex-hidden-xs.flex-hidden-lg,
  td.flex-hidden-xs.flex-hidden-lg {
    display: none !important;
  }
  .flex-hidden-xs.flex-hidden-lg,
  tr.flex-hidden-xs.flex-hidden-lg,
  th.flex-hidden-xs.flex-hidden-lg,
  td.flex-hidden-xs.flex-hidden-lg {
    display: none !important;
  }
}
.flex-visible-xs,
tr.flex-visible-xs,
th.flex-visible-xs,
td.flex-visible-xs {
  display: none !important;
}
.flex-visible-xs,
tr.flex-visible-xs,
th.flex-visible-xs,
td.flex-visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .flex-visible-xs {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-visible-xs.inline-visible-sm {
    display: flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-visible-xs.inline-visible-md {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .flex-visible-xs.inline-visible-lg {
    display: flex !important;
  }
}
hr.dotted-hr {
  border-top: 2px dotted;
}
hr.light-gray {
  border-top-color: #cfd3db;
}
.emediate-link {
  display: block;
}
.emediate-link.no-height {
  height: 0px;
}
.util-siblings-margin-top-20 > div + div {
  margin-top: 20px;
}
.flex-grid {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.flex-grid .col-third {
  width: 33%;
}
.btn-landlord {
  color: #ffffff;
  background-color: #e7308a;
  border-color: #e7308a;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 20px;
  letter-spacing: 0.05em;
}
.btn-landlord:hover,
.btn-landlord:focus,
.btn-landlord:active,
.btn-landlord.active,
.open .dropdown-toggle.btn-landlord {
  color: #ffffff;
  background-color: #d51976;
  border-color: #c3176b;
}
.btn-landlord:active,
.btn-landlord.active,
.open .dropdown-toggle.btn-landlord {
  background-image: none;
}
.btn-landlord.disabled,
.btn-landlord[disabled],
fieldset[disabled] .btn-landlord,
.btn-landlord.disabled:hover,
.btn-landlord[disabled]:hover,
fieldset[disabled] .btn-landlord:hover,
.btn-landlord.disabled:focus,
.btn-landlord[disabled]:focus,
fieldset[disabled] .btn-landlord:focus,
.btn-landlord.disabled:active,
.btn-landlord[disabled]:active,
fieldset[disabled] .btn-landlord:active,
.btn-landlord.disabled.active,
.btn-landlord[disabled].active,
fieldset[disabled] .btn-landlord.active {
  background-color: #e7308a;
  border-color: #e7308a;
}
.btn-landlord:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e628";
  display: inline-block;
  font-size: 1em;
  position: relative;
  left: 3px;
  top: 1px;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .btn-landlord {
    padding: 8px 40px;
  }
}
@media print {
  .snap-drawer,
  .toolbar-mobile,
  .toolbar-mobile span,
  #listToolbar,
  #listToolbar div,
  #listCarousel,
  .itempage-header,
  .similar-items-box > div {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .grid-item-container {
    min-height: 330px!important;
  }
  footer {
    border-top-width: 0!important;
  }
  footer .footer-divider {
    border-color: #000!important;
  }
}
.showpointer {
  cursor: pointer;
}
.brand-heading {
  min-height: 40px;
  background: #4c6fae;
  color: #FFF;
  padding: 10px;
}
.brand-heading h3 {
  margin: 0;
  font-size: 1.286em;
}
body > img {
  display: block;
}
.flex-container {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page {
    min-height: 650px;
  }
}
div#map .mapboxgl-popup-content {
  min-height: 65px;
  max-height: 105px;
  overflow-y: auto;
  font-size: 1.1em;
  padding-right: 20px;
}
div#map .mapboxgl-popup-content em {
  display: block;
  line-height: 1.2em;
}
div#map .mapboxgl-popup-content em.distance {
  font-weight: normal;
  display: inline-block;
}
div#map .mapboxgl-ctrl-zoom-in:disabled,
div#map .mapboxgl-ctrl-zoom-out:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
  box-shadow: none;
}
a:focus {
  outline: 0;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0;
  color: #333333;
}
.breadcrumb > .active {
  font-weight: 700;
}
.no-touch .breadcrumb a:hover {
  color: #737373;
}
.breadcrumb a {
  color: inherit;
}
.arrow-right {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.logo {
  height: 25px;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .navbar-header {
    text-align: center;
  }
}
.navbar {
  border: none;
  margin-bottom: 0px;
  min-height: 0;
}
.nav-link {
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
@media (min-width: 992px) {
  .navbar-header .logo {
    height: 27px;
    margin-left: 18px;
    margin-top: 13px;
  }
  .nav-link {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .nav-link {
    font-size: 16px;
  }
  .nav-link:last-child {
    padding-left: 0px;
  }
}
.nav-link a:last-child {
  padding-right: 0px;
}
.toolbar {
  height: 30px;
  background-color: #608cdb;
  margin-bottom: 15px;
  font-size: 20px;
}
.toolbar a {
  color: #FFF;
}
.list-toolbar-links {
  font-size: 14px;
  color: #FFF;
  line-height: 30px;
  margin-bottom: 0;
}
.list-toolbar-links .login-icon-link {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.no-touch .toolbar a:hover {
  color: #bfbfbf;
}
.toolbar-mobile {
  height: 40px;
  background-color: #608cdb;
  margin-bottom: 20px;
  font-size: 24px;
  color: #FFF;
}
.toolbar-mobile > a {
  color: #FFF;
}
.toolbar-box-shadow {
  -webkit-box-shadow: 0px 2px 3px 0px #c4c4c4;
  -moz-box-shadow: 0px 2px 3px 0px #c4c4c4;
  box-shadow: 0px 2px 3px 0px #c4c4c4;
}
.box-shadowed {
  -webkit-box-shadow: 2px 2px 3px #c4c4c4;
  -moz-box-shadow: 2px 2px 3px #c4c4c4;
  box-shadow: 2px 2px 3px #c4c4c4;
}
.toolbar-badge-xs {
  margin-top: 7px;
  margin-right: 3px;
  line-height: 1.4;
}
.toolbar-badge-sm {
  position: relative;
  top: -2px;
  left: 4px;
  margin-right: 5px;
  margin-top: 0;
  line-height: 1.2;
}
a.badge {
  color: #ffffff;
}
.badge:hover {
  background: #36599b;
}
.toolbar-item {
  padding-top: 5px;
}
.toolbar-text {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 28px;
}
.navigation-menu-toggle {
  padding-top: 2px;
  padding-left: 8px;
  padding-top: 7px;
}
#topAdMobileBanner {
  margin-top: 40px;
}
#topAdMobileBanner a {
  width: 300px;
  height: 75px;
}
.snap-drawers {
  background-color: #242b39;
}
.snap-drawers a {
  color: #FFF;
}
#leftMenu {
  display: none;
}
a.left-menu-top-icon {
  display: block;
  font-size: 20px;
  color: #FFF;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
}
ul.left-menu-list {
  padding: 0;
  font-size: 16px;
}
.left-menu-list > li {
  list-style: none;
  border: 1px;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #dbdfe7;
}
.left-menu-language-icon {
  width: 25px;
}
.left-menu-list > li a {
  display: block;
  vertical-align: middle;
  padding: 15px 0;
}
ul.left-menu-list-no-bg {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  font-size: 16px;
}
.left-menu-list-no-bg > li {
  height: 30px;
  background-color: #242b39;
}
.left-menu-list-no-bg > li a {
  padding-left: 20px;
  display: block;
  height: 30px;
  vertical-align: middle;
}
.left-menu-badge {
  font-size: 16px;
}
.user-details {
  padding: 20px;
  border-bottom: 1px solid #dbdfe7;
  background: linear-gradient(176deg, #4c6fae, #608cdb);
  color: #fff;
}
.user-details > div > img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #608cdb;
  padding: 10px;
}
.user-details > div {
  text-align: center;
}
.user-drawer-footer {
  padding: 0;
  padding-bottom: 60px;
  padding-top: 30px;
  margin: 0 20px;
  border-top: 1px solid #dbdfe7;
}
.user-drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.user-drawer-close:hover {
  cursor: pointer;
}
.user-menu-list {
  padding: 0;
  flex: 1 0 auto;
}
.user-menu-list > li {
  list-style: none;
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid #dbdfe7;
}
.user-menu-list > li > a {
  padding: 15px 0;
  display: block;
}
.parade-ad-container {
  background: #f2f5fb;
}
ul.list-languages {
  float: right;
  height: 30px;
  margin-left: 20px;
}
ul.list-languages li {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0;
}
ul.list-languages li a {
  display: block;
  width: 100%;
  height: 100%;
}
.language-fi {
  background: url(../img/flags/FI.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-fi,
.ie9 .language-fi {
  background: url(../img/flags/FI.png) no-repeat;
}
.language-fi:hover,
.language-fi.active {
  background: url(../img/flags/FI-active.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-fi:hover,
.ie9 .language-fi:hover,
.no-svg .language-fi.active,
.ie9 .language-fi.active {
  background: url(../img/flags/FI-active.png) no-repeat;
  background-size: auto;
}
.language-en {
  background: url(../img/flags/EN.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-en,
.ie9 .language-en {
  background: url(../img/flags/EN.png) no-repeat;
}
.language-en:hover,
.language-en.active {
  background: url(../img/flags/EN-active.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-en:hover,
.ie9 .language-en:hover,
.no-svg .language-en.active,
.ie9 .language-en.active {
  background: url(../img/flags/EN-active.png) no-repeat;
  background-size: auto;
}
.language-ru {
  background: url(../img/flags/RU.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-ru,
.ie9 .language-ru {
  background: url(../img/flags/RU.png) no-repeat;
}
.language-ru:hover,
.language-ru.active {
  background: url(../img/flags/RU-active.svg) no-repeat;
  background-size: 24px 24px;
}
.no-svg .language-ru:hover,
.ie9 .language-ru:hover,
.no-svg .language-ru.active,
.ie9 .language-ru.active {
  background: url(../img/flags/RU-active.png) no-repeat;
  background-size: auto;
}
.menu-alma-logo {
  margin-top: 10px;
  padding-left: 35px;
}
.nav .alma-menu-logo {
  display: block;
  width: 55px;
  height: 26px;
  padding: 0;
  background: transparent url('/img/alma_menu/alma_menu_sprite.svg') no-repeat 50% 100%;
  /* WHITE */

  background-size: cover;
}
.nav .alma-menu-logo:focus {
  background: transparent url('/img/alma_menu/alma_menu_sprite.svg') no-repeat 50% 100%;
  /* WHITE */

  background-size: cover;
}
.nav .alma-menu-logo:hover,
.nav .alma-menu-logo.open {
  background: transparent url('/img/alma_menu/alma_menu_sprite.svg') no-repeat 50% 0;
  /* BLACK */

  background-size: cover;
}
.no-svg .nav .alma-menu-logo {
  display: block;
  width: 55px;
  height: 27px;
  padding: 0;
  background: transparent url('/img/alma_menu/alma_menu.png') no-repeat 0 -54px;
  /* WHITE */

}
.no-svg .nav .alma-menu-logo:focus {
  background: transparent url('/img/alma_menu/alma_menu.png') no-repeat 0 -54px;
  /* WHITE */

}
.no-svg .nav .alma-menu-logo:hover,
.no-svg .nav .alma-menu-logo.open {
  background: transparent url('/img/alma_menu/alma_menu.png') no-repeat 0 0;
  background-position: 0 0;
  /* BLACK */

}
.bold-link {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media (max-width: 767px) {
  ul.list-languages {
    float: left;
    height: 50px;
    margin-left: 30px;
  }
  ul.list-language li {
    height: 25px;
    line-height: 50px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-top: 12px;
    width: 25px;
  }
  ul.list-languages > li {
    margin-right: 8px;
  }
  .side-menu-alma-logo {
    float: right;
    height: 25px;
    width: 25px;
    margin-top: 2px;
    margin-right: 10px;
  }
  .itempage-collapsible-panel table {
    table-layout: fixed;
    width: 100%;
  }
  .itempage-collapsible-panel table th {
    width: 50%;
    vertical-align: top;
    word-wrap: break-word;
  }
  .itempage-collapsible-panel table td {
    width: 50%;
    vertical-align: top;
    word-wrap: break-word;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.list-languages {
    height: 30px;
  }
  ul.list-languages > li {
    line-height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .language-selector {
    height: 20px;
  }
}
footer {
  background-color: #4c6fae;
  border-top-style: solid;
  border-top-width: 15px;
  border-top-color: #608cdb;
  min-height: 200px;
  margin-top: 50px;
}
#footerCol_2,
#footerCol_3,
#footerCol_4,
#footerCol_5,
#footerCol_6,
#footerCol_7 {
  padding-left: 0px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .footer-container > .row {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer-logo {
  height: 20px;
  margin-bottom: 30px;
}
.footer-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.footer-list {
  list-style: none;
  padding-left: 0;
}
.footer-list a {
  color: #ffffff;
}
.footer-list a:hover,
.footer-list-bold a:hover {
  color: #d9d9d9;
}
.footer-list-bold {
  list-style: none;
  padding-left: 0;
}
.footer-list-bold a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.fb-footer-icon {
  margin-top: 20px;
  font-size: 30px;
  color: #ffffff;
}
.fb-footer-text-lg {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
}
.fb-footer-text-xs {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
}
.footer-divider {
  border-top: 2px dotted #f00;
  border-color: #608cdb;
}
.l-footer-fb-text {
  width: 100px;
}
.h4-footer {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.footer-links a {
  color: #ffffff;
  font-size: 12px;
}
.footer-links a:hover {
  color: #d9d9d9;
}
footer .seperator_mini {
  padding-right: 2px;
  border-right: solid 1px #ffffff;
  margin-right: 5px;
  font-size: .7em;
}
.footer-alma-logo {
  height: 55px;
}
.l-footer-links-section {
  margin-bottom: 50px;
}
.heading-bar {
  height: 55px;
}
.pink {
  background-color: #e7308a;
}
.green {
  background-color: #01a948;
}
.dark-blue {
  background-color: #325086;
}
p.heading-text {
  color: #ffffff;
  font-size: 26px;
  padding: 10px 0px 10px 20px;
}
.search-panel {
  margin-bottom: 25px;
}
.search-panel .panel-default {
  border: none;
}
.search-panel .panel-default + .panel-default {
  border-top: 2px solid #ddd;
}
#searchPanel.panel-group .panel + .panel {
  margin-top: 0px;
}
#searchPanel.panel-group .panel-default {
  overflow: visible;
}
#searchPanel hr {
  border-top: 1px solid #d5d6da;
}
.panel-heading {
  padding: 0;
  min-height: 40px;
}
#searchPanel .panel-heading a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #searchPanel .panel-heading a {
    font-size: 18px;
  }
}
#searchPanel .form-location-input::-webkit-input-placeholder {
  font-size: 0.875em;
  line-height: 1.5em;
}
#searchPanel .form-location-input::-moz-placeholder {
  font-size: 0.875em;
  line-height: 1.5em;
}
#searchPanel .form-location-input:-ms-input-placeholder {
  font-size: 0.875em;
  line-height: 1.5em;
}
#searchPanel .form-location-input:-moz-placeholder {
  font-size: 0.875em;
  line-height: 1.5em;
}
@media (max-width: 490px) {
  #searchPanel .form-location-input::-webkit-input-placeholder {
    font-size: 0.714em;
    line-height: 2em;
  }
  #searchPanel .form-location-input::-moz-placeholder {
    font-size: 0.714em;
    line-height: 2em;
  }
  #searchPanel .form-location-input:-ms-input-placeholder {
    font-size: 0.714em;
    line-height: 2em;
  }
  #searchPanel .form-location-input:-moz-placeholder {
    font-size: 0.714em;
    line-height: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #searchPanel .form-location-input::-webkit-input-placeholder {
    font-size: 0.714em;
    line-height: 2.1em;
  }
  #searchPanel .form-location-input::-moz-placeholder {
    font-size: 0.714em;
    line-height: 2.1em;
  }
  #searchPanel .form-location-input:-ms-input-placeholder {
    font-size: 0.714em;
    line-height: 2.1em;
  }
  #searchPanel .form-location-input:-moz-placeholder {
    font-size: 0.714em;
    line-height: 2.1em;
  }
}
.selected-locations {
  margin-top: 5px;
}
.selected-locations > span {
  cursor: pointer;
  background-color: #fff;
}
.panel-heading-icon {
  margin-right: 8px;
  margin-top: 10px;
  font-size: 19px;
}
.bg-highlight {
  display: block;
  background-color: #608cdb;
  padding: 10px 10px 14px 10px;
  width: 44px;
  height: 40px;
  float: left;
}
.bg-highlight + span {
  line-height: 40px;
}
.bg-highlight-rentals {
  font-size: 22px;
  padding-bottom: 12px;
}
.bg-highlight-cottages {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 20px;
}
.bg-highlight-roommates {
  font-size: 22px;
  padding-bottom: 10px;
}
.bg-highlight-plots {
  font-size: 23px;
  padding-bottom: 10px;
}
.bg-highlight-garages {
  font-size: 18px;
  padding-bottom: 13px;
}
.front-page-search-panel-form label {
  font-size: 16px;
  font-weight: normal;
}
.front-page-search-panel-form .form-location-info,
#searchForm .form-location-info {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  #frontPageSearchPanelRentalsForm .btn-arrow {
    font-size: 1.214em;
    padding-left: 8px;
    padding-right: 5px;
  }
  #frontPageSearchPanelCottagesForm .btn-arrow {
    font-size: 1.214em;
    padding-left: 15px;
    padding-right: 15px;
  }
  #frontPageSearchPanelRoommatesForm .btn-arrow {
    font-size: 1.214em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #frontPageSearchPanelRentalsForm .btn-arrow {
    padding-left: 8px;
    padding-right: 7px;
  }
  #frontPageSearchPanelCottagesForm .btn-arrow {
    padding-left: 15px;
    padding-right: 15px;
  }
  #frontPageSearchPanelRoommatesForm .btn-arrow {
    padding-left: 10px;
    padding-right: 10px;
  }
  #searchPanel .panel-body {
    min-height: 358px;
  }
  #frontPageSearchPanelStartDatePicker {
    margin-left: -20px;
  }
  #frontPageSearchPanelEndDatePicker {
    margin-left: -205px;
  }
  #collapseOne .row-rooms-and-rent > .form-group {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  #searchPanel .panel-body {
    min-height: 346px;
  }
  #frontPageSearchPanelEndDatePicker {
    margin-left: -192px;
  }
  #searchPanel #collapseOne > .panel-body {
    padding-top: 28px;
  }
  .front-page-search-panel-form label {
    font-size: 18px;
  }
  #collapseOne .row-area-and-type > .form-group:first-child {
    font-size: 15px;
  }
  #collapseOne .row-rooms-and-rent {
    padding-top: 21px;
  }
  #collapseOne .row-rooms-and-rent .form-group:first-child {
    width: 280px;
  }
  #collapseOne .row-rooms-and-rent .form-group:nth-child(2) {
    width: 177px;
  }
  #cottage-search-location-selection-div {
    margin-left: -20px;
  }
}
#searchPanel .panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: none;
}
@media (max-width: 767px) {
  #searchPanel .panel-body {
    padding-top: 25px;
  }
}
#searchPanel .panel-body a {
  color: #333333;
}
#searchPanel .panel-body a:hover {
  color: #706f79;
}
#searchPanel .panel-heading a:hover {
  background-color: #324f86;
}
#searchPanel .panel-active {
  background: #324f86;
}
.caret {
  right: 7px!important;
}
.filter-option {
  right: 19px!important;
}
.touch #roomCountButtons .btn-default {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d3d4d6;
  background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#e8e8e8)";
  background-color: #FFF;
  background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(0.45, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #ffffff 45%);
  background-image: linear-gradient(to top, #e8e8e8 0%, #ffffff 45%);
  border-color: #D3D4D6;
}
.touch #roomCountButtons .btn-default:hover,
.touch #roomCountButtons .btn-default:focus,
.touch #roomCountButtons .btn-default:active,
.touch #roomCountButtons .btn-default.active,
.open .dropdown-toggle.touch #roomCountButtons .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.touch #roomCountButtons .btn-default:active,
.touch #roomCountButtons .btn-default.active,
.open .dropdown-toggle.touch #roomCountButtons .btn-default {
  background-image: none;
}
.touch #roomCountButtons .btn-default.disabled,
.touch #roomCountButtons .btn-default[disabled],
fieldset[disabled] .touch #roomCountButtons .btn-default,
.touch #roomCountButtons .btn-default.disabled:hover,
.touch #roomCountButtons .btn-default[disabled]:hover,
fieldset[disabled] .touch #roomCountButtons .btn-default:hover,
.touch #roomCountButtons .btn-default.disabled:focus,
.touch #roomCountButtons .btn-default[disabled]:focus,
fieldset[disabled] .touch #roomCountButtons .btn-default:focus,
.touch #roomCountButtons .btn-default.disabled:active,
.touch #roomCountButtons .btn-default[disabled]:active,
fieldset[disabled] .touch #roomCountButtons .btn-default:active,
.touch #roomCountButtons .btn-default.disabled.active,
.touch #roomCountButtons .btn-default[disabled].active,
fieldset[disabled] .touch #roomCountButtons .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.touch #roomCountButtons .btn-default:hover {
  border-color: #D3D4D6;
}
.touch #roomCountButtons .btn-default:active,
.touch #roomCountButtons .btn-default.active {
  border-color: #333333;
}
#roomCountButtons .btn-group {
  margin-left: 8px;
}
#roomCountButtons .btn-group:first-child {
  margin-left: 0;
}
#roomCountButtons .btn-group button {
  font-size: 16px;
  padding-right: 17px;
  padding-left: 16px;
}
#roomCountButtons .btn-group:last-child button {
  padding-right: 13px;
  padding-left: 12px;
}
.front-page-search-panel-form .btn-group:first-child {
  margin-left: 0px;
}
.front-page-search-panel-form .help-block {
  margin-left: 5px;
}
.selected-locations .overridden a {
  color: #999999;
  text-decoration: line-through;
}
#searchPanel .gofinland-logo {
  width: 100px;
}
#searchPanel .btn .gofinland-btn-text-mobile {
  display: none;
}
#searchPanel .gofinland-title-short {
  display: none;
}
@media (min-width: 768px) {
  .row-quick-search-btn {
    margin-top: 15px;
  }
  .row-quick-search-btn > div {
    margin-top: 15px;
  }
}
table.quick-search-link-table td {
  padding-right: 5px;
  vertical-align: top;
}
table.quick-search-link-table td:nth-child(1) {
  width: 24px;
}
.dropdown-menu {
  z-index: 2001;
}
.dropdown-menu .inner {
  overflow-y: scroll;
  min-width: 80px;
}
.bootstrap-select.open {
  min-width: 90px;
}
.front-page-search-panel-form #rentalsMinRent + div > button,
.front-page-search-panel-form #rentalsMaxRent + div > button {
  font-size: 16px;
}
.front-page-search-panel-form .input-group.date > .input-group-addon,
#searchForm .input-group.date > .input-group-addon {
  font-size: 22px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 7px;
}
div#frontPageImageContainer,
div#frontPageImageContainer img {
  max-width: 100%;
  /* image ratio 16:10 */

  text-align: center;
}
@media screen and (max-width: 480px) {
  .recommended-slider .owl-item a {
    display: block;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#frontPageImageContainer,
  div#frontPageImageContainer img {
    max-height: 284px;
  }
}
@media (min-width: 992px) {
  div#frontPageImageContainer,
  div#frontPageImageContainer img {
    max-height: 390px;
  }
}
.recommended-slider .owl-caption {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.recommended-slider .owl-caption {
  color: #FFF;
  font-size: 1em;
  /* 14px */

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  min-height: 40px;
  width: 100%;
  z-index: 1;
  padding: 10px;
}
.recommended-slider .owl-controls .owl-nav > div {
  position: absolute;
  bottom: -8px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 99;
}
.recommended-slider .owl-controls .owl-nav .owl-next,
.recommended-slider .owl-controls .owl-nav .owl-next:hover {
  background: url(/img/controls/arrow_orange_right.svg) no-repeat;
  background-size: 32px 32px;
  display: block;
  right: -8px;
}
.no-svg .recommended-slider .owl-controls .owl-nav .owl-next,
.no-svg .recommended-slider .owl-controls .owl-nav .owl-next:hover {
  background: url(/img/controls/arrow_orange_right.png) no-repeat;
}
.recommended-slider .owl-controls .owl-nav .owl-prev,
.recommended-slider .owl-controls .owl-nav .owl-prev:hover {
  background: url(/img/controls/arrow_orange_left.svg) no-repeat;
  background-size: 32px 32px;
  display: block;
}
.no-svg .recommended-slider .owl-controls .owl-nav .owl-prev,
.no-svg .recommended-slider .owl-controls .owl-nav .owl-prev:hover {
  background: url(/img/controls/arrow_orange_left.png) no-repeat;
}
span.heading-bar-text {
  padding-left: 20px;
}
#btnLeaveAnnouncement {
  margin-bottom: 25px;
  font-size: 21px;
}
.btn-icon {
  vertical-align: -2px;
}
.btn-icon-right {
  position: absolute;
  right: 15px;
  padding-top: 4px;
}
.btn-icon-rentals {
  position: relative;
  left: 7px;
  padding-top: 5px;
}
.btn-icon-roommates {
  position: absolute;
  right: 4px;
  padding-top: 5px;
}
.frontpage-right-column .l-muuttomaailma-logo {
  float: right;
  position: absolute;
  top: 0;
  right: 30px;
  width: 120px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-icon-right {
    padding-top: 3px;
  }
  .btn-icon-rentals {
    padding-top: 4px;
    right: 2px;
  }
}
@media screen and (max-width: 480px) {
  #searchPanel .btn .gofinland-btn-text {
    display: none;
  }
  #searchPanel .btn .gofinland-btn-text-mobile {
    display: inline;
  }
  #searchPanel .gofinland-title {
    display: none;
  }
  #searchPanel .gofinland-title-short {
    display: inline;
  }
}
@media (max-width: 767px) {
  span.heading-bar-text {
    padding-left: 0px;
  }
  .xs-pad-right-0 {
    padding-right: 0;
  }
  .xs-pad-top-10 {
    padding-top: 10px;
  }
  .btn-icon-leave-announcement {
    position: absolute;
    right: 5px;
    padding-top: 5px;
  }
  #searchPanel .gofinland-logo {
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-pad-top-10 {
    padding-top: 10px;
  }
  .sm-pad-right-0 {
    padding-right: 0;
  }
  #btnLeaveAnnouncement {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .frontpage-right-column .header-text {
    font-size: 24px;
  }
  .frontpage-right-column .l-vv-logo {
    width: 150px;
    height: 136px;
  }
  .frontpage-right-column .l-muuttomaailma-logo {
    width: 80px;
    height: auto;
    right: 5px;
    top: 30px;
  }
  .btn-icon-leave-announcement {
    position: absolute;
    right: 5px;
    padding-top: 5px;
  }
  #sectionCottageCarousel {
    margin-top: 40px;
  }
  .btn.gofinland {
    font-size: 1.2em;
  }
  #searchPanel .btn .gofinland-btn-text {
    display: none;
  }
  #searchPanel .btn .gofinland-btn-text-mobile {
    display: inline;
  }
  #searchPanel .gofinland-title {
    display: none;
  }
  #searchPanel .gofinland-title-short {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-icon-leave-announcement {
    position: absolute;
    right: 5px;
    padding-top: 5px;
  }
  .btn-icon-rentals {
    position: absolute;
    right: 5px;
    padding-top: 5px;
  }
  #sectionCottageCarousel,
  #sectionMoving {
    margin-top: 19px;
  }
}
@media (min-width: 1200px) {
  .btn-icon-leave-announcement {
    position: absolute;
    right: 5px;
    padding-top: 5px;
  }
  #sectionCottageCarousel,
  #sectionMoving {
    margin-top: 19px;
  }
}
#sectionMoving {
  position: relative;
  border: 2px solid #60BE1B;
  padding: 12px 10px 20px;
}
#muuttomaailmaBtn {
  padding: 6px 20px;
}
#muuttomaailmaBtn img {
  max-height: 30px;
}
#muuttomaailmaBtn:after {
  color: #60BE1B;
  /* Nuolen väri */

}
@media (min-width: 685px) and (max-width: 767px) {
  #sectionMoving {
    margin-top: 20px;
  }
  .frontpage-right-column .l-muuttomaailma-logo {
    right: 0;
  }
}
@media (max-width: 340px) {
  .btn-lg {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #btnLeaveAnnouncement {
    margin-top: 6px;
  }
}
.frontpage-right-column .header-text {
  font-size: 22px;
}
.frontpage-right-column .l-vv-logo {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 499px) {
  .frontpage-right-column .l-vv-logo {
    position: absolute;
    right: 8px;
    top: -10px;
  }
}
@media screen and (max-width: 460px) {
  .frontpage-right-column .l-muuttomaailma-logo {
    top: 30px;
    width: 60px;
    height: auto;
  }
}
@media (min-width: 500px) and (max-width: 685px) {
  .frontpage-right-column .l-vv-logo {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .frontpage-right-column .header-text {
    margin-top: 6px;
    margin-bottom: 3px;
  }
  .frontpage-right-column .l-vv-logo {
    width: 147px;
    height: 147px;
    right: 30px;
  }
}
.frontpage-right-column .plain-text {
  font-size: 16px;
}
@media (max-width: 360px) {
  .frontpage-right-column .plain-text {
    font-size: 15px;
  }
}
#frontPageItemCarouselHeader h2 {
  margin-top: 0;
}
#frontPageItemCarousel {
  margin-top: 20px;
  padding: 0 10px;
  background: #eef1f4;
}
#frontPageItemCarouselHeader {
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  #frontPageItemCarouselHeader > h2 {
    margin-top: 20px;
    font-size: 25px;
  }
  #frontPageItemCarousel {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #frontPageItemCarouselHeader {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #frontPageItemCarousel {
    margin-top: 8px;
    padding: 0 20px;
  }
}
div#frontPageImageContainer {
  position: relative;
}
#sectionCottageCarousel .newExperienceCarousel {
  position: absolute;
  top: 10px;
  left: 3px;
  z-index: 1001;
}
#sectionCottageCarousel .newExperienceCarousel img {
  height: 111px;
}
#frontPageItemCarousel .owl-stage-outer {
  background: #eef1f4;
  border-top: solid #eef1f4 15px;
}
@media (min-width: 768px) {
  #frontPageItemCarousel .bx-wrapper .bx-viewport {
    height: 235px;
  }
}
#frontPageItemCarousel .owl-item {
  height: inherit;
}
#frontPageRentalCarousel .owl-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
#frontPageItemCarousel .owl-nav {
  position: absolute;
  bottom: 34px;
  width: 100%;
}
#frontPageItemCarousel .owl-nav div {
  position: absolute;
  top: -36px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 99;
}
#frontPageItemCarousel .owl-nav .owl-prev {
  background: url(/img/controls/arrow_orange_left.svg) no-repeat;
  background-size: 40px 40px;
  left: -7px;
  display: block;
}
#frontPageItemCarousel .owl-nav .owl-next {
  background: url(/img/controls/arrow_orange_right.svg) no-repeat;
  background-size: 40px 40px;
  right: -7px;
  display: block;
}
.no-svg #frontPageItemCarousel .owl-nav .owl-next {
  background: url(/img/controls/arrow_orange_right.png) no-repeat;
}
.no-svg #frontPageItemCarousel .owl-nav .owl-prev {
  background: url(/img/controls/arrow_orange_left.png) no-repeat;
}
@media (min-width: 992px) {
  #frontpageRoommateCount {
    padding-top: 15px;
  }
  .realtyTypeSelectContainer {
    padding-top: 31px;
  }
}
div.advertising.right {
  overflow: visible;
  position: absolute;
  right: 0px;
  width: 0;
}
.advertising.right > div {
  clear: both;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
#searchForm div.loanCalculator {
  height: 130px;
  margin-bottom: 20px;
}
#searchForm div.loanCalculator img.arrow {
  height: 130px;
  margin-left: -1px;
}
div.loanCalculator div.loan-calculator-heading {
  background-color: #D9E4F7;
  height: 130px;
  padding: 10px;
  padding-left: 20px;
}
div.loan-calculator-heading .text-title-1,
div.loan-calculator-heading .text-title-2 {
  font-size: 25px;
}
div.loan-calculator-heading .text-title-small {
  font-size: 17px;
  line-height: 30px;
}
div.loan-calculator-wrapper-rent {
  margin-top: 10px;
  font-size: 15px;
}
div.loan-calculator-wrapper-rent input {
  padding: 2px;
}
div.loan-calculator-wrapper-content .calculations-text-1 {
  font-size: 25px;
}
div.loan-calculator-wrapper-content .calculations-text-2 {
  font-size: 17px;
}
div.loan-calculator-wrapper-calculate {
  margin-top: 15px;
}
div.loanCalculator div.loan-calculator-wrapper {
  height: 130px;
}
@media (min-width: 992px) {
  div.loan-calculator-banks {
    max-width: 400px;
  }
  div.loan-calculator-wrapper-calculate {
    margin-top: 7px;
  }
  div.loan-calculator-wrapper-calculate img {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  div.loanCalculator div.loan-calculator-wrapper {
    height: 160px;
  }
}
div.loanCalculator div.loan-calculator-wrapper .loan-calculator-wrapper-content {
  margin-right: -6px;
  padding: 10px;
}
div.loanCalculator div.loan-calculator-wrapper > div {
  height: 130px;
  background-color: #E7EEFA;
}
div.loan-calculator-wrapper .arrow-container {
  z-index: 1;
}
div.loan-calculator-wrapper-calculate img {
  float: left;
  height: 22px;
  margin-right: 25px;
}
a.openLoanCalculator {
  border-radius: 0;
  color: #fff;
  background-color: #ff662d;
  border: 1px solid #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  padding: 4px 15px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  div.loan-calculator-heading .text-title-1 {
    font-size: 41px;
    line-height: 42px;
    display: block;
  }
  div.loan-calculator-heading .text-title-2 {
    font-size: 30px;
  }
  div.loan-calculator-heading .text-title-small {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
  }
  div.loan-calculator-wrapper-rent {
    margin-top: 6px;
  }
  div.loan-calculator-wrapper-calculate img {
    margin-bottom: 8px;
  }
  div.loan-calculator-wrapper-content .calculations-text-1,
  div.loan-calculator-wrapper-content .calculations-text-2 {
    font-size: 20px;
    font-weight: 400;
  }
  div.loan-calculator-wrapper-content .calculations-text-1 #calculated-value {
    display: inline-block;
  }
  div.loanCalculator div.loan-calculator-heading,
  #searchForm div.loanCalculator,
  #searchForm div.loanCalculator img.arrow {
    height: 160px;
  }
  div.loan-calculator-wrapper .arrow-container {
    margin-right: 20px;
  }
  div.loanCalculator div.loan-calculator-wrapper-calculate {
    height: 120px;
  }
  div.loan-calculator-form {
    position: absolute;
    bottom: 0;
  }
  div.loanCalculator div.loan-calculator-wrapper > div {
    height: 160px;
    margin-right: 20px;
  }
  div.loanCalculator div.loan-calculator-wrapper .loan-calculator-wrapper-content {
    margin-right: 0;
  }
  a.openLoanCalculator {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  #searchForm div.loanCalculator {
    height: 300px;
  }
  div.loanCalculator div.loan-calculator-heading {
    height: 190px;
    text-align: center;
    padding-top: 25px;
  }
  div.loanCalculator div.loan-calculator-wrapper-content {
    height: 50px !important;
  }
  div.loan-calculator-heading span {
    display: block;
  }
  div.loan-calculator-heading .text-title-small {
    font-weight: 600;
  }
  div.loan-calculator-heading .text-title-1 {
    font-size: 46px;
  }
  div.loan-calculator-heading .text-title-2 {
    font-size: 34px;
  }
  div.loan-calculator-heading .text-title-small {
    font-size: 16px;
    margin-bottom: 15px;
  }
  div.loan-calculator-wrapper .down-arrow-container {
    height: auto !important;
  }
  div.loan-calculator-wrapper .down-arrow-container img.arrow {
    margin-left: 0 !important;
    width: 100%;
    height: 60px !important;
  }
  div.loan-calculator-wrapper-calculate {
    margin: 0;
  }
  div.loan-calculator-banks {
    text-align: center;
  }
  div.loan-calculator-banks > div {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    max-width: 27%;
    max-height: 23px;
  }
  div.loan-calculator-wrapper-calculate img {
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 25px;
  }
  a.openLoanCalculator {
    font-size: 15px;
    padding: 8px 25px;
  }
}
label.loan-calculator-label {
  line-height: 34px;
  margin-bottom: 0;
}
div.loan-calculator {
  margin-bottom: 5px;
  overflow: hidden;
}
select.loan-calculator-select {
  height: 34px;
}
.loanCalculator.right > div.loan-calculator-banks > div > img {
  width: 100%;
  padding-bottom: 10px;
}
input.calc-error {
  border: 2px solid #ff0000;
  padding: 4px;
}
div.loan-calculator-results {
  background-color: #608cdb;
  font-size: 14px;
  color: #ffffff;
}
div.loanCalculatorPage input {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  height: 34px;
  padding: 6px 12px;
  width: 75px;
}
div.loanCalculatorPage input.calc-error {
  border: 2px solid #ff0000;
}
#loanCalculatorLeadForm label > img {
  height: 23px;
}
#content {
  position: relative;
}
#content > .flexible-container {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flexible-container {
    margin-left: -webkit-calc((100% - 740px) / 2);
    margin-left: -moz-calc((100% - 740px) / 2);
    margin-left: -o-calc((100% - 740px) / 2);
    margin-left: calc((100% - 740px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flexible-container {
    margin-left: -webkit-calc((100% - 980px) / 2);
    margin-left: -moz-calc((100% - 980px) / 2);
    margin-left: -o-calc((100% - 980px) / 2);
    margin-left: calc((100% - 980px) / 2);
  }
}
@media (min-width: 1200px) {
  .flexible-container {
    margin-left: -webkit-calc((100% - 980px - 100px) / 2);
    margin-left: -moz-calc((100% - 980px - 100px) / 2);
    margin-left: -o-calc((100% - 980px - 100px) / 2);
    margin-left: calc((100% - 980px - 100px) / 2);
  }
}
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .list-ad-with-image-container .col-1 {
    float: left;
    width: 16.666666666666664%;
    padding-right: 10px;
  }
  .list-ad-with-image-container .col-2 {
    float: left;
    width: 58.333333333333336%;
    padding-right: 10px;
  }
  .list-ad-with-image-container .col-3 {
    float: left;
    width: 25%;
    padding-right: 10px;
  }
  .list-ad-container .col-1 {
    float: left;
    width: 75%;
  }
  .list-ad-container .col-2 {
    float: left;
    width: 25%;
  }
}
a.ad-link {
  clear: both;
}
.list-ad-container,
.list-ad-with-image-container {
  border: none;
  clear: both;
}
.list-ad-container:after {
  clear: both;
  content: "";
  display: block;
}
.list-ad-with-image-container .list-ad-text {
  float: left;
  text-align: left!important;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 3px;
}
.list-ad-container .list-ad-text {
  float: left;
  padding: 15px 10px;
}
.list-ad-container {
  width: 100%;
}
.list-ad-with-image-container:after {
  clear: both;
  content: "";
  display: block;
}
.list-ad-with-image-container .list-ad-image img {
  width: 108px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 6px;
}
.list-ad-with-image-container .list-ad-text h1,
.list-ad-container .list-ad-text h1 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.list-ad-with-image-container .list-ad-text p {
  font-size: 12px;
}
.list-ad-container .list-ad-text p {
  font-size: 12px;
  margin-bottom: 0;
}
.list-ad-with-image-container .list-ad-logo img {
  float: left;
}
@media (max-width: 767px) {
  .list-ad-container {
    margin-bottom: 3px;
  }
  .list-ad-container .list-ad-text {
    width: 100%;
  }
  .list-ad-with-image-container .list-ad-text {
    padding-left: 10px;
    padding-top: 0;
  }
  .list-ad-with-image-container .list-ad-text p {
    margin: 0;
  }
  .list-ad-with-image-container .list-ad-logo img {
    float: left;
  }
}
#editSearch.is-hidden {
  display: none;
}
@media (max-width: 991px) {
  #editSearch.is-hidden {
    display: none;
  }
}
div#editSearch {
  float: left;
  background: #eef1f4;
  min-height: 1450px;
  width: 24.5%;
  margin-right: 20px;
}
div#listContent {
  width: auto;
  overflow: hidden;
}
#editSearch .coming-later {
  font-size: 22px;
  font-weight: 700;
  color: gray;
  padding: 30px;
}
@media (max-width: 767px) {
  div#editSearch {
    float: left;
    background: #eef1f4;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
  }
  div#listContent {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  #editSearch .coming-later {
    font-size: 14px;
    font-weight: 700;
    color: gray;
    padding: 10px 0 0 10px;
  }
}
.area-info {
  margin: 20px 0;
}
.area-info h1 {
  background: #eef1f4;
  padding: 25px 20px 15px;
  margin-bottom: 20px;
}
.area-info h2 {
  font-size: 1.125em;
  font-weight: bold;
}
.area-info .dropdown-title {
  vertical-align: middle;
  line-height: 40px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .area-info .dropdown-title {
    display: none;
  }
}
.area-info .dropdown-toggle {
  font-size: 14px;
}
@supports (display: flex) {
  @media screen and (min-width: 768px) {
    .area-info .custom-dropdown-menu {
      float: right;
      right: 0;
      left: auto;
    }
  }
  .area-info .column {
    flex: 1 1 auto;
  }
  @media screen and (min-width: 768px) {
    .area-info .column + .column {
      display: flex;
      justify-content: flex-end;
    }
  }
}
.custom-dropdown-menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 240px;
}
div#listToolbar {
  background: #cfd3db;
  height: 50px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #listToolbar .dropdown-toggle {
    font-size: 1em;
  }
}
#listNavigation {
  line-height: 42px;
}
#listNavigation > div > p,
#listNavigation > div > h1 {
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
  padding-left: 0;
  font-size: 1.57em;
  line-height: 42px;
}
div.list-pager {
  height: 46px;
  margin-bottom: 3px;
}
.pagination img {
  width: 30px;
  height: 30px;
}
ul.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  font-size: 22px;
  line-height: 32px;
  padding: 6px 4px;
}
@media (min-width: 768px) {
  ul.pagination {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .pagination {
    text-align: center;
  }
  .xs-center {
    text-align: center;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 3px;
  }
  .list-pager {
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 2px;
  }
}
.pagination > li > span:hover {
  background: transparent;
}
.pagination > li > a:hover {
  background-color: #FFF;
  color: #333333 !important;
}
.pagination > li > a:not(.list-pager-button):hover {
  font-weight: bold;
}
.pagination > li.disabled {
  display: none;
}
.pagination > li.active > a,
.pagination > li.active > span {
  font-weight: 700;
  color: #333333;
  background-color: #FFF;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
  background-color: #FFF;
  color: #333333;
}
ul.pagination-center {
  float: none!important;
}
.list-pager-button {
  padding-left: 0;
}
a.ad-link {
  color: #333333;
  clear: both;
}
.ad-link:hover {
  color: #333333 !important;
}
.list-ad-container-static {
  background: #eef1f4;
  margin: 25px 0 3px;
  clear: both;
}
.list-item-container {
  min-height: 103px;
  border: solid 1px #dbdfe7;
  margin-bottom: 3px;
}
.list-item-container .col-2 > span.desc,
.list-item-container .col-3 > span.address {
  display: block;
  min-height: 40px;
}
.list-item-container span.showing-lease-container {
  position: relative;
  top: 5px;
}
.list-item-container span.showing-lease-container ul .icon {
  font-size: 1.143em;
  /* ~16px */

}
.list-item-container span.showing-lease-container ul li:only-child {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .list-item-container span.showing-lease-container {
    position: relative;
    top: -2px;
  }
}
.list-item-container .rent {
  font-weight: 700;
  font-size: 20px;
}
.list-item-container .col-1,
.list-item-container .col-2,
.list-item-container .col-3,
.list-item-container .col-4 {
  padding-top: 10px;
}
.list-item-container .no-image {
  background: #eef1f4;
  color: #c0c3c5;
  font-size: 12px;
}
.list-item-container .col-1 .no-image {
  display: table;
  width: 108px;
  height: 81px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.col-1 div span {
  display: table-cell;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.list-item-container .col-1 img {
  max-width: 128px;
  max-height: 91px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 10px;
  z-index: 1;
}
.list-extra-visibility {
  padding-bottom: 1px;
  margin-top: 15px;
  background: #fcebf5;
}
.list-extra-visibility:after {
  clear: both;
  content: "";
  display: block;
}
.list-extra-visibility > p {
  padding-top: 6px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-bottom: 3px;
  float: right;
}
.top-row {
  min-height: 90px;
}
@media (max-width: 767px) {
  .list-item-container {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.1;
    border: solid 1px #dbdfe7;
    min-height: 132px;
  }
  .list-item-container .col-2 > span.desc,
  .list-item-container .col-3 > span.address {
    display: block;
    height: 30px;
    overflow: hidden;
  }
  .list-item-container span.mobile-address {
    height: 30px;
  }
  .list-item-container .mobile-logo {
    margin-bottom: 5px;
    padding-left: 20px;
    text-align: right;
    margin-left: -10px;
  }
  .list-item-container .mobile-logo img {
    max-width: 108px;
  }
  .list-extra-visibility {
    max-height: 47px;
    margin-top: 5px;
  }
  .list-extra-visibility > p {
    float: left;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .list-item-container .col-4 {
    padding-left: 53px;
  }
  .list-item-container .col-4 a > img {
    padding-top: 7px;
  }
}
ul.list-labels {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: 108px;
}
ul.list-labels > li {
  float: left;
  display: block;
}
.list-labels .tooltip-wrapper {
  background-color: #404149;
  border: 2px solid #404149;
  border-radius: 3px;
  color: #F4F5F7;
  padding: 5px;
  position: absolute;
  width: 180px;
  margin-left: 20px;
  z-index: 9999;
  line-height: 1.3;
}
.list-labels .tooltip-wrapper::after {
  content: " ";
  position: absolute;
  top: 5%;
  /* At the bottom of the tooltip */

  left: 0%;
  margin-left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #404149 transparent transparent;
}
.list-labels em.new-property {
  display: block;
  width: 108px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  padding: 0 20px;
  height: 18px;
  line-height: 18px;
  color: #FFF;
  background: #323232;
  border-bottom: 1px solid #FFF;
}
.list-labels .new-label + .li-new-property em {
  padding-left: 27px;
  background: #000;
}
.list-labels .new-label {
  position: absolute;
  top: 3px;
  left: 3px;
}
.list-labels .new-label img {
  padding: 0;
  height: 34px;
  width: 34px;
  z-index: 600;
}
.list-labels .li-new-property {
  z-index: 500;
  position: relative;
}
.list-labels .li-new-property > em {
  z-index: 500;
}
.mobile-logo a,
.mobile-logo > img {
  display: block;
  margin-top: 5px;
}
.mobile-logo + div {
  margin-top: 5px;
}
.btn-print {
  display: block;
  height: 34px;
  width: 34px;
  padding: 4px;
}
.btn-print span {
  font-size: 22px;
}
.list-style-selector > .btn {
  border-radius: 0;
  height: 50px;
  font-size: 26px;
  border-left: 1px solid #FFF!important;
  border-right: 1px solid #FFF!important;
  border-top: none;
  border-bottom: none;
  color: #ff6528;
  padding-top: 12px;
}
.list-style-selector > .btn-default {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d3dc), color-stop(1, #e8e9ed));
  background: -ms-linear-gradient(bottom, #d0d3dc, #e8e9ed);
  background: -moz-linear-gradient(center bottom, #d0d3dc 0%, #e8e9ed 100%);
  background: -o-linear-gradient(#e8e9ed, #d0d3dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e9ed', endColorstr='#d0d3dc', GradientType=0);
}
.list-style-selector > .btn.active {
  background: #e9e9e9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeff1), color-stop(1, #e8e8e8));
  background: -ms-linear-gradient(bottom, #eeeff1, #e8e8e8);
  background: -moz-linear-gradient(center bottom, #eeeff1 0%, #e8e8e8 100%);
  background: -o-linear-gradient(#e8e8e8, #eeeff1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#eeeff1', GradientType=0);
  color: #333333;
}
.list-style-selector > .btn:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .list-style-selector .btn-list {
    font-size: 30px;
    line-height: 36px;
  }
}
div.advertising.middle {
  margin-top: 8px;
  margin-bottom: 16px;
  display: none;
}
div.advertising.middle > span {
  color: #c0c3c5;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
div.advertising.middle-almad-list-1,
div.advertising.middle-almad-list-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#listCarousel {
  height: 205px;
  background: #EEF1F4;
  padding: 10px 15px;
}
#listCarousel div.slide {
  width: 165px;
  height: 187px;
  margin-right: 10px;
}
#listCarousel div.slide-image img {
  max-width: 165px;
  max-height: 124px;
  position: absolute;
  bottom: 66px;
}
#listCarousel div.slide .price,
.grid-item-container .price {
  position: absolute;
  bottom: 66px;
  background: #ff6528;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  padding: 0 5px 4px 5px;
}
#listCarousel div.slide .price > span {
  display: block;
  line-height: 28px;
}
#listCarousel div.slide .desc {
  position: absolute;
  top: 133px;
  white-space: normal;
  width: 165px;
}
#listCarousel div.slide .desc h3 {
  font-size: 14px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  #listCarousel {
    height: 250px;
  }
  #listCarousel div.slide {
    width: 230px;
    height: 170px;
    margin-right: 10px;
  }
  #listCarousel div.slide-image img {
    max-width: 230px;
    max-height: 170px;
    position: absolute;
    bottom: 0;
  }
  #listCarousel div.slide .price {
    position: absolute;
    bottom: 0;
  }
  #listCarousel div.slide .price > span {
    display: block;
    line-height: 28px;
  }
  #listCarousel div.slide .desc {
    position: absolute;
    top: 180px;
    white-space: normal;
    width: 230px;
    text-align: center;
  }
  #listCarousel div.slide .desc h3 {
    font-size: 14px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
  }
}
.list-item-container > div > span {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.list-item-container > div > span > a:hover .icon-heart2:before,
.share-link-container > span > a:hover .icon-heart2:before,
#itempageSharingBox .share-item-4 > span > a:hover .icon-heart2:before {
  content: "\e304";
}
.list-item-container > div > span > a:hover .icon-heart:before,
.share-link-container > span > a:hover .icon-heart:before,
#itempageSharingBox .share-item-4 > span > a:hover .icon-heart:before {
  content: "\e305";
}
@media (max-width: 767px) {
  .list-item-container > div > span {
    margin-top: 5px;
  }
}
.grid-item-container {
  position: relative;
  padding: 10px 10px 5px 10px;
  border: solid 1px #dbdfe7;
  float: left;
}
.grid-item-container ul.list-labels {
  width: 100%;
  margin: 0;
  position: absolute;
}
.grid-item-container ul.list-labels > li {
  width: 100%;
}
.grid-item-container .list-labels em.new-property {
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.grid-item-container .list-labels .new-label + .li-new-property em {
  background: #000;
}
.grid-item-container ul.list-labels .new-label {
  width: 0;
}
.grid-item-container .image-container {
  padding: 0;
  width: 203px;
  height: 134px;
  overflow: hidden;
  text-align: center;
}
.grid-item-container .image-container .no-image {
  display: table;
  width: 100%;
  height: 100%;
  background: #eef1f4;
  color: #c0c3c5;
}
.grid-item-container .image-container .no-image > span {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-item-container .col-1 {
  text-align: center;
  background: #EEF1F4;
  padding: 0;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .grid-item-container .col-1 img {
    max-width: 203px;
    max-height: 145px;
  }
}
.grid-item-container .price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 12px;
}
.grid-item-container .col-2 {
  margin-top: 5px;
}
.grid-item-container .new-label {
  text-align: left;
  z-index: 1000;
  position: absolute;
  top: -10px;
  left: -8px;
}
.grid-item-container .list-labels .new-label img {
  padding: 0;
  width: 41px;
  height: 41px;
  z-index: 1000;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .grid-item-container .share-link-container {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 620px) {
  a {
    cursor: pointer;
  }
}
.grid-item-container .share-link-container {
  padding-top: 10px;
}
a.list-ad-container ~ div.grid-item-container {
  margin-bottom: 10px;
}
.grid-item-container .col-2,
.grid-item-container .tenant {
  padding: 0;
}
.grid-item-container .col-2 > p {
  margin: 0;
}
.grid-item-container .tenant span {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}
.ie9 .grid-item-container .tenant .tenantlink {
  min-height: 75px;
}
.ie9 .grid-item-container .tenant .tenantlinknologo {
  min-height: 67px;
}
.tenant span {
  margin-top: 4px;
}
.tenant span.no-logo {
  margin-top: 12px;
}
.tenant img {
  margin-top: 7px;
}
.grid-item-container .image-container img {
  bottom: 0;
  left: 0;
}
.grid-item-container .showing {
  font-size: 22px;
  margin-top: 5px;
}
.floating {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #424242;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #424242;
}
.list-share-item-1,
.list-share-item-2,
.list-share-item-3,
.list-share-item-4 {
  float: left;
}
.list-share-item-2,
.list-share-item-3,
.list-share-item-4 {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
#listpageSharingBox .icon {
  color: #4c6fae;
  font-size: 20px;
  padding-right: 5px;
  float: left;
}
div#listpageSharingBoxMobile .icon {
  font-size: 20px;
  padding-top: 0px;
  padding-right: 5px;
  float: left;
}
@media screen and (max-width: 619px) {
  .grid-item-container .col-1 .image-container img {
    max-height: 100%;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .grid-item-container {
    width: 300px;
    min-height: 393px;
  }
  .grid-item-container .image-container {
    width: 278px;
    height: 210px;
  }
  .grid-item-container .col-1 img {
    max-width: 278px;
    max-height: 210px;
    overflow: hidden;
    bottom: 0;
  }
  .grid-item-container .new-label {
    position: absolute;
    top: 30px;
    left: -8px;
  }
  .grid-item-container .tenant span {
    font-size: 14px;
  }
}
#mobileListToolbar .list-style-selector .btn-list,
#mobileListToolbarPlaceholder .list-style-selector .btn-list {
  font-size: 2.143em;
  padding: 9px 9px;
}
@media (max-width: 767px) {
  #mobileListToolbarPlaceholder,
  #mobileListToolbar {
    background: #cfd3db;
  }
  #mobileListToolbar div,
  #mobileListToolbarPlaceholder div {
    height: 50px;
  }
  #mobileListToolbarPlaceholder .mobile-list-style-options {
    padding-left: 0;
  }
}
@media (max-width: 350px) {
  #mobileListToolbar div,
  #mobileListToolbarPlaceholder div {
    height: 50px;
  }
  #mobileListToolbar .btn-group > a,
  #mobileListToolbarPlaceholder .btn-group > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #mobileListToolbar .btn-group > a.active,
  #mobileListToolbarPlaceholder .btn-group > a.active {
    z-index: 0;
  }
  #mobileListToolbar .mobile-ordering-select {
    padding-right: 0;
  }
  #mobileListToolbar .mobile-ordering-select select.select-default,
  #mobileListToolbarPlaceholder .mobile-ordering-select select.select-default {
    font-size: 0.875em;
  }
  #mobileListToolbar .mobile-list-style-options {
    padding-left: 0;
  }
  .list-buttons {
    padding: 20px;
  }
  .list-buttons button {
    margin: 5px;
    width: 100%;
  }
  .list-buttons button + button {
    margin-top: 10px;
  }
}
section.grided-rentals-container {
  overflow: hidden;
}
@media (max-width: 470px) {
  section.grided-rentals-container > .grid-item-container {
    width: 300px;
  }
  section.grided-rentals-container > .grid-item-container .image-container {
    width: auto;
    height: 183px;
    text-align: center;
  }
  section.grided-rentals-container > .grid-item-container .image-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  section.grided-rentals-container > .grid-item-container .image-container {
    width: auto;
    height: 134px;
    text-align: center;
  }
  section.grided-rentals-container > .grid-item-container .image-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 471px) {
  .grid-item-container {
    width: 225px;
    min-height: 350px;
  }
}
section.grided-rentals-container {
  margin-top: 20px;
}
section.grided-rentals-container .grid-item-container {
  margin: 10px;
}
@supports (display: grid) {
  section.grided-rentals-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 225px);
    grid-gap: 10px;
    justify-content: space-between;
  }
  section.grided-rentals-container .grid-item-container {
    margin: 0;
  }
  @media screen and (max-width: 471px) {
    section.grided-rentals-container {
      grid-template-columns: repeat(auto-fill, 300px);
      grid-gap: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    section.grided-rentals-container {
      justify-content: space-evenly;
    }
  }
}
.item-heading h1 {
  margin: 0;
}
.item-heading h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
div.item-heading {
  background: #4c6fae;
  color: #ffffff;
  padding: 20px 5px 10px 25px;
  margin-bottom: 2px;
  min-height: 88px;
}
.itempage-container a {
  color: #333333;
}
.orange-link {
  color: #ff6528 !important;
}
.no-touch .itempage-container a:hover {
  color: #706f79;
}
.itempage-container .icon {
  color: #4c6fae;
}
.notificationForOldWindowsPhone .icon {
  color: #ff1909;
}
.itempage-container .links-container {
  background-color: #eef1f4;
  margin-top: 10px;
}
.itempage-container .links-container th {
  vertical-align: middle;
  padding: 10px;
}
.itempage-container .links-container td {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.itempage-container .links-container ul {
  margin-bottom: 0;
}
#prevAndNextNavigation {
  height: 55px;
  padding-top: 20px;
  padding-left: 27px;
}
#prevAndNextNavigationMobile {
  margin-top: 30px;
  margin-left: 10px;
}
a.disabled {
  pointer: auto;
  color: #999;
}
#prevAndNextNavigationMobile .row {
  margin-right: 0;
}
.nav-pills li > a,
.nav-text {
  padding: 10px 8px;
  position: relative;
  display: block;
}
.itempage-container .btn-item-lg {
  font-size: 18px;
}
@media (max-width: 767px) {
  .item-heading h1 {
    font-size: 20px;
  }
  div.item-heading {
    padding: 15px 2px 10px 15px;
  }
  div#itempageContentColumn {
    padding-left: 0;
    padding-right: 0;
  }
  div#itempageRightSideSection {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-heading h1 {
    font-size: 20px;
  }
  .item-heading h2 {
    font-size: 14px;
  }
  .itempage-container .btn-item-lg {
    font-size: 14px;
  }
  #prevAndNextNavigation,
  #prevAndNextNavigation a {
    font-size: 13px;
  }
  .nav-pills li > a,
  .nav-text {
    padding: 10px 0px;
  }
}
@media (min-width: 768px) {
  div#itempageContentColumn {
    padding-left: 0;
    padding-right: 13px;
  }
  div#itempageRightSideSection {
    padding-left: 27px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div#itemPageRightSideSection #almad-rectangle-1,
  div#itemPageRightSideSection #almad-rectangle-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 339px) {
  div#itemPageRightSideSection #almad-rectangle-1,
  div#itemPageRightSideSection #almad-rectangle-2 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 329px) {
  div#itemPageRightSideSection #almad-rectangle-1,
  div#itemPageRightSideSection #almad-rectangle-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
div.contact-form-heading {
  min-height: 40px;
  background: #4c6fae;
  color: #ffffff;
  padding: 10px;
}
.contact-form-heading h3,
#itempageContentColumn h3 {
  margin: 0;
  font-size: 18px;
}
.contact-button-group > div:first-child {
  margin-top: 0;
}
.contact-button-group > div {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #rentalContactInfo .contact-button-group .btn-md {
    font-size: 1em;
  }
}
form#rentalContactForm {
  margin-bottom: 0;
}
#rentalContactInfo {
  margin-bottom: 50px;
}
div#officeLogo {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}
#itempageRightSideSection p {
  margin-top: 10px;
}
#mainImageSlider {
  max-height: 427px;
  background: #cfd3db;
  overflow: hidden;
}
#mainImageSlider img {
  max-width: 100%;
  height: auto;
  max-height: 427px;
}
.lt-ie9 #mainImageSlider img {
  height: 427px;
}
@media (max-width: 436px) {
  #mainImageSlider img {
    max-height: 225px;
    max-width: 100%;
  }
}
@media (min-width: 437px) and (max-width: 530px) {
  #mainImageSlider img {
    max-height: 300px;
    max-width: 100%;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  #mainImageSlider img {
    max-height: 350px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainImageSlider img {
    max-height: 312px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #mainImageSlider img {
    max-height: 427px;
  }
}
#itempageThumbnailCarousel {
  background: #cfd3db;
  margin-top: 2px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.lt-ie9 #thumbnailCarousel img {
  height: 96px;
}
#itempageThumbnailCarousel .thumbnail-container {
  border: solid 4px #cfd3db;
  text-align: center;
  margin-right: 10px;
  width: 128px;
  height: 99px;
  background: #cfd3db;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #itempageThumbnailCarousel .thumbnail-container {
    width: 125px;
    height: 94px;
  }
}
#itempageThumbnailCarousel .thumbnail-container.highlighted {
  border: solid 4px #ff6528;
}
#itempageThumbnailCarousel .thumbnail-container img {
  height: 100%;
  width: auto;
  vertical-align: top;
  margin: 0px auto;
}
#itempageThumbnailCarouselLinks {
  display: flex;
  justify-content: space-between;
  margin: 0 -40px;
  padding: 10px 5px 5px 5px;
}
#itempageImageSlider .cycle-slideshow {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
#itempageImageSlider .cycle-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#333333)";
  background: #000000 transparent;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 5px;
  min-height: 35px;
  text-align: center;
}
.ie9 #itempageImageSlider .cycle-overlay {
  filter: none;
}
#itempageImageSlider .cycle-overlay.custom > span {
  display: block;
  padding: 3px 0;
  color: #FFF;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
}
#itempageImageSlider .cycle-overlay.custom span a {
  color: #FFF;
}
#itempageImageSlider .cycle-overlay.custom span a:hover {
  color: #b3b3b3;
}
.no-touch .slider-controls {
  opacity: 0;
  z-index: 2000;
}
#mainImageSlider .cycle-prev,
#mainImageSlider .cycle-next {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  z-index: 500;
  opacity: 1;
}
@media (max-width: 767px) {
  #mainImageSlider .cycle-prev,
  #mainImageSlider .cycle-next {
    height: 90%;
  }
}
#mainImageSlider .cycle-prev {
  left: 0px;
  background: url(/img/controls/arrow_orange_left.svg) 0 50% no-repeat;
  background-size: 30px 30px;
}
.no-svg #mainImageSlider .cycle-prev {
  background: url(/img/controls/arrow_orange_left_30x30.png) 0 50% no-repeat;
}
#mainImageSlider .cycle-next {
  right: 0px;
  background: url(/img/controls/arrow_orange_right.svg) 100% 50% no-repeat;
  background-size: 30px 30px;
}
.no-svg #mainImageSlider .cycle-next {
  background: url(/img/controls/arrow_orange_right_30x30.png) 100% 50% no-repeat;
}
.no-touch #mainImageSlider .cycle-prev,
.no-touch #mainImageSlider .cycle-next {
  opacity: 0;
  z-index: 2000;
}
#itempageThumbnailCarousel .owl-item {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#itempageThumbnailCarousel .owl-controls .owl-nav {
  height: 0px;
}
#itempageThumbnailCarousel .owl-controls .owl-prev,
#itempageThumbnailCarousel .owl-controls .owl-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
}
#itempageThumbnailCarousel .owl-controls .owl-prev {
  position: absolute;
  background: url(/img/controls/arrow_orange_left.svg) no-repeat;
  background-size: 30px 30px;
  left: -38px;
  top: 38px;
  display: block;
}
#itempageThumbnailCarousel .owl-controls .owl-next {
  position: absolute;
  background: url(/img/controls/arrow_orange_right.svg) no-repeat;
  background-size: 30px 30px;
  display: block;
  right: -38px;
  top: 38px;
}
.carousel-controls {
  position: absolute;
  margin-top: -103px;
  width: 100%;
}
.carousel-controls a {
  float: left;
  outline: 0;
  width: 30px;
  height: 30px;
  z-index: 9999;
}
.carousel-controls .cycle-prev {
  position: absolute;
  background: url(/img/controls/arrow_orange_left.svg) no-repeat;
  background-size: 30px 30px;
  left: 10px;
  display: block;
}
.carousel-controls .cycle-next {
  position: absolute;
  background: url(/img/controls/arrow_orange_right.svg) no-repeat;
  background-size: 30px 30px;
  display: block;
  right: 25px;
}
.no-svg .carousel-controls .cycle-prev {
  background: url(/img/controls/arrow_orange_left_30x30.png) no-repeat;
}
.no-svg .carousel-controls .cycle-next {
  background: url(/img/controls/arrow_orange_right_30x30.png) no-repeat;
}
#itempageImageSlider .slider-controls a {
  position: absolute;
  margin-top: -40%;
  margin-top: -webkit-calc(-50%);
  margin-top: -moz-calc(-50%);
  margin-top: -o-calc(-50%);
  margin-top: calc(-50%);
  outline: 0;
  width: 40px;
  height: 40px;
  z-index: 9999;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #itempageImageSlider .slider-controls a {
    margin-top: -55%;
    margin-top: calc(-50% - 40px);
  }
}
#itempageImageSlider .slider-controls .cycle-prev {
  background: url(/img/controls/arrow_orange_left.svg) center no-repeat;
  background-size: 40px 40px;
  left: -5px;
  display: block;
}
#itempageImageSlider .slider-controls .cycle-next {
  background: url(/img/controls/arrow_orange_right.svg) center no-repeat;
  background-size: 40px 40px;
  display: block;
  right: -5px;
}
.no-svg #itempageImageSlider .slider-controls .cycle-prev {
  background: url(/img/controls/arrow_orange_left.png) center no-repeat;
}
.no-svg #itempageImageSlider .slider-controls .cycle-next {
  background: url(/img/controls/arrow_orange_right.png) center no-repeat;
}
div#itempageSharingBox {
  height: 65px;
  padding-top: 20px;
  font-size: 13px;
}
div#itempageSharingBoxTablet {
  height: 85px;
  padding-top: 20px;
  font-size: 13px;
}
div#itempageSharingBoxMobile {
  padding: 10px 10px 10px 10px;
}
#itempageSharingBoxMobile .facebook a,
#itempageSharingBoxMobile .twitter a,
#itempageSharingBoxMobile .whatsApp a,
#listpageSharingBoxMobile .facebook a,
#listpageSharingBoxMobile .twitter a,
#listpageSharingBoxMobile .whatsApp a,
#favouritesSharingBoxMobile .facebook a,
#favouritesSharingBoxMobile .twitter a,
#favouritesSharingBoxMobile .whatsApp a {
  display: inline-block;
  line-height: 40px;
}
#itempageSharingBoxMobile .facebook span.icon,
#itempageSharingBoxMobile .twitter span.icon,
#itempageSharingBoxMobile .whatsApp span.icon,
#listpageSharingBoxMobile .facebook span.icon,
#listpageSharingBoxMobile .twitter span.icon,
#listpageSharingBoxMobile .whatsApp span.icon,
#favouritesSharingBoxMobile .facebook span.icon,
#favouritesSharingBoxMobile .twitter span.icon,
#favouritesSharingBoxMobile .whatsApp span.icon {
  line-height: 40px;
  padding-right: 5px;
}
div#itempageSharingBox .icon {
  font-size: 20px;
  padding-top: 5px;
  float: left;
}
div#itempageSharingBoxTablet .icon,
div#itempageSharingBoxMobile .icon,
div#favouritesSharingBoxMobile .icon {
  font-size: 20px;
  padding-top: 0px;
  float: left;
}
div#itempageSharingBox .row {
  margin: 0;
}
#itempageSharingBoxMobile .row {
  padding-bottom: 10px;
}
.share-item-1,
.share-item-2,
.share-item-3,
.share-item-4 {
  float: left;
}
.share-item-1 {
  width: 25%;
}
.share-item-2 {
  width: 24%;
}
.share-item-3 {
  width: 24%;
}
.share-item-4 {
  width: 25%;
}
div#itempageSharingBox .share-text {
  vertical-align: middle;
  height: 20px;
  display: block;
  float: left;
  padding-top: 6px;
  padding-left: 5px;
}
div.facebook,
div.twitter,
div.whatsApp {
  font-size: 13px;
  height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
div.facebook {
  background-color: #3b5998;
}
div.twitter {
  background-color: #55acee;
}
div.whatsApp {
  background-color: #29A628;
}
div.facebook .icon,
div.twitter .icon,
div.whatsApp .icon {
  color: white;
}
div.facebook .share-text,
div.twitter .share-text,
div.whatsApp .share-text {
  color: #ffffff;
}
.itempage-heading-bar {
  min-height: 40px;
  background: #eef1f4;
  padding: 10px;
  margin-bottom: 15px;
}
.itempage-collapsible-panel .expand {
  display: inline-block;
  width: 18px;
  padding-left: 5px;
  padding-right: 5px;
}
.itempage-collapsible-panel .expand.expanded:after {
  content: "-";
}
.itempage-collapsible-panel .expand.reduced:after {
  content: "+";
}
.itempage-collapsible-panel {
  margin-top: 20px;
}
.itempage-collapsible-panel .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.itempage-collapsible-panel .panel-body {
  background: #FFF;
  padding: 15px 0;
}
.itempage-heading-bar h3,
.itempage-collapsible-panel h3 {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}
#itempageShowings .showing {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #dbdfe7;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #dbdfe7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dbdfe7;
  border-top: none;
}
#itempageShowings .showing:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dbdfe7;
}
#itempageShowings .showing p {
  font-size: 18px;
  margin-bottom: 0px;
}
#itempageShowings > .row {
  margin: 0;
}
#itempageShowings .showing .icon {
  color: #333333;
}
@media (max-width: 767px) {
  #itempageShowings .showing-description p {
    clear: both;
    float: none;
    padding-top: 10px;
  }
}
.itempage-collapsible-panel .panel-heading {
  background: #eef1f4;
  font-size: 18px;
}
.itempage-collapsible-panel .panel-heading a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.itempage-collapsible-panel .panel-heading:hover,
.itempage-collapsible-panel .panel-heading a:hover {
  color: #333333;
  background: #b0becc;
}
.itempage-collapsible-panel .panel,
.itempage-collapsible-panel .panel + .panel {
  margin-top: 2px;
}
.itempage-collapsible-panel .icon {
  color: #333333;
  padding-left: 5px;
}
.itempage-collapsible-panel table {
  width: 100%;
}
.itempage-collapsible-panel table td {
  padding-left: 15px;
  vertical-align: top;
}
.itempage-collapsible-panel table th {
  width: 26%;
  vertical-align: top;
}
@media (max-width: 991px) and (min-width: 768px) {
  .itempage-collapsible-panel table th {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .itempage-adds-panel {
    max-width: 300px;
  }
}
.itempage-adds-panel .panel-heading {
  background: none repeat scroll 0 0 #ff6528;
  font-size: 18px;
  padding: 10px;
}
.itempage-adds-panel .panel-heading .white {
  color: #ffffff;
}
.itempage-adds-panel .panel-body {
  background: #FFF;
  padding-top: 20px;
}
.itempage-adds-panel h3 {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}
.no-svg .mobile-similar-items .cycle-prev {
  background: url(/img/controls/arrow_orange_left_30x30.png) 0 50% no-repeat;
}
div#rentalInformationInsuranceAd {
  padding-top: 0px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #rentalInformationInsuranceAd img {
    max-width: 218px;
  }
}
div#itempageEnergyCalculator {
  margin-top: 30px;
}
#itempageEnergyCalculator .itempage-heading-bar {
  background: #4c6fae;
  color: #FFF;
  margin-bottom: 0;
}
div#itempageEnergyCalculatorBody {
  height: 295px;
  border-left: solid 1px #9E9E9E;
  border-right: solid 1px #9E9E9E;
  border-bottom: solid 1px #9E9E9E;
  border-top: none;
}
#itempageEnergyCalculatorBody > .row {
  padding-left: 15px;
  padding-top: 15px;
  margin: 0;
}
#itempageEnergyCalculator h4 {
  font-size: 16px;
  font-weight: 700;
}
#itempageEnergyCalculator p {
  font-size: 12px;
}
#itempageEnergyCalculator .nge-logo {
  width: 140px;
  height: auto;
  padding-right: 22px;
}
#itempageEnergyCalculator .tooltip.in {
  opacity: 1;
}
div#itempageEnergyCalculatorFormContainer.row {
  margin-top: 23px;
  background: #F0F1F4;
  padding-top: 25px;
  padding-bottom: 25px;
}
#itempageEnergyCalculatorFormContainer input {
  height: 30px;
}
#itempageEnergyCalculatorFormContainer button,
#itempageEnergyCalculatorFormContainer .dropdown-menu {
  font-size: 13px;
}
#itempageEnergyCalculatorCountBtn {
  padding-top: 31px;
}
#itempageEnergyCalculatorCountBtn a {
  font-size: 16px;
  color: #E82F58;
  height: 118px;
  padding-top: 31px;
}
.energy-calculator-big-text {
  font-size: 44px;
  color: #E82F58;
  font-weight: 700;
}
div#calculatedElectricityBox {
  padding-top: 12px;
  line-height: 1;
}
#energyCalcFirstBtn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #itempageEnergyCalculator .nge-tooltip {
    float: right;
  }
  .nge-info-text {
    float: left;
    width: 90%;
  }
  div#itempageEnergyCalculatorBody {
    height: 570px;
  }
  div#itempageEnergyCalculatorFormContainer.row {
    padding-left: 0;
  }
  #energyCalcTypeElement,
  #energyCalcHeatingElement {
    padding-left: 0;
  }
  #itempageEnergyCalculatorFormContainer .centered-form-element {
    float: none;
    margin: 0 auto;
  }
  div#calculatedElectricityBox {
    padding-right: 0;
  }
  .energy-calculator-button {
    float: none;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
  }
  #energyCalcFirstBtn {
    margin-top: 25px;
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  div#itempageEnergyCalculatorBody {
    height: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#itempageEnergyCalculatorBody {
    height: 565px;
  }
  #itempageEnergyCalculatorFormContainer .centered-form-element {
    float: none;
    margin: 0 auto;
  }
  .energy-calculator-button {
    float: none;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #itempageEnergyCalculator {
    height: 335px;
    overflow: hidden;
  }
  div#energyCalcHeatingElement {
    float: none;
    position: relative;
    left: 0px;
    top: 0px;
  }
  div#energyCalcAreaElement {
    float: none;
    position: relative;
    left: 180px;
    top: -80px;
  }
  div#energyCalcPeopleElement {
    float: none;
    position: relative;
    left: 180px;
    top: -80px;
  }
  div#energyCalcResultBox {
    float: none;
    position: relative;
    left: 390px;
    top: -160px;
  }
  div#itempageEnergyCalculatorFormContainer.row {
    height: 115px;
  }
  div#itempageEnergyCalculatorFormContainer.row {
    padding-top: 20px;
  }
  .energy-calculator-button {
    float: left;
    width: 40%;
    margin-bottom: 10px;
    position: relative;
    top: -120px;
    clear: both;
  }
  #energyCalcFirstBtn {
    margin-top: 0px;
    margin-left: 25px;
  }
  #energyCalcSecondBtn {
    clear: right;
    margin-left: 15px;
  }
}
div#itempageMapPanel .panel-body,
div#itempageEnvironment .panel-body {
  padding: 1px 0 0 0;
}
div#map {
  height: 365px;
  margin-bottom: 20px;
}
#itempageEnvironment .drone-view {
  width: 100%;
  height: 370px;
  border: none;
}
#previewmapdiv,
#fonectamapdiv,
#streetviewdiv {
  width: 100%;
  height: 365px;
}
.itempage-header {
  font-size: 22px;
  margin-top: 30px;
}
.lt-ie9 #similarItemsCarousel img {
  height: 173px;
}
.ie9 #itempageSimilarsCarousel .cycle-overlay {
  filter: none;
}
.similar-items-box {
  background: #e6e9ee;
  padding: 30px;
}
.similar-item-container {
  background: #cfd3db;
  margin-bottom: 5px;
  width: 100%;
  max-width: 230px;
  max-height: 170px;
}
.similar-item-image-container {
  max-width: inherit;
  max-height: 100%;
  text-align: center;
}
.similar-item-image {
  max-width: 100%;
  max-height: 100%;
}
.similar-item-image-overlay {
  position: relative;
  top: -40px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#333333)";
  background: #000000 transparent;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.mobile-similar-items .overlay {
  position: relative;
  bottom: 40px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#333333)";
  background: #000000 transparent;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  margin-right: 10px;
}
.similar-item-slide-img {
  margin-right: 10px;
}
.mobile-similar-items .cycle-prev,
.mobile-similar-items .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
  z-index: 500;
  opacity: 1;
}
.mobile-similar-items .cycle-prev {
  left: 0px;
  background: url(/img/controls/arrow_orange_left.svg) 0 50% no-repeat;
  background-size: 30px 30px;
}
.no-svg .mobile-similar-items .cycle-prev {
  background: url(/img/controls/arrow_orange_left_30x30.png) 0 50% no-repeat;
}
.mobile-similar-items .cycle-next {
  right: 0px;
  background: url(/img/controls/arrow_orange_right.svg) 100% 50% no-repeat;
  background-size: 30px 30px;
}
.no-svg .mobile-similar-items .cycle-next {
  background: url(/img/controls/arrow_orange_right_30x30.png) 100% 50% no-repeat;
}
h3.panel-title {
  height: 100%;
}
@media (max-width: 767px) {
  #itempageSimilarsCarousel {
    height: 200px;
    padding: 15px 35px 15px 35px;
    background-color: #cfd3db;
  }
  #similarItemsCarouselMobile .carousel-image {
    margin-right: 5px;
    width: 230px;
    height: 173px;
    background: #FFF;
  }
  #similarItemsCarouselMobile .carousel-image img {
    height: 173px;
    overflow: hidden;
  }
  .lt-ie9 #similarItemsCarouselMobile img {
    height: 173px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .similar-items-box {
    padding: 35px 5px 35px 5px;
  }
  .similar-item-container {
    max-height: 150px;
  }
}
#extraVisibilityBanner {
  height: 88px;
  margin-top: 30px;
}
#extraVisibilityBanner > div {
  float: left;
}
#extraVisibilityBanner > div.logo {
  float: right;
  right: 0;
}
#itempageDisclaimer {
  font-size: 12px;
  text-align: center;
  background: #eef1f4;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#itempageDisclaimer > p {
  margin-bottom: 0;
}
.rented-main-image {
  position: relative;
  width: 100%;
  max-height: 300px;
  max-height: 75vw;
}
.rented-main-image > picture {
  display: block;
  text-align: center;
}
.rented-main-image img {
  max-width: 100%;
  max-height: 300px;
  max-height: 75vw;
}
@media screen and (min-width: 992px) {
  .rented-main-image {
    max-height: 475px;
  }
  .rented-main-image img {
    max-height: 475px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rented-main-image {
    max-height: 350px;
  }
  .rented-main-image img {
    max-height: 350px;
  }
}
.rented-main-image .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: #000000;
  /* fallback color */

  background: rgba(0, 0, 0, 0.7);
}
.rented-main-image .text-overlay ul {
  padding: 30% 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rented-main-image .text-overlay ul {
    padding: 28% 10px;
  }
}
@media (max-width: 400px) {
  .rented-main-image .text-overlay ul {
    padding: 20% 10px;
  }
}
.rented-main-image .text-overlay ul .title {
  font-size: 40px;
  letter-spacing: 2px;
}
.rented-main-image .text-overlay ul .text {
  font-size: 16px;
}
.l-box-bgrounded {
  padding: 20px;
}
.l-box-bgrounded h3 {
  margin: 0;
}
.similar-item-image-2-rows {
  padding: 20px;
}
.similar-item-image-2-rows .col-sm-4 {
  text-align: center;
  height: 200px;
  vertical-align: bottom;
  overflow: hidden;
}
.similar-item-image-2-rows img {
  width: 100%;
  max-height: 200px;
  position: relative;
  bottom: 0;
}
.similar-item-image-2-rows .text-overlay {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 0 10px;
  color: white;
  background: #000000;
  /* fallback color */

  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
}
.similar-item-image-2-rows .text-overlay ul li {
  font-size: 12px;
  line-height: 12px;
}
.similar-item-image-2-rows .text-overlay ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .similar-item-title {
    font-size: 22px;
  }
}
#rental_page_banner_container {
  margin-bottom: 20px;
  text-align: center;
}
.extravisibility {
  background: #e3d8c2;
  color: #000000;
  width: 160px!important;
  /* Standard compliant browsers */

  min-height: 600px;
  height: 600px;
  height: auto!important;
  text-align: center;
  float: left;
}
.extravisibility + .extravisibility {
  margin-bottom: 0;
}
.extravisibility h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.extravisibility h4 {
  font-size: 12px;
  font-weight: bold;
}
.extravisibility ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.extravisibility-rental {
  display: block;
  float: left;
  background: #ffffff;
  color: #000000;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  text-decoration: none;
}
.extravisibility-rental img {
  width: 150px;
  height: 112px;
}
.extravisibility-rental span {
  width: 140px;
  clear: left;
  float: left;
  margin: 0px 5px;
  font-size: 12px;
}
a.extravisibility-rental:hover {
  text-decoration: none;
  color: #900;
}
.takaamo-ad-banner input[type="number"]::-webkit-outer-spin-button,
.takaamo-ad-banner input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.takaamo-ad-banner input[type="number"] {
  -moz-appearance: textfield;
}
.takaamo-ad-banner .flex-grid {
  display: flex;
  justify-content: left;
}
.takaamo-ad-banner .flex-grid .col {
  line-height: 30px;
  padding-top: 10px;
}
.takaamo-ad-banner .flex-grid .col img {
  margin-right: 20px;
}
.takaamo-ad-banner .flex-grid:last-child {
  margin-bottom: 15px;
}
.takaamo-ad-banner .flex-grid:last-child .col {
  line-height: 1.2em;
}
.takaamo-ad-banner .deposit {
  float: left;
  height: 25px;
  font-size: 12px;
  background: #F2B01C;
  border: none;
  resize: none;
  overflow: hidden;
  width: 32%;
  border-radius: 3px;
  text-align: center;
  line-height: 2em;
}
.takaamo-ad-banner input[type="number"]::-webkit-input-placeholder {
  color: #000;
}
.takaamo-ad-banner input[type="number"]::-moz-placeholder {
  color: #000;
}
.takaamo-ad-banner input[type="number"]:-ms-input-placeholder {
  color: #000;
}
.takaamo-ad-banner input[type="number"]:-moz-placeholder {
  color: #000;
}
.takaamo-ad-banner .calc-error {
  border: 2px solid #ff0000;
}
.takaamo-ad-banner .monthlyPayment {
  color: #EA4827;
  font-size: 1.3em;
  font-weight: 600;
  padding: 15px 10px;
  margin: auto;
  text-align: center;
}
.takaamo-ad-banner .monthlyPayment > span.error {
  color: #ff0000;
  font-size: 14px;
}
.takaamo-ad-banner p > span#result {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.takaamo-ad-banner a.btn-takaamo {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
  background-color: #F2B01C;
  padding: 6px 0;
}
.takaamo-ad-banner a.btn-takaamo:hover {
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .takaamo-ad-banner .deposit {
    width: 27%;
  }
  .takaamo-ad-banner .monthlyPayment {
    padding: 15px 0;
    font-size: 1em;
    line-height: 2em;
  }
}
.btn.btn-md.btn-orange.openMapLink {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#openMap {
  position: relative;
}
.full-search__location .selected-locations {
  margin-top: 10px;
}
.select-label {
  line-height: 34px;
  vertical-align: top;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
}
.search-result > p {
  font-size: 20px;
  line-height: 28px;
}
.search-result > p > span {
  font-weight: 700;
}
.countframe {
  height: 50px;
}
#countspan {
  position: absolute;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 300px) {
  #countspan {
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  #countspan {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countframe {
    height: 65px;
    margin-top: 10px;
  }
  #countspan {
    margin-top: 0;
  }
}
label.label-title {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}
.search-result .search-button {
  margin-left: 10px;
}
.clear-btn {
  color: #FFF;
  border-color: #b0b6c2;
  background-image: -ms-linear-gradient(bottom, #9599a5 0%, #b0b6c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b0b6c2, endColorstr=#9599a5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b0b6c2, endColorstr=#9599a5)";
  background-color: #b0b6c2;
  background-image: -moz-linear-gradient(bottom, #9599a5 0%, #b0b6c2);
  background-image: -o-linear-gradient(bottom, #9599a5 0%, #b0b6c2);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9599a5), color-stop(#b0b6c2));
  background-image: -webkit-linear-gradient(bottom, #9599a5 0%, #b0b6c2);
  background-image: linear-gradient(to top, #9599a5 0%, #b0b6c2);
}
.clear-btn .icon {
  color: #FFF;
}
.clear-btn:focus,
.clear-btn:hover {
  background: #848484;
  background-color: #848484;
  color: #FFF;
}
.checkbox {
  margin-top: 1px;
}
.checkbox-group {
  min-height: 117px;
}
div#allowedCheckboxes,
div#disabledCheckboxes {
  margin-top: 20px;
}
.inline-help-text {
  display: inline-table;
  padding-left: 10px;
  line-height: 35px;
  margin-top: -4px;
}
.checkbox .date input {
  height: 30px;
}
@media (max-width: 767px) {
  .search-result a,
  .search-result button {
    text-align: center;
  }
  .search-result .search-button {
    margin-left: 0;
  }
  div#allowedCheckboxes {
    margin-top: 0;
  }
  #allowedCheckboxes > .checkbox-inline {
    margin-left: 0;
    height: 25px;
  }
  label.label-title {
    padding: 15px 0 0 0;
  }
  .input-box {
    padding: 4px 5px;
    border-radius: 0px;
  }
}
.location-selects select {
  width: 250px;
}
#locationSelectsCottages select {
  width: 200px;
}
.ui-bg-gray {
  background: #EDF1F4;
}
.l-cottages-date-bar {
  padding-top: 10px;
  height: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.l-cottages-date-bar input {
  font-size: 14px;
}
.l-cottages-date-bar .input-group-addon {
  font-size: 22px;
  padding-top: 0;
}
.cottages-date-bar-label {
  font-weight: normal;
  vertical-align: middle;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .ui-cottage-style .panel-body .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.l-cottages-date-bar {
    margin: -15px -15px 15px -15px !important;
  }
  .l-cottages-date-bar .l-date-start,
  .l-cottages-date-bar .l-date-end {
    margin-top: 20px;
  }
  .flexibility-selection {
    margin-top: 20px;
  }
  .flexibility-selection > .bootstrap-select {
    width: 100%!important;
  }
  .cottages-date-bar-label {
    width: 100%;
  }
  .cottages-date-bar-person {
    font-weight: normal;
    vertical-align: middle;
    vertical-align: top;
    line-height: 34px;
    float: left;
    width: 50%;
  }
  .l-person-select > .bootstrap-select {
    display: inline-block;
    float: left;
    width: 50%!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottages-date-bar-label {
    display: none;
  }
  .flexibility-selection .bootstrap-select {
    width: 100%!important;
  }
  .location-selects select {
    width: 200px;
  }
  #locationSelectsCottages select {
    width: 165px;
  }
  #location\.regionFree {
    margin-top: 22px;
  }
}
.selected-locations > span {
  display: inline-block;
  padding: 6px;
  padding-right: 30px;
  border: solid 1px #cfd3dc;
  margin-bottom: 3px;
  margin-right: 3px;
}
.selected-locations > span > a,
.selected-locations > span {
  font-weight: 700;
}
.selected-locations > span > a > span.remove-button {
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline;
  float: right;
  overflow: hidden;
  color: #ff6528;
  font-size: 20px;
  margin-left: 5px;
}
.panel-search {
  border-color: #cfd3dc;
  margin-top: 20px;
  background: #FFF;
}
.panel-search > .panel-heading {
  color: #333333;
  background-color: #e6e9ee;
  border-color: #e6e9ee;
}
.panel-search > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cfd3dc;
}
.panel-search > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-search > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cfd3dc;
}
.panel-search .panel-heading {
  padding: 8px;
}
.panel-search .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 600;
}
.panel-search .panel-body {
  background: #FFF;
}
.ui-bg-highlight {
  background-color: #00c350;
  padding: 4px 15px 10px 10px;
  width: 44px;
  display: inline-block;
  font-size: 24px;
}
.panel-search.ui-cottage-style .panel-heading .panel-title {
  color: #FFF;
  padding: 0;
}
.small-select > .dropdown-toggle {
  padding: 2px inherit 4px inherit;
  height: 25px;
  margin-top: 6px;
}
.l-region-or-municipality {
  margin-top: 30px;
}
a.c-brand-blue:hover {
  text-decoration: none;
  color: #4c6fae;
}
@media (max-width: 767px) {
  .ui-cottage-style > .panel-heading {
    background-color: #00a443;
    padding: 0;
  }
  .ui-cottage-style .l-bg-highlight {
    height: 39px;
    padding: 8px 0 0 10px;
  }
  .ui-cottage-style .heading-bar-title {
    padding-left: 15px;
    line-height: 40px;
    vertical-align: top;
  }
  .l-cottage-search-municipality {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .bedrooms-container > .checkbox {
    float: left;
    width: 20%;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-region-or-municipality {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .panel-search .panel-heading {
    background: #FFF;
    border-bottom: solid 1px #FFF;
    padding: 6px 15px 6px 0;
  }
  .panel-search .panel-heading .panel-title {
    background: #E6E9EE;
    border-bottom: solid 1px #E6E9EE;
    padding: 7px 10px;
    margin-left: -1px;
    height: 40px;
  }
  .ui-cottage-style .panel-heading .panel-title {
    padding: 0;
    margin: 0;
    height: 39px;
  }
  .panel-search.ui-cottage-style .panel-heading {
    padding-top: 0;
  }
  .panel-search.ui-cottage-style .panel-heading .panel-title {
    border-bottom: solid 1px #E6E9EE;
    padding-left: 0;
    margin-left: -1px;
  }
  .ui-cottage-style .l-bg-highlight {
    height: 39px;
    padding: 8px 0 0 10px;
  }
  .panel-search.ui-cottage-style .heading-bar-title {
    display: inline-block;
    height: 39px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    vertical-align: top;
    background: #00a443;
  }
}
@media (min-width: 992px) {
  .panel-search .panel-heading .panel-title {
    padding: 7px 20px;
  }
}
@media (max-width: 480px) {
  .full-search__location .selected-locations {
    margin-bottom: 1.4em;
  }
  .location-menu__selected-locations {
    margin-top: 1.3em;
  }
}
#tagCloud {
  display: block;
  background: url(/img/common/cloud-tag-bg.svg) no-repeat;
  background-size: 220px 220px;
  min-height: 220px;
}
#tagList {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#tagList li {
  list-style: none;
  margin: 0 10px;
  float: left;
  line-height: 23px;
}
#tagList a {
  font-weight: 600;
}
.cloud-tag-size-1 {
  font-size: 1em;
}
.cloud-tag-size-2 {
  font-size: 1.1em;
}
.cloud-tag-size-3 {
  font-size: 1.2em;
}
.cloud-tag-size-4 {
  font-size: 1.3em;
}
.cloud-tag-size-5 {
  font-size: 1.4em;
}
.cloud-tag-size-6 {
  font-size: 1.5em;
}
.cloud-tag-size-7 {
  font-size: 1.6em;
}
.cloud-tag-size-8 {
  font-size: 1.7em;
}
.cloud-tag-size-9 {
  font-size: 1.8em;
}
.cloud-tag-size-10 {
  font-size: 1.9em;
}
.list-separated li {
  padding: 0;
}
.list-separated > li + li:before {
  content: " | ";
  padding: 0 5px;
}
.list-separated > li + li:last-child:before,
.list-separated > li + li:first-child:before {
  content: "";
}
.email-sign:before {
  content: "@";
}
.l-office-rental-box {
  border: 3px solid #4c6fae;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.number-of-items-badge {
  color: #FFF;
  background-color: #ff6528;
  padding: 7px 7px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px;
  min-width: 30px;
  margin-left: 10px;
}
.number-of-items-badge:hover {
  background-color: #ff6528;
}
.ui-office-description p + p {
  margin-top: 20px;
}
.office-desc-img {
  margin-left: 10px;
  margin-bottom: 10px;
}
.ui-office-personnel .person-image img {
  vertical-align: baseline;
  border: solid 1px #cfd3db;
  max-width: 78px;
}
.ui-person-list {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfd3db;
}
.bordered-list {
  border: 1px solid #cfd3db;
  padding: 20px;
}
.bordered-list .open-hours-icon {
  font-size: 40px;
  color: #cfd3db;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .l-office-rental-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .office-desc-img {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bordered-list .open-hours-icon {
    display: block;
    text-align: center;
  }
}
.open-hours {
  font-size: 18px;
  font-weight: 600;
}
.hr-dark {
  border-top: 1px solid #CCC;
}
input.large-input {
  height: 50px;
  width: 100%;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #ccc;
  background: #FFF;
}
.form-profit .form-group {
  margin-bottom: 0;
  height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-profit {
    font-size: 12px;
  }
}
.heatmap-title {
  font-size: 18px;
  font-weight: 600;
}
#heatMapContainer {
  border: solid 1px #ccc;
  min-height: 520px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#heatmapIframe {
  height: 500px;
  width: 100%;
  float: left;
}
.heatmap-legend .legend {
  height: 16px;
}
.heatmap-legend .legend:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  background: gray;
}
.heatmap-legend .legend-color-1:before {
  background: #689C54;
}
.heatmap-legend .legend-color-2:before {
  background: #7AA553;
}
.heatmap-legend .legend-color-3:before {
  background: #8EAE53;
}
.heatmap-legend .legend-color-4:before {
  background: #A4B652;
}
.heatmap-legend .legend-color-5:before {
  background: #BDBF51;
}
.heatmap-legend .legend-color-6:before {
  background: #CBB850;
}
.heatmap-legend .legend-color-7:before {
  background: #CCA050;
}
.heatmap-legend .legend-color-8:before {
  background: #CE8851;
}
.heatmap-legend .legend-color-9:before {
  background: #CF7051;
}
.heatmap-legend .legend-color-10:before {
  background: #D05A51;
}
.static-document h2 {
  font-size: 18px;
  font-weight: 600;
}
.static-document h3 {
  font-size: 14px;
  font-weight: 700;
}
.large-heading {
  height: 90px;
  background: #4c6fae;
  color: #ffffff;
  padding: 30px;
  line-height: 80px;
}
.large-heading h3,
.large-heading h1 {
  margin: 0;
}
.large-heading .icon {
  color: #FFF;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .large-heading h3,
  .large-heading h1 {
    font-size: 24px;
  }
  .large-heading {
    height: 60px;
    padding: 15px 10px 10px 10px;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .large-heading h3,
  .large-heading h1 {
    font-size: 20px;
  }
  .large-heading {
    height: 80px;
    padding: 30px 10px 30px 10px;
  }
}
.nav-hor li {
  line-height: 35px;
  border-bottom: solid 1px #e6e9ee;
  font-weight: 600;
  font-size: 16px;
}
.nav-hor li {
  padding-left: 30px;
}
.no-touch .nav-hor li:hover,
.no-touch .nav-hor li:focus {
  background: #eceef2;
  color: #333333;
}
.nav-hor li.active {
  background: #e6e9ee;
  font-weight: 700;
}
.note {
  border: solid 1px #ccc;
  padding: 20px;
}
.note .title {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.note .title {
  line-height: 40px;
  font-weight: 600;
}
.note .icon {
  color: #ccc;
  font-size: 40px;
}
.note .list {
  padding-left: 15px;
}
.note .list a {
  font-weight: 700;
}
.l-moving-todo-list {
  margin-top: 30px;
}
#mobileABCNavigation li + li:before {
  content: " | ";
}
.abc-logo {
  max-height: 50px;
}
.abc-logo-item {
  height: 60px;
}
.link-to-rental-profit {
  margin-top: 20px;
}
.note.link-to-rental-profit {
  padding: 10px;
}
@media (min-width: 992px) {
  .note.link-to-rental-profit .title {
    line-height: 50px;
  }
}
@media (max-width: 360px) {
  .note.link-to-rental-profit .icon {
    padding-top: 20%;
  }
  .note.link-to-rental-profit {
    padding: 5px;
  }
}
.abc-help-list > li {
  min-width: 200px;
}
.l-useful-links {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #ccc;
}
.l-useful-links .title {
  font-weight: 700;
  font-size: 16px;
}
.l-useful-links li:first-child {
  margin-bottom: 10px;
}
.registration {
  padding-left: 20px;
  padding-right: 20px;
}
.registration h3 {
  margin-top: 15px;
  line-height: 30px;
}
.registration .header-small {
  font-size: 14;
}
.registration-form label > a {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.registration-form .l-registration-button-container {
  margin-top: 30px;
}
@media screen and (max-width: 330px) {
  .login-cc-header .login-cc-text {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  .registration {
    padding-left: 10px;
    padding-right: 10px;
  }
  .registration h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .registration .header-small {
    font-size: 18;
  }
}
.facebook-registration-container {
  padding: 10px 15px 15px 15px;
  background: #e6e9ee;
}
.login .title {
  color: #FFF;
  padding: 10px 20px 10px 20px;
}
.login .title ul {
  font-size: 24px;
  margin: 0;
}
.login .form-container {
  padding: 10px 20px 20px 20px;
  background: #eef1f4;
}
.login .outer-list {
  display: table;
}
.login .outer-list > li {
  display: table-cell;
  vertical-align: middle;
}
.checkboxes > .checkbox label {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login .form-container {
    padding: 10px 10px 20px 10px;
  }
  .login .login-cc-container {
    min-height: 362px;
  }
}
@media (min-width: 992px) {
  .login .login-cc-container {
    min-height: 342px;
  }
}
input.input-bg-white {
  background: #FFF;
}
.l-registration-form-help {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .checkboxes {
    padding-top: 10px;
  }
  .checkboxes .checkbox + .checkbox {
    margin-bottom: 0;
  }
}
.registration-fb-wrapper {
  background: #eef1f4;
  padding: 30px 20px;
  position: relative;
}
.registration-fb-wrapper h4 {
  font-size: 24px;
  margin-top: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  .registration-fb-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 30px;
  }
  .registration-fb-wrapper .fb-button {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .registration-fb-wrapper .fb-button a {
    max-width: 260px;
  }
  .registration-fb-wrapper .alma-sso-button {
    padding-top: 0;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
    max-width: 260px;
  }
  .registration-fb-wrapper .help-button {
    position: absolute;
    top: 20px;
    left: 290px;
    font-size: 20px;
    color: #01a948;
  }
  .registration-fb-wrapper .close-button {
    display: block;
    height: 40px;
    padding-right: 20px;
    background: #dfe4ea;
    font-size: 18px;
    line-height: 40px;
    text-align: right;
  }
  .registration-fb-wrapper #fb-info > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-registration-button-container > .btn + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .registration-fb-wrapper {
    position: relative;
    top: 5px;
    left: 15px;
    margin-right: 12px;
  }
}
#agencySearchMap {
  min-height: 269px;
}
@media (min-width: 992px) {
  #agencySearchMap {
    margin-top: -40px;
  }
}
#agencySearchMap img {
  height: 269px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #agencySearchMap img {
    margin-left: 25%;
  }
}
.office-list-item {
  padding: 10px;
  border: solid 1px #ddd;
  margin-top: 3px;
}
.office-list-item:nth-child(odd) {
  background: #EEF2F5;
}
.list-more-spacing li {
  margin-top: 15px;
}
.selected-rental-container {
  padding: 0;
}
.selected-rental-container .main-image-container {
  max-width: 600px;
  max-height: 400px;
  text-align: center;
  overflow: hidden;
}
.selected-rental-container .main-image-container .labels {
  position: absolute;
  top: 10px;
  left: 10px;
}
.selected-rental-container .main-image-container .labels img {
  width: 50px;
  height: 50px;
}
.selected-rental-container .main-image-container img {
  height: 100%;
}
.selected-rental-container .main-image-title-opague-overlay {
  width: 100%;
  max-width: 600px;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  height: 140px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.selected-rental-container .navigation-div {
  width: 100%;
  max-width: 600px;
  height: 140px;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding-top: 10px;
}
.selected-rental-container .arrow-left-btn {
  left: 15px;
  background: url(../img/controls/arrow_orange_left.svg) 0 50% no-repeat;
  background-size: 40px 40px;
  height: 70px;
}
.no-svg .selected-rental-container .arrow-left-btn {
  background: url(../img/controls/arrow_orange_left_30x30.png) 0 50% no-repeat;
}
.selected-rental-container .arrow-right-btn {
  right: -14px;
  background: url(../img/controls/arrow_orange_right.svg) 0 50% no-repeat;
  background-size: 40px 40px;
  height: 70px;
}
.no-svg .selected-rental-container .arrow-right-btn {
  background: url(../img/controls/arrow_orange_right_30x30.png) 0 50% no-repeat;
}
.arrow-left-btn.arrowDisabled,
.arrow-right-btn.arrowDisabled {
  background: none;
  cursor: default;
}
@media (max-width: 767px) {
  .selected-rental-container .main-image-container {
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-height: 350px;
  }
  .selected-rental-container .main-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .selected-rental-container .main-image-title-opague-overlay {
    height: auto;
    min-height: 50px;
  }
  .selected-rental-container .navigation-div {
    height: auto;
  }
  .selected-rental-container a.link-overlay {
    font-size: 1em;
  }
  .selected-rental-container .arrow-right-btn {
    right: -20px;
  }
  .selected-rental-container .arrow-left-btn {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selected-rental-container .arrow-right-btn {
    right: 0px;
  }
  .selected-rental-container .arrow-left-btn {
    left: 0px;
  }
  .selected-rental-container .main-image-container {
    width: 467px;
    height: 350px;
  }
  .selected-rental-container {
    width: 467px;
  }
}
.selected-rental-container a.link-overlay {
  color: #FFF;
}
.selected-rental-container a.link-overlay:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .selected-rental-container .main-image-container {
    width: 600px;
    height: 400px;
  }
}
.selected-rental-information,
.rental-list-container {
  background: #EDF2F5;
}
.selected-rental-information hr {
  border-top: 1px solid #CFD3DC;
}
.selected-rental-information .share-links > li {
  line-height: 35px;
}
.selected-rental-information .share-links > li span {
  vertical-align: middle;
}
.selected-rental-information .share-links > li span + span {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .selected-rental-information {
    padding-left: 0;
    padding-right: 0;
    min-height: 310px;
  }
  .selected-rental-information .l-logo {
    padding-top: 10px;
  }
  .selected-rental-information hr {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .l-landing-page-links {
    margin-top: 28px;
  }
  .selected-rental-information {
    padding-left: 60px;
    padding-right: 60px;
    min-height: 410px;
  }
  .selected-rental-information .l-logo {
    padding-top: 25px;
  }
  .suggested-rental-image-container {
    width: 300px;
    height: 200px;
    text-align: center;
    overflow: hidden;
  }
}
.rental-list-container {
  margin-top: 35px;
  padding: 20px;
}
.suggested-rental-container .overlay-container {
  width: 100%;
  max-width: 300px;
  height: 40px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.suggested-rental-container .overlay-container .opaque-layer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.suggested-rental-title {
  position: relative;
  bottom: 0;
  color: #FFF;
}
.suggested-rental-title a {
  color: #fff;
}
.suggested-rental-image-container > a > img {
  max-height: 225px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .suggested-rental-image-container {
    width: 225px;
    height: 169px;
    text-align: center;
    overflow: hidden;
  }
  .suggested-rental-image-container > a > img {
    max-height: 169px;
  }
  .suggested-rental-container .overlay-container {
    max-width: 226px;
  }
}
.suggested-rental-image-container > .labels {
  position: absolute;
  top: 10px;
}
.suggested-rental-image-container > .labels > img {
  width: 40px;
  height: 40px;
}
.suggested-rental-container.selected .overlay-container .opaque-layer {
  background-color: #ff6528;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #landingPageSlider {
    overflow: hidden;
  }
  #landingPageSlider > a {
    height: inherit;
  }
  #landingPageSlider > a > img {
    max-width: 100%;
    height: inherit;
  }
  #landingPageSlider .cycle-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    min-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    padding: 5px 0;
  }
  #landingPageSlider .cycle-prev,
  #landingPageSlider .cycle-next {
    position: absolute;
    top: 0;
    width: 11%;
    height: 100%;
    cursor: pointer;
    z-index: 1500;
    opacity: 1;
  }
  #landingPageSlider .cycle-prev {
    left: 0px;
    background: url(/img/controls/arrow_orange_left.svg) 0 50% no-repeat;
    background-size: 30px 30px;
  }
  .no-svg #landingPageSlider .cycle-prev {
    background: url("/img/controls/arrow_orange_left.png") 0 50% no-repeat;
  }
  #landingPageSlider .cycle-next {
    right: 0px;
    background: url(/img/controls/arrow_orange_right.svg) 100% 50% no-repeat;
    background-size: 30px 30px;
  }
  .no-svg #landingPageSlider .cycle-next {
    background: url("/img/controls/arrow_orange_right.png") 0 50% no-repeat;
  }
  #landingPageSlider > a > .labels {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #landingPageSlider > a > .labels img {
    width: 40px;
    height: 40px;
  }
}
.ui-nav-tabs-landing {
  border-bottom: none;
}
.ui-nav-tabs-landing > li > a {
  border-radius: 0;
}
.ui-nav-tabs-landing > li {
  background: #DFE3E8;
}
.ui-nav-tabs-landing > li.active a {
  background: #EDF2F5;
}
.ui-nav-tabs-landing > li:first-child > a {
  border-right: 2px solid #FFF;
}
.commercial-break-cottage .col {
  margin-bottom: 20px;
}
.commercial-break-cottage .logo {
  height: auto;
  margin-top: 15px;
}
.commercial-break-cottage .spinner {
  margin-top: 25px;
}
.commercial-break-cottage .text h2 {
  font-weight: 600;
}
.commercial-break-cottage .text > span {
  font-size: 20px;
}
.commercial-break-normal {
  margin-top: 200px;
}
#commercial_break,
#commercial_break_holiday {
  visibility: hidden;
  display: none;
  overflow: hidden;
  height: 1000px;
}
.l-exception-info {
  border: 2px solid #ddd;
  min-height: 200px;
  padding: 20px;
}
.l-exception-info .logo-wrapper {
  background: #4c6fae;
  max-width: 280px;
  border-radius: 4px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.l-exception-info .logo-wrapper img {
  max-width: 260px;
}
.ie9 .btn-default.active {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d3dc), color-stop(1, #e8e9ed));
  background: -ms-linear-gradient(bottom, #d0d3dc, #e8e9ed);
  background: -moz-linear-gradient(center bottom, #d0d3dc 0%, #e8e9ed 100%);
  background: -o-linear-gradient(#e8e9ed, #d0d3dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e9ed', endColorstr='#d0d3dc', GradientType=0);
}
.btn {
  text-align: left;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1.429em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 3px 12px;
  font-size: 14px;
}
.btn-md {
  padding: 7px 15px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 4px;
}
.btn-lg {
  padding: 9px 20px;
}
.btn-default:hover,
a.btn-default:hover,
button.btn-default:hover,
.btn-default:focus,
a.btn-default:focus,
button.btn-default:focus {
  color: #333333 !important;
  border-color: #d3d4d6;
  background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #ffffff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#e8e8e8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E8E8E8, endColorstr=#e8e8e8)";
  background-color: #FFF;
  background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #ffffff 75%);
  background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #ffffff 75%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(0.45, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #ffffff 75%);
  background-image: linear-gradient(to top, #e8e8e8 0%, #ffffff 75%);
}
.btn-orange {
  color: #FFF;
  border-color: #FF8F6C;
  background-image: -ms-linear-gradient(bottom, #da2b06 0%, #ff6528);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6528, endColorstr=#da2b06);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6528, endColorstr=#DA2B06)";
  background-color: #ff6528;
  background-image: -moz-linear-gradient(bottom, #da2b06 0%, #ff6528);
  background-image: -o-linear-gradient(bottom, #da2b06 0%, #ff6528);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #da2b06), color-stop(#ff6528));
  background-image: -webkit-linear-gradient(bottom, #da2b06 0%, #ff6528);
  background-image: linear-gradient(to top, #da2b06 0%, #ff6528);
}
.btn-blue {
  background-color: #008EAA;
  border-color: #008EAA;
}
a.btn-blue {
  color: #ffffff;
}
.itempage-adds-panel .panel-heading-blue {
  background: none repeat scroll 0 0 #008EAA;
  font-size: 18px;
  padding: 10px;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #FFF;
  background-image: -ms-linear-gradient(bottom, #da2b06 50%, #ff6528);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#da2b06, endColorstr=#da2b06);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DA2B06, endColorstr=#DA2B06)";
  background-color: #ff6528;
  background-image: -moz-linear-gradient(bottom, #da2b06 50%, #ff6528);
  background-image: -o-linear-gradient(bottom, #da2b06 50%, #ff6528);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #da2b06), color-stop(#ff6528));
  background-image: -webkit-linear-gradient(bottom, #da2b06 50%, #ff6528);
  background-image: linear-gradient(to top, #da2b06 50%, #ff6528);
}
.btn-pink-with-border {
  color: #FFF;
  background-color: #e7308a;
  border: 2px solid #FFF;
}
.btn-pink-with-border:hover,
.btn-pink-with-border:focus {
  color: #FFF;
  border-color: #e7308a;
}
a.btn-orange,
a.btn-orange:hover {
  color: #FFF!important;
}
.btn-orange .icon {
  color: #FFF;
}
.btn-pink {
  color: #FFF;
  background-color: #E82F58;
  border-color: #E82F58;
}
.btn-pink:hover {
  color: #FFF;
  border-color: #333333;
}
a.btn-pink,
a.btn-pink:hover {
  color: #FFF;
}
.btn-fb {
  color: #FFF;
  border-color: #5482DC;
  background-image: -ms-linear-gradient(bottom, #496db1, #618cde);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#618cde, endColorstr=#496db1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#618CDE, endColorstr=#496DB1)";
  background-color: #5881D5;
  background-image: -moz-linear-gradient(bottom, #496db1, #618cde);
  background-image: -o-linear-gradient(bottom, #496db1, #618cde);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #496db1), color-stop(#618cde));
  background-image: -webkit-linear-gradient(bottom, #496db1, #618cde);
  background-image: linear-gradient(to top, #496db1, #618cde);
  padding: 7px 8px 4px 8px;
  position: relative;
}
.btn-fb > span {
  padding: 5px;
}
.btn-fb > span:first-child {
  margin-left: -5px;
}
.btn-fb-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: normal;
  line-height: 16px;
}
.btn-fb:hover,
.btn-fb:focus {
  color: #FFF;
  border-color: #333333;
}
a.btn-fb,
a.btn-fb:hover {
  color: #FFF;
}
.btn-fb .icon {
  color: #FFF;
}
.btn-fb > ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  text-align: left;
}
.btn-alma-sso {
  background-image: linear-gradient(to top, #000000, #515151);
  background-color: #000;
  border-color: #515151;
  color: #fff;
  position: relative;
  padding: 6px 4px 2px 8px;
}
.btn-alma-sso > span {
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  white-space: normal;
  position: absolute;
  line-height: 16px;
}
.btn-alma-sso:hover,
.btn-alma-sso:focus {
  color: #fff;
}
.btn-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.btn-arrow:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e615";
  display: inline-block;
  font-size: 1em;
  position: relative;
  left: 6px;
  top: 2px;
  padding-right: 5px;
}
.btn-lg.btn-arrow:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e615";
  font-size: 1em;
  position: relative;
  left: 7px;
  top: 2px;
  padding-right: 8px;
}
.c-orange.btn-arrow:after {
  color: #ff6528;
}
.c-pink.btn-arrow:after {
  color: #e7308a;
}
.btn.btn-angle:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e628";
  display: inline-block;
  font-size: 1em;
  position: relative;
  left: 6px;
  top: 1px;
  padding-right: 5px;
}
.btn-xs.btn-angle:after,
.btn-sm.btn-angle:after {
  font-family: 'vuokraovi-icon-font';
  content: "\e628";
  display: inline-block;
  font-size: 1em;
  position: relative;
  left: 5px;
  top: 1px;
  padding-right: 5px;
}
.btn.btn-angle-left:before {
  font-family: 'vuokraovi-icon-font';
  content: "\e62a";
  display: inline-block;
  font-size: 1em;
  position: relative;
  right: 6px;
  top: 1px;
  padding-left: 5px;
}
.btn-xs.btn-angle-left:before,
.btn-sm.btn-angle-left:before {
  font-family: 'vuokraovi-icon-font';
  content: "\e62a";
  display: inline-block;
  font-size: 1em;
  position: relative;
  right: 5px;
  top: 1px;
  padding-left: 5px;
}
.btn + .btn {
  margin-left: 7px;
}
.list-item-container a:visited {
  color: #8f8d9a;
}
.infoBox .map-details a:visited {
  color: #8f8d9a;
}
.private-landlord {
  margin-top: -20px;
}
.private-landlord .btn-landlord {
  font-size: 18px;
}
.private-landlord a.underline {
  text-decoration: underline;
  text-decoration-style: double;
}
.private-landlord hr {
  border: 1px solid #333333;
}
.private-landlord .header {
  background: url("../img/landlords/header_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
}
.private-landlord .header .title {
  font-size: 2em;
  color: #FFF;
  text-align: center;
  padding-top: 100px;
  margin-top: 0;
}
.private-landlord .section {
  padding: 40px 0;
}
.private-landlord .bullets .bullet-container {
  padding: 20px 0 0;
}
.private-landlord .bullets .row {
  padding: 20px 0;
}
.private-landlord .bullets .small {
  line-height: normal;
  font-size: 0.5em;
  font-style: oblique;
}
.private-landlord .media {
  padding: 15px 0;
}
.private-landlord .media .image {
  height: 50px;
  max-height: 50px;
  max-width: 60px;
  padding-right: 10px;
}
.private-landlord .media .media-body {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
}
.private-landlord .rental-announcement {
  background: #eef1f4;
}
.private-landlord .rental-announcement .lead {
  font-size: 1.5em;
  text-align: center;
}
.private-landlord .rental-announcement .lead .small {
  font-size: 1.5rem;
  font-style: oblique;
}
.private-landlord .testimonial {
  min-height: 260px;
}
.private-landlord .testimonial img.quote {
  display: none;
}
.private-landlord .testimonial .testimonial-wrapper {
  padding-top: 10px;
  text-align: center;
}
.private-landlord .testimonial .testimonials-slideshow .cycle-slide {
  width: 100%;
}
.private-landlord .testimonial .testimonial-body {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
}
.private-landlord .testimonial .testimonial-name {
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.private-landlord .guarantee {
  position: relative;
  background: url("../img/landlords/guarantee_bg.jpg") no-repeat right center;
  background-size: cover;
  min-height: 300px;
}
.private-landlord .guarantee .guarantee-img {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.private-landlord .guarantee .guarantee-text-container {
  padding: 260px 20px 20px 20px;
}
.private-landlord .guarantee .guarantee-text {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.private-landlord div.floor-plan {
  background: #eef1f4;
  font-size: 22px;
  padding: 40px 30px;
  margin-bottom: 40px;
  text-align: center;
}
.private-landlord div.floor-plan a {
  margin-top: 10px;
}
.private-landlord div.floor-plan img {
  height: 120px;
}
.private-landlord hr.divider {
  margin: 0 40px 40px 40px;
}
.private-landlord .prices h2 {
  font-size: 34px;
  text-transform: uppercase;
}
.private-landlord .prices .prices-container {
  padding: 30px;
}
.private-landlord .price-box {
  min-height: 200px;
  background: #eef1f4;
  border: 5px solid #FFF;
}
.private-landlord .price-box .price-title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}
.private-landlord .price-box .example-text {
  font-size: 18px;
  margin-bottom: 30px;
}
.private-landlord .price-big {
  font-size: 65px;
  margin: 0;
}
.private-landlord #exampleImage img {
  max-width: 100%;
}
@supports (display: flex) {
  .prices-container {
    display: flex;
    flex-direction: column;
  }
  .prices-container .price-box {
    flex: 1 1 auto;
  }
}
.private-landlord .gofinland {
  margin-top: 40px;
}
.private-landlord .gofinland .title-bar {
  text-align: center;
  background: #324f86;
  color: #FFF;
  cursor: pointer;
}
.private-landlord .gofinland .title-bar .title {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  padding: 20px;
}
.private-landlord .gofinland .title-bar .title .icon {
  height: 50px;
  padding-left: 20px;
}
.private-landlord .gofinland .title-bar .title .over {
  transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}
.private-landlord .gofinland .title-bar .title .out {
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}
.private-landlord .gofinland .gofinland-announcements {
  background: #eef1f4;
  min-height: 150px;
  padding: 40px 20px;
}
.private-landlord .gofinland .gofinland-announcements .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.private-landlord .gofinland .gofinland-announcements .gofinland-body {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .private-landlord .bullets .media {
    padding: 30px;
  }
  .private-landlord .media .media-body {
    font-size: 18px;
  }
  .private-landlord .testimonial .testimonials-slideshow {
    padding: 0 20px;
  }
  .private-landlord .testimonial .testimonial-body {
    font-size: 14px;
    line-height: 20px;
  }
  .private-landlord .testimonial .testimonial-name {
    font-size: 14px;
  }
  .private-landlord .guarantee .guarantee-text-container {
    padding: 260px 30px 20px 30px;
  }
  .private-landlord .prices h2 {
    font-size: 1.875rem;
  }
  .private-landlord .prices .price-box {
    min-height: 230px;
  }
  .private-landlord .gofinland .gofinland-announcements .gofinland-box + .gofinland-box .title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .private-landlord .bullets .service-link {
    font-size: 10px;
  }
  .private-landlord .bullets .media {
    padding: 20px 10px;
  }
  .private-landlord .media .media-body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .private-landlord .header {
    min-height: 350px;
  }
  .private-landlord .header .title {
    font-size: 38px;
    line-height: 48px;
    padding-top: 150px;
  }
  .private-landlord .rental-announcement {
    padding-bottom: 20px;
  }
  .private-landlord .rental-announcement .lead {
    font-size: 1.750em;
  }
  .private-landlord .testimonial {
    position: relative;
  }
  .private-landlord .testimonial .testimonial-wrapper {
    padding-top: 20px;
  }
  .private-landlord .testimonial img.quote {
    display: block;
    width: 100px;
    position: absolute;
    top: 50px;
  }
  .private-landlord .testimonial img.quote.right {
    right: 20px;
  }
  .private-landlord .testimonial img.quote.left {
    left: 20px;
  }
  .private-landlord .testimonial .testimonials-slideshow {
    width: 70%;
    margin: auto;
    margin-top: 10px;
  }
  .private-landlord .guarantee {
    background: url("../img/landlords/guarantee_bg.jpg") no-repeat center center;
    min-height: 380px;
  }
  .private-landlord .guarantee .guarantee-img {
    top: 42%;
    width: 500px;
  }
  .private-landlord .guarantee .guarantee-text-container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .private-landlord div.floor-plan {
    background: #eef1f4;
    font-size: 18px;
    text-align: left;
  }
  .private-landlord div.floor-plan h2 {
    margin-top: 0;
  }
  .private-landlord div.floor-plan a {
    margin-top: 10px;
  }
  .private-landlord div.floor-plan img {
    float: left;
    height: 200px;
    margin-right: 40px;
  }
  .private-landlord .prices .price-box {
    max-width: 450px;
  }
  @supports (display: flex) {
    .prices-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }
}
@media screen and (min-width: 992px) {
  .private-landlord .header {
    min-height: 400px;
  }
  .private-landlord .header .title {
    padding-top: 200px;
  }
  .private-landlord .rental-announcement .lead {
    font-size: 38px;
    line-height: 48px;
  }
  .private-landlord .testimonial {
    background-size: 85%;
  }
  .private-landlord .guarantee .guarantee-img {
    width: 555px;
  }
  .private-landlord div.floor-plan {
    font-size: 19px;
  }
}
@media print {
  #content {
    overflow: visible;
  }
}
div.contact-form-heading.contact-form-heading-prices {
  margin-bottom: 0;
}
div#officeLogo {
  margin-top: 25px;
}
.white-space-normal {
  white-space: normal;
}
.dont-close-on-select .popover-title {
  min-height: 30px;
}
.dont-close-on-select .close {
  font-size: 14px;
}
#favouritesSharingBox .icon {
  color: #4c6fae;
  font-size: 20px;
  padding-right: 5px;
  float: left;
}
#favouritesSharingBoxMpbile .icon.icon-envelop,
#listpageSharingBoxMobile .icon.icon-envelop {
  color: #4c6fae;
}
.favourites-share-item-1,
.favourites-share-item-2,
.favourites-share-item-3,
.favourites-share-item-4 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#favouritesSharingBoxMobile .icon {
  font-size: 20px;
  padding-right: 5px;
  float: left;
}
div#favouritesSharingBoxMobile .facebook .icon,
div#favouritesSharingBoxMobile .twitter .icon,
div#favouritesSharingBoxMobile.whatsApp .icon {
  color: white;
}
#EAS_4369 #smokeScreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  width: 100%;
  z-index: 10000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */

}
#EAS_4369 #interstitialContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10001;
}
#EAS_4369 #interstitialClose {
  width: 956px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#EAS_4369 #interstitialClose a {
  display: block;
  float: right;
  width: 73px;
  height: 24px;
  border: none;
  background: url(../img/adClose.png) no-repeat;
}
#EAS_4369 #interstitialCreative {
  position: relative;
  background-color: white;
  width: 956px;
  height: 586px;
  margin-left: auto;
  margin-right: auto;
}
#suggestedRentalsBanner .bannerHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}
#suggestedRentalsBanner .bannerHeader:after {
  clear: both;
}
#suggestedRentalsBanner .bannerHeader .title {
  font-size: 20px;
  float: left;
}
#suggestedRentalsBanner .bannerHeader .landingPageLink {
  float: right;
}
@media (min-width: 992px) {
  #suggestedRentalsBanner .bannerHeader .landingPageLink {
    text-align: right;
  }
}
#suggestedRentalsBanner .bannerHeader .landingPageLink > span {
  color: #4c6fae;
  font-size: 22px;
}
#suggestedRentalsBanner .result_container {
  background: #eef1f4;
  padding: 10px;
}
#suggestedRentalsBanner .item {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
#suggestedRentalsBanner .image_container {
  width: 149px;
  height: 105px;
  text-align: center;
  overflow: hidden;
}
#suggestedRentalsBanner .image_container > img {
  max-height: 100px;
}
@media screen and (min-width: 992px) {
  #suggestedRentalsBanner .landingpage-link {
    font-size: 1.143em;
    /* ~16px*/
  
  }
}
#popular_or_newest_rentals .title_container {
  padding-top: 10px;
  padding-bottom: 5px;
}
#popular_or_newest_rentals .title_container:after {
  clear: both;
}
#popular_or_newest_rentals .title_container .title {
  font-size: 20px;
}
#popular_or_newest_rentals .new_rentals {
  background: #eef1f4;
  padding: 10px;
}
#popular_or_newest_rentals .item {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
#popular_or_newest_rentals .image_container {
  width: 149px;
  height: 117px;
  text-align: center;
  overflow: hidden;
}
#popular_or_newest_rentals .image_container > img {
  width: 149px;
  height: 117px;
}
.font-size-11 {
  font-size: 11px;
}
.highlighted_rentals_container {
  background: #eef1f4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.highlighted_rentals_container .highlight-item {
  float: left;
  padding-right: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .highlighted_rentals_container .highlight-item {
    width: 20%;
  }
}
.highlighted_rentals_container .imageContainer {
  float: left;
}
.highlighted_rentals_container .image_container {
  width: 100%;
  height: 136px;
  overflow: hidden;
  text-align: center;
  background: #cfd3db;
}
.highlighted_rentals_container .image_container img {
  max-height: 136px;
}
.highlighted_rentals_container .price {
  position: absolute;
  top: 110px;
  background: #ff6528;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  padding: 0 5px 4px 5px;
}
.highlighted_rentals_carousel3D_container3D {
  background: #eef1f4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: auto;
  padding-left: 50px;
  width: 400px;
  height: 260px;
}
.highlighted_rentals_carousel3D_container3D div.next,
.highlighted_rentals_carousel3D_container3D div.previous {
  visibility: hidden;
}
.highlighted_rentals_carousel3D .image_container {
  width: 100%;
  height: 136px;
  overflow: hidden;
  text-align: center;
  background: #cfd3db;
}
.highlighted_rentals_carousel3D .slide {
  padding: 0 50px 0 50px;
}
.highlighted_rentals_carousel3D .price {
  position: absolute;
  background: #ff6528;
  color: #fff;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  padding: 0 5px 4px 5px;
  top: 0;
}
.highlighted_empty_rentals_container {
  background: #e7308a;
  min-height: 50px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.highlighted_empty_rentals_container a {
  color: #fff;
}
.requestHighlightContainer .highlightForm {
  background: #4c6fae;
  padding-left: 10%;
  padding-right: 10%;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.requestHighlightContainer {
  padding-left: 0;
}
.requestHighlightContainer .highlightImage {
  padding-left: 0;
  padding-right: 0;
}
.requestHighlightContainer label {
  font-weight: 600;
  padding-left: 5px;
}
.requestHighlightContainer ul.list {
  list-style: outside none none;
  padding-left: 0px;
  padding-top: 20px;
}
.requestHighlightContainer ul.list > li {
  background: rgba(0, 0, 0, 0) url("../img/checkmark.png") no-repeat scroll 0;
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
}
.requestHighlightContainer h3 {
  padding-bottom: 20px;
}
.spotlight__text-container {
  padding-top: 30px;
}
.spotlight-text {
  color: #FFF;
  font-size: 1.25em;
}
.spotlight__column {
  display: inline-block;
}
.spotlight__column.image-column {
  position: absolute;
  width: 20%;
}
.spotlight__column.text-column {
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .highlighted_rentals_container .price {
    position: absolute;
    top: 64px;
  }
  .highlighted_rentals_container .highlight-item {
    background: #eef1f4;
    width: 20%;
    height: 150px;
    overflow: hidden;
  }
  .highlighted_rentals_container .spotlight-container {
    background: #5999DB;
    min-height: 150px;
    width: 100%;
  }
  .highlighted_rentals_container .image_container {
    height: 90px;
  }
  .highlighted_rentals_container .image_container img {
    max-height: 90px;
  }
  .spotlight__item-text-container {
    font-size: 0.875em;
  }
  .spotlight__item-3 .spotlight-img {
    width: 80%;
  }
  .spotlight__item-4 .spotlight-img {
    position: absolute;
    left: 10px;
    width: 80%;
  }
  div[class^="spotlight__col-"] {
    position: absolute;
  }
  .spotlight__col-1 {
    left: 300px;
    top: 50px;
    text-align: right;
  }
  .spotlight__col-2 {
    left: 435px;
    top: 50px;
  }
  .spotlight__col-3 {
    left: 545px;
    top: 25px;
  }
  .spotlight__col-4 {
    left: 585px;
    bottom: 10px;
  }
  .spotlight__item-4 .spotlight-text {
    font-size: 0.875em;
  }
  .spotlight__column.image-column img {
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .spotlight-carousel {
    background: #eef1f4;
    perspective: 1100px;
  }
  .spotlight-carousel .item {
    background: #eef1f4;
    overflow: hidden;
  }
  .spotlight-carousel .item-spotlight {
    background: #5999DB;
  }
  .spotlight-carousel .image-container {
    text-align: center;
  }
  .spotlight-carousel .price {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6528;
    color: #FFF;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    padding: 0 5px 4px 5px;
  }
  .spotlight-carousel .text-container {
    padding: 0 5px;
  }
  .spotlight-carousel .text-container.spotlight {
    text-align: center;
    padding: 5px 5px 5px 5px;
  }
  .spotlight-carousel .pagination-container {
    padding: 10px 0;
    text-align: center;
  }
  .spotlight-carousel .pagination-container .swiper-pagination {
    position: static;
  }
  .spotlight-carousel .pagination-container .swiper-pagination-bullet-active {
    background: #ff6528;
  }
  .spotlight-carousel .pagination-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 2px;
  }
}
#mapSearch.map-container {
  position: relative;
  margin-top: 10px;
}
#mapSearch.map-container #map-canvas {
  border: 1px solid #cfd3db;
}
#mapSearch.map-container .map-details .multiple-container {
  overflow: auto;
  overflow-x: hidden;
  max-height: 245px;
}
#mapSearch.map-container .map-details.multiple,
#mapSearch.map-container .map-details .multiple-container {
  max-height: 292px;
}
@media screen and (min-width: 768px) {
  #mapSearch.map-container .search-column {
    float: left;
    width: 285px;
    border: 1px solid #cfd3db;
    border-right: none;
    height: 598px;
  }
  #mapSearch.map-container .map-details.multiple {
    max-height: 348px;
  }
  #mapSearch.map-container .map-details .multiple-container {
    max-height: 328px;
  }
}
#mapSearch.map-container .contact-form-heading {
  margin: 0;
}
#mapSearch.map-container .contact-form-heading a {
  color: #fff;
}
#mapSearch.map-container .contact-form-heading a:hover {
  color: #fff;
  text-decoration: none;
}
#mapSearch.map-container .contact-form-heading a:focus {
  text-decoration: none;
}
#mapSearch.map-container .contact-form-heading h3 {
  font-size: 1.250em;
}
#mapSearch.map-container .contact-form-heading h3 > span {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
#mapSearch.map-container .contact-form-heading a > .icon {
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  #mapSearch.map-container .contact-form-heading a > .icon {
    display: none;
  }
}
#mapSearch.map-container #map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 440px;
}
@media screen and (min-width: 768px) {
  #mapSearch.map-container #map-canvas {
    min-height: 598px;
  }
}
.map-container .hotspot {
  position: absolute;
}
.map-container .result {
  width: 100%;
  clear: both;
}
.map-container .hotspot.result.group a.marker {
  color: #fff;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 60px;
  text-align: center;
}
.map-container .hotspot.result .marker {
  font-size: 1.3em;
  font-weight: 700;
  color: #CC0033;
}
.map-container .hotspot.result a.marker,
.map-container .hotspot.result.multiple a.marker {
  background: #db163b;
  border: 1px solid #fff;
  border-radius: 22px;
  box-shadow: 0 0 4px #333;
  height: 23px;
  padding: 2px;
  position: absolute;
  left: -12px;
  top: -33px;
  z-index: 0;
}
.map-container .hotspot.result a.marker em,
.map-container .hotspot.result.multiple a.marker em {
  background: #ffffff url("../img/assets/icon-mapMarker-sprites.png") 3px 3px no-repeat;
  border-radius: 18px;
  display: block;
  height: 17px;
  line-height: 10px;
  padding: 4px;
  min-width: 10px;
  text-align: center;
  font-style: normal;
}
.map-container .hotspot.result.multiple a.marker em {
  background-image: none;
}
.map-container .hotspot.result.group a.marker em {
  background: url("../img/assets/icon-mapMarker-group.png") center center no-repeat transparent;
  height: 47px;
  line-height: 37px;
  min-width: 47px;
  border-radius: 0px;
}
.map-container .hotspot.result.group a.marker span {
  background: #202125;
  padding: 0.3em 0.5em;
  min-width: 47px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  display: inline-block;
}
.map-container .hotspot.result a.marker .dart {
  display: block;
  position: absolute;
  top: 100%;
  left: 12px;
  margin-left: -6px;
  margin-top: -2px;
  width: 9px;
  height: 14px;
  background: url("../img/assets/icon-mapMarker-sprites.png") 0 -150px no-repeat;
}
.map-container .infoBox > img {
  position: absolute!important;
  right: 0;
  z-index: 1;
}
.map-container .map-details > a.link:visited {
  color: #8f8d9a;
}
.preloader {
  font-size: 1.125em;
  line-height: 40px;
  padding: 5px 20px;
  text-align: center;
  background: #202125;
  -moz-box-shadow: 0 4px 4px #6B6979;
  -webkit-box-shadow: 0 4px 4px #6B6979;
  box-shadow: 0 4px 4px #6B6979;
  clear: left;
  color: #FFFFFF;
  float: left;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  border-radius: 4px;
}
.map-container .preloader {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 8%;
}
.preloader span {
  background: url("../img/assets/icon-wait.gif") left center no-repeat;
  display: inline-block;
  line-height: 32px;
  padding-left: 42px;
}
@media screen and (min-width: 414px) {
  .map-container .preloader {
    left: 15%;
  }
}
@media screen and (min-width: 500px) {
  .map-container .preloader {
    left: 20%;
  }
}
@media screen and (min-width: 600px) {
  .map-container .preloader {
    left: 27%;
  }
}
@media screen and (min-width: 690px) {
  .map-container .preloader {
    left: 30%;
  }
}
@media screen and (min-width: 768px) {
  .map-container .preloader {
    top: 75%;
    left: 50%;
  }
}
#mapSearch.map-container #minRent,
#mapSearch.map-container #maxRent,
#mapSearch.map-container #minArea,
#mapSearch.map-container #maxArea {
  padding-left: 3px;
  padding-right: 3px;
}
.map-container .map-details {
  position: relative;
  background: #fff;
  padding: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  -moz-box-shadow: 0 4px 4px #6B6979;
  -webkit-box-shadow: 0 4px 4px #6B6979;
  box-shadow: 0 4px 4px #6B6979;
}
.map-container .map-details .link em,
.map-container .map-details .link strong {
  display: block;
}
.map-container .map-details .link em {
  font-style: normal;
}
.map-container .map-details .image-container {
  position: relative;
}
.map-container .map-details .image-container .image {
  min-height: 25px;
}
.map-container .map-details .image-container .image img {
  max-width: 150px;
  max-height: 108px;
}
.map-container .map-details + span.dart {
  background: url("/img/assets/dart-map-detail.png") left top no-repeat;
  pointer-events: none;
  display: block;
  height: 20px;
  margin-top: 0px;
  margin-left: -20px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .map-container .map-details .image-container .image img {
    max-width: 170px;
    max-height: 128px;
  }
}
.map-container .map-details .price {
  bottom: 66px;
  background: #ff6528;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  padding: 0 5px 4px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 12px;
}
.map-container .map-details .price {
  position: absolute;
  padding: 4px;
}
@media only screen and (min-width: 620px) {
  .grid-item-container .tenant {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
}
.grid-item-container .tenant {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #mapSearch.map-container .search-column #collapseOne {
    min-height: 556px;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0px;
  }
}
#mapSearch.map-container .search-column #collapse > div {
  position: relative;
}
#mapSearch.map-container .search-column,
#mapSearch.map-container .search-column #collapse,
#mapSearch.map-container .search-column #collapse > div {
  height: 100%;
}
#mapSearch.map-container .search-column label {
  font-weight: normal;
  font-size: 1.125em;
}
#mapSearch.map-container .search-column .search-form-labels label {
  margin-top: 12px;
}
#mapSearch.map-container .search-column .form-container {
  padding: 20px 20px;
}
#mapSearch.map-container .search-column .form-container .icon {
  font-size: 1.250em;
  margin-right: 0.5em;
}
#mapSearch.map-container .search-column .map-search-button {
  margin: 17px 0;
}
#mapSearch.map-container .search-column .my-location-container {
  font-size: 0.99em;
}
#mapSearch.map-container .search-column #rentalOptions {
  margin-bottom: 10px;
}
#mapSearch.map-container.fullscreen {
  margin: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#mapSearch.map-container a.fullscreen span {
  line-height: 1.2em;
}
#mapSearch.map-container a.fullscreen {
  position: absolute;
  color: #fff;
  font-size: 1.375em;
  padding: 7px 10px;
  background: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  right: 10px;
  top: 45px;
}
#mapSearch.map-container.fullscreen a.fullscreen {
  position: fixed;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #mapSearch.map-container.fullscreen .search-column {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #mapSearch.map-container.fullscreen .search-column {
    background: #FFF;
    height: 100%;
  }
  #mapSearch.map-container a.fullscreen {
    top: 10px;
  }
}
.map-container .clear-btn:focus,
.map-container .clear-btn:hover {
  color: #fff;
}
body.fullscreen .notification,
body.fullscreen footer {
  display: none;
}
.map-container #floatingPanel {
  position: absolute;
  top: 10px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  padding-left: 5px;
  cursor: pointer;
}
#itempageMapPanel .poiServices {
  margin-top: 20px;
}
#itempageMapPanel .poiServices > span {
  float: left;
  margin-right: 20px;
}
#itempageMapPanel .poiServices ul {
  list-style: none;
  padding: 0;
}
#itempageMapPanel .poiServices li {
  display: inline;
  padding-right: 20px;
}
#itempageMapPanel .poiServices li span.icon {
  color: #333333;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: bottom;
}
#itempageMapPanel .poiServices li:hover span.icon {
  color: #706F79;
}
#itempageMapPanel .poiServices.disabled li span.icon,
#itempageMapPanel .poiServices.disabled li:hover span.icon {
  color: #CCCCCC;
}
.hotspot.result.service .marker span.icon.poiGroupMarker {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
#itempageMapPanel .map-route {
  clear: both;
  padding-top: 5px;
}
#itempageMapPanel .map-route hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
#itempageMapPanel .poiServices a,
#itempageMapPanel .map-route a,
.poiGroupInfoWindow a,
.poiSingleInfoWindow a,
.poiDisclaimer a,
#itempageEnvironment .panel-body a {
  color: #4c6fae;
}
#itempageMapPanel .poiServices a:hover,
#itempageMapPanel .map-route a:hover,
.poiGroupInfoWindow a:hover,
.poiSingleInfoWindow a:hover,
.poiDisclaimer a:hover,
#itempageEnvironment .panel-body a:hover {
  color: #324f86;
}
.hotspot.result.service {
  position: absolute;
}
.hotspot.result.service .marker {
  cursor: pointer;
}
.hotspot.result.service .marker {
  border: 1px solid #fff;
  box-shadow: 0 0 4px #333;
  -moz-box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  height: 26px;
  padding: 2px;
  position: absolute;
  z-index: 0;
}
.hotspot.result.service .marker {
  background: #404149;
  border-radius: 0px;
  font-size: 1em;
}
.hotspot.result.service .marker:hover {
  background: #202125;
}
.hotspot.result.service .marker span.icon {
  color: #FFF;
  font-size: 20px;
  padding: 0;
  vertical-align: bottom;
}
#itempageMapPanel .infoBox {
  font-size: 13px;
  width: 240px;
}
#itempageMapPanel .infoBox.poiImage {
  width: 300px;
}
#itempageMapPanel .infoBox .map-details {
  min-height: 65px;
  max-height: 105px;
  /*80PX*/

  overflow-y: auto;
}
#itempageMapPanel .infoBox.poiImage .map-details {
  max-height: 120px;
  min-height: 102px;
}
#itempageMapPanel .infoBox .map-details strong,
#itempageMapPanel .infoBox .map-details em {
  display: block;
  font-style: normal;
  line-height: 1.2em;
}
#itempageMapPanel .infoBox img.infobox-close {
  position: relative;
  cursor: pointer;
  margin: -7px -7px 0px 0px;
}
html.touch #itempageMapPanel .infoBox > img.infobox-close {
  display: none;
}
#itempageMapPanel .infoBox .map-details em.distance {
  font-weight: normal;
  display: inline-block;
}
#itempageMapPanel .infoBox .map-details span.poiTypeName {
  padding-right: 5px;
}
#itempageMapPanel .infoBox.poiImage .image {
  float: left;
  height: 81px;
  margin-right: 10px;
  width: 108px;
}
#itempageMapPanel .infoBox.poiImage .image img {
  max-height: 100%;
  max-width: 100%;
}
.poiGroupInfoWindow strong,
.poiSingleInfoWindow a {
  display: block;
  margin-bottom: 5px;
}
.poiGroupInfoWindow li {
  line-height: 17px;
  margin-top: 2px;
}
.mapboxgl-popup-content .infoBox .map-details {
  max-height: none !important;
  min-height: auto !important;
}
.mapboxgl-popup-content {
  width: 260px;
}
#poiListingData ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
#poiListingData ul li span.icon {
  font-size: 20px;
  margin-right: 10px;
  margin-left: -30px;
  padding-left: 0;
  vertical-align: bottom;
}
#poiListingData ul li span.icon {
  color: #333333;
}
#poiListingData ul li span.poiTypeName,
#poiListingData ul li em.distance {
  padding-right: 10px;
}
#poiListingData ul li em.distance,
#poiListingData ul li em.info {
  font-style: normal;
}
@media screen and (max-width: 991px) {
  #poiListing table th,
  #poiListing table td {
    display: table-row;
    width: 100%;
  }
  #poiListingData ul:first-child {
    padding-top: 20px;
  }
}
.errorStyle {
  color: red;
}
label.error {
  color: red;
  clear: both;
  display: block;
  padding-top: 3px;
  font-weight: normal;
}
em.errorStyle {
  clear: both;
  display: block;
  padding-top: 3px;
}
.input-group em.errorStyle {
  display: table-row;
}
.popup__logo {
  margin: 20px 0;
}
.popup-logo__img-logo {
  background-color: #4c6fae;
  padding: 15px;
  border-radius: 5px;
  max-width: 300px;
}
@media print {
  .show-images__images a {
    page-break-after: always!important;
  }
}
#blogInspiration {
  margin-top: 20px;
  padding: 0 10px;
  background: #eef1f4;
  overflow: hidden;
}
div.blog-inspiration .blog-post {
  float: left;
  text-align: center;
  border: none;
  margin-top: 15px;
  background-color: #eef1f4;
  height: inherit;
}
.rentalList h2 {
  font-size: 20px;
}
div.blog-post a {
  display: block;
  overflow: hidden;
}
.blog-inspiration img {
  width: auto;
  height: 10px;
}
.blog-inspiration {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-inspiration img {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .blog-inspiration img {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .blog-inspiration img {
    height: 197px;
  }
}
.blog-inspiration .blog-post .description {
  font-weight: 600;
  clear: both;
}
.blog-inspiration .blog-post p {
  margin: 0 0 0px;
  clear: both;
}
.blogInspirationHeader {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .blogInspirationHeader > h2 {
    margin-top: 20px;
    font-size: 25px;
  }
  .rentalList h2 {
    padding-top: 20px;
  }
  .blog-inspiration {
    margin-top: 10px;
  }
  .blog-inspiration .item1,
  .blog-inspiration .item2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogInspirationHeader {
    margin-top: 20px;
  }
  .blog-inspiration .item2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-inspiration {
    margin-top: 8px;
    padding: 0 20px;
  }
}
.image-karki {
  width: 100%;
}
.image-karki-price-tag {
  position: absolute;
  bottom: 80px;
  right: 20px;
}
@media (max-width: 385px) {
  .image-karki-price-tag {
    width: 120px;
    bottom: 40px;
  }
}
div.movingCalculator .textfield {
  width: 40px;
  margin-left: 185px;
  display: block;
  margin-top: -20px;
}
div.movingCalculator label,
div.movingCalculator span {
  font-weight: normal;
}
div.movingCalculator span {
  display: block;
  margin-top: -20px;
  margin-left: 240px;
}
div.movingCalculator .slider {
  width: 150px;
  margin-top: 10px;
}
div.movingCalculator li {
  margin-bottom: 5px;
  list-style: none;
}
div.movingCalculator ul {
  padding-left: 0;
}
div.movingCalculator div.movingLinks,
div.movingCalculator div.movingLinks ul {
  margin-top: 20px;
}
div.movingCalculator .slider span {
  margin-top: 0;
}
div.movingCalculator span.movingCalculatorResult {
  margin-top: 20px;
  margin-left: 0;
  font-size: 1.5em;
}
div.movingCalculator div.movingLinks a.btn.movingCalculatorLink {
  background-color: #62BC2D !important;
  color: #FFF;
}
div.movingCalculator div.movingLinks li p {
  text-align: center;
}
div.movingCalculator div.movingLinks li.movingLogo {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
}
div.movingCalculator div.movingLinks li.movingLogo img {
  width: 220px;
}
div.movingCalculator .no-spinners {
  -moz-appearance: textfield;
}
div.movingCalculator .no-spinners::-webkit-outer-spin-button,
div.movingCalculator .no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div.movingCalculator .textfield {
    margin-left: 125px;
  }
  div.movingCalculator .slider {
    width: 110px;
  }
  div.movingCalculator span {
    margin-left: 180px;
  }
  div.movingCalculator div.movingLinks li.movingLogo img {
    width: 198px;
  }
}
.rental-guide-navigation li {
  position: relative;
}
.rental-guide-navigation li .icon {
  display: inline-block;
  color: #333333;
  position: absolute;
  top: 7px;
  right: 10px;
}
.sticky-lead-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 0;
  background: #FFF;
  z-index: 10000;
}
.sticky-lead-wrapper .sticky-lead-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
}
.sticky-lead-wrapper .sticky-lead-container .one-line {
  margin-bottom: 0;
  line-height: 3.3em;
}
.sticky-lead-wrapper .sticky-lead-container .action-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sticky-lead-wrapper .sticky-lead-container .action-container .action-text {
  text-transform: uppercase;
  margin: 0;
  line-height: 3em;
}
.sticky-lead-wrapper .sticky-lead-container .action-container .action-column + .action-column {
  padding-left: 20px;
}
.sticky-lead-wrapper .sticky-lead-container .action-container .action-column .phone {
  display: none;
  line-height: 2em;
}
.sticky-lead-wrapper .sticky-lead-container .user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sticky-lead-wrapper .sticky-lead-container .user-photo {
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: -50px 40px 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.sticky-lead-wrapper .sticky-lead-container .user-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 905px) {
  .sticky-lead-wrapper .sticky-lead-container .action-text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sticky-lead-wrapper {
    bottom: -150px;
  }
  .sticky-lead-wrapper .sticky-lead-container {
    padding: 0 20px;
    justify-content: space-between;
  }
  .sticky-lead-wrapper .sticky-lead-container #stickyLeadActionContainer {
    padding-top: 6px;
  }
  .sticky-lead-wrapper .sticky-lead-container .action-container .action-text {
    line-height: 3.3em;
  }
  .sticky-lead-wrapper .sticky-lead-container .action-container .action-column .phone {
    line-height: 2.5em;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-lead-wrapper .sticky-lead-container {
    margin-left: -webkit-calc((100% - 980px - 100px) / 2);
    margin-left: -moz-calc((100% - 980px - 100px) / 2);
    margin-left: -o-calc((100% - 980px - 100px) / 2);
    margin-left: calc((100% - 980px - 100px) / 2);
    margin-right: auto;
  }
}
.seo-box .title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.seo-box li {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .seo-box .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 465px) {
  .seo-box li {
    font-size: 1em;
  }
}
@media (min-width: 1000px) and (max-height: 740px) {
  .rent-calculator {
    font-size: 15px;
  }
}
@media (min-width: 600px) {
  .rent-calculator {
    font-size: 17px;
  }
}
@media (max-height: 470px) {
  .rent-calculator {
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  .rent-calculator {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .rent-calculator {
    font-size: 14px;
  }
}
@media (max-width: 400px) and (min-height: 700px) {
  .rent-calculator {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .rent-calculator {
    font-size: 13px;
  }
}
.rent-calculator {
  padding-top: 10px;
  color: #414141;
  width: 300px;
  margin: auto;
}
.rent-calculator input {
  background: #FFF;
  border: 1px solid #cbcbcb;
  color: #414141;
  width: 280px;
  margin: auto;
}
.rent-calculator #rentPredictionInfo {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.rent-calculator #rentPrediction,
.rentCalculatorthankYou {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8em;
  color: #FFF;
  background-color: #cbcbcb;
}
.rentCalculatorthankYou {
  background-color: #325086;
  width: 300px;
  margin: auto;
}
.rent-calculator #rentPredictionPerArea {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #325086;
}
.rent-calculator div.bootstrap-select {
  width: 280px !important;
  margin: auto;
  display: block;
}
.rent-calculator button.dropdown-toggle {
  background-image: none;
  margin-top: 0;
  border: 0;
  outline: 1px solid #d3d4d6;
}
.rent-calculator .required {
  color: #FF0000;
}
h1.rent-calculator-title {
  text-align: center;
  margin-bottom: 20px;
}
h2.rent-calculator-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.rent-calculator-info {
  padding-left: 10%;
  padding-right: 10%;
}
.rent-calculator label {
  font-weight: normal;
  margin-left: 10px;
}
.rent-calculator em.errorStyle {
  margin-left: 10px;
  font-size: 0.8em;
}
.rent-calculator .btn {
  display: block;
  margin: auto;
  margin-top: 20px;
}
p#rentCalculatorDescription {
  text-overflow: ellipsis;
  display: block;
}
p.overflowHidden {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.rentCalculatorFeedbackContainer {
  width: 360px;
  margin: auto;
}
.rentCalculatorFeedbackContainer .row {
  margin-left: 0;
  margin-right: 0;
}
.rentCalculatorFeedbackContainer input {
  margin-left: 0;
  margin-right: 10px;
}
.rentCalculatorFeedbackContainer .estimateRatingContainer {
  margin-top: 20px;
}
.rentCalculatorFeedbackContainer .estimateRatingContainer ul {
  list-style: none;
  margin-bottom: 20px;
}
.rentCalculatorFeedbackContainer .estimateRatingContainer li {
  display: inline-block;
  margin-right: 20px;
}
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.noscroll {
  overflow: hidden;
}
.drawer.drawer-show {
  display: block;
  z-index: 20000;
}
.drawer.drawer-show > .drawer-content {
  -webkit-animation: show-drawer 0.1s ease-in;
  animation: show-drawer 0.1s ease-in;
}
.drawer-content {
  width: 300px;
  height: 100%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.83);
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.83);
  overflow: scroll;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .drawer-content {
    width: 250px;
  }
}
.drawer-content.drawer-left {
  left: 0;
}
.drawer-content.drawer-right {
  right: 0;
}
@-webkit-keyframes show-drawer {
  from {
    width: 0;
  }
  to {
    width: 250px;
  }
}
@keyframes show-drawer {
  from {
    width: 0;
  }
  to {
    width: 250px;
  }
}
.navbar-container {
  border-bottom: 2px solid #dbdfe7;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .navbar-container {
    margin-bottom: 0px;
  }
}
.navbar-header-center > img {
  width: auto;
  height: 40px;
}
.navbar-user-menu-icon-mobile:hover {
  cursor: pointer;
}
.navbar-user-menu-icon > img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
}
.navbar-user-menu-icon > img:first-child {
  background: #4c6fae;
  padding: 3px;
}
.navbar-user-menu-icon > img:last-child {
  width: 15px;
  height: 15px;
}
.navbar-user-menu-icon:hover {
  cursor: pointer;
}
@-webkit-keyframes nav-link-hover {
  from {
    width: 0%;
    left: 50%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
@keyframes nav-link-hover {
  from {
    width: 0%;
    left: 50%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
.flex-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background: #fff;
}
.flex-nav #navbar-logo img {
  height: 40px;
  width: 230px;
}
@media (max-width: 767px) {
  .flex-nav #navbar-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .flex-nav #navbar-logo img {
    height: 25px;
  }
}
.flex-nav #navbar-left-toggle {
  display: none;
}
.flex-nav #navbar-mobile-right {
  display: none;
}
@media (max-width: 767px) {
  .flex-nav #navbar-left-toggle {
    display: inline-block;
    background: none;
    border: none;
  }
  .flex-nav #navbar-mobile-right {
    display: inline-block;
  }
}
.flex-nav .navbar-item-container {
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.flex-nav .navbar-item-container .nav-item {
  padding: 13px 11px;
}
.flex-nav .navbar-item-container .nav-item a {
  position: relative;
}
.flex-nav .navbar-item-container .nav-item:not(.active) > a:hover::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #4c6fae;
  bottom: 0;
  -webkit-animation: nav-link-hover 0.3s ease-in-out forwards;
  animation: nav-link-hover 0.3s ease-in-out forwards;
}
.flex-nav .navbar-item-container .nav-item.active > a::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #4c6fae;
  width: 100%;
  bottom: 0;
}
.flex-nav .navbar-item-container .nav-item:first-child {
  padding-left: 22px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .flex-nav .navbar-item-container .nav-item {
    padding: 13px 2px;
  }
  .flex-nav .navbar-item-container .nav-item:first-child {
    padding-left: 10px;
  }
}
.flex-nav .navbar-user-menu-icon {
  margin-left: 20px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .flex-nav .navbar-user-menu-icon {
    margin-right: 20px;
  }
}
.flex-nav #left-nav-item-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .flex-nav #left-nav-item-group {
    display: none;
  }
}
.flex-nav #right-nav-item-group {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: right;
  text-transform: none;
}
@media (max-width: 767px) {
  .flex-nav #right-nav-item-group {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .flex-nav #right-nav-item-group {
    padding-right: 10px;
  }
}
.flex-nav #right-nav-item-group.logged-in {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.flex-nav #navbar-alma-logo {
  display: none;
}
@media (min-width: 992px) {
  .flex-nav #navbar-alma-logo {
    display: inline-block;
    padding-left: 11px;
    border-left: 1px solid #dbdfe7;
    margin-left: 20px;
  }
  .flex-nav #navbar-alma-logo a {
    display: inline-block;
    height: 20px;
  }
  .flex-nav #navbar-alma-logo img {
    height: 20px;
  }
}
.flex-nav #language-selectors img {
  height: 20px;
}
.flex-nav #language-selectors img:not(:first-child) {
  padding-left: 11px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .flex-nav #language-selectors img {
    height: 17px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .flex-nav #language-selectors {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .flex-nav #language-selectors {
    display: none;
  }
}
@media (max-width: 767px) {
  .flex-nav {
    padding: 10px;
  }
}
#almad-wallpaper-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.center {
  text-align: center;
}
.rental-list-item-tag {
  border: 1px solid #4c6fae;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: #4c6fae;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
}
.item-page-card-bottom-mobile-row {
  display: none;
  margin: 10px;
  margin-top: 0px;
}
.item-page-card-bottom-mobile-row-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .item-page-card-bottom-mobile-row {
    display: flex;
  }
}
body#wallpaper-active .js-main-page-container {
  padding: 10px;
}
body#wallpaper-active .js-main-page-container {
  padding: 10px;
}
body#wallpaper-active #collapseOne .row-rooms-and-rent .form-group:nth-child(2) {
  width: 170px;
}
body#wallpaper-active #bottomDesktopBanner {
  margin-left: -10px;
}
body#wallpaper-active .flex-nav {
  padding: 10px;
}
body#wallpaper-active .search-page-container {
  padding: 10px;
}
#footer,
.navbar-container,
.parade-ad-container,
.js-main-page-container,
.search-page-container {
  position: relative;
}
body#wallpaper-active .parade-ad-container {
  background: none;
  display: flex;
  align-items: center;
  margin-left: calc((100% - 980px - 100px) / 2);
  width: 980px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  body#wallpaper-active .parade-ad-container {
    margin-left: calc((100% - 980px) / 2);
  }
}
body#wallpaper-active .parade-ad-container > .flexible-container {
  margin-left: auto;
}
body#wallpaper-active #content {
  position: unset;
  background: none;
}
body#wallpaper-active #jsTopBanner {
  margin: 0;
}
body#wallpaper-active .flex-nav {
  border-bottom: 2px solid #dbdfe7;
}
body#wallpaper-active .navbar-container {
  border: 0;
  margin-bottom: 0;
  margin-left: calc((100% - 980px - 100px) / 2);
  width: 980px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  body#wallpaper-active .navbar-container {
    margin-left: calc((100% - 980px) / 2);
  }
}
body#wallpaper-active .navbar-container > .flexible-container {
  margin-left: auto;
}
.capitalize {
  text-transform: capitalize;
}
.service-ad-panel {
  margin-top: 20px;
  background: #fff;
}
#item-page-service-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dbdfe7;
}
#item-page-service-tabs .service-ad-category {
  flex: 1;
  text-align: center;
  padding: 10px;
}
#item-page-service-tabs .service-ad-category:not(:first-child) {
  border-left: 1px solid #dbdfe7;
}
#item-page-service-tabs .service-ad-category.selected {
  background: #f1eee8;
}
#item-page-service-tabs .service-ad-category:hover {
  cursor: pointer;
  background: #f1eee8;
}
.item-page-service-ad-services {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#item-page-service-tabs-selected {
  display: none;
}
@media (max-width: 767px) {
  #item-page-service-tabs {
    z-index: 3;
    flex-direction: column;
    position: absolute;
    background: #fff;
    width: 100%;
  }
  #item-page-service-tabs-selected {
    display: flex;
    border-bottom: 1px solid #d0d0d0;
  }
  #item-page-service-tabs-selected span {
    margin-top: 10px;
  }
  #item-page-service-tabs-selected span:first-child {
    flex: 1 0 auto;
    text-align: center;
    margin: 10px 0px 10px 24px;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
.tab-container {
  display: block;
}
.tab-container:not([data-active="true"]) {
  display: none;
}
.service {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.service div {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service img {
  width: 100%;
  height: auto;
}
.service span:last-child {
  margin: 1rem 0;
}
.service span:last-child a {
  color: #209bb0;
  text-transform: none;
  transition: none;
  font-weight: 600;
}
.item-page-service-ad-services > .owl-controls > .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
}
.item-page-service-ad-services > .owl-controls > .owl-nav > div {
  width: 40px;
  height: 40px;
  background: #00000073;
  border-radius: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
}
.item-page-service-ad-services > .owl-controls > .owl-nav > .owl-prev {
  left: -10px;
}
.item-page-service-ad-services > .owl-controls > .owl-nav > .owl-next {
  right: -10px;
}
#itempage-service-ad-panel-header {
  background-color: #eef1f4;
  color: #333333;
  min-height: 40px;
  padding: 10px;
}
#itempage-service-ad-panel-header h3 {
  font-weight: 600;
}

