img{
	max-width: 100%;
}

.mt-50{
	margin-top:50px;
}

.mb-50{
	margin-bottom:50px;
}

.mt-mb-50{
	margin-top:50px;
	margin-bottom:50px;
}

.center{
	text-align: center;
}

.col-sm-8,.col-sm-4,.col-sm-7,.col-sm-5, .col-sm-3,.col-sm-2, .col-sm-6  {
    float: left;
}

.cabis_btn a {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px;
    text-decoration: none;
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    overflow: hidden;
    z-index: 10;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    position: relative;
    background-color: #bf2d33;
    border-radius: 100px;
    width: fit-content;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0px !important;
}



