/* Layout Shortcodes */
.grid_12 .one-half { width: 450px; }
.grid_12 .one-third { width: 290px; }
.grid_12 .two-thirds { width: 610px; }
.grid_12 .one-fourth { width: 210px; }
.grid_12 .three-fourths { width: 690px; }

.grid_8 .one-half { width: 290px; }
.grid_8 .one-third { width: 183px; }
.grid_8 .two-thirds { width: 397px; }
.grid_8 .one-fourth { width: 130px; }
.grid_8 .three-fourths { width: 450px; }

.one-half,
.one-third,
.two-thirds,
.three-fourths,
.one-fourth { position: relative; margin: 0 30px 0 0; float: left; display: inline; }

.one-half.omega,
.one-third.omega,
.two-thirds.omega,
.three-fourths.omega,
.one-fourth.omega { margin-right:0; }

@media all and (min-width: 760px) and (max-width: 980px) {
.grid_12 .one-half { width: 330px; }
.grid_12 .one-third { width: 210px; }
.grid_12 .two-thirds { width: 450px; }
.grid_12 .one-fourth { width: 150px; }
.grid_12 .three-fourths { width: 510px; }

.grid_8 .one-half { width: 210px; }
.grid_8 .one-third { width: 130px; }
.grid_8 .two-thirds { width: 290px; }
.grid_8 .one-fourth { width: 90px; }
.grid_8 .three-fourths { width: 330px; }
}

@media all and (max-width: 759px) {
.one-half,
.one-third,
.two-thirds,
.three-fourths,
.one-fourth { width: 100%!important; margin:0!important; }
}

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }