.my_gallery {
	padding-top:10px;
	border-top:1px dashed  #ddd;
}
.gallery-filter {
	list-style:none;
	margin-bottom:5px!important;
	float:right;
}
.gallery-filter li {
	float:left;
	line-height:35px;
	text-transform:capitalize;
    margin-right: 10px !important;

}
.gallery-filter li:first-child {
	margin-right:10px!important;
}
.gallery-filter li:last-child {
	margin-right:0px!important;
}
.gallery-filter li .bt-gallery {	 
	display: inline;
	margin-bottom: 5px !important;	 
	margin-right: 6px;
	position: relative;
	padding: 6px 15px;
	line-height: 24px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	border-radius: 0px;
	background: #ff4f01;
	 min-width:102px;
	border:0px solid #ff4f01;
	font-family: 'Montserrat', sans-serif !important;
}
.gallery-filter li .bt-gallery:hover {
	background: #333;	 
	color: #fff;
}
.gallery-filter li .bt-gallery-1 {
 	min-width:102px;
	display: inline;
	margin-bottom: 5px !important;
	background: #1698d9;
	position: relative;
	padding: 6px 15px;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-radius: 0px; 
	border:0px solid #1698d9;
	font-family: 'Montserrat', sans-serif !important;
}
.gallery-filter li .bt-gallery-1:hover {
	color: #fff !important;	 
	background:#333;
}

.gallery-filter .form-control:focus {
    border-color: #ddd;
    outline: 0;
   
}
.gallery-filter .form-control {
	display: block;
	width: 100%;
   height: 36px;
	color: #333333;
	font-size: 13px;
	padding: 5px 20px;
	line-height: 30px;
	background: #ffffff;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 0px; 
	font-family: 'Montserrat', sans-serif !important;
}
.gallery-filter .form-control:focus {
	border-color: #ddd;
	background: none;
	box-shadow:none;
	}

.gallery-filter li label {
	font-weight:400;
	font-family: 'Montserrat', sans-serif !important;
}
.gallery-filter p{
	margin-bottom:5px !important;
	font-size:14px;
}

/**/
.my_gallery .form-group {
	margin-bottom:7px;
}
.my_gallery .form-group label {
	font-size: 13px !important;
	font-weight: normal !important;
}
.my_gallery .btn {
	margin-top: 22px;
line-height: 15px;
font-size: 13px;
}
.my_gallery .here {
	margin-top:10px;
}
.my_gallery .main {
	color:#333!important;
}
.my_gallery .sub {
	color:#0c8400!important;
}
.gallery_bar {
	background: #fafafa;
	padding:10px;
	border:1px solid #ddd
}
.portfolio-area .portfolio-item2 a {
	border: 1px solid #ddd;
	background: #efefef;
	border-bottom-color: #ccc;
	display: block;
	padding: 4px;
	margin-bottom:15px;
}
.portfolio-area .portfolio-item2 img {
	width:100%;
/*	min-height: 160px;*/
}

/*******************
filter bar************/
.flt {
	background: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border: 0px solid #ddd;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif !important;
}


@media only screen and (min-width:320px) and (max-width:767px) {
.home-abt-bar {
    padding: 50px 0px 50px 0px !important;
}
.gallery-filter li:last-child {
    padding-top: 9px !important;
    float: right;
}
.gallery-filter .form-control {
    display: block;
    width: 257px;
}
.gallery-filter li {
    margin-right: 0px !important;
}
.gallery-filter li:last-child {
    padding-top: 9px !important;
    float: left;

}
}
@media only screen and (min-width:767px) and (max-width:991px) {
 
.gallery-filter {
    float: left;
}

}