/*default css*/
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

#boxGallery.gbox-font {
  font-family: 'colaborate-thinregular', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#boxGallery img {
  width: 100%;
  height: auto;
}

#boxGallery .You-gallery img {
  min-height: 250px;
}

#boxGallery h1 {
  font-size: 50px;
}

#boxGallery .simg {
  line-height: 0;
}

#boxGallery pre {
  letter-spacing: 0px;
  text-transform: none;
}

#boxGallery.Gallery-container {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
}

.play-btn i {
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 50px;
  color: #fff;
  opacity: 0.5;
}

#boxGallery .overlay h2 {
  position: relative;
}

#boxGallery .overlay h2:before {
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#boxGallery .gcolumn-1 {
  width: 100%;
}

#boxGallery p,
#boxGallery br {
  display: none;
}

#boxGallery .overlay p {
  display: block;
}

#boxGallery .overlay p button.info {
  padding: 13px 15px 0px;
}

#boxGallery .gcolumn-2 {
  width: 50%;
  float: left;
}

#boxGallery .gcolumn-3 {
  width: 33.33%;
  float: left;
}

#boxGallery .gcolumn-4 {
  width: 25%;
  float: left;
}

#boxGallery .You-gallery h2::before {
  z-index: -1;
}

#boxGallery .You-gallery h2 {
  z-index: 99;
}

a.gb-light {
  display: block;
}

.gb-middle {
  display: table;
  width: 100%;
  height: 100%;
}

a.gb-light.gbox-search.vbox-item {
  display: inline-block;
}

.vbox-title {
  font-size: inherit !important;
}

.gb-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.gbox-error {
  color: #ff0000;
  font-size: 40px;
  text-align: center
}

.gbox-loadMore {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.loadMore {
  padding: 10px;
  box-shadow: 0 1px 1px #ccc;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.gbox-loadmore {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

.simg a.light img {
  cursor: zoom-in;
}

.nav-next div {
  font-size: 38px;
}

.nav-previous div {
  font-size: 38px;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  #boxGallery .gcolumn-3,
  #boxGallery .gcolumn-4 {
    width: 50%;
    float: left;
  }

  .gbox-error {
    font-size: 30px;
  }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  #boxGallery .gcolumn-2,
  #boxGallery .gcolumn-3,
  #boxGallery .gcolumn-4 {
    width: 100%;
    float: left;
  }

  .gbox-error {
    font-size: 20px;
  }

  #boxGallery .hover {
    display: block;
    text-align: center;
    width: 94%;
  }

  #boxGallery .hover {
    margin-left: 3%;

  }

  html body .poptrox-popup span.closer {
    right: -17px !important;
  }

  html body .poptrox-popup .nav-previous,
  html body .poptrox-popup .nav-next {
    color: #555 !important;
    height: 20% !important;
    top: 40% !important;
  }

  html body .poptrox-popup .pic {
    float: left !important;
    margin: 0;
    text-align: center !important;
    width: 100% !important;
  }

}

@media only screen and (min-width: 992px) {

  .vbox-inline,
  .venoframe {
    height: 85vh;
  }
}

.upgrade-output {
  background: #000;
  padding: 30px 10px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}

h5.upgrade-txt {
  color: #fff;
}


/*Filter menu style*/

/* Portfolio menu

---------------*/

.filter-menu ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.filter-menu ul li {
  width: auto;
  display: inline-block;
}
.filter-menu ul li a {
  cursor: pointer;
  display: inline-block;
  font-size: 80%;
  font-weight: 500;
  /* margin: 0 15px;*/
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #3f3f3f;
  height: auto;
  padding: 5px 15px;
}

.tabs.js-tabs a.tabs-nav__link {
  text-decoration: none;
}

.tabs-nav__item {
  margin: 0;
}

.tabs.no-border {
  border: 0;
}

.tabs-content .tab.js-tabs-content {
  visibility: hidden;
}

.tabs-content .tab.js-tabs-content.active {
  visibility: visible;
}

.vbox-overlay {
  z-index: 9999999999 !important;
}

.filter-menu ul li a:hover,
.filter-menu ul li.active a {
  color: #111111;
}

.grid-item {
  width: 100% !important
}

.others {
  display: none;
  opacity: 0
}

ul.tabs-nav__list.style1 {
  border-top: 1px solid #ededed;
}


ul.tabs-nav__list.style1 li.tabs-nav__item a {
  border-right: 1px solid #ededed;
}

.fmenu.style1 li:first-child {
  border-left: 1px solid #ededed;
}

.fmenu.style2 li a {
  border: 1px solid #ccc;
  padding: 3px 10px 0px;
  margin-right: 0px;
  color: #000;
}

.fmenu.style3 {
  border-bottom: 1px solid #ccc;
}

.fmenu.style3 li a {
  border-right: 1px solid #ccc;
  padding: 3px 13px 0;
  margin: 0 0 0 -5px;
  border-top: 1px solid #ccc;
}

.fmenu.style2 li:first-child a {
  margin-left: 0;
}

.fmenu.style3 li:first-child {
  border-left: 1px solid #ccc;
  margin-left: 0;
}

.style2.hover li a:hover,
.style3.hover li a:hover,
.style2.hover li.active a,
.style3.hover li.active a {
  background: #000;
  color: #fff;
}

.style2.hover li a:hover,
.style3.hover li a:hover {
  color: #fff;
}

.style1.hover li a {
  position: relative;
}

.style1.hover li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  content: '';
  background: #ccc;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.style1.hover li a:hover:before {
  width: 50%
}