/* Medium devices (desktops, >= 992px to < 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.margin-bt-md{
		margin-bottom: 25px;
	}

	ul.list-stacking{
        margin-top: 15px;
    }

    .col-md-12.bordered-rt{
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    .homemediumbox {      
        background-size: auto;
        background-repeat: no-repeat;
        background-position: -50px bottom;
    }
}

@media (min-width: 992px){
    .bordered-rt-md{
        border-right: 2px solid #eee;
    }   
}