
video { 
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  background-size: cover;
  transition: 1s opacity;
}

.fullscreen-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.custom-loader {
  position: fixed;
  left: 37%;
  top: 20%;
  width: 340px;
  height: 340px;
  z-index: 9999;
  background: url(../images/loading2.gif) center no-repeat ;
}


@media (max-width:2560px) {
.fullscreen-bg{ max-height: 745px; }
.fullscreen-bg video{max-height: auto;}
}

@media (max-width:1400px) {
.fullscreen-bg{ }
.fullscreen-bg video{max-height: 745px;}
}

@media only screen and (max-width: 980px) {

	.fullscreen-bg video{ max-height:650px;}
	.banner-main{top:47%;	}

}

@media only screen and (max-width: 736px) {

	.fullscreen-bg video{ max-height:500px;}
	.banner-main{top:47%; max-height:350px;}

}

@media only screen and (max-width: 480px) {

	.fullscreen-bg video{ max-height:380px;}

	.banner-main{top:47%; max-height:350px;}

}

.fh5co-nav ul li.active > a {
    color: #b89d64 !important;
}
.quick_wrap ul li.active a {
    color: #b89d64 !important;
}

.instaImage{
  margin-left: 65px !important;
    margin-top: 65px !important;
    width: 80px !important; 
    height:auto !important;
}