/*OffCanvas that is used for smaller devices in order to view navigation or search filters*/ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; right: 110%; background:#fff; border:10px solid #ccc; } .row-offcanvas-left .sidebar-offcanvas { left: -50%; background:#fff; } .row-offcanvas-left.active { left: -1%; z-index: 999; } .sidebar-offcanvas { background:#fff; position: absolute; width: 100%; left:5px; } .well-expanded { padding-bottom: 15px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } }