/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.margin-top-20{magin-top:20px !important;}
.margin-top-40{magin-top:40px !important;}
.margin-bottom-40{magin-bottom:40px !important;}
.margin-bottom-20{magin-bottom:20px !important;}
.spacer-40{
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
}
.padding90{
	padding:90px !important;
}

.no-padding-bottom {padding-bottom:0px !important;}

.error{
	color: #e60000;
}
.success{
	color: #218838;
}
.border-grey{border:1px solid #dedede;}

.img-gallery {
	height:175px;
	display: inline-block;
	overflow: hidden;
}

.img-gallery img {
    width: 100%;
}


