/*
	style
*/

.offer-box {
	float: right;
	text-align: center;
}
.offer-box img,  .entry-content .offer-box img {
	border: none;
}
.offer-download-button {
	font-size: 1.2rem;
	cursor: pointer;
	display: block;
	width: auto;
	float: none;
	background: #0a8a15;
	margin-top: 23px;
	margin-bottom: 27px;
	padding: 25px 45px 22px 25px;
	color: #fff;
	border-radius: 8px;
}
.offer-download-button:hover{
	color: #fff;
}

.page-download, .page-download:hover {
	display: block;
	width: 30%;
	min-height: 40px;
	margin: 30px auto 30px;
    background: #2fc472; /* Old browsers */
    background: -moz-linear-gradient(top,  #2fc472 0%, #48d487 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fc472), color-stop(100%,#48d487)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2fc472 0%,#48d487 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2fc472 0%,#48d487 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2fc472 0%,#48d487 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2fc472 0%,#48d487 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc472', endColorstr='#48d487',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #23af62;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 10px 10px 15px;
	line-height: 1.5;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	text-decoration: none; 
}

.download-steps {
	text-align: center;
	list-style-type: none;
	margin-left: 0px;
}
.download-steps li {
	display: inline-block;
	width: 280px;
	margin-right: 30px;
}
.download-steps li:last-child {
	margin-right: 0px;
}
.download-steps li p {
	font-style: italic;
	line-height: 1.3;
	text-align: left;
}
.download-steps li .download-image {
	height: 200px;
	width: 280px;
	display: block;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #d3674e;
}
.download-steps .step {
	margin-right: 10px;
	color: #d71b1b;
	font-weight: bold;
	font-style: normal;
}
.download-steps li img {
	padding: 6px;
	border: 0px;
}

.items-list {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}
h3.list-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
a.download-box, a.download-box:visited, a.download-box-regular {
	display: block;
	width: 65%;
	min-height: 60px;
	margin: 20px auto 10px;
	/*background: #906fef;*/
    background: #5cbb5e;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 5px 5px 10px;
	line-height: 1.5;
	/*border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;*/
	text-decoration: none; 
    box-shadow: 5px 5px 10px #888888;
}
a.download-box:hover, a.download-box-regular:hover{
    /*background: #9575f2;*/
    background: #7cd87e;
}
.hentry a.download-box:hover {
	color: #fff;
}

a.download-box-es, a.download-box-regular-es,
a.download-box-bg, a.download-box-regular-bg,
a.download-box-pl, a.download-box-regular-pl,
a.download-box-ro, a.download-box-regular-ro,
a.download-box-si, a.download-box-regular-si,
a.download-box-fr, a.download-box-regular-fr,
a.download-box-it, a.download-box-regular-it
{
	padding-top: 10px;
	font-size: 20px;
}

.download-box:hover, .download-box-regular:hover,
.download-box:visited, .download-box-regular:visited,
.download-box:link, .download-box-regular:link,  
.entry-content .download-box:hover, .entry-content .download-box-regular:hover {
	text-decoration: none;
	color:#fff;
}
.download-box span, .download-box-regular span {
	font-size: 16px;
	display: block;
} 


.ad-download-box {
	display: block;
	width: 500px;
	height: 102px;
	margin: 20px auto 10px;
	background: url( '../img/download-v7.png' ) no-repeat;
}

.blockquote-message {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}