/*default css*/
.hidden{
  visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!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;
	} 
}

/*youtube upgrade notice style*/
.upgrade-output {
    background: #000;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

h5.upgrade-txt {
    color: #fff;
}
a.upgrade-btn {
    color: red;
    opacity: 1;
    border: 1px solid #fff;
    padding: 5px 15px;
}

a.upgrade-btn:hover {
    color: #fff;
    background: red;
}