.ninejtools {
  padding-top: 0px;
  margin-top: 0px;
}
/* all items */
.ninejtool-categories-all-items {
  margin-bottom: 100px;
}
.ninejtools-all-cat-gallery {
  overflow: hidden;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ninejtools-all-gallery a {
  display: block;
}
.ninejtools-all-gallery {
  margin: 0 auto;
}
.ninejtools-all-gallery h6 {
}
.ninejtools-category {
  padding-top: 0px;
  margin-top: 0px;
}
.ninejtool-category-intro {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
.ninejtool-carousel-items-roots span:after {
  content: "|";
  margin: 0 5px 0 5px;
}
.ninejtool-carousel-items-roots span:last-child:after {
  content: "";
}
.ninejtools-items-roots span:after {
  content: "|";
  margin: 0 3px 0 5px;
}
.ninejtools-items-roots span:last-child:after {
  content: "";
}
.ninejtools-info {
  padding: 15px 15px 10px 15px;
  background: #FFF;
}
.ninejtool {
  padding-top: 0px;
}
.ninejtool-main {
  max-width: 1170px;
  margin: 0 auto;
}
.ninejtool-main .btn {
  margin: 10px 0;
}
.ninejtool-main h2 {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: bold;
}
.ninejtool-pager {
  width: 100%;
  padding: 15px 0;
  font-size: 2em;
}
.ninejtool-pager ul {
  margin: 0;
}
.ninejtool-pager ul li {
  padding: 0 5px;
}
.ninejtool-filter {
  max-width: 1170px;
  margin: 0 auto;
  padding: 23px 0 22px 0;
  text-transform: none;
  font-size: 1em;
  position: relative;
  background: none;
  z-index:500;
  top: 0;
  left: 0;
}
.ninejtool-title-mobile-text {
  display: block;
}
.ninejtool-title-mobile-text-on {
  display: block;
}
.ninejtool-title-mobile-text h3 {

}
.ninejtool-filter i {
  cursor: pointer;
}
.btn-filter-dropdown {
  background: transparent!important;
  border: 0px solid #444!important;
  border-width: 0 0 1px 0!important;
  color: #444!important;
  padding: 5px 0!important;
  display: block!important;
}
.btn-filter-dropdown::after {
  position:absolute;
  right: 0;
  top: 15px;
}
.btn-filter-dropdown:focus {
	box-shadow: 0 0 0 0.0rem rgba(37, 171, 198, 0.0)!important;
}
.ninejtool-info {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.ninejtool-info  p {
  line-height: 1.8em;
}
.ninejtool-description {
  margin: 0px auto 60px;
  max-width: 500px;
}
.ninejtool-cat span:after {
  content: " / ";
}
.ninejtool-cat span:last-child:after {
  content: "";
}
.ninejtool-title {
  margin: 20px 0 0;
}
.ninejtool-item-roots-filter .filters-button-group span {
  cursor: pointer;
}
.ninejtool-filter .filters-button-group span {
  margin-right: 5px;
  cursor: pointer;
  color: #aaa;
}
.ninejtool-filter .filters-button-group .is-checked {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.ninejtool-filter .filters-button-group .fdivider:after {
  content: "|";
  margin-left: 5px;
  text-decoration: none!important;
  color: #aaa;
}
.ninejtool-filter .filters-button-group .fdivider:last-child:after {
  content: "";
}
.ninejtool-filter-off {
  display: none;
}
.ninejtool-title-gallery {
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 1;
  font-size: 1em;
  text-transform: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ninejtool-target {
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  font-size: 1em;
  font-weight: bold;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.ninejtool-target:hover {
  opacity: 1;
}
.ninejtool-target-inner {
  opacity: 0;
  background-color: rgba(255,255,255, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ninejtool-target:hover .ninejtool-target-inner {
  opacity: 1;
  background-color: rgba(255,255,255, 0.3);
}
.ninejtool-title-gallery-text {
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;

  -ms-transform: translateY(-50%) translateX(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%) translateX(-50%); /* Chrome, Safari, Opera */
  transform: translateY(-50%) translateX(-50%);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ninejtool-title-gallery-text h3 {
  font-size: 1.4em;
}
.ninejtool-title-gallery-services {
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  font-weight: normal;
  width: 80%;

  -ms-transform: translateY(-50%) translateX(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%) translateX(-50%); /* Chrome, Safari, Opera */
  transform: translateY(-50%) translateX(-50%);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ninejtool-title-gallery-services span {
  white-space: nowrap;
}

.ninejtool-target:hover .ninejtool-title-gallery-text {
   top: 50%;
}
.ninejtool-target:hover .ninejtool-title-gallery-services {
   top: 80%;
}

.ninejtool-target-touch {
  background-color: rgba(255,255,255,0.5);
  opacity: 1;
}
.ninejtool-target-touch .ninejtool-title-gallery-text {
   top: 50%;
   font-weight: bold;
   width: 80%;
}
.ninejtool-target-touch:hover .ninejtool-title-gallery-text {
   top: 50%;
}
.ninejtool-target-touch .ninejtool-title-gallery-services {
   display: none;
}
.ninejtool-header-img {
  background-position: center center;
  background-size: cover;
  margin: 0px -15px;
  padding-bottom: 35%;
}
@media (max-width: 900px) {
  .ninejtool-header-img {
  padding-bottom: 60%;
  }
}
@media (max-width: 600px) {
  .ninejtool-header-img {
    padding-bottom: 100%;
  }
}
.header-gallery {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ninejtool-video {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.ninejtool-other-sections {
 margin: 0 -15px;
}
.ninejtool-category {
  max-width:1170px;
  margin: 0 auto;
}
.ninejtool-category a {
}
.ninejtool-main .share-item {
  clear: both;
  padding: 0px 0 0px;
  font-size: 16px;
  width: auto;
  margin-bottom: 30px;
  text-align: left;
}
.share-item ul {
  display:inline-block;
  padding: 0;
}
.share-item .ninejtool-social-shares li{
  padding-right: 20px;
  list-style: outside none none;
  float: left;
}
.ninejtool-img-par {
  padding-bottom: 24%;
  background-position: center center;
  background-size: cover;
  margin: 0px -15px 0px -15px;
  background-attachment: fixed;
}
.img-par-desc {
  margin: 80px 0 100px;
}
.ninejtool-image {
  position:relative;
  width: 100%;
  top: 0;
  overflow:hidden;
  background: #f3f3f3;
}
.ninejtool-img-center {
  position:relative;
  top: 0px;
  padding-bottom: 100%;
}
.ninejtool-img-center img {
  position: absolute;
  width: 100.1%;
  width: calc(100%+1px);
  top: 0;
  left: 0;
}
.ninejtool-gallery {
 overflow: hidden;
 margin: 0 -15px 0 -15px;
}

#ggal {
 margin: 0 -1px 0 0px;

}
#ggal a {
margin:0;
position:relative;
}

.nimage-desc {
  background: rgba(0,0,0,0.4);
  color: #FFF;
  font-weight:bold;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 4px 9px;
  position:relative;
  left: 0px;
  bottom: 100%;
  z-index: 2;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nimage-desc:hover {
  opacity: 1;
  color:#FFF;
}
.fcaption {

}

.gimg { margin: 0px 0px 0px 0px; }
.gimg {
  float: left;
  border: 0 none;
  overflow: hidden;
  position:relative;
}
.gimg img {
  width: 100%;
}
.single-gimg {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.single-gimg a {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;

}
.single-gimg img {
  margin: 0 auto;
}
.single-gimg a .nimage-desc {
  background: rgba(0,0,0,0.4);
  color: #FFF;
  font-weight:bold;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 4px 9px;
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-gimg a .nimage-desc:hover {
  opacity: 1;
}





/* ---- Isotope grid general ---- */
.ninejtool-grid-container {
  margin: 0 auto;
  max-width: 1170px;
  background: none;
  padding: 0;
}
.ninejtool-grid {
  margin: 0 -15px;
}
/* grid related */
.ninejtool-grid-container-related {
  margin: 0;
  background: none;
  padding: 0;
}
.ninejtool-grid-container-related .ninejtool-grid {
  width: 100%;
  margin: 0;
}
.ninejtool-grid-container-related .ninejtool-grid-sizer,
.ninejtool-grid-container-related .ninejtool-grid-item {
  float: left;
  width: 25%;

}
.ninejtool-grid-container-related .ninejtool-title-gallery-text {
  font-size: 12px;
  line-height: 13px;
}
.ninejtool-grid-container-related .ninejtool-title-gallery-services {
  font-size: 10px;
}
@media (max-width: 1200px) {
  .ninejtool-grid-container-related .ninejtool-grid-sizer,
  .ninejtool-grid-container-related .ninejtool-grid-item {
  width: 25%;
}
}
@media (max-width: 700px) {
  .ninejtool-grid-container-related .ninejtool-grid-sizer,
  .ninejtool-grid-container-related .ninejtool-grid-item {
  width: 50%;
}
}


/* clear fix */

.ninejtool-grid:after {
  content: '';
  display: block;
  clear: both;
}

.ninejtool-grid-sizer,
.ninejtool-grid-item {
  float: left;
  padding: 0px;
  width: 33.3333%;
  padding: 15px;
}

.ninejtool-grid-item .loadi {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  color: #DDD;
  z-index: 0;
  font-size: 2em;
}

.ninejtool-grid-item--width2 {
  width: 40%;
}

.ninejtool-gallery-grid .ninejtool-grid-sizer,
.ninejtool-gallery-grid .ninejtool-grid-item {
  float: left;
  width: 25%;
  padding: 4px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 4px;
}

.ninejtool-gallery-grid  .ninejtool-grid-item--width2 {
  width: 50%;
  height: 404px;
}

.ninejtool-gallery-grid .ninejtool-gutter-sizer { width: 10%; }
.ninejtool-gallery-grid .ninejtool-grid-item .loadi {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  color: #EEE;
  z-index: 0;
  font-size: 2em;
}
@media (max-width: 1700px) {
  .ninejtool-grid-sizer,
  .ninejtool-grid-item {
    width: 33.3333%;

  }
}
@media (max-width: 1300px) {
  .ninejtool-grid-sizer,
  .ninejtool-grid-item {
    width: 33.3333%;
  }
}
@media (max-width: 1000px) {
  .ninejtool-grid-sizer,
  .ninejtool-grid-item {
    width: 50%;

  }
}
@media (max-width: 500px) {
  .ninejtool-grid-sizer,
  .ninejtool-grid-item {
    width: 100%;
    font-size: 0.8em;
  }
  .ninejtool-title-gallery-text {
    line-height: 1em;
  }
}
