.caption{
    text-align: center
}

.red{
    color: red
}

.margin_plus_bottom{
    margin-bottom: 40px
}

p.margin_minus_bottom{
    margin-bottom: 10px !important
}

p a.padding_left_15{
    padding-left: 15px !important
}

.ul_margin-bottom{
	margin-bottom: 40px
}

.ol_margin-bottom{
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0
}

body .img_center.w_or img{
    width: auto !important;
}
body .img_center.w_or{
    width: 100% !important;
    text-align: center !important;
}

@media screen and(max-width: 767px){
   body .img_center.w_or img{
        width: 100% !important;
    }
}