/* Variables */
.flexslider.galleries-layout-default {
  margin-bottom: 10px;
  border: none;
}

#carousel ul li {
  cursor: pointer;
}

.galleries-layout-default, #carousel {
  border: none;
}
.galleries-layout-default ul li, #carousel ul li {
  list-style: none !important;
}
.galleries-layout-default .slides li, #carousel .slides li {
  position: relative;
}
.galleries-layout-default .slides li .node, #carousel .slides li .node {
  position: absolute;
}
.galleries-layout-default .node, #carousel .node {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #c72137;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node:before, #carousel .node:before {
  width: 14px;
  height: 14px;
  content: "";
  background: #c72137;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node.node_thumb, #carousel .node.node_thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c72137;
}
.galleries-layout-default .node.node_thumb:before, #carousel .node.node_thumb:before {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
}
.galleries-layout-default .node:hover, #carousel .node:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node:hover:before, #carousel .node:hover:before {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node:hover .node-desc, #carousel .node:hover .node-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node .node-desc, #carousel .node .node-desc {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 200px;
  padding: 20px 15px;
  position: absolute;
  top: 35px;
  left: -80px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galleries-layout-default .node .node-desc h4.note-title, #carousel .node .node-desc h4.note-title {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.galleries-layout-default .node .node-desc p, #carousel .node .node-desc p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}

ul.flex-direction-nav a {
  font-size: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 40px;
}
ul.flex-direction-nav a:focus {
  outline: none;
}
ul.flex-direction-nav a:before {
  font-size: 16px;
  text-shadow: none;
  color: #fff;
}
ul.flex-direction-nav a.flex-next, ul.flex-direction-nav a.flex-prev {
  text-align: center;
  line-height: 40px;
}

/*# sourceMappingURL=galleries-frontend.css.map */
