.footer-type-13 #main .footer .advanced-grid .container>div>.row:last-child:before,.footer-type-13 #main .footer .container>.row:last-child:before{left:15px!important;right:15px!important}@media (max-width:767px){.responsive .footer-type-13 #main .footer .advanced-grid .container>div>.row:last-child:before,.responsive .footer-type-13 #main .footer .container>.row:last-child:before{left:10px!important;right:10px!important}}.footer-type-13 #main .footer ul li a{line-height:30px}.footer-type-13 #main .footer ul{padding-bottom:13px}#main .header-type-7 #top .search_form{max-width:220px}



.bg-img-large{
	height:500px;
}
.bg-img-small{
	height:245px;
}

.pd-5{
	padding: 0px 5px 5px 5px !important;
}
.pd-10{
padding-top: 10px;
}
.pd-l-0{
	padding-left: 0px;
}
.pd-r-10{
	padding-right: 10px;
}

	.bg-img{
		border: 1px solid #ccc;
		overflow: hidden;
		text-align: center;
	}
.bg-img img {
height:100%;

}
	.bg-img:hover img {
    -sand-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transition: all .6s;
}
.new-text{
	position: sticky;
    bottom: 0px;
    padding: 10px 10px 10px 10px; 
    background: rgba(0, 0, 0, 0.74);
    color:#FFF;
    width: 100%;
	    line-height: 1.6;

}

@media (max-width:480px){
.bg-img-large {
    height: 245px;
}
}