.eds_GravityGallery_Graviton {
  font: 12px/1.3 Arial;
}
.eds_GravityGallery_Graviton a, .eds_GravityGallery_Graviton span, .eds_GravityGallery_Graviton li {
  font: inherit;
}
.eds_GravityGallery_Graviton .edsGGW_thumbnailWrapper {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #FFC200 #BABABA #BABABA #D3D3D3;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.eds_GravityGallery_Graviton .edsGGW_thumbnailWrapper::before {
  position: absolute;
  left: 15px;
  top: -13px;
  content: "";
  width: 11%;
  min-width: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 194, 0, 0) rgba(255, 194, 0, 0) #FFC200;
}
.eds_GravityGallery_Graviton .edsGGW_list {
  margin: 0;
  padding: 0;
}
.eds_GravityGallery_Graviton .edsGGW_list ul {
  margin: 0;
  padding: 0;
}
.eds_GravityGallery_Graviton .edsGGW_list li {
  list-style-type: none;
  padding: 10px;
}
.eds_GravityGallery_Graviton .edsGGW_list li::after {
  display: table;
  width: 100%;
  content: "";
}
.eds_GravityGallery_Graviton .edsGGW_list li.edsGGW__active > .edsGGW_link {
  font-weight: bold;
}
.eds_GravityGallery_Graviton .edsGGW_list li.edsGGW__opened ul {
  display: block;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory {
  border-top: solid 1px #BABABA;
  padding-left: 35px;
  transition: background 300ms;
  background: #e8e8e8 url("images/folder.png") no-repeat 10px 11px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory.edsGGW__opened {
  background-image: url("images/folderOpened.png");
  background-color: #fff;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory.edsGGW__opened .edsGGW_expandCollapseIcon {
  transform: rotate(180deg);
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory.edsGGW__opened:hover {
  background-color: #fff;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory ul {
  display: none;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory:first-child {
  border-top: none;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory:hover {
  background-color: #ededed;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory:hover .edsGGW_expandCollapseIcon {
  background-position: 3px -381px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemGallery {
  background: url("images/images.png") no-repeat 0 10px;
  padding-left: 25px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_galleryThumbnailsList {
  margin: 10px -10px 0;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemGalleryThumbnails {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfViews,
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfItems,
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link {
  display: inline-block;
  vertical-align: middle;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link {
  text-decoration: none;
  color: #1d1e20;
  transition: all 300ms;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link:hover {
  color: #323232;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link.edsGGW_category {
  font-size: 13px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfViews,
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_expandCollapseIcon {
  background: url("images/icons.png") no-repeat 0 0;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfViews {
  background-position: 0 -99px;
  padding-left: 22px;
  margin-right: 2%;
  line-height: 17px;
  height: 17px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfItems {
  background-color: #fcc228;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  margin: 0 15px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_expandCollapseIcon {
  background-position: 3px -360px;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 10px;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_expandCollapseIcon > span {
  font-size: 0;
  line-height: 0;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnail {
  border: solid 1px #fff;
  border-radius: 2px;
  vertical-align: middle;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnail.edsGGW_galleryThumbnail {
  border-color: #ddd;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnailContainer a {
  text-decoration: none;
  color: #323232;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  font-family: Arial;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnailContainer .edsGGW_imageThumbnail {
  position: relative;
  display: block;
  border: solid 1px #d6d6d6;
  padding: 3px;
  background-color: #fff;
  max-width: 100%;
  line-height: 0;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnailContainer .edsGGW_imageThumbnail img {
  max-width: 100%;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnailContainer .edsGGW_imageThumbnail .edsGGW_numberOfItemsThb {
  background-color: #FFFFFF;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  padding: 0 6px;
  position: absolute;
  right: -4px;
  top: 50%;
}
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_thumbnailContainer .edsGGW_title {
  padding-top: 10px;
  display: block;
  text-align: left;
  word-wrap: break-word;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  font-size: 15px;
}
