

.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%;
}


/* font sizes */


	
/* STANDARD ****************/
.std-font-wrapper .category-description p,
.std-font-wrapper .item-description {
	font-size:1.7vh;
}

.std-font-wrapper .item-size,
.std-font-wrapper .item-size-title {
font-size:1.5vh;
}

.std-font-wrapper .category-title,
.std-font-wrapper .item-title,
.std-font-wrapper .item-pricing h3,
.std-font-wrapper .item-pricing-multi-price,
.std-font-wrapper .item-size-price {
font-size:1.6vh;
}


/* LARGE ****************/
.lg-font-wrapper .category-description p,
.lg-font-wrapper .item-description {
	font-size:1.8vh;
}

.lg-font-wrapper .item-size,
.lg-font-wrapper .item-size-title {
font-size:1.6vh;
}

.lg-font-wrapper .category-title,
.lg-font-wrapper .item-title,
.lg-font-wrapper .item-pricing h3,
.lg-font-wrapper .item-pricing-multi-price,
.lg-font-wrapper .item-size-price {
font-size:1.7vh;
}


/* EXTRA LARGE ****************/
.xl-font-wrapper .category-description p,
.xl-font-wrapper .item-description {
	font-size:1.9vh;
}

.xl-font-wrapper .item-size,
.xl-font-wrapper .item-size-title {
font-size:1.7vh;
}

.xl-font-wrapper .category-title,
.xl-font-wrapper .item-title,
.xl-font-wrapper .item-pricing h3,
.xl-font-wrapper .item-pricing-multi-price,
.xl-font-wrapper .item-size-price {
font-size:1.8vh;
}


/* SMALL ****************/
.sm-font-wrapper .category-description p,
.sm-font-wrapper .item-description {
	font-size:1.6vh;
}

.sm-font-wrapper .item-size,
.sm-font-wrapper .item-size-title {
font-size:1.4vh;
}

.sm-font-wrapper .category-title,
.sm-font-wrapper .item-title,
.sm-font-wrapper .item-pricing h3,
.sm-font-wrapper .item-pricing-multi-price,
.sm-font-wrapper .item-size-price {
font-size:1.5vh;
}


/* EXTRA SMALL ****************/
.xs-font-wrapper .category-description p,
.xs-font-wrapper .item-description {
	font-size:1.2vh;
}

.xs-font-wrapper .item-size,
.xs-font-wrapper .item-size-title {
font-size:1.3vh;
}

.xs-font-wrapper .category-title,
.xs-font-wrapper .item-title,
.xs-font-wrapper .item-pricing h3,
.xs-font-wrapper .item-pricing-multi-price,
.xs-font-wrapper .item-size-price {
font-size:1.4vh;
}

.xs-font-wrapper .item-pricing h3  {
font-size:1vw;
}


.xs-font-wrapper .column .item-description p {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7vw;
	font-weight:400;
	line-height:1.2em;
}


/* EXTRA EXTRA SMALL ****************/
.xxs-font-wrapper .category-description p,
.xxs-font-wrapper .item-description {
	font-size:1.4vh;
}

.xxs-font-wrapper .item-size,
.xxs-font-wrapper .item-size-title {
font-size:1.2vh;
}

.xxs-font-wrapper .category-title,
.xxs-font-wrapper .item-title,
.xxs-font-wrapper .item-pricing h3,
.xxs-font-wrapper .item-pricing-multi-price,
.xxs-font-wrapper .item-size-price {
font-size:1.3vh;
}

