/*   

Theme Name: PandoraBox
Theme URI: iltaen.com/pandorabox
Description: Mobile Develop Onepage WordPress Template
Author: iltaen
Author URI: http://themeforest.net/user/Iltaen
License: GNU General Public License
License URI: license.txt
Tags: green, white, fluid-layout, responsive-layout, one-column, custom-colors, featured-images, full-width-template, post-formats, sticky-post, theme-options
Version: 1.3.4
Text Domain: pandorabox

*/

.aboniraime{
	display: inline-block;
	padding: 0.8em 1.8em;
	border-radius: 4px;
	background-color: #dd2c2c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-decoration: none;
	cursor: auto;
	font-weight: 400;
	line-height: 1.5;
	max-width: 400px;
	text-align: center;
	width: auto;
	position: relative;
	margin-top:10px;
}
.aboniraime:hover{
	background-color:#a31013;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


a.mainpageprice {
	font-size: 25px;
	border-radius: 3px;
	background-color:#31cb3d;
	padding: 0px 10px 2px 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}
a.mainpageprice:hover{
	background-color:#3ba43d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.homeblock #description-home {
	margin-top: 0px;
}

