.panel-grid {
	zoom: 1;
}

.panel-grid:before {
	content: '';
	display: block;
}

.panel-grid:after {
	clear: both;
	content: '';
	display: table;
}

.panel-grid-cell {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1em;
	padding: 0 17px;
}

@media only screen and (min-width: 768px) {
    .panel-grid-cell {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .panel-grid-cell {
        display: block !important;
        width: 100% !important;
    }
}

.panel-grid-cell .panel {
	min-height: 1em;
	zoom: 1;
}

.panel-grid-cell > .panel {
    border: none;
    box-shadow: none !important;
}

.panel-grid-cell .panel:before {
	content: '';
	display: block;
}

.panel-grid-cell .panel:after {
	clear: both;
	content: '';
	display: table;
}

.panel-grid-cell .panel.panel-last-child {
	margin-bottom: 0;
}

.panel-grid-cell .widget-title {
	margin-top: 0;
}

/* Canvas Slider Compat */
.panel-grid-cell .widget_woo_component .business .slider-pagination {
     position: relative;
 }

.panel-grid-cell .widget_woo_component .business .slider-pagination .flex-control-nav {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business #loopedSlider .slides {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business #loopedSlider .slides > li > img {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business ul.flex-direction-nav {
    list-style-type: none;
}

.panel-grid-cell .widget_woo_component .business ul.flex-direction-nav li {
    list-style-type: none;
}

.panel-grid #tabs .list li
{
    list-style-type: none;
}
