/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/*
 * LAYOUTS VAIRABLES
 */
.gmap {
  font-size: 90%;
  height: 360px;
  width: 78%;
}

.maplocator {
  margin-bottom: 20px;
}

/* ======= */
/* = Map = */
/* ======= */
#directory-main-bar {
  position: relative;
  z-index: 0;
}

#directory-main-bar:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

.directory-map-labels {
  overflow: visible !important;
}

#directory-main-bar .spinner {
  display: none;
}

.marker-holder {
  position: relative;
  left: 0;
  width: 10px;
  height: 10px;
}

.marker-content {
  width: 280px;
  position: absolute;
  bottom: 0;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

.map-item-info {
  padding: 15px;
}

.with-image .map-item-info {
  clear: both;
}

.map-item-info .title {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.map-item-info .address {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.marker-content img {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}

.marker-content .arrow {
  background: url("images/map-pin-description.png") no-repeat;
  bottom: -21px;
  left: 28px;
  height: 22px;
  position: absolute;
  width: 37px;
}

.marker-content .close {
  cursor: pointer;
  background: white url("images/pop_up-close.png") no-repeat center;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  height: 10px;
  margin: auto;
  padding: 4px;
  position: absolute;
  right: -9px;
  top: -9px;
  width: 10px;
  z-index: 1000;
}

.map-item-info a.more-button {
  background: #73ac4b;
  background: -moz-linear-gradient(#73ac4b, #6ca146);
  background: -o-linear-gradient(#73ac4b, #6ca146);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73ac4b), to(#6ca146));
  background: -webkit-linear-gradient(#73ac4b, #6ca146);
  border: 1px solid #679a43;
  box-shadow: 0 1px 0 #88bc64 inset;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 #527a35;
  text-decoration: none;
}

.map-item-info a.more-button:hover {
  background: #60903f;
  background: -moz-linear-gradient(#73ac4b, #60903f);
  background: -o-linear-gradient(#73ac4b, #60903f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73ac4b), to(#60903f));
  background: -webkit-linear-gradient(#73ac4b, #60903f);
  border: 1px solid #5b883c;
  box-shadow: 0 1px 0 #96c376 inset;
  text-shadow: 1px 1px 0 #46692e;
}

.cluster {
  color: #333333;
  cursor: pointer !important;
  font-family: 'Oswald';
  font-size: 14px;
  text-align: center;
}

.cluster-1 {
  background-image: url("images/cluster-m1.png");
  width: 90px;
  height: 80px;
  line-height: 79px;
}

.cluster-2 {
  background-image: url("images/cluster-m2.png");
  width: 90px;
  height: 80px;
  line-height: 79px;
}

.cluster-3 {
  background-image: url("images/cluster-m3.png");
  width: 90px;
  height: 80px;
  line-height: 79px;
}

.draggable-toggle-button {
  cursor: pointer;
  background-color: #fff;
  z-index: 1000;
  position: absolute;
  bottom: 20px;
  right: 10px;
  padding: 10px;
}

.box-content {
  position: relative;
}

#box-panel {
  width: 290px;
  height: 610px;
  display: block;
  overflow-y: auto;
  position: absolute;
  top: 17px;
  right: 0;
  padding: 20px;
  background: rgba(23, 23, 23, 0.9);
}
#box-panel div {
  background: transparent!important;
  border: none;
}
#box-panel .panel-heading {
  color: #fff;
  border-bottom: 1px solid #545551;
  padding: 0;
}
#box-panel .panel-heading a {
  font-family: "Latoblack", Helvetica;
  display: block;
  padding: 5px 10px 5px 0;
  font-size: 11px;
  position: relative;
  color: #fff;
}
#box-panel .panel-heading a:before {
  content: "--";
  font: 300 14px/16px "Open Sans", sans-serif;
  height: 10px;
  position: absolute;
  right: -5px;
  width: 10px;
  color: #fff;
  letter-spacing: -1px;
}
.rtl #box-panel .panel-heading a:before {
  left: -5px;
  right: auto;
}
#box-panel .panel-heading a.collapsed {
  color: #777;
}
#box-panel .panel-heading a.collapsed:before {
  content: "+";
}
#box-panel .panel-heading a.collapsed:hover {
  color: #fff;
}
#box-panel .panel-heading a.collapsed:hover:before {
  content: "--";
}
#box-panel .panel-body {
  padding-left: 0;
  padding-right: 0;
  color: #fdd841;
}
#box-panel .panel-body span {
  color: #fff;
  margin-right: 5px;
}
.rtl #box-panel .panel-body span {
  margin-left: 5px;
  margin-right: inherit;
}

.nicescroll-rails {
  background: black !important;
}
.nicescroll-rails > div {
  background-color: #fdd841 !important;
  border: 1px solid #fdd841 !important;
  border-radius: 0!important;
  margin-top: 5px;
}
