.rk_recobox
{
	box-sizing: border-box;
	clear: both;
	display: block;
	height: 194px;
	margin: 10px 0 20px 0;
	padding: 19px 18px 21px 21px;
	width: 100%;
}

.rk_recobox:after
{
	clear: both;
	content: "";
	display: block;
}

.rk_recobox,
.rk_recobox .recobox_image,
.rk_recobox .recobox_content .recobox_headline
{
	border: 1px solid #dbdbdb;
}

.rk_recobox .recobox_image
{
	float: left;
	margin-right: 15px;
	max-width: 25%;
	min-width: 150px;
	width: auto;
}

.rk_recobox .recobox_content
{
	color: #504f53;
	float: right;
	position: relative;
	/* width: calc(100% - 165px); */
	width:71%;
}

.rk_recobox .recobox_content .content_image
{
	position: absolute;
	right: 0;
	top: 0;
}

.rk_recobox .recobox_content .recobox_headline
{
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 2px;
	margin: -8px 0 8px 0;
}

.rk_recobox .recobox_content .recobox_image.images_mobile
{
	display: none;
}

.rk_recobox .recobox_content .recobox_image.images_mobile .content_image
{
	display: none;
}

.rk_recobox .recobox_content .recobox_highlights
{
	margin-bottom: 5px;
}

.rk_recobox .recobox_content .recobox_highlights ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rk_recobox .recobox_content .recobox_highlights ul li
{
	background: url(../images/check-icon.png) no-repeat left center;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 600;
	line-height: 27px;
	padding: 0 0 0 22px;
}

.rk_recobox .recobox_cta,
.rk_recobox .recobox_content .recobox_cta
{
    background: #f78532;
    background: -moz-linear-gradient(top, #f78532 0%, #f56b05 100%);
    background: -webkit-linear-gradient(top, #f78532 0%,#f56b05 100%);
    background: linear-gradient(to bottom, #f78532 0%,#f56b05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78532', endColorstr='#f56b05',GradientType=0 );
}

.rk_recobox .recobox_cta,
.rk_recobox a:link.recobox_cta,
.rk_recobox a:visited.recobox_cta,
.rk_recobox .recobox_content .recobox_cta,
.rk_recobox .recobox_content a:link.recobox_cta,
.rk_recobox .recobox_content a:visited.recobox_cta
{
	box-sizing: border-box;
	color: white;
	display: block;
	font-size: 16px;
	font-weight: 600;
	min-height: 30px;
	padding: 3px 30px 2px 10px;
	position: relative;
	width: 100%;
}

.rk_recobox .recobox_cta:after,
.rk_recobox .recobox_content .recobox_cta:after
{
	background-image: url(../images/cta_angle.png);
	background-position: center left 7px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

@media all and (max-width: 630px)
{
	.rk_recobox
	{
		border: none;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		box-shadow: 0 9px 0px 0px white, 
					0 -9px 0px 0px white, 
					4px 0 15px -4px #e0e0e0, 
					-4px 0 15px -4px #e0e0e0;
		
		height: auto;
		margin: 20px 0;
		padding: 6px 25px 45px 25px;
	}
	
	.rk_recobox .recobox_image
	{
		display: none;
	}
	
	.rk_recobox .recobox_content
	{
		float: none;
		width: 100%;
	}
	
	.rk_recobox .recobox_content .content_image
	{
		display: none;
	}
	
	.rk_recobox .recobox_content .recobox_headline
	{
		border-top: 1px solid #dbdbdb;
		box-sizing: border-box;
		color: #40a444;
		margin: 0 0 25px 0;
		min-height: 66px;
		padding: 17px 0 20px 0;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile
	{
		border-left: none;
		border-right: none;
		display: block;
		float: none;
		margin: 0 0 20px 0;
		position: relative;
		width: 100%;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile .content_image
	{
		display: block;
		left: 161px;
		top: 23px;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile .emotionalizer
	{
		bottom: 0;
		display: block;
		position: absolute;
		right: -15px;
	}
	
	.rk_recobox .recobox_content .recobox_highlights
	{
		margin-bottom: 20px;
	}
}

@media all and (max-width: 470px)
{
	.rk_recobox .recobox_content .recobox_image.images_mobile
	{
		text-align: center;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile > *
	{
		margin: 0 auto 20px auto;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile > :last-child
	{
		margin-bottom: 0;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile .content_image
	{
		position: static;
	}
	
	.rk_recobox .recobox_content .recobox_image.images_mobile .emotionalizer
	{
		position: static;
	}
}


/*page specific*/

/*@media all and (max-width: 960px)
{
	.rk_recobox.bitcoinmoneynet
	{
		border: none;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		box-shadow: 0 9px 0px 0px white, 
					0 -9px 0px 0px white, 
					4px 0 15px -4px #e0e0e0, 
					-4px 0 15px -4px #e0e0e0;
		
		height: auto;
		margin: 20px 0;
		padding: 6px 25px 45px 25px;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_image
	{
		display: none;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content
	{
		float: none;
		width: 100%;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .content_image
	{
		display: none;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .recobox_headline
	{
		border-top: 1px solid #dbdbdb;
		box-sizing: border-box;
		color: #40a444;
		margin: 0 0 25px 0;
		min-height: 66px;
		padding: 17px 0 20px 0;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .recobox_image.images_mobile
	{
		border-left: none;
		border-right: none;
		display: block;
		float: none;
		margin: 0 0 20px 0;
		position: relative;
		width: 100%;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .recobox_image.images_mobile .content_image
	{
		display: block;
		left: 161px;
		top: 23px;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .recobox_image.images_mobile .emotionalizer
	{
		bottom: 0;
		display: block;
		position: absolute;
		right: -15px;
	}
	
	.rk_recobox.bitcoinmoneynet .recobox_content .recobox_highlights
	{
		margin-bottom: 20px;
	}
}
*/

/*  */

.rk_recobox
{
	position: relative;
}

.rk_recobox .recobox_wrapper_link
{
	height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.rk_recobox,
.rk_recobox .recobox_image
{
	height: auto;
}

.rk_recobox p
{
	margin: 0px;
}

.rk_recobox .recobox_cta
{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rk_recobox .recobox_content .recobox_highlights ul li
{
	padding-left: 23.5px !important;
}

