/* Slice Styles */

/* Mobile size */
@media screen and (max-width: 559px) {
.slice-wrapper .slice { margin: 0 10px 10px 0; }
.mobile-twelve-columns { width: 100%; }
.mobile-eleven-columns { width: 91.66%; }
.mobile-ten-columns { width: 83.33%; }
.mobile-nine-columns { width: 75%; }
.mobile-eight-columns { width: 66.66%; }
.mobile-seven-columns { width: 58.33%; }
.mobile-six-columns { width: 50%; }
.mobile-five-columns { width: 41.66%; }
.mobile-four-columns { width: 33.33%; }
.mobile-three-columns { width: 25%; }
.mobile-two-columns { width: 16.66%; }
.mobile-one-column { width: 8.33%; }
.mobile-float-left { float: left; }
.mobile-float-right { float: right; }
.mobile-float-none { float: none; }
.mobile-clear-none { clear: none; }
.mobile-clear-left { clear: left; }
.mobile-clear-right { clear: right; }
.mobile-clear-both { clear: both; }
.mobile-display-block { display: block; }
.mobile-display-none { display: none; }
}

/* Tablet size */
@media screen and (min-width: 560px) and (max-width: 769px) {
.slice-wrapper .slice { margin: 0 20px 20px 0; }
.tablet-twelve-columns { width: 100%; }
.tablet-eleven-columns { width: 91.66%; }
.tablet-ten-columns { width: 83.33%; }
.tablet-nine-columns { width: 75%; }
.tablet-eight-columns { width: 66.66%; }
.tablet-seven-columns { width: 58.33%; }
.tablet-six-columns { width: 50%; }
.tablet-five-columns { width: 41.66%; }
.tablet-four-columns { width: 33.33%; }
.tablet-three-columns { width: 25%; }
.tablet-two-columns { width: 16.66%; }
.tablet-one-column { width: 8.33%; }
.tablet-float-left { float: left; }
.tablet-float-right { float: right; }
.tablet-float-none { float: none; }
.tablet-clear-none { clear: none; }
.tablet-clear-left { clear: left; }
.tablet-clear-right { clear: right; }
.tablet-clear-both { clear: both; }
.tablet-display-block { display: block; }
.tablet-display-none { display: none; }
}

/* Narrow size */
@media screen and (min-width: 770px) and (max-width: 999px) {
.slice-wrapper .slice { margin: 0 20px 20px 0; }
.narrow-twelve-columns { width: 100%; }
.narrow-eleven-columns { width: 91.66%; }
.narrow-ten-columns { width: 83.33%; }
.narrow-nine-columns { width: 75%; }
.narrow-eight-columns { width: 66.66%; }
.narrow-seven-columns { width: 58.33%; }
.narrow-six-columns { width: 50%; }
.narrow-five-columns { width: 41.66%; }
.narrow-four-columns { width: 33.33%; }
.narrow-three-columns { width: 25%; }
.narrow-two-columns { width: 16.66%; }
.narrow-one-column { width: 8.33%; }
.narrow-float-left { float: left; }
.narrow-float-right { float: right; }
.narrow-float-none { float: none; }
.narrow-clear-none { clear: none; }
.narrow-clear-left { clear: left; }
.narrow-clear-right { clear: right; }
.narrow-clear-both { clear: both; }
.narrow-display-block { display: block; }
.narrow-display-none { display: none; }
}

/* Wide size */
@media screen and (min-width: 1000px) {
.slice-wrapper .slice { margin: 0 20px 20px 0; }
.wide-twelve-columns { width: 100%; }
.wide-eleven-columns { width: 91.66%; }
.wide-ten-columns { width: 83.33%; }
.wide-nine-columns { width: 75%; }
.wide-eight-columns { width: 66.66%; }
.wide-seven-columns { width: 58.33%; }
.wide-six-columns { width: 50%; }
.wide-five-columns { width: 41.66%; }
.wide-four-columns { width: 33.33%; }
.wide-three-columns { width: 25%; }
.wide-two-columns { width: 16.66%; }
.wide-one-column { width: 8.33%; }
.wide-float-left { float: left; }
.wide-float-right { float: right; }
.wide-float-none { float: none; }
.wide-clear-none { clear: none; }
.wide-clear-left { clear: left; }
.wide-clear-right { clear: right; }
.wide-clear-both { clear: both; }
.wide-display-block { display: block; }
.wide-display-none { display: none; }
}
