

.column,
.column-transparent {
	width:24%;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.column-transparent {
	background:none;
}


#one, #two, #three, #four {
height:97.5%;
max-height:97.5%;
}

#one, #one_top-scroll, #one_bottom-scroll,
#one_no-scroll {
left:0;
}

#two, #two_top-scroll, #two_bottom-scroll,
#two_no-scroll {
left:24.75%;
right:0;
}

#three, #three_top-scroll, #three_bottom-scroll,
#three_no-scroll {
left:49.65%;
right:0;
}

#four, #four_top-scroll, #four_bottom-scroll,
#four_no-scroll {
left:74.5%;
right:0;
}

#one_top-scroll, #two_top-scroll, #three_top-scroll, #four_top-scroll {
height:92.5%;
max-height:92.5%;
top:5%;
}

#one_bottom-scroll, #two_bottom-scroll, #three_bottom-scroll, #four_bottom-scroll {
height:92.5%;
max-height:92.5%;
bottom:5%;
}

#one_no-scroll, #two_no-scroll, #three_no-scroll, #four_no-scroll {
	height:97.5%;
max-height:97.5%;
bottom:.5%;
}


/* MENU FONT SIZES */

/* STANDARD ****************/
.std-font-wrapper .category-description p,
.std-font-wrapper .item-description p {
	font-size:1vw;
	color:#fff;
}

.std-font-wrapper .item-size {
	font-size: .8vw;
	color:#fff;
	text-overflow: ellipsis;
	font-weight:200;
}
.std-font-wrapper .item-size-title {
font-size:1.4vw;
	color:#fff;
}

.std-font-wrapper .category-title h1 { /* no style applied to this specific tag, but may be needed at some point - breaks not working on category titles */
	
}
.std-font-wrapper .category-title {
font-size:.9vw;
	text-transform:uppercase;
	text-align:center;
}

.std-font-wrapper .item-title {
font-size:1vw;
color:#fff;
margin-top:2%;
text-transform:uppercase;
line-height:1.5em;
}

.std-font-wrapper .item-size-title {
font-size:1vw;
color:#fff;
margin-top:2%;
	margin-right:1%;
}
.std-font-wrapper .item-size-price {
	color:#fff;
	font-weight:bold;
	font-size:1.5vw;
}

.std-font-wrapper .item-pricing-multi-price {
	color:#fff;
	font-weight:bold;
	font-size:1.1vw;
}
.std-font-wrapper .item-pricing h3 {
	font-size:1.5vw;
	color:#fff;
	font-weight:bold;
}


/* LARGE ****************/
.lg-font-wrapper .category-description p,
.lg-font-wrapper .item-description p {
	font-size:1vw;
	color:#fff;
}

.lg-font-wrapper .item-size {
	font-size: .8vw;
	color:#fff;
	text-overflow: ellipsis;
	font-weight:200;
}
.lg-font-wrapper .item-size-title {
font-size:1.4vw;
	color:#fff;
}
.lg-font-wrapper .category-title h1 { /* no style applied to this specific tag, but may be needed at some point - breaks not working on category titles */
	
}
.lg-font-wrapper .category-title {
font-size:.9vw;
	text-transform:uppercase;
	text-align:center;
}

.lg-font-wrapper .item-title {
font-size:1.1vw;
color:#fff;
margin-top:2%;
text-transform:uppercase;
line-height:1.5em;
}

.lg-font-wrapper .item-size-title {
font-size:1vw;
color:#fff;
margin-top:2%;
	margin-right:1%;
}
.lg-font-wrapper .item-size-price {
	color:#fff;
	font-weight:bold;
	font-size:1.6vw;
}

.lg-font-wrapper .item-pricing-multi-price {
	color:#fff;
	font-weight:bold;
	font-size:1.1vw;
}
.lg-font-wrapper .item-pricing h3 {
	font-size:1.6vw;
	color:#fff;
	font-weight:bold;
}

.lg-font-wrapper .column .item-description {
	width:79%;
}
.lg-font-wrapper .column .item-pricing {
	width:21%;
	max-width:22%;
}


/* EXTRA LARGE ****************/
.xl-font-wrapper .category-description p,
.xl-font-wrapper .item-description p {
	font-size:1vw;
	color:#fff;
}

.xl-font-wrapper .item-size {
	font-size: .8vw;
	color:#fff;
	text-overflow: ellipsis;
	font-weight:200;
}
.xl-font-wrapper .item-size-title {
font-size:1.4vw;
	color:#fff;
}
.xl-font-wrapper .category-title h1 { /* no style applied to this specific tag, but may be needed at some point - breaks not working on category titles */
	
}
.xl-font-wrapper .category-title {
font-size:.9vw;
	text-transform:uppercase;
	text-align:center;
}

.xl-font-wrapper .item-title {
font-size:1.1vw;
color:#fff;
margin-top:2%;
text-transform:uppercase;
line-height:1.5em;
}

.xl-font-wrapper .item-size-title {
font-size:1vw;
color:#fff;
margin-top:2%;
	margin-right:1%;
}
.xl-font-wrapper .item-size-price {
	color:#fff;
	font-weight:bold;
	font-size:1.6vw;
}

.xl-font-wrapper .item-pricing-multi-price {
	color:#fff;
	font-weight:bold;
	font-size:1.1vw;
}
.xl-font-wrapper .item-pricing h3 {
	font-size:1.6vw;
	color:#fff;
	font-weight:bold;
}

.xl-font-wrapper .column .item-description {
	width:79%;
}
.xl-font-wrapper .column .item-pricing {
	width:21%;
	max-width:22%;
}


/* SMALL ****************/
.sm-font-wrapper .category-description p,
.sm-font-wrapper .item-description p {
	font-size:1vw;
	color:#fff;
}

.sm-font-wrapper .item-size {
	font-size: .8vw;
	color:#fff;
	text-overflow: ellipsis;
	font-weight:200;
}
.sm-font-wrapper .item-size-title {
font-size:1.4vw;
	color:#fff;
}
.sm-font-wrapper .category-title h1 { /* no style applied to this specific tag, but may be needed at some point - breaks not working on category titles */
	
}
.sm-font-wrapper .category-title {
font-size:.9vw;
	text-transform:uppercase;
	text-align:center;
}

.sm-font-wrapper .item-title {
font-size:1.1vw;
color:#fff;
margin-top:2%;
text-transform:uppercase;
line-height:1.5em;
}

.sm-font-wrapper .item-size-title {
font-size:1vw;
color:#fff;
margin-top:2%;
	margin-right:1%;
}
.sm-font-wrapper .item-size-price {
	color:#fff;
	font-weight:bold;
	font-size:1.6vw;
}

.sm-font-wrapper .item-pricing-multi-price {
	color:#fff;
	font-weight:bold;
	font-size:1.1vw;
}
.sm-font-wrapper .item-pricing h3 {
	font-size:1.6vw;
	color:#fff;
	font-weight:bold;
}

.sm-font-wrapper .column .item-description {
	width:79%;
}
.sm-font-wrapper .column .item-pricing {
	width:21%;
	max-width:22%;
}




/* EXTRA SMALL ****************/
.xs-font-wrapper .category-description p,
.xs-font-wrapper .item-description p {
	font-size:1vw;
	color:#fff;
}

.xs-font-wrapper .item-size {
	font-size: .8vw;
	color:#fff;
	text-overflow: ellipsis;
	font-weight:200;
}
.xs-font-wrapper .item-size-title {
font-size:1.4vw;
	color:#fff;
}
.xs-font-wrapper .category-title h1 { /* no style applied to this specific tag, but may be needed at some point - breaks not working on category titles */
	
}
.xs-font-wrapper .category-title {
font-size:.9vw;
	text-transform:uppercase;
	text-align:center;
}

.xs-font-wrapper .item-title {
font-size:1.1vw;
color:#fff;
margin-top:2%;
text-transform:uppercase;
line-height:1.5em;
}

.xs-font-wrapper .item-size-title {
font-size:1vw;
color:#fff;
margin-top:2%;
	margin-right:1%;
}
.xs-font-wrapper .item-size-price {
	color:#fff;
	font-weight:bold;
	font-size:1.6vw;
}

.xs-font-wrapper .item-pricing-multi-price {
	color:#fff;
	font-weight:bold;
	font-size:1.1vw;
}
.xs-font-wrapper .item-pricing h3 {
	font-size:1.6vw;
	color:#fff;
	font-weight:bold;
}

.xs-font-wrapper .column .item-description {
	width:79%;
}
.xs-font-wrapper .column .item-pricing {
	width:21%;
	max-width:22%;
}
