/* CSS reset */
html {
  color: #000;
  background: #ffffff;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a,
input,
textarea {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
li {
  list-style: none;
}
caption {
  text-align: left;
}
th {
  text-align: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000000;
}
.context-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.spin {
  -webkit-animation: rotating 1.5s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.icon-xsmall {
  background-image: url(../img/icons12-black.png);
  width: 12px;
  height: 12px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-xsmall {
    background-image: url(../img/icons12-black@2x.png);
    background-size: 120px 120px;
  }
}
.icon-xsmall.icon-blue {
  background-image: url(../img/icons12-blue.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-xsmall.icon-blue {
    background-image: url(../img/icons12-blue@2x.png);
  }
}
.icon-xsmall.icon-white {
  background-image: url(../img/icons12-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-xsmall.icon-white {
    background-image: url(../img/icons12-white@2x.png);
  }
}
.icon-xsmall.icon-grade {
  background-position: 0px -12px;
}
.icon-xsmall.icon-up {
  background-position: -12px -12px;
}
.icon-xsmall.icon-down {
  background-position: -24px -12px;
}
.icon-xsmall.icon-outandback {
  background-position: -36px -12px;
}
.icon-xsmall.icon-loop {
  background-position: -48px -12px;
}
.icon-xsmall.icon-p2p {
  background-position: -60px -12px;
}
.icon-xsmall.icon-time {
  background-position: -84px -12px;
}
.icon-xsmall.icon-mountains {
  background-position: 0px -24px;
}
.icon-xsmall.icon-forest {
  background-position: -12px -24px;
}
.icon-xsmall.icon-beach {
  background-position: -24px -24px;
}
.icon-xsmall.icon-hills {
  background-position: -36px -24px;
}
.icon-xsmall.icon-farmland {
  background-position: -48px -24px;
}
.icon-xsmall.icon-lakes {
  background-position: -60px -24px;
}
.icon-xsmall.icon-waterfall {
  background-position: -72px -24px;
}
.icon-xsmall.icon-shop {
  background-position: 0px -36px;
}
.icon-xsmall.icon-bar {
  background-position: -12px -36px;
}
.icon-xsmall.icon-restaurant {
  background-position: -24px -36px;
}
.icon-xsmall.icon-campsite {
  background-position: -36px -36px;
}
.icon-xsmall.icon-hotel {
  background-position: -48px -36px;
}
.icon-xsmall.icon-police {
  background-position: 0px -48px;
}
.icon-xsmall.icon-hospital {
  background-position: -12px -48px;
}
.icon-xsmall.icon-car {
  background-position: 0px -60px;
}
.icon-xsmall.icon-bus {
  background-position: -12px -60px;
}
.icon-xsmall.icon-taxi {
  background-position: -24px -60px;
}
.icon-xsmall.icon-airplane {
  background-position: -36px -60px;
}
.icon-xsmall.icon-walking {
  background-position: -48px -60px;
}
.icon-xsmall.icon-train {
  background-position: -60px -60px;
}
.icon-xsmall.icon-disabled {
  background-position: 0px -72px;
}
.icon-xsmall.icon-pets {
  background-position: -12px -72px;
}
.icon-xsmall.icon-childeren {
  background-position: -24px -72px;
}
.icon-xsmall.icon-photo {
  background-position: 0px -84px;
}
.icon-xsmall.icon-place-to-stay {
  background-position: -48px -36px;
}
.icon-xsmall.icon-usefulplace {
  background-position: -24px -84px;
}
.icon-xsmall.icon-landmark {
  background-position: -12px -84px;
}
.icon-xsmall.icon-town {
  background-position: -36px -84px;
}
.icon-small {
  background-image: url(../img/icons18-black.png);
  width: 18px;
  height: 18px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-small {
    background-image: url(../img/icons18-black@2x.png);
    background-size: 180px 180px;
  }
}
.icon-small.icon-blue {
  background-image: url(../img/icons18-blue.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-small.icon-blue {
    background-image: url(../img/icons18-blue@2x.png);
  }
}
.icon-small.icon-white {
  background-image: url(../img/icons18-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-small.icon-white {
    background-image: url(../img/icons18-white@2x.png);
  }
}
.icon-small.icon-guide {
  background-position: 0px 0px;
}
.icon-small.icon-wanttohike {
  background-position: -18px 0px;
}
.icon-small.icon-hiked {
  background-position: -36px 0px;
}
.icon-small.icon-written {
  background-position: -54px 0px;
}
.icon-small.icon-explore {
  background-position: -72px 0px;
}
.icon-small.icon-map {
  background-position: -90px 0px;
}
.icon-small.icon-search {
  background-position: -108px 0px;
}
.icon-small.icon-share {
  background-position: -126px 0px;
}
.icon-small.icon-settings {
  background-position: -144px 0px;
}
.icon-small.icon-profile {
  background-position: -162px 0px;
}
.icon-small.icon-grade {
  background-position: 0px -18px;
}
.icon-small.icon-up {
  background-position: -18px -18px;
}
.icon-small.icon-down {
  background-position: -36px -18px;
}
.icon-small.icon-outandback {
  background-position: -54px -18px;
}
.icon-small.icon-loop {
  background-position: -72px -18px;
}
.icon-small.icon-p2p {
  background-position: -90px -18px;
}
.icon-small.icon-time {
  background-position: -126px -18px;
}
.icon-small.icon-mountains {
  background-position: 0px -36px;
}
.icon-small.icon-forest {
  background-position: -18px -36px;
}
.icon-small.icon-beach {
  background-position: -36px -36px;
}
.icon-small.icon-hills {
  background-position: -54px -36px;
}
.icon-small.icon-farmland {
  background-position: -72px -36px;
}
.icon-small.icon-lakes {
  background-position: -90px -36px;
}
.icon-small.icon-waterfall {
  background-position: -108px -36px;
}
.icon-small.icon-shop {
  background-position: 0px -54px;
}
.icon-small.icon-bar {
  background-position: -18px -54px;
}
.icon-small.icon-restaurant {
  background-position: -36px -54px;
}
.icon-small.icon-campsite {
  background-position: -54px -54px;
}
.icon-small.icon-hotel {
  background-position: -72px -54px;
}
.icon-small.icon-police {
  background-position: 0px -72px;
}
.icon-small.icon-hospital {
  background-position: -18px -72px;
}
.icon-small.icon-car {
  background-position: 0px -90px;
}
.icon-small.icon-bus {
  background-position: -18px -90px;
}
.icon-small.icon-taxi {
  background-position: -36px -90px;
}
.icon-small.icon-airplane {
  background-position: -54px -90px;
}
.icon-small.icon-walking {
  background-position: -72px -90px;
}
.icon-small.icon-train {
  background-position: -90px -90px;
}
.icon-small.icon-childeren,
.icon-small.icon-kids {
  background-position: 0px -108px;
}
.icon-small.icon-disabled {
  background-position: -18px -108px;
}
.icon-small.icon-pets {
  background-position: -36px -108px;
}
.icon-small.icon-photo {
  background-position: 0px -144px;
}
.icon-medium {
  background-image: url(../img/icons24-black.png);
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-medium {
    background-image: url(../img/icons24-black@2x.png);
    background-size: 240px 240px;
  }
}
.icon-medium.icon-blue {
  background-image: url(../img/icons24-blue.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-medium.icon-blue {
    background-image: url(../img/icons24-blue@2x.png);
  }
}
.icon-medium.icon-white {
  background-image: url(../img/icons24-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-medium.icon-white {
    background-image: url(../img/icons24-white@2x.png);
  }
}
.icon-medium.icon-guide {
  background-position: 0px 0px;
}
.icon-medium.icon-wanttohike {
  background-position: -24px 0px;
}
.icon-medium.icon-hiked {
  background-position: -48px 0px;
}
.icon-medium.icon-written {
  background-position: -72px 0px;
}
.icon-medium.icon-explore {
  background-position: -96px 0px;
}
.icon-medium.icon-map {
  background-position: -120px 0px;
}
.icon-medium.icon-search {
  background-position: -144px 0px;
}
.icon-medium.icon-settings {
  background-position: -168px 0px;
}
.icon-medium.icon-share {
  background-position: -192px 0px;
}
.icon-medium.icon-profile {
  background-position: -216px 0px;
}
.icon-medium.icon-grade {
  background-position: 0px -24px;
}
.icon-medium.icon-up {
  background-position: -24px -24px;
}
.icon-medium.icon-down {
  background-position: -48px -24px;
}
.icon-medium.icon-outandback {
  background-position: -72px -24px;
}
.icon-medium.icon-loop {
  background-position: -96px -24px;
}
.icon-medium.icon-p2p {
  background-position: -120px -24px;
}
.icon-medium.icon-time {
  background-position: -168px -24px;
}
.icon-medium.icon-mountains {
  background-position: 0px -48px;
}
.icon-medium.icon-forest {
  background-position: -24px -48px;
}
.icon-medium.icon-beach {
  background-position: -48px -48px;
}
.icon-medium.icon-hills {
  background-position: -72px -48px;
}
.icon-medium.icon-farmland {
  background-position: -96px -48px;
}
.icon-medium.icon-lakes {
  background-position: -120px -48px;
}
.icon-medium.icon-waterfall {
  background-position: -144px -48px;
}
.icon-medium.icon-shop {
  background-position: 0px -72px;
}
.icon-medium.icon-bar {
  background-position: -24px -72px;
}
.icon-medium.icon-restaurant {
  background-position: -48px -72px;
}
.icon-medium.icon-campsite {
  background-position: -72px -72px;
}
.icon-medium.icon-hotel {
  background-position: -96px -72px;
}
.icon-medium.icon-police {
  background-position: 0px -96px;
}
.icon-medium.icon-hospital {
  background-position: -24px -96px;
}
.icon-medium.icon-car {
  background-position: 0px -120px;
}
.icon-medium.icon-bus {
  background-position: -24px -120px;
}
.icon-medium.icon-taxi {
  background-position: -48px -120px;
}
.icon-medium.icon-airplane {
  background-position: -72px -120px;
}
.icon-medium.icon-walking {
  background-position: -96px -120px;
}
.icon-medium.icon-train {
  background-position: -120px -120px;
}
.icon-medium.icon-childeren,
.icon-medium.icon-kids {
  background-position: 0px -144px;
}
.icon-medium.icon-disabled {
  background-position: -24px -144px;
}
.icon-medium.icon-pets {
  background-position: -48px -144px;
}
.icon-medium.icon-photo {
  background-position: 0px -192px;
}
.icon-large {
  background-image: url(../img/icons28-black.png);
  width: 28px;
  height: 28px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-large {
    background-image: url(../img/icons28-black@2x.png);
    background-size: 280px 280px;
  }
}
.icon-large.icon-blue {
  background-image: url(../img/icons28-blue.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-large.icon-blue {
    background-image: url(../img/icons28-blue@2x.png);
  }
}
.icon-large.icon-white {
  background-image: url(../img/icons28-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-large.icon-white {
    background-image: url(../img/icons28-white@2x.png);
  }
}
.icon-large.icon-guide {
  background-position: 0px 0px;
}
.icon-large.icon-wanttohike {
  background-position: -28px 0px;
}
.icon-large.icon-hiked {
  background-position: -56px 0px;
}
.icon-large.icon-written {
  background-position: -84px 0px;
}
.icon-large.icon-explore {
  background-position: -112px 0px;
}
.icon-large.icon-map {
  background-position: -140px 0px;
}
.icon-large.icon-search {
  background-position: -168px 0px;
}
.icon-large.icon-share {
  background-position: -196px 0px;
}
.icon-large.icon-settings {
  background-position: -224px 0px;
}
.icon-large.icon-profile {
  background-position: -252px 0px;
}
.icon-large.icon-grade {
  background-position: 0px -28px;
}
.icon-large.icon-up {
  background-position: -28px -28px;
}
.icon-large.icon-down {
  background-position: -56px -28px;
}
.icon-large.icon-outandback {
  background-position: -84px -28px;
}
.icon-large.icon-loop {
  background-position: -112px -28px;
}
.icon-large.icon-p2p {
  background-position: -140px -28px;
}
.icon-large.icon-time {
  background-position: -196px -28px;
}
.icon-large.icon-mountains {
  background-position: 0px -56px;
}
.icon-large.icon-forest {
  background-position: -28px -56px;
}
.icon-large.icon-beach {
  background-position: -56px -56px;
}
.icon-large.icon-hills {
  background-position: -84px -56px;
}
.icon-large.icon-farmland {
  background-position: -112px -56px;
}
.icon-large.icon-lakes {
  background-position: -140px -56px;
}
.icon-large.icon-waterfall {
  background-position: -168px -56px;
}
.icon-large.icon-shop {
  background-position: 0px -84px;
}
.icon-large.icon-bar {
  background-position: -28px -84px;
}
.icon-large.icon-restaurant {
  background-position: -56px -84px;
}
.icon-large.icon-guide-guide {
  background-position: 0px -252px;
}
.icon-weather {
  background-image: url(../img/weather.png);
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-weather {
    background-image: url(../img/weather@2x.png);
    background-size: 500px 400px;
  }
}
.icon-weather.icon-blue {
  background-image: url(../img/weather-blue.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-weather.icon-blue {
    background-image: url(../img/weather-blue@2x.png);
  }
}
.icon-weather.icon-200,
.icon-weather.icon-201,
.icon-weather.icon-202,
.icon-weather.icon-210,
.icon-weather.icon-211,
.icon-weather.icon-212,
.icon-weather.icon-221,
.icon-weather.icon-230,
.icon-weather.icon-231,
.icon-weather.icon-232 {
  background-position: -400px -150px;
}
.icon-weather.icon-300,
.icon-weather.icon-301,
.icon-weather.icon-302,
.icon-weather.icon-310,
.icon-weather.icon-311,
.icon-weather.icon-312,
.icon-weather.icon-312,
.icon-weather.icon-313,
.icon-weather.icon-314,
.icon-weather.icon-321 {
  background-position: -400px -150px;
}
.icon-weather.icon-500,
.icon-weather.icon-501,
.icon-weather.icon-502,
.icon-weather.icon-503,
.icon-weather.icon-504 {
  background-position: -50px -50px;
}
.icon-weather.icon-511 {
  background-position: -250px -100px;
}
.icon-weather.icon-520,
.icon-weather.icon-521,
.icon-weather.icon-522,
.icon-weather.icon-531 {
  background-position: 0px -50px;
}
.icon-weather.icon-600,
.icon-weather.icon-601,
.icon-weather.icon-602,
.icon-weather.icon-611,
.icon-weather.icon-612,
.icon-weather.icon-615,
.icon-weather.icon-616,
.icon-weather.icon-620,
.icon-weather.icon-621,
.icon-weather.icon-622 {
  background-position: -100px -100px;
}
.icon-weather.icon-701,
.icon-weather.icon-711,
.icon-weather.icon-721,
.icon-weather.icon-731,
.icon-weather.icon-741,
.icon-weather.icon-751,
.icon-weather.icon-761,
.icon-weather.icon-762,
.icon-weather.icon-771,
.icon-weather.icon-781 {
  background-position: -400px -100px;
}
.icon-weather.icon-800 {
  background-position: -50px -200px;
}
.icon-weather.icon-801,
.icon-weather.icon-802 {
  background-position: -100px 0px;
}
.icon-weather.icon-803,
.icon-weather.icon-804 {
  background-position: 0px 0px;
}
.poi-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../img/poi-icon-background.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .poi-icon {
    background-image: url(../img/poi-icon-background@2x.png);
    background-size: 22px 22px;
  }
}
.poi-icon .inner {
  display: block;
  margin: auto;
  margin-top: 5px;
}
.poi-icon .inner.icon-campsite {
  margin-top: 3px;
}
form {
  font-size: 16px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
button:active {
  outline: none;
}
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 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
input:not([type='checkbox']),
select,
label,
button,
textarea,
textfield {
  -webkit-appearance: none;
}
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;
  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: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.small {
  width: 60%;
}
.form-control:focus {
  border-color: #1d829f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
  overflow: auto;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
  outline: 0;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  outline: 0;
}
.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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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 select.form-control {
    width: auto;
  }
  .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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .form-group .control-label {
  float: left;
  width: 30%;
  padding-right: 3%;
}
.form-horizontal .form-group .control-element {
  float: left;
  width: 70%;
}
.login-register-form-content {
  padding: 5px 20px;
  max-height: 100%;
  height: 100%;
  outline: 0;
}
#feedbackform textarea {
  overflow: auto;
  resize: none;
}
.select2-chosen {
  margin-left: 4px;
}
.select2-container,
.select2-choice {
  line-height: 32px !important;
  overflow: hidden;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #1d829f !important;
}
.select2-drop-active {
  border-color: #1d829f !important;
}
.placeholder {
  color: #8d8d8d;
}
.section-label {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  font-size: 13px;
  line-height: 23px;
  color: #333;
  font-weight: 500;
  text-align: center;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: 49px 6px;
  z-index: 15 !important;
}
.section-label:hover {
  background: rgba(255, 255, 255, 0.9);
}
.poi-marker {
  z-index: 10 !important;
}
.position-icon {
  width: 16px;
  height: 16px;
  background-color: #ba4b0f;
  border: 3px solid #FFF;
  border-radius: 10px;
}
.active-poi-marker,
.hk-marker {
  width: 28px;
  height: 35px;
  background: url(../img/poi-marker.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .active-poi-marker,
  .hk-marker {
    background-image: url(../img/poi-marker@2x.png);
    background-size: 28px 35px;
  }
}
.startMarker {
  width: 15px!important;
  height: 15px!important;
  background: url(../img/node-marker.png);
  background-repeat: no-repeat;
  margin-left: -7px !important;
  margin-top: -7px !important;
  z-index: 5 !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .startMarker {
    background-image: url(../img/node-marker@2x.png);
    background-size: 15px 15px;
  }
}
.marker-cluster {
  background-color: #ba4b0f !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 16px !important;
  border: 2px solid white !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4) !important;
}
.marker-cluster div {
  text-align: center;
  color: white;
  font-weight: 600;
  font-family: "proxima-nova-6", helvetica, sans-serif;
  line-height: 25px;
}
.leaflet-container {
  font-family: "proxima-nova", helvetica, sans-serif;
}
.leaflet-popup-close-button {
  border-radius: 0 3px 0 0;
}
.hike-popup {
  margin: -11px -11px 0 -11px;
  padding: 0;
  border-radius: 2px;
  width: 300px;
  overflow: hidden;
  clear: both;
  color: #000;
}
.hike-popup a.hike-title {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 0px;
  color: #66cae2;
}
.hike-popup .labels {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.black-hike-popup {
  margin: -11px -11px -16px -11px;
  padding: 0;
  padding-bottom: 16px;
  border-radius: 2px;
  width: 300px;
  overflow: hidden;
  clear: both;
  color: #000;
  background: #1c1c1c;
}
.black-hike-popup a.hike-title {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 0px;
  color: #66cae2;
}
.black-hike-popup .labels {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.black-hike-popup li {
  background: #474747 !important;
  color: white;
}
.poi-info-popup {
  background: #FFF;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 400px;
  padding: 15px 15px 0 15px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  border-radius: 3px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.poi-info-popup.active {
  top: 11px;
  opacity: 1;
}
.poi-info-popup.remove {
  top: 30px;
  opacity: 0;
}
.poi-info-popup a {
  color: #1d829f;
}
.poi-info-popup a:hover {
  color: #0d3b49;
}
.poi-info-popup .poi-title {
  font-size: 18px;
}
.poi-info-popup .poi-features {
  margin-top: 2px;
  overflow: hidden;
}
.poi-info-popup .poi-features li {
  float: left;
  margin-bottom: 5px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #959595;
  margin-right: 13px;
}
.poi-info-popup .poi-description {
  margin-top: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
.poi-info-popup .poi-description p {
  margin-bottom: 0;
}
.poi-info-popup .sub-text {
  clear: both;
}
.poi-info-popup .poi-address {
  margin-top: 15px;
  word-break: break-word;
}
.poi-info-popup .poi-address table {
  width: 100%;
}
.poi-info-popup .poi-address table td {
  width: 50%;
  vertical-align: top;
}
.poi-info-popup .poi-close {
  top: 10px;
  right: 15px;
  color: #8d8d8d;
  font-family: Helvetica Neue, Helvetica, Arial;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}
.poi-info-popup .poi-close:hover {
  color: #5a5a5a;
}
.heightMap {
  background: rgba(0, 0, 0, 0.8);
  width: 500px;
  height: 155px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 20px 20px 15px 12px;
  border-radius: 3px;
}
.heightMap .chart {
  height: 120px;
}
.heightMap .highcharts-tooltip {
  display: none !important;
}
.heightMap .close {
  background: url(../img/toggle-down.png);
  height: 8px;
  width: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .heightMap .close {
    background-image: url(../img/toggle-down@2x.png);
    background-size: 12px 8px;
  }
}
.heightMapToggle {
  font-size: 15px;
  font-weight: 600;
  padding: 1px 12px 0 12px;
  color: #FFF;
  position: absolute;
  display: none;
  right: 10px;
  bottom: 10px;
  padding-right: 30px;
  line-height: 27px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  background: no-repeat 117px center;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../img/toggle-up.png);
  border-radius: 3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .heightMapToggle {
    background-image: url(../img/toggle-up@2x.png);
    background-size: 12px 8px;
  }
}
.heightMapToggle:hover {
  background-color: #000000;
}
.leaflet-control-layers,
.leaflet-bar {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
}
.leaflet-control-zoom.leaflet-bar a {
  color: #404040;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ddd;
  border-color: rgba(255, 255, 255, 0.1);
  background-image: url(../img/icons-404040.png);
}
.leaflet-control-zoom.leaflet-bar a:active {
  background-color: #000000;
  border-bottom: 1px solid #ddd;
  border-color: rgba(255, 255, 255, 0.1);
}
.leaflet-top,
.leaflet-bottom {
  z-index: 1 !important;
}
.centertext {
  text-align: center;
}
.text {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.text h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  font-family: "museo-sans-n5", "museo-sans";
  font-weight: 500;
  font-style: normal;
}
.text h2 {
  margin-top: 48px;
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "museo-sans-n5", "museo-sans";
  font-weight: 500;
  font-style: normal;
}
.text h3 {
  font-family: "museo-sans-n5", "museo-sans";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 48px 0px 6px 0px;
}
.text p {
  text-indent: 0em;
  margin-bottom: 24px;
}
.text p.author {
  text-indent: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666464;
  line-height: 24px;
  margin: 0px 0px 36px 0px;
}
.text p.intro {
  text-indent: 0px;
  line-height: 36px;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 38px 0px 24px 0px;
  font-family: "museo-sans-n3", "museo-sans";
  font-weight: 300;
  font-style: normal;
}
.text p.first {
  margin-bottom: 24px;
}
.text p.callout {
  text-indent: 0em;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
  margin-left: -48px;
  font-family: "museo-sans-i3", "museo-sans";
  font-weight: 300;
  font-style: italic;
}
.text blockquote {
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  color: #8c8a8a;
}
.text .img-box {
  float: right;
  margin: 7px 0 0 20px;
}
.text .img-box .title {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: lighter;
}
.main-modal-content .directory-list {
  padding-top: 30px;
  margin-bottom: -20px;
  overflow: hidden;
}
.main-modal-content .directory-list > ul {
  overflow: hidden;
  clear: both;
}
.main-modal-content .directory-list > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.main-modal-content .directory-list > ul > li p {
  margin: 10px 0;
}
.main-modal-content .directory-list > ul > li a {
  color: #1d829f;
}
.main-modal-content .directory-list > ul > li a:hover {
  color: #0d3b49;
}
.main-modal-content .directory-list > ul > li:nth-child(odd) {
  clear: left;
}
.main-modal-content .directory-list .category-title {
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.main-modal-content .directory-list .poi-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.main-img {
  background-color: #f2f2f2;
}
.main-img #main-image-guidepopup {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.main-img div {
  display: block;
  margin: auto;
}
#guideDetail .left-side-pane {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 360px;
  overflow: hidden;
}
#guideDetail .left-side-pane .weather {
  background-color: #f2f2f2;
  overflow: auto;
  text-align: center;
  margin-top: 25px;
  /* to fix */
  position: relative;
  z-index: 1;
}
#guideDetail .left-side-pane .weather .dayblocks {
  overflow: auto;
  list-style-type: none;
}
#guideDetail .left-side-pane .weather .dayblocks li {
  text-align: center;
  float: left;
  width: 25%;
  padding: 10px 0;
}
#guideDetail .left-side-pane .weather .dayblocks li div {
  display: block;
}
#guideDetail .left-side-pane .weather .dayblocks li .dayname {
  font-size: 12px;
  font-family: "museo-sans-n6", "museo-sans";
  font-weight: 600;
  color: #8d8d8d;
}
#guideDetail .left-side-pane .weather .dayblocks li .icon {
  margin-bottom: -2px;
  /* temporary margin because of oversized openweathermap pics */
}
#guideDetail .left-side-pane .weather .dayblocks li .temps {
  font-size: 12px;
  font-family: "museo-sans-n5", "museo-sans";
  font-weight: 500;
}
#guideDetail .left-side-pane .weather .dayblocks li .temps .emph {
  display: inline;
  font-size: 14px;
  font-weight: 600;
}
#guideDetail .left-side-pane .weather .loading {
  margin: 15px 0 -10px 0;
}
#guideDetail .left-side-pane .content {
  padding: 14px;
  outline: none !important;
  text-align: justify;
}
#guideDetail .left-side-pane .content h1,
#guideDetail .left-side-pane .content h2,
#guideDetail .left-side-pane .content h3,
#guideDetail .left-side-pane .content h4,
#guideDetail .left-side-pane .content h5,
#guideDetail .left-side-pane .content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#guideDetail .left-side-pane .content p a {
  color: #8d8d8d;
}
#guideDetail .left-side-pane .content p a .poi-icon {
  margin-right: 4px;
  opacity: 0.6;
  background-image: url('/img/poi-icon-background-grey.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  #guideDetail .left-side-pane .content p a .poi-icon {
    background-image: url('../img/poi-icon-background-grey@2x.png');
  }
}
#guideDetail .left-side-pane .content p a:hover {
  color: #ba4b0f;
}
#guideDetail .left-side-pane .content p a:hover .poi-icon {
  background-image: url('/img/poi-icon-background.png');
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  #guideDetail .left-side-pane .content p a:hover .poi-icon {
    background-image: url('../img/poi-icon-background@2x.png');
  }
}
#guideDetail .left-side-pane .content #nextsectionlabel {
  color: #1d829f;
}
#guideDetail .main-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
#guideDetail .sub-title-1 {
  font-weight: 300;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2px;
  text-align: left;
}
#guideDetail .sub-title-3 {
  font-weight: 300;
  color: #8d8d8d;
  font-size: 18px;
  text-align: left;
}
#guideDetail .modal {
  display: none;
}
#guideDetail .poi-list {
  margin-bottom: 25px;
}
#guideDetail .poi-list li {
  line-height: 24px;
  margin: 10px 0;
}
#guideDetail .poi-list li a {
  display: block;
}
#guideDetail .poi-list li a:hover {
  color: #323232;
}
#guideDetail .poi-list .poi-icon {
  margin-right: 7px;
}
#guideDetail .guide-intro {
  background-color: #f2f2f2;
  margin: -14px -14px 0px -14px;
  padding: 12px 20px;
  height: 180px;
}
#guideDetail .guide-intro .guide-intro-content {
  position: relative;
  top: 40px;
}
#guideDetail .guide-intro .guide-intro-content .guide-specifications {
  color: #323232;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.8;
}
#guideDetail .guide-intro .guide-intro-content .guide-specifications .spec {
  padding-right: 10px;
}
#guideDetail .guide-intro .guide-intro-content .guide-specifications .icon {
  margin-bottom: -4px;
  margin-right: 3px;
}
#guideDetail .guide-intro .guide-intro-content .guide-buttons {
  margin: 20px -8px 0 -8px;
}
#guideDetail .guide-intro .guide-intro-content .guide-buttons .button {
  font-size: 16px;
  width: 140px;
  text-align: center;
}
#guideDetail .guide-intro .guide-intro-content .guide-buttons .button.left {
  margin-right: 14px;
}
#guideDetail .guide-navigation {
  margin: 20px 0;
  overflow: hidden;
  clear: both;
}
#guideDetail .guide-navigation li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}
#guideDetail .guide-navigation li a {
  display: block;
  padding: 3px 5px;
  border-top: 1px solid #e5e5e5;
}
#guideDetail .guide-navigation li.active a,
#guideDetail .guide-navigation li a:hover {
  color: #1d829f;
}
#guideDetail .guide-navigation li:nth-child(odd) {
  padding-right: 7px;
}
#guideDetail .guide-navigation li:nth-child(even) {
  padding-left: 7px;
}
#guideDetail .guide-navigation li:nth-child(1) a {
  border-top: 0;
}
#guideDetail .guide-navigation li:nth-child(2) a {
  border-top: 0;
}
#guideDetail .guide-sections {
  margin-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  margin: 0 -14px -14px -14px;
}
#guideDetail .guide-sections .guide-section {
  line-height: 1.3;
  margin: 0;
  position: relative;
  cursor: pointer;
}
#guideDetail .guide-sections .guide-section div,
#guideDetail .guide-sections .guide-section img {
  display: block;
}
#guideDetail .guide-sections .guide-section .align-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 14px 20px;
}
#guideDetail .guide-sections .guide-section .section-title {
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#guideDetail .guide-sections .guide-section .section-name {
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#guideDetail .guide-sections .guide-section .section-specifications {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#guideDetail .guide-sections .guide-section:hover .gradient-elem {
  opacity: 0.7;
}
#guideDetail .guide-section .section-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
#guideDetail .guide-section .section-title-content {
  color: #000;
}
#guideDetail .guide-section .section-name {
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
}
#guideDetail .guide-section .section-name-content {
  color: #000;
  line-height: 26px;
  margin-bottom: 20px;
}
#guideDetail .guide-section .section-specifications {
  margin-top: 10px;
  color: #FFF;
  line-height: 24px;
  font-weight: 600;
}
#guideDetail .guide-section .section-specifications .icon {
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#guideDetail .guide-section .section-specifications .spec {
  margin-right: 8px;
}
#guideDetail .guide-section .section-specifications-content {
  color: #000;
  font-size: 14px;
}
#guideDetail .pane {
  z-index: 100;
}
#guideDetail .map-panel {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
}
#guideDetail .map-panel > div.map {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#guideDetail #guide-button-background {
  width: 360px;
  background-color: #f2f2f2;
  height: 60px;
  position: relative;
  z-index: 100;
  top: -10px;
  left: -40px;
}
#guideDetail .section-overlay .section-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: inline-block;
  height: 175px;
  width: 360px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}
#guideDetail .section-overlay .section-header .gradient {
  width: 360px;
  height: 175px;
  display: block;
  z-index: 100;
}
#guideDetail .section-overlay .section-header .align-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 15px 24px;
}
#guideDetail .section-overlay .back {
  position: absolute;
  left: 24px;
  top: 18px;
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: url(../img/back-arrow.png) no-repeat left center;
  background-size: 7px 11px;
  padding-left: 15px;
}
#guideDetail .section-overlay .back:hover {
  opacity: 0.7;
}
body.guide {
  height: 100%;
  overflow-x: hidden;
}
body.guide .fancybox-overlay.fancybox-overlay-fixed {
  overflow: hidden;
  z-index: 1001 !important;
}
body.guide #fancybox-loading {
  margin-left: 58px;
}
#guide-navcontrols {
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: auto;
  right: auto;
  padding: 0;
}
#interactivemap {
  position: relative;
  top: -40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 2px;
  padding: 1px 9px 0 9px;
  line-height: 29px;
  font-weight: 600;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}
#interactivemap:hover {
  background-color: #000000;
}
#interactivemap span.icon {
  margin-bottom: -9px;
  margin-right: 4px;
}
.guide-navcontrols {
  height: 30px;
  right: 22px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  line-height: 29px;
  font-weight: 600;
  overflow: auto;
  color: white;
  font-size: 14px;
  margin-right: 0px;
  position: absolute;
  z-index: 10000000;
}
.guide-navcontrols .caret {
  margin-top: -2px;
}
.guide-navcontrols a {
  padding: 1px 10px 0 10px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.guide-navcontrols a:hover {
  background-color: black;
}
.guide-navcontrols a.inactive {
  cursor: default;
  opacity: 0.4;
}
.guide-navcontrols a:first-child {
  border-left: 0;
}
.guide-button {
  left: 22px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  position: absolute;
  z-index: 10000000;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
}
.guide-button a {
  display: inline-block;
  line-height: 27px;
  border-radius: 2px;
  padding: 1px 7px 0 7px;
  color: white;
  font-size: 14px;
}
.guide-button a:hover {
  background-color: black;
}
.guide-button span.icon {
  margin-bottom: -9px;
  margin-right: 4px;
}
.shadow-background {
  background-image: url(../img/pane-tabs-shadow.png) !important;
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  position: absolute;
  z-index: 100;
  top: 50px;
  height: 10px;
  width: 100%;
}
.left-side-pane {
  overflow: hidden;
}
.left-side-pane > div {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  width: 360px;
  bottom: 0;
  top: 0;
  -moz-transition: left 400ms;
  -o-transition: left 400ms;
  -webkit-transition: left 400ms;
  -ms-transition: left 400ms;
  transition: left 400ms;
  background: #FFF;
}
.left-side-pane > .right {
  position: absolute;
  left: 360px;
}
.left-side-pane > .left {
  position: absolute;
  left: -360px;
}
.left-side-pane .pane-tabs {
  background-color: #f2f2f2;
  padding: 10px 0;
  margin: 0px 0px 12px 0;
  padding-bottom: 20px;
  background-image: url(../img/pane-tabs-shadow.png);
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.left-side-pane .pane-tabs ul {
  display: inline-block;
  vertical-align: top;
}
.left-side-pane .pane-tabs ul li {
  float: left;
  border: 1px solid #666;
  border-left: 0;
  border-right: 0;
}
.left-side-pane .pane-tabs ul li a {
  line-height: 25px;
  width: 117px;
  display: block;
  font-size: 15px;
}
.left-side-pane .pane-tabs ul li:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #666;
}
.left-side-pane .pane-tabs ul li:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #666;
}
.left-side-pane .pane-tabs ul li:hover {
  background: #ddd;
}
.left-side-pane .pane-tabs ul li.active {
  background: #666;
  color: #FFF;
}
.left-side-pane .pane-text-content {
  font-size: 15px;
  margin-bottom: 0px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
.left-side-pane .pane-text-content .content {
  padding: 22px 24px !important;
}
.left-side-pane .pane-text-content .guide-text-content {
  top: 190px;
  position: absolute;
  padding-right: 24px !important;
}
.left-side-pane #section-left-content {
  display: inline-block;
}
.left-side-pane .pane-tab {
  display: none;
}
.left-side-pane .pane-tab.active {
  display: block;
}
.guide-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 0px 60px 0 50px;
  outline: 0;
}
.guide-popup .header-wrap {
  border-bottom: 0px solid #e5e5e5;
  padding: 20px 0 10px 0;
  color: #8d8d8d;
}
.guide-popup .header-wrap .date {
  font-size: 14px;
}
#guide-menu {
  position: relative;
}
#guide-menu ul {
  margin-bottom: 25px;
}
#guide-menu.affix {
  position: absolute;
  left: 50px;
  top: 29px;
  width: 160px;
  z-index: 1;
}
#nav-guide-menu > .navbar-inner {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#guide-menu ul li a {
  display: block;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  transition: 0.1s all ease;
  color: #666;
  text-decoration: none;
}
#guide-menu ul li a:hover {
  color: #000;
}
#guide-menu li.active a {
  color: #66cae2;
}
.guide-overlay {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 160px;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
}
.guide-content .guide-block {
  background: #f2f2f2;
  padding: 0 22px;
  overflow: hidden;
  float: right;
  width: 280px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.guide-content .guide-block:last-child {
  margin-bottom: 0;
}
.guide-content .guide-block .guide-small-map {
  margin: 0 -22px;
}
.guide-content .guide-block .guide-small-map * {
  cursor: default;
}
.guide-content .guide-block .guide-small-map #guideSmallMap {
  width: auto;
  height: 200px;
}
.guide-content .guide-block .location {
  margin-top: -10px;
}
.guide-content .guide-block .block-sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #8d8d8d;
}
.guide-content .guide-block .features {
  margin-bottom: 22px;
}
.guide-content .guide-block .features .icon {
  margin-right: 5px;
}
.guide-content h1,
.guide-content h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'museo-sans';
  line-height: 1.2;
}
.guide-content h1.block-title,
.guide-content h2.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.guide-content h1.block-title .number,
.guide-content h2.block-title .number {
  color: #8d8d8d;
}
.guide-content h1.block-title .icon,
.guide-content h2.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.guide-content h1.underline,
.guide-content h2.underline {
  border-bottom: 1px solid #e5e5e5;
}
.guide-content h1 .sup-title,
.guide-content h2 .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.guide-content h3,
.guide-content h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: 'museo-sans';
  line-height: 1.2;
}
.guide-content h3.block-title,
.guide-content h4.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.guide-content h3.block-title .number,
.guide-content h4.block-title .number {
  color: #8d8d8d;
}
.guide-content h3.block-title .icon,
.guide-content h4.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.guide-content h3.underline,
.guide-content h4.underline {
  border-bottom: 1px solid #e5e5e5;
}
.guide-content h3 .sup-title,
.guide-content h4 .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.guide-content ul {
  margin-bottom: 15px;
}
.guide-content ul li {
  margin: 0 0 0 20px;
  list-style: disc;
}
.guide-content a {
  color: #1d829f;
}
.guide-content blockquote {
  font-style: italic;
  margin-left: 30px;
}
.guide-content ul.hike-specifications {
  display: block;
  overflow: auto;
  margin-top: -10px;
  margin-bottom: 0px;
}
.guide-content ul.hike-specifications li {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 1px;
  margin-right: 30px;
  margin-left: 0;
  float: left;
  list-style: none;
}
.guide-content ul.hike-specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.guide-content .month-advice {
  margin: 14px 0 16px 0;
}
.guide-content .month-advice li {
  margin: 0;
  list-style: none;
}
.guide-content .author-badge-large {
  clear: none;
  float: right;
  width: 180px;
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.avatars img {
  border-radius: 16px;
}
ul.avatars li {
  float: left;
  margin: 0 6px 0 0;
  list-style: none;
}
ul.avatars li:last-child {
  margin-right: 0;
}
ul.avatars li:hover {
  opacity: 0.8;
}
ul.avatars .more {
  background: #66cae2;
  color: #FFF;
  height: 31px;
  width: 31px;
  border-radius: 16px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.guide-popup-header {
  color: white !important;
  height: 520px;
  margin-right: -60px;
  margin-left: -50px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  background-repeat: no-repeat;
}
.guide-popup-header .hike-info-content {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  text-align: center;
}
.guide-popup-header .hike-info-content .guide-specification {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
.guide-popup-header .hike-info-content .guide-specification .guide-spec {
  padding-right: 20px;
  font-weight: 600;
}
.guide-popup-header .hike-info-content .guide-specification .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.guide-popup-header .bottom-header-gradient {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.guide-popup-header .scrolldown {
  background-image: url('../img/scrolldown.png');
  width: 27px;
  height: 16px;
  margin: 0 auto;
  margin-top: 10px;
  opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .guide-popup-header .scrolldown {
    background-image: url('../img/scrolldown@2x.png');
    background-size: 27px 16px;
  }
}
.guide-popup-header .top-header-gradient {
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 90%;
  left: 0;
}
.top-bar-navigation-gradient {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  z-index: 1;
  display: none;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 5px !important;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #f2f2f2;
  /* RGBa with 0.6 opacity */
  background: rgba(245, 245, 245, 0.95);
  border-bottom: 1px solid #e6e6e6;
}
.top-bar-navigation-gradient .date {
  line-height: 30px;
}
.top-bar-navigation-gradient :before {
  opacity: 0.5;
}
.date {
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 1px;
}
.guide-actions {
  position: relative;
  z-index: 2;
  float: right;
  line-height: 23px;
  font-weight: 600;
}
.guide-actions > a,
.guide-actions > div {
  display: inline-block;
  margin-left: 10px;
}
.guide-actions .hike-action.button.white-button {
  color: black;
  box-shadow: 0px 2px 0px #d2d2d2;
}
.guide-actions .hike-action.button.white-button:hover {
  color: #646464 !important;
}
.guide-actions .hike-action.button.white-button:hover span {
  opacity: 0.7;
}
.guide-actions .hike-action.button.white-button.active {
  color: #45bbdd;
}
.guide-actions .hike-action.button.white-button.active:hover {
  color: #70cbe5 !important;
}
.guide-actions .hike-action.button.white-button.disabled {
  opacity: 0.5;
}
.guide-actions .hike-action.button.white-button.disabled:hover {
  opacity: 0.5;
}
.guide-actions .dropdown-menu {
  width: 140px;
  top: 30px;
  right: -14px;
}
.guide-actions .dropdown-menu a {
  color: #FFF;
  white-space: nowrap;
}
.guide-actions .caret-container {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  line-height: 0;
}
.guide-actions .caret-container .caret {
  display: block;
  margin: auto;
  border-bottom-color: #2e2e2e;
}
.guide-actions .icon {
  position: relative;
  top: 1px;
  margin-right: 2px;
  vertical-align: middle;
}
.guide-list {
  margin-left: -20px;
}
.guide-list > li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.guide-list > li.link {
  cursor: pointer;
}
.guide-list > li:hover .gradient-elem {
  opacity: 0.5;
}
.guide-list > li img {
  display: block;
}
.guide-list > li .gradient-wrapper {
  display: block;
}
.guide-list > li .gradient-wrapper .gradient-elem {
  top: 50%;
}
.guide-list > li .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-shadow: 1px 1px 1px #000;
  color: #FFF;
  font-size: 14px;
}
.guide-list > li .bottom .location {
  margin-top: -5px;
  margin-bottom: 10px;
}
.guide-list > li .bottom .guide-title {
  font-size: 20px;
}
.guide-list > li .bottom .specifications li {
  float: left;
  margin-right: 14px;
}
.guide-list > li .bottom .specifications li:last-child {
  margin-right: 0;
}
.guide-list > li .bottom .specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
li.hike {
  background: #FFF;
}
li.hike .description-block {
  margin-top: 0;
  padding: 7px 17px;
}
.hike-header {
  color: #8d8d8d;
  position: relative;
}
.hike-header .wrap {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2px;
  padding-bottom: 8px;
  height: 33px;
}
.hike-header .date {
  float: left;
  padding-top: 1px;
}
.hike-header .hike-actions {
  float: right;
  line-height: 23px;
  font-weight: 600;
}
.hike-header .hike-actions > a,
.hike-header .hike-actions > div {
  display: inline-block;
  margin-left: 10px;
}
.hike-header .hike-actions .hike-action {
  text-transform: uppercase;
  color: black;
}
.hike-header .hike-actions .hike-action:hover {
  opacity: 0.6;
}
.hike-header .hike-actions .hike-action.active {
  color: #45bbdd;
}
.hike-header .hike-actions .hike-action.disabled {
  opacity: 0.5;
}
.hike-header .hike-actions .hike-action.disabled:hover {
  opacity: 0.5;
}
.hike-header .hike-actions .dropdown-menu {
  width: 140px;
  top: 30px;
  right: -14px;
}
.hike-header .hike-actions .dropdown-menu a {
  color: #FFF;
  white-space: nowrap;
}
.hike-header .hike-actions .caret-container {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  line-height: 0;
}
.hike-header .hike-actions .caret-container .caret {
  display: block;
  margin: auto;
  border-bottom-color: #2e2e2e;
}
.hike-header .hike-actions .icon {
  position: relative;
  top: -3px;
  margin-right: 2px;
  vertical-align: middle;
}
.hike-intro {
  overflow: hidden;
  clear: both;
}
.hike-intro .wrap {
  overflow: auto;
  padding: 25px 0;
}
.hike-intro .image-box {
  float: right;
}
.hike-intro .image-box .main-img {
  position: relative;
}
.hike-intro .image-box .main-img .img-description {
  position: absolute;
  left: 0;
  right: 0;
  background: #141414;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  bottom: 0;
  padding: 5px 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hike-intro .image-box .main-img:hover .img-description {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.hike-intro .image-box img {
  display: block;
  margin-bottom: 10px;
}
.hike-intro .hk-thumb-slider {
  background: white;
}
.hike-intro .hk-thumb-slider li {
  margin-right: 0;
  padding-right: 10px;
  background: #f2f2f2;
}
.hike-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 650px;
  background: #f2f2f2;
}
.hike-info {
  padding-top: 30px;
  width: 300px;
  float: left;
}
.hike-info.guide-info {
  width: 160px;
  margin-right: 50px;
  padding-top: 30px;
}
.hike-info-content .hike-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 45px;
}
.hike-info-content .guide-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 15px;
}
.hike-info-content .hike-location {
  font-size: 18px;
  color: #8d8d8d;
  margin-top: -10px;
  font-weight: 300;
  margin-bottom: 25px;
}
.hike-info-content .hike-specifications li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.hike-info-content .hike-specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.hike-info-content .author-badge {
  overflow: hidden;
  clear: both;
  font-size: 15px;
  line-height: 1.2;
}
.hike-info-content .author-badge .avatar {
  float: left;
  margin-right: 10px;
}
.hike-info-content .author-badge .avatar img {
  border-radius: 34px;
  width: 55px;
  height: 55px;
}
.hike-info-content .author-badge .name {
  font-weight: 600;
  padding-top: 12px;
}
.hike-info-content .author-badge .location {
  text-transform: capitalize;
  color: #8d8d8d;
}
.guide-info {
  width: 160px;
  margin-right: 50px;
}
.guide-promo {
  text-align: left;
  color: #FFF;
  margin-bottom: -30px;
  margin-top: 60px;
}
.guide-promo .wrap {
  padding: 30px 0;
}
.guide-promo .wrap .block-title {
  font-size: 28px;
  line-height: 1.3;
}
.guide-promo .wrap .block-subtitle {
  font-size: 18px;
  font-weight: 600;
  font-weight: lighter;
  line-height: 1.2;
}
.guide-promo .wrap .button {
  margin: 30px 0 10px;
}
.guide-promo .guide-promo-img {
  float: right;
  width: 446px;
  margin: 30px 0 0 30px;
}
.guide-promo-top {
  position: absolute;
  top: -25px;
  right: 25px;
  text-align: center;
}
.guide-promo-top .getguide {
  background-color: black;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: table-cell !important;
  margin: 0;
  color: white;
  font-family: 'museo-sans';
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.guide-promo-top .getguide.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.guide-promo-top .getguide.block-title .number {
  color: #8d8d8d;
}
.guide-promo-top .getguide.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.guide-promo-top .getguide.underline {
  border-bottom: 1px solid #e5e5e5;
}
.guide-promo-top .getguide .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.guide-promo-top .getguide span {
  font-weight: bold;
}
.guide-promo-top .getguide:hover {
  background: #303030;
}
.hike-guide-buy {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 25px 22px 0px 22px;
  background: white;
  position: relative;
  height: 342px;
  margin-bottom: 10px;
}
.hike-guide-buy .originalprice {
  text-decoration: line-through;
  font-size: 16px;
  color: #8d8d8d;
  font-weight: 700;
}
.hike-guide-buy .price {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.hike-guide-buy ul.arguments {
  font-size: 14px;
  margin: 20px 0;
}
.hike-guide-buy ul.arguments li {
  padding: 0 0 0 27px;
  background-image: url('/img/checkgrey.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  line-height: 22px;
}
.hike-guide-buy .notes {
  color: #8d8d8d;
}
.hike-guide-buy .notes a {
  color: #1d829f;
}
.hike-author {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 25px 22px 0px 22px;
  background: white;
  position: relative;
  margin-bottom: 30px;
}
.author-badge {
  overflow: hidden;
  clear: both;
  font-size: 15px;
  line-height: 1.2;
}
.author-badge .avatar {
  float: left;
  margin-right: 10px;
}
.author-badge .avatar img {
  border-radius: 34px;
  width: 55px;
  height: 55px;
}
.author-badge .name {
  font-weight: 600;
  padding-top: 12px;
}
.author-badge .location {
  text-transform: capitalize;
  color: #8d8d8d;
}
.author-badge-large {
  overflow: hidden;
  clear: both;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.author-badge-large .avatar img {
  border-radius: 70px;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  display: block;
}
.author-badge-large .name {
  font-weight: 600;
  padding-top: 12px;
}
.author-badge-large .location {
  text-transform: capitalize;
  color: #8d8d8d;
}
.guide-content {
  float: left;
  width: 620px;
  font-size: 15px;
  padding-top: 30px;
}
.guide-content .image-box {
  float: right;
  margin-bottom: 20px;
}
.guide-content .image-box .main-img {
  position: relative;
}
.guide-content .image-box .main-img .img-description {
  position: absolute;
  left: 0;
  right: 0;
  background: #141414;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  bottom: 0;
  padding: 5px 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.guide-content .image-box .main-img:hover .img-description {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.guide-content .image-box .main-img:hover .img-description a {
  color: white;
}
.guide-content .image-box img {
  display: block;
  margin-bottom: 10px;
}
.guide-content .hk-thumb-slider {
  width: 620px;
  background: #f2f2f2;
}
.guide-content .hk-thumb-slider li {
  margin-right: 0;
  padding-right: 10px;
  background: white;
  margin: 0 !important;
  list-style: none !important;
}
.hike-info-content .hike-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 25px;
}
.hike-info-content .guide-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 15px;
}
.hike-info-content .hike-location {
  font-size: 18px;
  color: #8d8d8d;
  margin-top: -15px;
  font-weight: 300;
  margin-bottom: 25px;
}
.hike-info-content .guide-location {
  font-size: 22px;
  margin-top: -15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hike-info-content .hike-specifications li {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  color: black;
}
.hike-info-content .hike-specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.hike-info-content .hike-specifications li {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  color: black;
}
.hike-info-content .hike-specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.hike-content {
  overflow: hidden;
  clear: both;
}
.hike-content .description-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
}
.hike-content .map-title {
  margin-bottom: 15px;
}
.hike-content .about-the-hike-col {
  width: 590px;
  float: left;
  font-size: 15px;
}
.hike-content .about-the-hike-col .hike-description {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.hike-content .about-the-hike-col .hike-when-to-go {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.hike-content .about-the-hike-col .hike-when-to-go .month-advice {
  margin: 14px 0 16px 0;
}
.hike-content .about-the-hike-col .hike-completed-favored {
  overflow: hidden;
  clear: both;
  padding: 20px 0;
}
.hike-content .about-the-hike-col .hike-completed-favored .hike-completed,
.hike-content .about-the-hike-col .hike-completed-favored .hike-favored {
  float: left;
  width: 45%;
  overflow: auto;
  margin-bottom: 10px;
  margin-right: 5%;
}
.hike-content .about-the-hike-col .hike-completed-favored .label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.hike-content .about-the-hike-col .hike-completed-favored .label .num {
  color: #8d8d8d;
  display: inline-block;
  margin-left: 5px;
}
.hike-content .about-the-hike-col ul.avatars img {
  border-radius: 16px;
}
.hike-content .about-the-hike-col ul.avatars li {
  float: left;
  margin-right: 6px;
}
.hike-content .about-the-hike-col ul.avatars li:last-child {
  margin-right: 0;
}
.hike-content .about-the-hike-col ul.avatars li:hover {
  opacity: 0.8;
}
.hike-content .about-the-hike-col ul.avatars .more {
  background: #66cae2;
  color: #FFF;
  height: 31px;
  width: 31px;
  border-radius: 16px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.hike-content .hike-info-col {
  width: 300px;
  float: right;
}
.hike-content .hike-info-col .info-col-top {
  min-height: 445px;
}
.hike-content .hike-info-col .description-title {
  margin-top: 20px;
}
.hike-content .hike-info-col .block {
  background: #f2f2f2;
  padding: 0 22px;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.hike-content .hike-info-col .block:last-child {
  margin-bottom: 0;
}
.hike-content .hike-info-col .block .small-map {
  margin: 0 -22px;
}
.hike-content .hike-info-col .block .small-map * {
  cursor: default;
}
.hike-content .hike-info-col .block .small-map #hikeSmallMap {
  width: auto;
  height: 200px;
}
.hike-content .hike-info-col .block .location {
  margin-top: -10px;
}
.hike-content .hike-info-col .block .block-sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #8d8d8d;
}
.hike-content .hike-info-col .block .features {
  margin-bottom: 22px;
}
.hike-content .hike-info-col .block .features .icon {
  margin-right: 5px;
}
.hike-content ul.hike-specifications {
  display: block;
  overflow: auto;
  margin-top: -10px;
}
.hike-content ul.hike-specifications li {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 1px;
  margin-right: 20px;
  float: left;
}
.hike-content ul.hike-specifications li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.hike-completed-favored {
  overflow: hidden;
  clear: both;
  padding: 20px 0;
}
.hike-completed-favored .hike-completed,
.hike-completed-favored .hike-favored {
  float: left;
  width: 45%;
  overflow: auto;
  margin-bottom: 10px;
  margin-right: 5%;
}
.hike-completed-favored .label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.hike-completed-favored .label .num {
  color: #8d8d8d;
  display: inline-block;
  margin-left: 5px;
}
.hike-map {
  padding: 20px 0;
}
.hike-map #hikeMap {
  height: 400px;
}
.hike-map * {
  cursor: default !important;
}
.hike-map .map {
  width: 100%;
  height: 100%;
}
.hike-reviews .review-content {
  padding-bottom: 20px;
}
.hike-reviews .inner {
  width: 590px;
  overflow: hidden;
}
.hike-reviews .review-form {
  clear: both;
  margin: 20px 0;
  overflow: visible;
  position: relative;
}
.hike-reviews .review-form textarea {
  width: 100%;
  border: 1px solid #c8c8c8;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  height: 120px;
  resize: none;
}
.hike-reviews .review-form input[type="submit"] {
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.hike-reviews .reviews-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.hike-reviews .number {
  color: #8d8d8d;
}
.hike-reviews .write-button {
  float: right;
  position: relative;
  top: 14px;
}
.hike-reviews .review-button {
  color: #fff;
  background: #45bbdd;
  box-shadow: 0px 2px 0px #1d829f;
}
.hike-reviews .review-button:hover {
  background: #70cbe5;
  color: #fff;
}
.hike-reviews .review-list {
  margin: 15px 0 20px 0;
  background: #f2f2f2;
}
.hike-reviews .review-list .no-review-title {
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.hike-reviews .review-list li {
  overflow: hidden;
  clear: both;
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.hike-reviews .review-list li:last-child {
  border-bottom: 0;
}
.hike-reviews .review-list li .review-date {
  float: left;
  width: 40%;
  text-align: right;
  color: #8d8d8d;
}
.hike-reviews .review-list li .review-meta {
  width: 60%;
  padding-right: 0;
  float: left;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.hike-reviews .review-list li .review-meta .review-author {
  font-weight: 600;
}
.hike-reviews .review-list li .review-meta .review-author a {
  color: black;
}
.hike-reviews .review-list li .review-meta .review-author-location {
  color: #8d8d8d;
  font-size: 14px;
}
.hike-reviews .review-list li .review-meta .review-fav,
.hike-reviews .review-list li .review-meta .review-hiker {
  color: #666;
}
.hike-reviews .review-list li .review-meta .review-fav .icon,
.hike-reviews .review-list li .review-meta .review-hiker .icon {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.hike-reviews .review-list li .review-text {
  float: left;
  width: 100%;
  font-size: 15px;
}
.hike-reviews .review-list li .avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom: 15px;
}
.modal-content .content {
  padding: 5px 20px;
}
.modal-content .people-list li {
  overflow: hidden;
  clear: both;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  font-size: 15px;
  cursor: pointer;
}
.modal-content .people-list li:last-child {
  border-bottom: 0;
}
.modal-content .people-list li .avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  float: left;
  margin-right: 15px;
}
.modal-content .people-list li .location,
.modal-content .people-list li .name {
  line-height: 1.4;
}
.modal-content .people-list li .name {
  margin-top: 4px;
  font-weight: 600;
}
.modal-content .people-list li .location {
  color: #323232;
}
.modal-content .people-list li .time {
  position: absolute;
  top: 18px;
  right: 0;
  color: #8d8d8d;
}
.modal-content .people-list li:hover {
  color: #8d8d8d;
}
.modal-content .people-list li:hover .location {
  color: #8d8d8d;
}
.modal-content .people-list li:hover .avatar {
  opacity: 0.8;
}
body.profile {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100%;
}
.profile-header {
  margin-top: -30px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background-color: white;
}
.profile-header .avatar {
  float: left;
  margin-right: 40px;
}
.profile-header .avatar img {
  border-radius: 50%;
}
.profile-header .about-block {
  width: 450px;
  float: right;
  margin-right: 314px;
  font-size: 16px;
}
.profile-header .about-block .user-full-name {
  font-size: 28px;
  font-weight: 600;
}
.profile-header .about-block .user-location {
  font-weight: 600;
  text-transform: capitalize;
}
.profile-header .about-block .user-location img {
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.profile-header .about-block .user-description {
  margin-top: 10px;
}
.profile-header .about-block .user-registration {
  margin-top: 5px;
  color: #8d8d8d;
}
.profile-header .user-meta {
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.profile-header .user-meta li {
  line-height: 52px;
  width: 220px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px;
  height: 47px;
  cursor: pointer;
}
.profile-header .user-meta li .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.profile-header .user-meta .number {
  color: #8d8d8d;
}
.hike-slider-block {
  height: 500px;
  background: #f2f2f2;
  clear: both;
}
.profile-map {
  height: 430px;
  margin-bottom: 30px;
}
.profile-map .map {
  width: 100%;
  height: 100%;
}
.wantto-hike-block .wrap,
.hiked-block .wrap {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 50px;
}
.wantto-hike-block .hike-slider,
.hiked-block .hike-slider {
  overflow: hidden;
  clear: both;
}
.hike-slider-block .hike-slider,
.wantto-hike-block .hike-slider,
.hiked-block .hike-slider {
  overflow: visible;
}
.hike-slider-block .hike-slider li.hike,
.wantto-hike-block .hike-slider li.hike,
.hiked-block .hike-slider li.hike {
  background: #FFF;
  border-radius: 2px;
  -moz-transition: box-shadow 100ms;
  -o-transition: box-shadow 100ms;
  -webkit-transition: box-shadow 100ms;
  -ms-transition: box-shadow 100ms;
  transition: box-shadow 100ms;
}
.hike-slider-block .hike-slider li.hike .description-block,
.wantto-hike-block .hike-slider li.hike .description-block,
.hiked-block .hike-slider li.hike .description-block {
  margin-top: 0;
  padding: 7px 17px;
}
.hike-slider-block .hike-slider li.hike.link:hover,
.wantto-hike-block .hike-slider li.hike.link:hover,
.hiked-block .hike-slider li.hike.link:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
body.favorites {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100%;
}
.no-favorites-message {
  font-size: 32px;
  display: block;
  text-align: center;
  margin-top: 250px;
}
.favorites-list-block {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.favorites-list-block.homepage {
  padding-top: 40px;
  padding-bottom: 60px;
}
.favorites-list-block .hike-slider li.hike {
  background: #FFF;
  border-radius: 2px;
  -moz-transition: box-shadow 100ms;
  -o-transition: box-shadow 100ms;
  -webkit-transition: box-shadow 100ms;
  -ms-transition: box-shadow 100ms;
  transition: box-shadow 100ms;
}
.favorites-list-block .hike-slider li.hike .description-block {
  margin-top: 0;
  padding: 7px 17px;
}
.favorites-list-block .hike-slider li.hike.link:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.guides-list-block {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.hike-slider li.hike.dark {
  background: #1c1c1c;
  border-radius: 2px;
  color: white;
  -moz-transition: box-shadow 100ms;
  -o-transition: box-shadow 100ms;
  -webkit-transition: box-shadow 100ms;
  -ms-transition: box-shadow 100ms;
  transition: box-shadow 100ms;
}
.hike-slider li.hike.dark .description-block {
  margin-top: 0;
  padding: 7px 17px;
}
.hike-slider li.hike.dark .description-block .location {
  color: #ddd;
}
.hike-slider li.hike.dark.link:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: #2b2b2b;
}
.hike-slider li.hike.dark .labels li {
  background: #474747;
  color: white;
}
.fullscreen-map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.fullscreen-map .map {
  width: 100%;
  height: 100%;
}
body.map {
  height: 100%;
}
div .map {
  background-image: url('/img/ajax-loader-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
body.settings,
body.link,
body.resetpass {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100%;
}
.settings-block {
  float: left;
  width: 600px;
  margin-left: 170px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.settings-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.settings-subtitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
.settings-titledescr {
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px;
  color: #8d8d8d;
}
.settings-header .settings-avatar {
  float: left;
  width: 140px;
  margin-right: 25px;
  display: block;
  height: 140px;
  position: relative;
  text-align: center;
}
.settings-header .settings-avatar .button {
  position: absolute;
  top: 58px;
  width: 80px;
  left: 30px;
  display: none;
}
.settings-header .settings-avatar:hover > .button {
  display: inline-block;
}
.settings-header .settings-avatar img {
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  height: 100%;
  width: 100%;
}
.settings-header .settings-avatar .avatar-drop {
  border-radius: 50%;
  border: 3px dotted #e5e5e5;
  color: white;
  background-color: #45bbdd;
  height: 100%;
  font-size: 14px;
  padding-top: 20px;
  line-height: 18px;
  font-weight: 600;
}
.settings-header .settings-avatar .avatar-drop:hover {
  cursor: pointer;
}
.settings-header .settings-avatar .avatar-drop .cancel {
  top: 90px;
  background-color: white;
  color: #45bbdd;
  display: inline-block;
}
.settings-header .settings-about {
  float: left;
}
.settings-header .settings-about .name {
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 26px;
  margin-top: 20px;
}
.settings-header .settings-about .email {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.settings-header .settings-about .data {
  font-size: 18px;
  display: block;
}
.settings-profile .profile-url {
  display: inline-block;
  font-size: 16px;
  padding-top: 7px;
  line-height: 1.5;
  margin-right: 5px;
}
.settings-profile .profile-url .name,
.settings-profile .profile-url .chgName,
.settings-profile .profile-url .url {
  float: left;
}
.settings-profile .profile-url .name {
  margin-right: 5px;
  font-weight: 600;
}
.settings-profile .profile-url .chgName {
  margin-left: 5px;
}
.settings-profile .profile-url .chgName input {
  margin-top: -6px;
}
.settings-save {
  border: none;
}
.link-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.link-blocks {
  margin: 40px auto 30px auto;
  overflow: auto;
  width: 400px;
}
.link-facebook,
.link-hikable {
  float: left;
  width: 140px;
}
.link-facebook img.link-avatar,
.link-hikable img.link-avatar {
  border-radius: 50%;
  border: 3px solid #e5e5e5;
}
.link-facebook img,
.link-hikable img {
  margin: 0 auto;
}
.link-connector {
  float: left;
  width: 120px;
}
.link-connector img {
  width: 60px;
  height: 60px;
  margin: 30px auto 0 auto;
  display: block;
}
.select2-choice {
  left: -13px;
  top: -7px;
  width: 420px;
}
body.home {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100%;
}
.home-banner {
  position: relative;
  height: 520px;
  margin-top: -30px;
}
.home-banner .wrap {
  height: 100%;
}
.home-banner .header-wrap {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.home-banner .header-wrap .payoff {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.home-banner .header-wrap .subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.home-banner .banner-gradient {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-onthego {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: auto;
}
.home-onthego .callout {
  font-size: 18px;
}
.home-onthego .onthego-block {
  width: 33.3333333%;
  float: left;
  padding: 0 2%;
  color: #8d8d8d;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
.home-author {
  background: #515548;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: -30px;
  overflow: auto;
  color: white;
}
.home-author .sup-title {
  color: black !important;
  opacity: 0.8;
}
.home-author .callout {
  font-size: 18px;
  width: 66.666%;
  float: left;
}
@media all and (max-width: 1280px) {
  .home-banner {
    height: 400px;
  }
}
.modal {
  position: fixed;
  display: none;
  width: 740px;
  left: 50%;
  margin-left: -370px;
  background: #FFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  top: 95px;
  bottom: 0px;
  opacity: 0;
  z-index: 1002;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}
.modal .modal-title {
  font-family: 'museo-sans-n3', "museo-sans";
  font-weight: 300;
  color: #8d8d8d;
  font-size: 16px;
}
.modal .modal-close {
  position: absolute;
  background: url(../img/photo-popup-close.png);
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  right: 0;
  top: -28px;
  text-indent: -9999px;
}
.modal .modal-close.black {
  background: url(../img/photo-popup-close-black.png);
}
.modal .modal-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 50px 60px;
  outline: 0;
}
.modal.active {
  opacity: 1;
  z-index: 1002;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.modal.remove {
  opacity: 0;
  z-index: 1002;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.ajaxPopup {
  background: #FFF;
  position: fixed;
  top: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  z-index: 1003;
  left: 50%;
}
.ajaxPopup .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  display: block;
  -webkit-animation: rotating 1.5s linear infinite;
}
.ajaxPopup .modal-header {
  background: #f0f0f0;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
}
.ajaxPopup .modal-header .close {
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  top: -3px;
  right: 18px;
  position: absolute;
  cursor: pointer;
}
.ajaxPopup .modal-header .close:hover {
  color: #1d829f;
}
.ajaxPopup .modal-content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: auto !important;
}
.ajaxPopup .modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: auto!important;
}
.ajaxPopup .modal-close {
  position: absolute;
  background: url(../img/photo-popup-close.png);
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  right: 10px;
  top: 10px;
  text-indent: -9999px;
}
.ajaxPopup .modal-close.black {
  background: url(../img/photo-popup-close-black.png);
}
.ajaxPopup .loginShow,
.ajaxPopup .registerShow {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  background-color: #1c1c1c;
  color: white;
}
.ajaxPopup .loginShow.active,
.ajaxPopup .registerShow.active {
  color: #1c1c1c;
  background-color: #f2f2f2;
}
.ajaxPopup .login-register-form-content {
  width: 375px;
  padding: 50px 0 50px 60px;
  font-size: 16px;
}
.ajaxPopup .login-register-form-content .popuptitle {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 28px;
}
.ajaxPopup .login-register-form-content .popupsubtitle {
  font-weight: 600;
  color: black;
  font-size: 16px;
  margin-bottom: 5px;
}
.ajaxPopup .login-register-form-content .usp {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ajaxPopup .login-register-form-content .usp li {
  padding-left: 35px;
  margin-bottom: 15px;
  background-image: url('/img/checkmark.png');
  background-position: left 4px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .ajaxPopup .login-register-form-content .usp li {
    background-image: url('/img/checkmark@2x.png');
    background-size: 23px 18px;
  }
}
.ajaxPopup .form-group.buttons {
  margin-top: 25px;
  overflow: visible;
}
.ajaxPopup .loginDiv,
.ajaxPopup .registerDiv {
  font-size: 14px;
}
.ajaxPopup .loginDiv .form-control,
.ajaxPopup .registerDiv .form-control,
.ajaxPopup .loginDiv label,
.ajaxPopup .registerDiv label {
  font-size: 14px;
}
.ajaxPopup .loginDiv .lostPass,
.ajaxPopup .registerDiv .lostPass,
.ajaxPopup .loginDiv .alert-danger,
.ajaxPopup .registerDiv .alert-danger {
  font-size: 14px;
}
.ajaxPopup .login-label {
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 20px;
}
.ajaxPopup .login-label .label-text {
  color: #8d8d8d;
  font-size: 14px;
  background-color: #f2f2f2;
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto -10px auto;
}
.ajaxPopup .signupTxt,
.ajaxPopup .signupFacebookTxt,
.ajaxPopup .loginTxt,
.ajaxPopup .signupGuideTxt,
.ajaxPopup .completeProfileDiv,
.ajaxPopup .lostPassTxt {
  font-weight: 300;
  color: #6c6c6c;
}
.ajaxPopup .signupTxt a,
.ajaxPopup .signupFacebookTxt a,
.ajaxPopup .loginTxt a,
.ajaxPopup .signupGuideTxt a,
.ajaxPopup .completeProfileDiv a,
.ajaxPopup .lostPassTxt a {
  color: #45bbdd;
}
.ajaxPopup .profileUrl {
  float: left;
  margin-right: 5px;
  line-height: 32px;
  font-size: 14px;
}
.ajaxPopup .visible {
  color: black;
}
.ajaxPopup #hikable_backendbundle_complete_profile_screenName {
  float: left;
  width: 180px;
  clear: right;
  font-size: 14px;
}
.ajaxPopup #hikable_backendbundle_complete_profile_biography {
  height: 90px;
  font-size: 14px;
}
.ajaxPopup .fbButton-container {
  margin: 30px 0 0 0;
  text-align: center;
}
.ajaxPopup .signupButton-container {
  margin: 10px 0 0 0;
}
.ajaxPopup .popup-image {
  position: absolute;
  right: 0;
  top: 80px;
  width: 330px;
  height: 360px;
}
.ajaxPopup .note {
  font-size: 14px;
  color: #8d8d8d;
  margin-top: 5px;
}
.ajaxPopup .facebookButton {
  display: block;
  text-align: center;
}
.ajaxPopup .alert {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
}
.loginRegPopup {
  background-color: #f2f2f2;
}
#registerUser .password {
  overflow: auto;
  margin-left: -14px;
}
#registerUser .password .text-danger {
  margin-left: 14px;
}
#registerUser .password input {
  width: 94%;
  float: left;
  margin-left: 14px;
}
.guide-loginmodal-content {
  float: left;
  width: 50%;
  padding: 30px;
  background: url(../img/register-popup-background.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  color: #fff;
  text-align: center;
}
.guide-loginmodal-content .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  display: block;
}
.guide-loginmodal-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.guide-loginmodal-footer {
  height: 90px;
  background-color: #fff;
  width: 100%;
  clear: both;
  color: #8d8d8d;
}
.guide-loginmodal-footer .title {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 5px 0 5px 0;
}
.notifier {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -210px;
  margin-top: -185px;
  z-index: 10000;
  width: 420px;
  height: 370px;
  background-color: #f2f2f2;
  padding: 30px 40px;
  font-size: 16px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.notifier h3 {
  font-family: 'museo-sans';
  font-weight: 300;
  font-size: 24px;
}
.notifier h3.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.notifier h3.block-title .number {
  color: #8d8d8d;
}
.notifier h3.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.notifier h3.underline {
  border-bottom: 1px solid #e5e5e5;
}
.notifier h3 .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.notifier .button {
  margin-top: 20px;
}
.page-block {
  float: none;
  width: 600px;
  margin-left: 170px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-nav {
  float: left;
  width: 300px;
  padding: 20px 0;
  margin-top: 50px;
}
.page-block-right {
  float: left;
  width: 590px;
  padding: 20px 0;
}
.page #content .page-navigator {
  list-style: none;
  margin: 20px 0 0 0;
}
.page #content .page-navigator li {
  display: block;
}
.page #content .page-navigator li a {
  color: #8d8d8d;
  line-height: 36px;
  font-size: 18px;
}
.page #content .page-navigator li a:hover {
  color: #747474;
}
.page #content .page-navigator li a.active {
  color: #1d829f;
}
.page-left {
  float: left;
  width: 590px;
  padding: 20px 0;
  margin-right: 50px;
}
.page-right {
  float: left;
  width: 300px;
  padding: 20px 0;
}
.page-title {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-subtitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 30px;
}
.page-titledescr {
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px;
  color: #8d8d8d;
}
.page p {
  font-size: 16px;
}
.page #content a {
  color: #1d829f;
}
body.page404 {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100%;
}
.title404 {
  font-size: 80px;
  margin-top: 30px;
  color: #ddd;
}
.text404 {
  font-size: 20px;
  color: #bbb;
}
.text404 a {
  color: #1d829f;
}
@media all and (max-width: 1160px) {
  html.lock,
  html.fancybox-lock {
    margin-right: 0 !important;
  }
  body #navigation {
    left: -160px;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.2);
  }
  body #content {
    margin-left: 0;
  }
  body .fancybox-overlay.fancybox-overlay-fixed {
    left: 0 !important;
  }
  body #header .breadcrumbs {
    margin-left: 43px;
  }
  body #header .menu-toggle {
    padding: 6px;
    position: absolute;
    top: 11px;
    left: 11px;
  }
  body #header .menu-toggle .hamburger {
    background: url(../img/hamburger.png);
    width: 20px;
    height: 16px;
    display: block;
    opacity: 0.7;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  body #header .menu-toggle:hover .hamburger {
    opacity: 1;
  }
  body.guide #content {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }
  .guide-overlay {
    left: 0;
  }
}
html {
  overflow-y: scroll;
  height: 100%;
}
html.lock,
html.fancybox-lock {
  overflow: visible !important;
  width: auto;
  margin-right: 15px;
}
html.lock body,
html.fancybox-lock body {
  overflow: hidden !important;
}
html.lock .overlay,
html.fancybox-lock .overlay {
  overflow-y: scroll !important;
}
html.lock #header {
  right: 15px;
}
.difficulty.medium {
  color: #c49844 !important;
}
.difficulty.easy {
  color: #99b94c !important;
}
.difficulty.hard {
  color: #ff8d8d !important;
}
body {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
}
body .fancybox-overlay.fancybox-overlay-fixed {
  top: 50px;
  left: 160px;
  overflow-x: hidden;
  z-index: 1001 !important;
}
body #fancybox-loading {
  margin-left: 58px;
}
body .fancybox-skin {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
body .fancybox-title {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  margin-top: -1px;
  margin-bottom: -2px;
}
body .fancybox-prev span {
  background: url(../img/photo-popup-prevarw.png);
  background-repeat: no-repeat;
  background-position: right;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  body .fancybox-prev span {
    background-image: url(../img/photo-popup-prevarw@2x.png);
    background-size: 34px 34px;
  }
}
body .fancybox-next span {
  background: url(../img/photo-popup-nextarw.png);
  background-repeat: no-repeat;
  background-position: right;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  body .fancybox-next span {
    background-image: url(../img/photo-popup-nextarw@2x.png);
    background-size: 34px 34px;
  }
}
body .fancybox-close {
  background: url(../img/photo-popup-close.png);
  width: 14px;
  height: 14px;
  right: 0;
  top: -28px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  body .fancybox-close {
    background-image: url(../img/photo-popup-close@2x.png);
    background-size: 14px 14px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 15px;
}
textarea {
  overflow: auto;
}
.button {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  display: inline-block;
  padding: 1px 9px 0 9px;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button .icon {
  display: block;
  float: left;
  margin-right: 7px;
}
.button.white.transparent {
  border: 1px solid #FFF;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
.button.white.transparent:hover {
  background: #FFF;
  color: #333;
}
.button.darkgreen {
  background: #303428;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
.button.darkgreen:hover {
  background: #23261d;
}
.button.capital {
  text-transform: uppercase;
}
.button.large {
  font-size: 16px;
}
.button.displayblock {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.button.x-large {
  font-size: 16px;
  line-height: 33px;
  padding: 1px 14px 0 14px;
}
.button.small {
  line-height: 23px;
  padding: 1px 9px 0 9px;
}
.button.blue {
  color: #fff;
  background: #45bbdd;
  box-shadow: 0px 2px 0px #1d829f;
}
.button.blue:hover {
  background: #70cbe5;
  color: #fff;
}
.button.orange {
  color: #fff;
  background: #d25511;
  box-shadow: 0px 2px 0px #a2410d;
}
.button.orange:hover {
  background: #e05a12;
  color: #fff;
}
.button.white-button {
  color: #000;
  background: #ffffff;
  box-shadow: 0px 2px 0px #f2f2f2;
}
.button.white-button:hover {
  background: #ffffff;
  color: #000;
}
.button.grey {
  color: #fff !important;
  background: #797979;
  box-shadow: 0px 2px 0px #9a9a9a;
}
.button.grey:hover {
  background: #5a5a5a;
  color: #fff !important;
}
.button.lightgrey {
  color: #fff !important;
  background: #acacac;
  box-shadow: 0px 2px 0px #8d8d8d;
}
.button.lightgrey:hover {
  background: #9a9a9a;
  color: #fff !important;
}
.button.high {
  line-height: 33px;
  padding: 1px 9px 0 9px;
}
.button.inactive {
  color: #f3f3f3;
  background: #dadada;
  box-shadow: 0px 2px 0px #c0c0c0;
}
.button.inactive:hover {
  background: #dadada;
  color: #f3f3f3;
}
.button.facebook {
  background-color: #3b579d;
  color: #fff;
  line-height: 33px;
  padding: 1px 9px 0px 38px;
  font-size: 16px;
  background-image: url(../img/facebookf.png);
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 0px #354772;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .button.facebook {
    background-image: url(../img/facebookf@2x.png);
    background-size: 33px 34px;
  }
}
.button.facebook:hover {
  background-color: #344d8a;
}
.hike-slider {
  position: relative;
}
.hike-slider.static {
  margin-right: -20px;
}
.hike-slider.transparent li.hike.link:hover .hike-title {
  color: #24a0be;
}
.hike-slider.transparent li.hike.link:hover .location {
  color: #747474;
}
.hike-slider.transparent li.hike.link:hover .labels li {
  background-color: #e6e5e2;
}
.hike-slider .wrapper {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 0 8px 0;
  margin: -8px 0 -8px 0;
}
.hike-slider .wrapper:hover {
  padding: 8px;
  margin: -8px;
}
.hike-slider li.hike {
  float: left;
  width: 300px;
  height: 380px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 38px;
}
.hike-slider li.hike .guide-badge {
  position: absolute;
  right: 15px;
  top: -8px;
  background-color: black;
  width: 65px;
  height: 65px;
  border-radius: 33px;
  margin: 0;
  color: white;
  font-family: 'museo-sans';
  font-size: 15px;
  line-height: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.hike-slider li.hike .guide-badge.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.hike-slider li.hike .guide-badge.block-title .number {
  color: #8d8d8d;
}
.hike-slider li.hike .guide-badge.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.hike-slider li.hike .guide-badge.underline {
  border-bottom: 1px solid #e5e5e5;
}
.hike-slider li.hike .guide-badge .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.hike-slider li.hike .guide-badge .inner {
  display: table-cell !important;
  vertical-align: middle;
  height: 65px;
  width: 65px;
}
.hike-slider li.hike .guide-badge span {
  font-weight: bold;
}
.hike-slider li.hike .guide-badge:hover {
  background: #303030;
}
.hike-slider li.hike .price {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: white;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.hike-slider li.hike .price.sale {
  font-weight: bold;
}
.hike-slider li.hike .price.sale span {
  text-decoration: line-through;
  font-weight: normal;
}
.hike-slider li.hike .guide-check {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 27px;
  height: 27px;
  border-radius: 15px;
  background: white;
  line-height: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.hike-slider li.hike .guide-check img {
  width: 17px;
  height: 14px;
  margin-top: 7px;
  margin-left: 5px;
}
.hike-slider li.hike .gradient-elem {
  top: 70%;
}
.hike-slider li.hike.link {
  cursor: pointer;
}
.hike-slider li.hike.link:hover .gradient-elem {
  opacity: 0.5;
}
.hike-slider .wrapper {
  width: 940px !important;
}
.hike-slider .description-block {
  margin-top: 12px;
  font-size: 15px;
}
.hike-slider .description-block .hike-title {
  color: #66cae2;
  font-size: 20px;
}
.hike-slider .description-block .location {
  color: #8d8d8d;
  margin-top: -4px;
}
.hike-slider .prev,
.hike-slider .next {
  position: absolute;
  top: 174px;
  opacity: 0.8;
}
.hike-slider .prev:hover,
.hike-slider .next:hover {
  opacity: 1;
}
.hike-slider .next {
  background-image: url(../img/hike-slider-arrow-next.png);
  width: 34px;
  height: 34px;
  right: -68px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .hike-slider .next {
    background-image: url(../img/hike-slider-arrow-next@2x.png);
    background-size: 34px 34px;
  }
}
.hike-slider .prev {
  background-image: url(../img/hike-slider-arrow-prev.png);
  width: 34px;
  height: 34px;
  left: -68px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .hike-slider .prev {
    background-image: url(../img/hike-slider-arrow-prev@2x.png);
    background-size: 34px 34px;
  }
}
.labels {
  margin: 13px 0;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  position: relative;
}
.labels li {
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  background: #edecea;
  border-radius: 4px;
  float: left;
  margin-right: 8px;
}
.labels li:last-child {
  margin-right: 0;
}
.labels li .icon {
  margin-bottom: -4px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.caret.big {
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.caret.white {
  border-top-color: #FFF;
}
.caret.inv {
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.caret.left {
  border-left: 0;
  border-right: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.caret.left.white {
  border-right-color: #FFF;
}
.caret.right {
  border-right: 0;
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.caret.right.white {
  border-left-color: #FFF;
}
.title {
  font-family: 'museo-sans';
}
.title.block-title {
  font-size: 28px;
  font-weight: lighter;
  margin: 20px 0;
}
.title.block-title .number {
  color: #8d8d8d;
}
.title.block-title .icon {
  vertical-align: middle;
  top: -3px;
  margin-right: 2px;
  position: relative;
}
.title.underline {
  border-bottom: 1px solid #e5e5e5;
}
.title .sup-title {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block;
  line-height: 16px;
}
.dropdown {
  position: relative;
}
.dropdown .toggle {
  cursor: pointer;
}
.dropdown .dropdown-menu {
  position: absolute;
  opacity: 0;
  display: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  background: #2e2e2e;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  margin-top: -5px;
}
.dropdown .dropdown-menu li {
  border-bottom: 1px solid #616161;
}
.dropdown .dropdown-menu li:last-child {
  border: 0;
}
.dropdown .dropdown-menu a {
  padding: 8px 15px;
  display: block;
  line-height: 24px;
}
.dropdown .dropdown-menu a:hover {
  background: #3d3d3d;
}
.dropdown .dropdown-menu a .icon {
  margin-right: 10px;
}
.dropdown .dropdown-menu.active {
  margin-top: 0;
  opacity: 1;
  z-index: 1;
}
.month-advice {
  overflow: hidden;
  clear: both;
}
.month-advice li {
  float: left;
  width: 8.33%;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
}
.month-advice .bad {
  background: #e3cccc;
}
.month-advice .good {
  background: #e1eacc;
}
.month-advice .medium {
  background: #efe3cc;
}
.gradient-wrapper {
  display: inline-block;
  position: relative;
}
.gradient-wrapper img {
  display: block;
}
.gradient-wrapper .gradient-elem {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
.blue-row {
  background: url(../img/noisy-blue-bg.png) repeat center center;
  overflow: auto;
}
.blue-row .inner {
  background-image: url(../img/promo-block-gradient.png);
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.grey-row {
  background: url(../img/noisy-grey-bg.png) repeat center center;
  overflow: auto;
}
.grey-row .inner {
  background-image: url(../img/promo-block-gradient.png);
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.hk-image-box img {
  display: block;
  margin-bottom: 10px;
}
.hk-thumb-slider {
  width: 590px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.hk-thumb-slider li {
  float: left;
  margin-right: 10px;
}
.hk-thumb-slider .hkts-arw-left,
.hk-thumb-slider .hkts-arw-right {
  width: 28px;
  height: 28px;
  background-image: url("../img/hkts-arw-left.png");
  background-position: top;
  position: absolute;
  left: 10px;
  top: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .hk-thumb-slider .hkts-arw-left,
  .hk-thumb-slider .hkts-arw-right {
    background-image: url(../img/hkts-arw-left@2x.png);
    background-size: 28px 56px;
  }
}
.hk-thumb-slider .hkts-arw-left:hover,
.hk-thumb-slider .hkts-arw-right:hover {
  background-position: bottom;
}
.hk-thumb-slider .hkts-arw-left.disabled,
.hk-thumb-slider .hkts-arw-right.disabled {
  display: none;
}
.hk-thumb-slider .hkts-wrapper {
  white-space: nowrap;
}
.hk-thumb-slider .hkts-arw-right {
  left: auto;
  right: 10px;
  background-image: url("../img/hkts-arw-right.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .hk-thumb-slider .hkts-arw-right {
    background-image: url(../img/hkts-arw-right@2x.png);
    background-size: 28px 56px;
  }
}
#header {
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #1c1c1c;
  color: #FFF;
  padding: 16px 0;
}
#header .breadcrumbs {
  margin: 0 0 0 5px;
  font-size: 14px;
}
#header .breadcrumbs li {
  float: left;
  background: url('../img/breadcrumb-sep.png') no-repeat right center;
  background-size: 7px 18px;
  padding: 0 14px 0 8px;
}
#header .breadcrumbs li a {
  display: block;
  height: 18px;
  line-height: 16px;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  -webkit-transition: opacity 100ms;
  -ms-transition: opacity 100ms;
  transition: opacity 100ms;
  opacity: 0.3;
}
#header .breadcrumbs li a:hover {
  opacity: 0.5;
}
#header .breadcrumbs li:last-child {
  background: none;
  padding-right: 0;
}
#header .breadcrumbs li:last-child a {
  opacity: 1;
}
#header .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -66px;
  top: 9px;
}
#header .account-tools {
  position: absolute;
  right: 15px;
  top: 11px;
  white-space: nowrap;
}
#header .account-tools * {
  vertical-align: top;
}
#header .account-tools span.login {
  display: inline-block;
  margin-right: 6px;
  line-height: 28px;
  font-weight: 600;
}
#header .account-tools span.login .login-link {
  color: #45bbdd;
}
#header .account-tools span.login .login-link:hover {
  color: #70cbe5;
}
#header .account-tools .write-button {
  -moz-transition: background 100ms;
  -o-transition: background 100ms;
  -webkit-transition: background 100ms;
  -ms-transition: background 100ms;
  transition: background 100ms;
  background: #303030;
  margin-right: 12px;
}
#header .account-tools .write-button:hover {
  background: #3d3d3d;
}
#header .account-tools .signup-button {
  -moz-transition: background 100ms;
  -o-transition: background 100ms;
  -webkit-transition: background 100ms;
  -ms-transition: background 100ms;
  transition: background 100ms;
  background: #45bbdd;
  margin-right: 12px;
  color: black;
}
#header .account-tools .signup-button:hover {
  background: #70cbe5;
}
#header .account-menu {
  display: inline-block;
}
#header .account-menu img.account-menu-avatar {
  border-radius: 14px;
}
#header .account-menu .toggle {
  line-height: 28px;
}
#header .account-menu .toggle .caret {
  vertical-align: middle;
}
#header .account-menu .toggle .user {
  display: inline-block;
  padding: 0 4px;
}
#header .account-menu .dropdown-menu {
  right: -7px;
  min-width: 180px;
  top: 47px;
}
#navigation {
  width: 160px;
  padding: 0 10px;
  background: #2e2e2e;
  position: fixed;
  top: 50px;
  bottom: 0;
  color: #FFF;
}
#navigation .nav-section {
  margin-bottom: 70px;
}
#navigation .nav-section-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #787878;
}
#navigation .nav-menu {
  font-size: 14px;
  margin: 0 -10px;
}
#navigation .nav-menu li {
  height: 40px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
#navigation .nav-menu li .icon {
  position: absolute;
  left: 10px;
  top: 6px;
}
#navigation .nav-menu li a {
  padding: 10px 10px 10px 48px;
  display: block;
}
#navigation .nav-menu li:hover {
  background-color: #363636;
}
#navigation .nav-menu li.disabled {
  opacity: 0.3 !important;
  background: none !important;
}
#navigation .nav-menu li.active {
  color: #1d829f;
  background-color: #3d3d3d;
}
#navigation .nav-menu li .counter {
  position: absolute;
  right: 10px;
}
#navigation .nav-footer {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
}
#navigation .nav-footer a.footer-item {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border-top: 1px solid #4d4d4d;
  padding: 6px 0;
}
#navigation .nav-footer a.footer-item:hover {
  background-color: #363636;
}
#navigation .nav-footer a.footer-item.left {
  border-right: 1px solid #4d4d4d;
}
#navigation .feedback-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#navigation .feedback-footer a.footer-item {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding: 6px 0;
  background-color: #c18400;
  font-size: 14px;
  font-weight: 600;
}
#navigation .feedback-footer a.footer-item:hover {
  background-color: #b27a00;
}
#content {
  margin: 0 0 0 160px;
  position: relative;
  height: 100%;
  padding: 30px 0;
}
#content .wrap {
  width: 940px;
  margin: auto;
  position: relative;
}
.overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  opacity: 0;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}
.overlay.active {
  opacity: 0.3;
}
strong {
  font-weight: 600;
}
.alert-container {
  position: fixed;
  width: 100%;
  margin-left: -160px;
  padding-left: 160px;
  top: 78px;
  z-index: 10000;
}
@media (max-width: 1160px) {
  .alert-container {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.alert {
  display: block;
  width: 640px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b2d68a;
  line-height: 36px;
  padding: 0 10px 0 20px;
  font-size: 16px;
  color: #277817;
}
.alert button.close {
  float: right;
  background: none;
  border: none;
  border-style: none;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}
.alert button.close:hover {
  opacity: 0.4;
}
.alert.alert-success {
  background-color: #b9d895;
  color: #277817;
}
.alert.alert-success button.close {
  color: #277817;
}
.alert.alert-warning {
  background-color: #d9c196;
  color: #c26500;
}
.alert.alert-warning button.close {
  color: #c26500;
}
.alert.alert-danger {
  background-color: #d99696;
  color: #c20000;
}
.alert.alert-danger button.close {
  color: #c20000;
}
body.guide .alert-container {
  top: 120px;
}
body.notification-active {
  padding-top: 90px;
}
body.notification-active #navigation {
  top: 90px;
}
body.notification-active #header {
  top: 40px;
}
body.notification-active #content {
  top: 0px;
}
body.notification-active .alert-container {
  top: 100px;
}
.notification {
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #45bbdd;
  position: fixed;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  z-index: 100;
}
.notification button {
  float: right;
  display: block;
  border: 0;
  background: none;
  color: black;
  opacity: 0.5;
  font-size: 38px;
  font-weight: 600;
  margin-right: 10px;
  cursor: pointer;
}
.notification button:hover {
  opacity: 0.8;
}
.notification a {
  text-decoration: underline;
}
.notification a:hover {
  text-decoration: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clear {
  clear: both;
  overflow: auto;
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
}
/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}
/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 0px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 30px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 25px;
}
#securityModal {
  top: -50px;
  height: 500px;
}
.hide {
  display: none;
}
.text-danger {
  color: red;
  font-size: 12px;
}
.settings-block {
  float: none;
  overflow: hidden;
  padding: 40px 0;
}
