﻿section.splash
{
	float:left;
	width:100%;
	min-width:320px;
	margin:0 auto;
	height:auto;
	background: #5195ce;
    background: url(../../oneflow/images/gendesign/design-wallpaper.jpg);
    background:-webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background:-moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background:-o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg) repeat;
    background:radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../oneflow/images/gendesign/design-wallpaper.jpg);
}
		
article.begin
{
	float:none;
	width:100%;
	height:100%;
	max-width:1024px;
	min-width:300px;
	margin-top:0px;
	padding:1.5em;
	font-size:1.2em;
	line-height:1.2em;
	margin-left:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	display:inline-block;
}
		
article.begin div.controls
{
	float:left;
	width:50%;
	color:#ffffff;
	padding:3em 0 3em 0;
	display:inline-block;
}
		
article.begin h1.controls_title
{
	padding:0 0 0 0;
	float:left;
	margin:0;
	width:100%;
	text-align:center;
	font-size:260%;
	line-height:120%;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-margin-before:0px;
	-webkit-margin-after:0px;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow:0px 1px 3px rgba(0, 0, 0, 1);
	font-weight:bold;
	text-transform:uppercase;
	word-break:keep-all;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
		
article.begin h2.controls_desc
{
	padding:1em 0 0 0;
	float:left;
	margin:0;
	width:100%;
	text-align:center;
	font-size:110%;
	line-height:150%;
	font-weight:normal;
	/*font-family:Georgia;
	font-style:italic;*/
	text-shadow:0px 1px 2px rgba(0, 0, 0, 1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article.begin div.btn
{
	float:left;	
	width:100%;
	height:auto;
	text-align:center;
	padding-top:2em;
    position:relative;
}
		
article.begin div.btn a
{
	float:none;
	display:inline-block;
	height:auto;
	width:80%;
	text-decoration:none;
	padding:0;
	margin:0;
    background-color:#0dab05;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1em;
	line-height:1em;
    position:relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

div.btn a img
{
    float:none;
    width:18px;
    height:18px;
    overflow:hidden;
    text-align:center;
    margin:0;
    font-size:1px;
    line-height:1px;
    display:inline-block;
    position:relative;
    margin:-8px 0 -3px 0;
    padding:0px;
    border:none;
}
		
article.begin div.btn a span
{
	float:none;
	width:auto;
	text-align:center;
	padding:1em 0 1em 0;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-weight:bold;
    display:inline-block;
}
		
article.begin div.btn a:hover
{
	background-color:#008900;
}

article.begin div.btn a.off
{
	background:#eeeeee;
}

article.begin div.btn a.off:hover
{
	background:#eeeeee;
	cursor:progress;
}

article.begin div.btn a.off span
{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0);
}

article.begin div.btn a.off::before
{
    content:"";
    width:0;
    height:0;
}

section.splash div.splash_image
{
    float:left;
    width:50%;
    height:auto;
    display:inline-block;
    padding:1.5em 0 1.5em 0;
}
	
section.splash div.splash_image img
{
	float:none;
	width:auto;
	height:auto;
	border:none;
	max-width:100%;
	max-height:100%;
}


.big_bullet_div
{
	float:left;
	width:100%;
	margin:0 auto;
	background:#fff;
}

section.big_bullets
{
	float:none;
	display:inline-block;
	width:100%;
	background:transparent;
	height:auto;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:3em;
	padding-bottom:3em;
	min-width:300px;
	max-width:1024px;
	
}

section.big_bullets h1
{
	float:left;
	width:100%;
	text-align:center;
	font-size:150%;
	color:#313131;
	line-height:120%;
	padding:0em 1em 2em 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.big_bullets article.big_bullet
{
	float:left;
	width:33.3%;
	padding:0;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.big_bullets article.big_bullet span.big_bullet_title
{
	float:left;
	width:100%;
	padding:1em 0.2em 0 0.2em;
	margin-top:0px;
	font-size:1.2em;
	line-height:1.5em;
	color:#313131;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.big_bullets article.big_bullet span.big_bullet_desc
{
	float:left;
	width:100%;
	padding:1em 2.5em 0em 2.5em;
	margin-top:0px;
	font-size:1.1em;
	line-height:1.8em;
	color:#7e7e7e;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	font-family:Georgia;
}

.big_bullet_circle
{
	float:none;
	width:100px;
	height:100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#fff;
	/*margin-left:119px;*/
	border:2px solid #fff;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.big_bullet_circle img
{
	float:left;
	width:104px;
	height:104px;
	border:none;
	margin:0;
}

section.featured
{
	float:left;
	width:100%;
	background:#f1f1f1;
	height:auto;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
}

section.featured h1
{
	float:left;
	width:100%;
	text-align:center;
	font-size:160%;
    color:#313131;
	line-height:120%;
	padding:1.5em 1em 0.5em 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.featured h2
{
	float:left;
	width:100%;
	text-align:center;
	font-size:100%;
    color:#313131;
	line-height:120%;
	padding:0em 1em 2.5em 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-weight:normal;
}

section.featured article.feature
{
	float:none;
	width:100%;
	padding:0;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
    display:inline-block;
}

article.feature div.featured_btn
{
	float:left;
	height:auto;
	width:50%;
    height:100%;
	padding:0;
	cursor:default;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.3em;
	line-height:1em;
	display:inline-block;
    position:relative;
    overflow:hidden;
    margin-bottom:-5px;
}

article.feature div.featured_btn::before
{
    content:"";
    width:100%;
    height:100%;
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    box-sizing:border-box;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

section.featured article.feature div.feature_info
{
	float:none;
	width:100%;
    height:100%;
	padding:0;
	margin:0;
	font-size:150%;
	line-height:1em;
	color:#313131;
	text-align:center;
	box-sizing: border-box;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
}

section.featured article.feature div.feature_info_table
{
	display:table; 
    height:100%;
}

section.featured article.feature div.feature_info_table_cell
{
	display:table-cell;
    vertical-align:middle;
}

section.featured article.feature span.feature_title
{
	float:left;
	width:100%;
	padding:0 18% 0 18%;
	margin-top:0px;
	font-size:1em;
    font-weight:bold;
	line-height:1.3em;
	color:#ffffff;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.featured article.feature span.feature_desc
{
	float:left;
	width:100%;
	padding:25px 18% 0 18%;
	margin-top:0px;
	font-size:0.8em;
	line-height:1.3em;
	/*color:#2eace8;*/
    color:#d6d6d6;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.featured article.feature span.feature_desc a
{
    color:#5195ce;
    text-decoration:none;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section.featured article.feature span.feature_desc a:hover
{
    color:#3d83ba;
}
		

article.feature div.featured_btn img.feature_img
{
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin:0;
	padding:0;
    display:inline-block;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.reviews_section {
    float: left;
    width: 100%;
    margin: 0 auto;
    background:#f1f1f1;
    display:inline-block;
}

section.reviews
{
	float:none;
    display:inline-block;
	width:100%;
	background:#f1f1f1;
	height:auto;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:4em;
    min-width: 300px;
    max-width: 1024px;
}

section.reviews h1
{
	float:left;
	width:100%;
	text-align:center;
	font-size:250%;
	color:#313131;
	line-height:120%;
	padding:1.5em 1em 1.5em 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.reviews h2
{
	float:left;
	width:100%;
	text-align:center;
	color:#313131;
	line-height:1em;
	padding:0em 0 1.5em 0px;
	margin-top:-1.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:125%;
	line-height:100%;
	font-weight:normal;
}

section.reviews div.review
{
	float:left;
	width:100%;
	padding:5em 0 0 0;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.reviews div.review:first-of-type
{
   padding-top:1em; 
}

div.review_info 
{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:150px;
	margin-left:-150px;
}

section.reviews div.review span.review_author
{
	float:left;
	width:100%;
	padding:0 1.4em 0 1.5em;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	color:#313131;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.reviews div.review span.review_words
{
	float:left;
	width:100%;
	padding:0.7em 1em 0 1em;
	margin-top:0px;
	font-size:1.3em;
	line-height:1.8em;
	color:#7e7e7e;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	font-family:Georgia;
}

section.reviews div.review span.review_date
{
	float:left;
	width:50%;
	padding:1.4em 1.8em 0 0;
	margin-top:0px;
	font-size:0.8em;
	line-height:1.5em;
	color:#515151;
	text-align:right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.review_stars
{
	float:left;
	padding:1em 0 0 1.3em;
	font-size:1em;
	line-height:1em;
	color:#515151;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
}

div.review_stars img.star 
{
	float:left;
	margin-right:6px;
	position:relative;
	display:block;
	width:105px;
	height:20px;
	border:none;
}

div.review_stars span.star_text
{
	float:left;
	width:auto;
	padding:0.4em 0 0 0;
	margin-top:0px;
	font-size:0.8em;
	line-height:1em;
	color:#515151;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.review_avatar
{
    float:left;
    width:100px;
    height:100px;
    margin-left:35px;
	margin-right:11px;
}

.review_circle
{
	float:left;
	width:100px;
	height:100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#fff;
	margin:0;
	overflow:hidden;
	box-shadow: 0px 0px 10px #aeaeae;
    -webkit-box-shadow: 0px 0px 10px #aeaeae;
    -moz-box-shadow: 0px 0px 10px #aeaeae;
}

.review_circle img
{
	float:left;
	width:100px;
	height:100px;
	border:none;
	margin:0px 0px 0px 0px;
}

div.reviews_btn_wrap
{
    float:left;
    width:100%;
    padding:4em 5% 2em 5%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.return_btn_wrap
{
    float:left;
    width:100%;
    padding:2em 5% 4em 5%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.reviews_btn_wrap a
{  
	float:none;
	height:auto;
	width:100%;
    max-width:350px;
	text-decoration:none;
	padding:1em 0 1em 0;
	background-color:#5195ce;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.3em;
	line-height:1em;
	display:inline-block;
    position:relative;
}
		
div.reviews_btn_wrap a span
{
	float:none;
	width:100%;
	text-align:center;
	padding:0;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-weight:bold;
}
		
div.reviews_btn_wrap a:hover
{
	background-color:#3d83ba;
}

div.reviews_btn_wrap a.off
{
	background-color:#eeeeee;
}

div.reviews_btn_wrap a.off:hover
{
	background-color:#eeeeee;
	cursor:progress;
}

div.reviews_btn_wrap a.off span
{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0);
}


/*  MEDIA QUERIES  */
@media (max-width: 1200px)
{
    section.featured article.feature span.feature_title
    {
	    font-size:0.8em;
    }

    section.featured article.feature span.feature_desc
    {
	    font-size:0.7em;
    }
}

@media (max-width: 1000px)
{
    section.featured article.feature span.feature_title
    {
	    padding:0 15% 0 15%;
	    font-size:0.7em;
    }

    section.featured article.feature span.feature_desc
    {
	    padding:20px 15% 0 15%;
	    font-size:0.6em;
    }
}

@media (max-width: 960px) 
{
    article.begin
    {
	    max-width:100%;
	    min-width:100%;
	    padding:0 1em 0em 1em;
	    font-size:1.2em;
    }
    	
    article.begin h1.controls_title
    {
	    font-size:200%;
    }
		
    article.begin h2.controls_desc
    {
	    font-size:130%;
    }

    section.big_bullets article.big_bullet
	{
		font-size:0.9em;
	}
	
	section.big_bullets h1
	{
		font-size:140%;
	}
	
	section.featured h1
	{
		font-size:210%;
	}
	
	section.reviews h1
	{
	    font-size:210%;
	}
}
		
@media (max-width: 780px) 
{
	article.begin h1.controls_title
    {
	    font-size:250%;
    }
    
    article.begin h2.controls_desc
    {
	    padding: 1em 15% 0 15%;
	    font-size:120%;
    }
	
	article.begin div.controls
    {
	   padding:1.5em 0 1.5em 0;
	   width:100%;
    }

	section.splash div.splash_image
	{
		padding:0em 0 1.5em 0;
		width:100%;
	}
	
	section.splash div.splash_image img 
	{
        max-width:60%;
        max-height:60%;
    }
    
    article.begin div.btn a
    {
	    width:50%;
        float:none;
    }

    article.begin div.controls_bullets h3 
    {
        text-align:center;
    }

    article.begin div.controls_bullets 
    {
        text-align: center;
    }

    article.begin div.controls_bullets span 
    {
        padding:0 0 0 0;
        float: none;
        margin: 1.5em 0 0 0;
        display:inline-block;
        width:auto;
    }

    article.begin div.controls_bullets span img 
    {
        float: none;
        margin: -2px 0px 0 10px;
    }

    section.big_bullets article.big_bullet
	{
		font-size:0.8em;
	}
	
	section.big_bullets h1
	{
		font-size:120%;
	}
	
	section.featured h1
	{
		font-size:180%;
	}
	
	section.reviews h1
	{
	    font-size:180%;
	}

    article.feature div.featured_btn
    {
	    width:100%;
    }
	
	section.featured article.feature span.feature_title
    {
	    padding:0 15% 0 15%;
	    font-size:100%;
	    text-align:center;
    }

    section.featured article.feature span.feature_desc
    {
	    padding:1em 15% 0 15%;
	    font-size:100%;
	    text-align:center;
    }
    
    section.featured div.featured_btn_wrap
    {
        float:left;
        width:100%;
        padding:3em 1.5em 5em 1.5em;
    }

    section.featured div.featured_btn
    {
	    margin-left:0 auto;
	    margin-right:0 auto;
	    float:none;
    }

    .feature_img
    {
	    float:left;
	    width:100%;
	    text-align:center;
	    margin:0;
    }

    .feature_img img
    {
        float:none;
        width:50%;
	    padding:0 0 1em 0;
	    margin-left:0 auto;
	    margin-right:0 auto;
    }
	
	section.reviews h2
    {
	    font-size:100%;
	    margin-top:-1em;
    }
}

@media (max-width: 675px)
{
    article.begin div.btn a
    {
	    width:60%;
    } 
    
    section.featured article.feature span.feature_title
    {
	    padding:0 12% 0 12%;
	    font-size:0.7em;
    }

    section.featured article.feature span.feature_desc
    {
	    padding:15px 12% 0 12%;
	    font-size:0.6em;
    }
}
		
@media (max-width: 575px) 
{
	article.begin h1.controls_title
    {
	    font-size:200%;
    }
    
    article.begin h2.controls_desc
    {
	    font-size:100%;
    }
    
    article.begin div.btn a
    {
	    width:70%;
    }

    article.begin div.controls 
    {
        margin-top: 0;
    }

    section.big_bullets h1
	{
		font-size:100%;
	}

    section.big_bullets article.big_bullet
	{
		font-size:0.7em;
		width:100%;
		padding-top:3em;
	}
	
	section.big_bullets article.big_bullet:first-of-type
	{
	    padding-top:0em;
	}

	section.big_bullets article.big_bullet span.big_bullet_desc 
	{
        padding: 1em 22.5% 0em 22.5%;
        font-size:1.5em;
    }
    
	div.review_info 
    {
	    padding-left:15%;
	    padding-right:15%;
	    margin-left:0;
    }
    
    section.reviews div.review span.review_author
    {
        text-align:center;
    }
    
    section.reviews div.review span.review_words
    {
        text-align:center;
    }
    
    section.reviews div.review span.review_date
    {
        width:100%;
        text-align:center;
        padding: 1.4em 2em 0 2em;
    }
    
    div.review_stars
    {
        text-align:center;
        width:100%;
        padding:1em 1em 0 1em;
    }
    
    div.review_stars img.star
    {
        float:none;
        margin:0 auto;     
    }
    
    div.review_stars span.star_text
    {
        width:100%;
        text-align:center;
    }
    
     div.review_avatar
    {
        float:none;
        width:75px;
        height:75px;
        margin:0;
	    margin:0 auto;
	    padding-bottom:1.5em;
    }

    .review_circle
    {
	    width:75px;
	    height:75px;
    }

    .review_circle img
    {
	    width:75px;
	    height:75px;
    }

    div.reviews_btn_wrap 
    {
        padding-top:1.5em;
    }
}

@media (max-width: 475px)
{
    article.begin h1.controls_title
    {
	    font-size:170%;
    }
    
    article.begin h2.controls_desc
    {
	    font-size:100%;
    }
	
	article.begin div.controls
    {
	   padding:1.5em 0 0em 0;
	   width:100%;
    }
    
    article.begin div.btn
    {
	    padding-top:1.5em;
	    padding-bottom:1.5em;
    }
    
    article.begin div.btn a
    {
	    width:100%;
    }  
    
    section.splash div.splash_image
	{
        padding:0 0 0.5em 0;
    }
    
    section.splash div.splash_image img 
	{
        max-width:80%;
        max-height:80%;
    }

    section.featured article.feature span.feature_title
    {
	    padding:0 10% 0 10%;
	    font-size:0.6em;
    }

    section.featured article.feature span.feature_desc
    {
	    padding:15px 10% 0 10%;
	    font-size:0.5em;
    }
}

@media (max-width: 400px) 
{
	article.begin h1.controls_title
    {
	    font-size:125%;
    }
	
	article.begin div.btn a
    {
	    width:100%;
    }  
    
    section.splash div.splash_image img 
	{
        max-width:80%;
        max-height:80%;
    }

    section.big_bullets article.big_bullet span.big_bullet_desc 
	{
        padding:1em 15% 0em 15%;
    }
	
	section.big_bullets h1
	{
		font-size:90%;
	}
	
	section.featured h1
	{
		font-size:160%;
	}
	
	section.reviews h1
	{
	    font-size:160%;
	}
	
	section.reviews h2
    {
	    font-size:90%;
	    margin-top:-0.5em;
    }
    
    section.featured article.feature span.feature_title
    {
	    padding:1em 10% 0 10%;
    }

    section.featured article.feature span.feature_desc
    {
	    padding:1em 10% 1em 10%;
    }
}