﻿div.make_section
{
	float:left;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #f1f1f1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
}

article.make_article
{
	float:none;
	text-align:center;
	width:100%;
	font-size:1em;
	line-height:1em;
	display:inline-block;
	max-width:1024px;
	min-width:300px;
	padding:2.5em 2em 2.5em 2em;
	margin:0 0 0 0;
	margin-left:0 auto;
	margin-right:0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

article.make_article h1
{
	float:left;
	width:100%;
	text-align:left;
	font-size:1.5em;
	color:#313131;
	line-height:1em;
	padding:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article.make_article h1 span
{
    float:left;
}

article.make_article h1 strong
{
    float:left;
    background:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:6px 15px 6px 15px;
    margin:0 0 0 1em;
    text-align:center;
    color:#313131;
    font-size:11px;
    line-height:11px;
    display:inline-block;
    font-weight:bold;
    border:1px solid #d6d6d6;
}

article.make_article h2
{
	float:left;
	width:100%;
	text-align:left;
	font-size:0.9em;
	color:#515151;
	line-height:1.6em;
	padding:1em 0em 0em 0em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:normal;
}

article.make_article h2.continue
{
	padding:0.75em 0em 0em 0em;
}

article.make_article h3
{
	float:left;
	width:100%;
	text-align:left;
	font-size:0.9em;
	color:#515151;
	line-height:1.5em;
	padding:0em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:normal;
}

div.product
{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin-top:0;
}	

div.product_item
{
	float:left;
	width:100%;
	height:auto;
	padding:1.5em;
	margin:1.5em 0em 0em 0em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#ffffff;
	color:#006ab3;
	border:1px solid #e6e6e6;
}

/*div.product_item:nth-child(even)
{
    margin:1.5em 0em 0em 1%;
}*/

div.product_item h1
{
    float:left;
    width:100%;
    color:#313131;
    font-size:1em;
    text-align:left;
    line-height:1.8em;
    padding-bottom:0.5em;
}

div.product_item div.product_image_circle
{
    float:left;
    width:20%;
    height:auto;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	margin:0 0 0 0;
}

div.product_item a.product_image
{
	float:left;
	width:100%;
	height:auto;
	padding:0em 0em 0 0em;
	margin:0 0 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear:both;
	text-decoration:none;
}

div.product_item a.product_image img
{
	float:none;
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	border:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:0 auto;
	margin-right:0 auto;
}

div.product_item div.product_info
{
	float:left;
	width:50%;
	height:155px;
	overflow:hidden;
	padding:0em 1.5em 1em 1.5em;
	margin:0 0 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.product_item div.product_info a.product_title
{
	float:left;
	text-decoration:none;
	text-align:left;
	margin:0 0 0 0;
	padding-left:0px;
	font-size:1.3em;
	line-height:1.5em;
	color:inherit;
	width:auto;
	font-weight:bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.product_item div.product_info a.product_title:hover
{
	color:#313131;
}

div.product_item div.product_info span.product_desc
{
	float:left;
	width:100%;
	text-align:left;
	font-size:1em;
	line-height:1.8em;
	padding:0.5em 0em 0em 0em;
	color:#515151;
	clear:both;
}

div.product_btn_wrap
{
    float:left;
    width:30%;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:auto;
	background:transparent;
	padding:0;
}

div.product_item a.product_btn
{
    float:none;
	display:inline-block;
	width:100%;
	background:#006ab3;
	margin-left:0 auto;
	margin-right:0 auto;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	padding:1.2em 0 1.2em 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

div.product_item a.product_btn span
{
	float:none;
	width:auto;
    padding:0;
    display:inline-block;
	position:relative;
	text-align:center;
	margin:0;
	font-size:0.9em;
	line-height:1em;
	font-weight:bold;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
}

div.product_item a.product_btn:hover
{
	background-color:#005ea6;
}

div.product_item a.off
{
	background-color:#eeeeee;
}

div.product_item a.off:hover
{
	background-color:#eeeeee;
	cursor:progress;
}

div.product_item a.off span
{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0);
}

.product_btn_expires
{
    float:left;
    width:100%;
    display:inline-block;
    font-size:1em;
    color:#515151;
    text-align:center;
    line-height:1.6em;
    padding-top:0.5em;
}

/*  MEDIA QUERIES  */
@media (max-width: 800px) 
{
    /*div.product_item
    {
	    height:280px;
    }*/
    
    div.product_item div.product_info a.product_title
    {
	    font-size:1.1em;
    }
    
    div.product_item div.product_info span.product_desc
    {
	    font-size:0.8em;
    }
    
    div.product_item a.product_btn
    {
	    width:100%;
    }
    
    div.product_item div.product_info
    {
	    height:135px;
    }
}

@media (max-width: 700px) 
{
	article.make_article
    {
	    padding:2em 2em 2em 2em;
    }
	
	/*article.make_article h1
    {
	    font-size:1.2em;
    }*/
	
	article.make_article h2
    {
	    font-size:0.9em;
    }
    
    div.product_item h1
    {
        font-size:0.9em;
    }
	
	div.product_item
	{
		width:100%;
		height:auto;
	}
	
	div.product_item:nth-child(even)
    {
        margin:1.5em 0 0 0;
    }
	
    div.product_item div.product_info
    {
	    width:60%;
	    height:auto;
    }

    div.product_item div.product_image_circle
    {
	    width:40%;
    }
    
    div.product_item div.product_info
    {
	    height:auto;
        padding:0 0 1em 1.5em;
    }
    
    div.product_item div.product_info a.product_title
    {
	    font-size:1.4em;
    }
    
    div.product_item div.product_info span.product_desc
    {
	    font-size:0.9em;
    }
    
    div.product_btn_wrap
    {
	    width:60%;
        padding:0 0 0 1.5em;
    }
}

@media (max-width:600px) 
{
    article.make_article
    {
	    padding:1.5em;
    }
    
    article.make_article h1
    {
	    text-align:center;
    }

    article.make_article h2
    {
	    text-align:center;
    }

    div.product_item div.product_image_circle
    {
	    width:40%;
    }   
    
    div.product_item div.product_info
    {
        width:60%;
    }
    
    div.product_item div.product_info a.product_title
    {
        font-size:1em;
        text-align:center;
        float:none;
        display:inline-block;
    }

    div.product_item div.product_info span.product_desc
    {
        text-align:center;
    }
    
    div.product_item a.product_btn
    {
	    width:100%;
    }

    .product_btn_expires 
    {
        font-size: 0.8em;
    }
}

@media (max-width:500px)
{
    div.product_item h1
    {
        text-align:center;
    }
    
    div.product_item div.product_image_circle
    {
	    width:45%;
	    float:none;
	    display:inline-block;
	    margin-left:0 auto;
	    margin-right:0 auto;
    }   
    
    div.product_item div.product_info
    {
        width:100%;
        padding:0 1.2em 1.2em 1.2em;
        text-align:center;
    }
    
    div.product_item div.product_info a.product_title
    {
        float:none;
        width:auto;
        display:inline-block;
        margin-left:0 auto;
	    margin-right:0 auto;
	    text-align:center;
    }
    
    div.product_item div.product_info span.product_desc 
    {
        text-align:center;
    }

    div.product_btn_wrap 
    {
        width:100%;
    }
    
    div.product_item a.product_btn
    {
        width:100%;   
    }
}