.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	background-color:green;
	color:#FFF;
	border-radius:0px 25px 25px 0px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  
}

.my-float{
	margin-top:16px;
}



.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	background-color:#ff0000;
	color:#FFF;
	border-radius:0px 25px 25px 0px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  
}



.gallery-section-two{
	position:relative;
	padding-top:100px;
	background-color:#f5f5f5;
}
.gallery-section-two.style-two{
	position:relative;
	background-color:#222222;
}
.gallery-section-two .gallery-block-two{
	padding:0px;
	float:left;
}

.gallery-section-two .owl-dots{
	display:none;
}

.gallery-section-two .owl-nav{
	position:absolute;
	left:50%;
	top:-110px;
	max-width:1170px;
	width:100%;
	text-align:right;
	margin-left:-585px;
}

.gallery-section-two .owl-nav .owl-prev,
.gallery-section-two .owl-nav .owl-next{
	position:relative;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:28px;
	margin-left:15px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.gallery-section-two .owl-nav .owl-prev:hover,
.gallery-section-two .owl-nav .owl-next:hover{
	background-color:#c1a974;
	color:#ffffff;
}

.gallery-block-two{
	position:relative;
	margin-bottom:0px;
}

.gallery-block-two .inner-box{
	position:relative;
}

.gallery-block-two .inner-box .image{
	position:relative;
	margin-bottom:0px;
}

.gallery-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-block-two .inner-box .overlay-box .border-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:90px;
	height:90px;
	border-left:4px solid #c1a974;
	border-top:4px solid #c1a974;
}

.gallery-block-two .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:60%;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
}

.gallery-block-two .inner-box .search-icon{
	position:absolute;
	right:30px;
	bottom:30px;
	width:50px;
	height:50px;
	color:#ffffff;
	z-index:2;
	font-weight:600;
	font-size:20px;
	text-align:center;
	line-height:50px;
	border-radius:0px;
	display:inline-block;
	background-color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.gallery-block-two .inner-box .search-icon:hover{
	background-color:#c1a974;
	color:#ffffff;
}

.gallery-block-two .inner-box .image .overlay-box .content{
	position:absolute;
	left:30px;
	bottom:30px;
	right:30px;
	z-index:1;
}

.gallery-block-two .inner-box .image .overlay-box .content h3{
	font-weight:700;
	margin-bottom:10px;
}

.gallery-block-two .inner-box .image .overlay-box .content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.gallery-block-two .inner-box .image .overlay-box .content h3 a:hover{
	color:#c1a974;
}

.gallery-block-two .inner-box .image .overlay-box .content .category{
	position:relative;
	margin-bottom:0px;
	color:#222222;
	font-size:16px;
	font-weight:400;
}

.navbg2 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;

}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
	color:#FFF;
}