.ninejrecipes {
  padding-top: 0px;
  margin-top: 0px;
}
.ninejrecipes-category {
  padding-top: 0px;
  margin-top: 0px;
}
.ninejrecipe-all-section {

  padding: 60px 0;

}
.ninejrecipe-all-cat-gallery {
  overflow: hidden;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 40px 0;
}
.ninejrecipe-categories-header-img {
  margin: 0 -15px;
  min-height: 30vw;
  position: relative;
  background: no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ninejrecipe-categories-header-img .title-img {
  min-height: 30vw;
}
@media (max-width: 767px) {
  .ninejrecipe-categories-header-img {
  
  min-height: 50vw;
  }
}
.ninejrecipe-categories-navbar {
  max-width: 1170px;
  margin: 30px auto 25px;
  border: px solid #EEE;
  text-align: center;
}
@media (max-width: 1040px) {
.ninejrecipe-categories-navbar {
  display: none;
}
}
.ninejrecipe-categories-navbar  a {
  padding: 5px 20px;
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
}

.ninejrecipe-categories-all-items {
  margin-bottom: 100px;
}
.ninejrecipe-categories-header-img .title-img h2 {
  padding: 20px 12vw;
}
.ninejrecipe-all-category-desc {
  font-size: 0.9em;
  
}
.ninejrecipe-all-inner-section {
  padding: 0 0 30px;
}
.ninejrecipe-all-gallery {
  padding: 0 10px 30px; 
}
.ninejrecipe-all-gallery h6 {
  margin-top: 10px;
  padding: 0 2px;
  font-size: 12px;
  color: #666;
  height: 65px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
.ninejrecipe-seeall-button {
 padding: 4px 10px!important;
 margin-right: 10px;
}
.ninejrecipe-all-img {
  max-width: 270px!important;
  width: 100%!important;
  margin: 0 auto;
}
.ninejrecipe-all-gallery:hover {
 opacity: 0.8;
}
.ninejrecipe-category-intro {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1170px;
}
.ninejrecipes-info {
  padding: 15px 15px 10px 15px;
  background: #FFF;
}
.ninejrecipe {
  padding-top: 0px;
}
.ninejrecipe-correlated-container {
  padding: 15px;
}
.ninejcorrelated-swiper-slide img {
  padding: 15px 15px 30px;
}
.ninejrecipe-ingredients-title {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  
}
.ninejrecipe-ingredients ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DDD;
  
}
.ninejrecipe-ingredients li {
  padding-bottom: 10px;
  line-height: 1.1em;
}
.ninejrecipe-ingredients span {
  text-transform: uppercase;
}
.ninejrecipes-related {
  position: relative;
}
.ninejrecipes-related-inner {
  background: #FFF;
  max-width: 800px;
  margin: 60px auto;
  padding: 0 15px;
  
}
.ninejrecipe-related-recipe-item {
  padding: 15px;
}
.ninejrecipe-main {
  max-width: 1170px;
  margin: 100px auto; 
}
.ninejrecipe-main .btn {
  margin: 10px 0;
}
.ninejrecipe-main h2 {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: bold;
}
.ninejrecipe-pager {
  width: 100%;
  padding: 15px 0;
  font-size: 2em;
}
.ninejrecipe-pager ul {
  margin: 0;
}
.ninejrecipe-pager ul li {
  padding: 0 5px;
}
.ninejrecipe-filter {
  width: 100%;
  padding: 23px 15px 22px 15px;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
  background: #FFF;
  z-index:1024;
  margin: 0;
  top: 0;
  left: 0;
}
.ninejrecipe-filter i {
  cursor: pointer;
}
.ninejrecipe-info {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.ninejrecipe-info  p {
  line-height: 1.8em;
}
.ninejrecipe-description {
  margin: 0px auto 60px;
  max-width: 500px;
}
.ninejrecipe-cat span:after {
  content: " / ";
}
.ninejrecipe-cat span:last-child:after {
  content: "";
}
.ninejrecipe-title {
  margin: 20px 0 0;
}
.ninejrecipe-filter .filters-button-group span {
  margin-right: 3px;
  cursor: pointer;
}
.ninejrecipe-filter .filters-button-group .is-checked {
  font-weight: bold;
}
.ninejrecipe-filter .filters-button-group span:after {
  content: "\00b7";
  margin-left: 5px;
  
}
.ninejrecipe-filter .filters-button-group span:last-child:after {
  content: "";
}
.ninejrecipe-filter-off {
  display: none;
}
@media (min-width: 1201px) {
.ninejrecipe-filter-on {
  display: none!important;
}
.ninejrecipe-filter-off {
  display: none!important;
}
}
@media (max-width: 1200px) {
.ninejrecipe-filter .filters-button-group {
  position: relative;
  top: 0px;
  left: -300px;
  z-index: -1;
  background: #FFF;
  padding: 85px 15px 15px;
  height: 100%;
  width: 300px;
  margin-top: 0px;
  -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: auto;
}
.ninejrecipe-filter .filters-show {
  left: -0px;
}
.ninejrecipe-filter .filters-button-group span {
  display: block;
  margin-bottom: 10px;
}
.ninejrecipe-filter .filters-button-group span:after {
  content: "";
}
}
.ninejrecipe-title-gallery {
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 1;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}

.ninejrecipe-target {
  background-color: rgba(0,0,0,0.10);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  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;
}
.ninejrecipe-target:hover {
  opacity: 1;
}
.ninejrecipe-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;
}
.ninejrecipe-target:hover .ninejrecipe-target-inner {
  opacity: 1;
  background-color: rgba(255,255,255, 0.9);
}
.ninejrecipe-title-gallery-text {
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20%;
  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;
}
.ninejrecipe-title-gallery-services {
  font-size: 0.8em;
  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;
}
.ninejrecipe-title-gallery-services span {
  white-space: nowrap;
}

.ninejrecipe-target:hover .ninejrecipe-title-gallery-text {
   top: 30%;
}
.ninejrecipe-target:hover .ninejrecipe-title-gallery-services {
   top: 70%;  
}

.ninejrecipe-target-touch {
  background-color: rgba(255,255,255,0.5);
  opacity: 1;
}
.ninejrecipe-target-touch .ninejrecipe-title-gallery-text {
   top: 50%;
   font-weight: bold;
   width: 80%;
}
.ninejrecipe-target-touch:hover .ninejrecipe-title-gallery-text {
   top: 50%;
}
.ninejrecipe-target-touch .ninejrecipe-title-gallery-services {
   display: none;
}
.ninejrecipe-header-img {
  background-position: center center;
  background-size: cover;
  margin: 0px 0 30px;
  padding-bottom: 35%;
}
@media (max-width: 600px) {
  .ninejrecipe-header-img {
  padding-bottom: 100%;
}
}
.header-gallery {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ninejrecipe-video {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.ninejrecipe-other-sections {
 margin: 0 -15px; 
}
.ninejrecipe-category {
  margin: 0 -15px;
  padding: 100px 15px;
  background: #222;
  color: #FFF;
}
.ninejrecipe-category a {
  color: #FFF;
}
.ninejrecipe-main .share-item span {
  font-size: 0.8em;
  text-transform: uppercase;
margin-right: 20px;  
}
.ninejrecipe-main .share-item a {
  clear: both;
  padding: 0px 10px 0px 0;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.ninejrecipe-social-shares {
  margin: 40px 0;
}
.share-item ul {
  display:inline-block;
  padding: 0;
}
.share-item .ninejrecipe-social-shares li{
  padding-right: 20px;
  list-style: outside none none;
  float: left;
}
.ninejrecipe-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;
}
.ninejrecipe-image {
  position:relative;
  width: 100%;
  top: 0;
}
.ninejrecipe-img-center {
  position:relative;
  top: 0px;
  padding-bottom: 100%;
}
.ninejrecipe-img-center img {
  position: absolute;
  width: 100.1%;
  width: calc(100%+1px);
  top: 0;
  left: 0;
}
.ninejrecipe-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 ---- */
.ninejrecipe-grid-container {
  margin: 0px -15px 0px -15px;
  
  background: #FFF;
  padding: 0px 0 0 0px;
}
.ninejrecipe-grid {
  width: 100%;
  margin: 0;
}
/* grid related */
.ninejrecipe-grid-container-related {
  margin: 0px -15px 0px -15px;
  background: #FFF;
  padding: 0;
}
.ninejrecipe-grid-container-related .ninejrecipe-grid {
  width: 100%;
  margin: 0;
}
.ninejrecipe-grid-container-related .ninejrecipe-grid-sizer,
.ninejrecipe-grid-container-related .ninejrecipe-grid-item {
  float: left;
  width: 12.5%;
  
}
.ninejrecipe-grid-container-related .ninejrecipe-title-gallery-text {
  font-size: 12px;
  line-height: 13px;
}
.ninejrecipe-grid-container-related .ninejrecipe-title-gallery-services {
  font-size: 10px;
}
@media (max-width: 1200px) {
  .ninejrecipe-grid-container-related .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-container-related .ninejrecipe-grid-item {
  width: 25%;
}
}
@media (max-width: 700px) {
  .ninejrecipe-grid-container-related .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-container-related .ninejrecipe-grid-item {
  width: 50%;
}
}


/* clear fix */

.ninejrecipe-grid:after {
  content: '';
  display: block;
  clear: both;
}

.ninejrecipe-grid-sizer,
.ninejrecipe-grid-item {
  float: left;
  padding: 0px;
  width: 25%;
}

.ninejrecipe-grid-item .loadi {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  color: #DDD;
  z-index: 0;
  font-size: 2em;
}

.ninejrecipe-grid-item--width2 {
  width: 40%;
}

.ninejrecipe-gallery-grid .ninejrecipe-grid-sizer,
.ninejrecipe-gallery-grid .ninejrecipe-grid-item {
  float: left;
  width: 25%;
  padding: 4px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 4px;
}

.ninejrecipe-gallery-grid  .ninejrecipe-grid-item--width2 {
  width: 50%;
  height: 404px;
}

.ninejrecipe-gallery-grid .ninejrecipe-gutter-sizer { width: 10%; }
.ninejrecipe-gallery-grid .ninejrecipe-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) {
  .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-item {
    width: 25%;
    
  }
}
@media (max-width: 1300px) {
  .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-item {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-item {
    width: 50%;
    
  }
}
@media (max-width: 500px) {
  .ninejrecipe-grid-sizer,
  .ninejrecipe-grid-item {
    width: 50%;
    font-size: 0.8em;
  }
  .ninejrecipe-title-gallery-text {
    line-height: 1em;
  }
}