/*************************************/
/* ------------ WEBFONTS ----------- */
/*************************************/

/*************************************/
/* ------------ COLORS ----------- */
/*************************************/

/*************************************/
/* ------------ MIX IN'S ----------- */
/*************************************/
.sans {
  font-family: Arial, helvetica, sans-serif;
}
.serif {
  font-family: Georgia, serif;
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.smartFill {
  width: 100%;
  max-height: 100%;
}
.ccnr {
  background-position: center center;
  background-repeat: no-repeat;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/vendor/backgroundsize.min.htc);
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.triggerGPU {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
/*************************************/
/* ------------ TRANSISIONS ------------ */
/*************************************/
.marker-single {
.container {
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

/***************************************************************************************************************/
/* ----------- STYLES ------------*/
/***************************************************************************************************************/
/*************************************/
/* ------------ GLOBAL ------------- */
/*************************************/
body {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, helvetica, sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .ot-hashtag {
  display: none;
}
a {
  border: none;http://codepen.io/collection/DjONoj/2/
  outline: none;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../img/loader_1black.gif') center center no-repeat;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.resize {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 20000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/resize_overlay_comp.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .resize {
    background-image: url("../img/resize_overlay_comp@2x.png");
    background-size: 334px 96px;
  }
}
.resize.touch {
  background-image: url('../img/icon_rotate.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .resize.touch {
    background-image: url("../img/icon_rotate@2x.png");
    background-size: 265px 274px;
  }
}
.container {
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.topViews {
  display: none;
}
.view {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;

  overflow: hidden;
}
.leaflet-container {
  background-color: #000 !important;
}
.mapbox-control-info {
  z-index: 2000 !important;
}
/*************************************/
/* ------------ HEADER -------------- */
/*************************************/
    
    
    
    
/*************************************/
/* ---------- MAP VIEW -------------- */
/*************************************/
#mapView {
  display: block;
}
#mapView #mapHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#mapView #scene {
  -webkit-transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#mapView #content {
  position: absolute;
  width: 368px;
  height: 100%;
  top: 0px;
  right: 0px;
  display: none;
}
#mapView #parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#mapView #shadow {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: url('../img/shadow.png');
}
.ie #mapView #shadow {
  display: none;
}
#mapView #dust {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: url('../img/dustwhite.png');
}
.ie #mapView #dust {
  display: none;
}
#mapView #cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#mapView #tint {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background-color: rgba(126, 79, 37, 0.2);
  -moz-box-shadow: inset 0 0 600px #221201;
  -webkit-box-shadow: inset 0 0 600px #221201;
  box-shadow: inset 0 0 600px #221201;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ie #mapView #tint {
  display: none;
}
#mapView .zoom {
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -33px;
  width: 66px;
  height: 30px;
  display: none;
}
#mapView .zoom.hideContent .btnZoomIn {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
#mapView .zoom.hideContent .btnZoomOut {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
}
#mapView .zoom.showContent .btnZoomIn {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 70ms;
  z-index: 200;
}
#mapView .zoom.showContent .btnZoomOut {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  z-index: 200;
}
#mapView .zoom:hover .caption {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.5;
}
#mapView .zoom .btnZoom {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#mapView .zoom .btnZoom.hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#mapView .zoom .btnZoom.disabled {
  pointer-events: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#mapView .zoom .btnZoom .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 #mapView .zoom .btnZoom .bg {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  behavior: url(../js/vendor/PIE.htc);
}
.ie8 #mapView .zoom .btnZoom .bg {
  border: none;
  background-image: url('../img/ie8ZoomBack.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ie8 #mapView .zoom .btnZoom .bg {
    background-image: url("../img/ie8ZoomBack@2x.png");
    background-size: 30px 30px;
  }
}
#mapView .zoom .btnZoom .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
#mapView .zoom .btnZoomIn {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  left: 0px;
}
#mapView .zoom .btnZoomIn.hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#mapView .zoom .btnZoomIn.disabled {
  pointer-events: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#mapView .zoom .btnZoomIn .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 #mapView .zoom .btnZoomIn .bg {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  behavior: url(../js/vendor/PIE.htc);
}
.ie8 #mapView .zoom .btnZoomIn .bg {
  border: none;
  background-image: url('../img/ie8ZoomBack.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ie8 #mapView .zoom .btnZoomIn .bg {
    background-image: url("../img/ie8ZoomBack@2x.png");
    background-size: 30px 30px;
  }
}
#mapView .zoom .btnZoomIn .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
#mapView .zoom .btnZoomIn .icon {
  background-image: url('../img/icon_zoom_in.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #mapView .zoom .btnZoomIn .icon {
    background-image: url("../img/icon_zoom_in@2x.png");
    background-size: 12px 12px;
  }
}
#mapView .zoom .btnZoomOut {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 0px;
}
#mapView .zoom .btnZoomOut.hover .bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#mapView .zoom .btnZoomOut.disabled {
  pointer-events: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#mapView .zoom .btnZoomOut .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 #mapView .zoom .btnZoomOut .bg {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  behavior: url(../js/vendor/PIE.htc);
}
.ie8 #mapView .zoom .btnZoomOut .bg {
  border: none;
  background-image: url('../img/ie8ZoomBack.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ie8 #mapView .zoom .btnZoomOut .bg {
    background-image: url("../img/ie8ZoomBack@2x.png");
    background-size: 30px 30px;
  }
}
#mapView .zoom .btnZoomOut .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
#mapView .zoom .btnZoomOut .icon {
  background-image: url('../img/icon_zoom_out.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #mapView .zoom .btnZoomOut .icon {
    background-image: url("../img/icon_zoom_out@2x.png");
    background-size: 11px 2px;
  }
}
#mapView .zoom .caption {
  position: absolute;
  width: 100%;
  height: 10px;
  text-align: center;
  bottom: -19px;
  font-family: 'Avenir LT W01 85 Heavy';
  font-weight: 600;
  font-weight: bold;
  font-size: 8px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
}
}
#mapView #shadow
 {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) url("../img/shadow.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    pointer-events:none;
    position: absolute;
    top: 0;
    width: 100%;
}
#mapView #dust {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) url("../img/dustwhite.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    pointer-events:none;
    position: absolute;
    top: 0;
    width: 100%;
}