@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,800italic,800,700italic,700,600italic);


body { 
    margin:0px; 
	padding:0px; 
	font-size:16px; 
	line-height:1.4;
	width:100% !important;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	background:#F3F3F3;
	color:#666666;
	}
	
.hide { visibility:visible; }	
.visible { display:none; }

.wrap  { background:#ffffff; }
.non-table { line-height:10px; }
.block-padding { padding:45px; }
.hr { border-bottom:1px dotted #cccccc; height:45px;}
.hr-btm { height:45px;}
i{ padding-left:10px; font-size:15px; }
.section-title {
	text-align:center;
	padding:20px 45px;
	color:#fa4639;
	border-top:3px solid #fa4639;
	border-bottom:3px solid #fa4639;
	font-size:24px;
	font-weight:bold;
	}
.btn-default a {
	padding:10px 25px; 
	background:#fa4639;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	}
	
.btn-default a:hover {
	background:#1b1b1b;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-bottom:5px solid #fa4639;
	}
	
.btn-gray a {
	border:1px solid #cccccc;
	padding:10px 25px;
	color:#666666; 
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	}
	
.btn-gray a:hover {
	border:1px solid #1b1b1b;
	padding:10px 25px;
	color:#1b1b1b;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}

.btn-text a {
	border:1px solid #cccccc;
	padding:10px 25px;
	color:#666666; 
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	}
	
.btn-text a:hover {
	border:1px solid #1b1b1b;
	padding:10px 25px;
	color:#1b1b1b;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}


/* up to % */
.smalltag {
	top: 310px;
	left: 40px;
	margin: 4px;
}

.smalltag p { 
    margin:0px;
	font-size:22px;
	}
.smalltag h4 { 
    margin:0px;
	padding:0px;
	line-height:1.0;
	font-size:32px;
	color:#ffffff;
	}

.offertag {
	text-align:center;
	padding: 10px 50px;
	color: #FFFFFF;
	position: absolute;
	text-transform: uppercase;
	font-weight: normal;
	background:#FA4638;
}

.percentoffer {background: #FFFFFF;}


/* buy section */
#buy-section .buy { padding:45px; }
#buy-section .buy-title { 
	padding:10px 15px;
	color:#ffffff;
	background:#838383;
	font-size:20px;
	text-align:center;
	}

#buy-section ul { 
    margin:0px;
	padding:0px 0px 0px 20px;
	color:#666666;
	}
#buy-section .pack-list { padding:0px 15px 15px 15px; }
#buy-section .pack-list .list-price { padding:0px 0px 0px 0px; color:#666666; text-decoration:line-through; text-align:center; }
#buy-section .pack-list .upgrade-price { font-size:32px; line-height:1.1; color:#1b1b1b; font-weight:bold; padding-bottom:20px; text-align:center; }

#buy-section a {
	padding:10px 30px;
	background:#fa4639;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}
	
#buy-section a:hover {
	padding:10px 31px;
	background:#1b1b1b;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-bottom:5px solid #fa4639;
	}

#buy-section .buy-action { padding-bottom:20px; text-align:center; }
.pricing-table a {
	color: #e95846;
	text-decoration: none;
}

.pricing-table {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.pricing-table:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.recommand {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

.recommand:hover{
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

/* feature */
#feature .title { 
    color:#1b1b1b;
	font-size:21px;
	font-weight:bold;
	padding:25px 0px 15px 0px;
	}

/* footer */
#footer a {
	color:#666666;
	text-decoration:none;
	}
#footer a:hover{
	color:#fa4639;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}
.copy-right { 
    padding:20px 45px;
	color:#1b1b1b;
	background:#F3F3F3;
    text-align:center;
	}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
.hide { visibility:hidden; }
.visible { display:block; }
.block-padding { padding:30px; }
#buy-section .buy { padding:30px; }
.img-responsive { 
    width:80% !important;
	height:auto !important;
	text-align:center !important;
	}
.width-100p { 
    width:100% !important;
	height:auto !important;
	text-align:center !important;
	}
.width-90p { 
    width:94% !important;
	height:auto !important;
	}
}

@media screen and (max-width: 630px){
.hide { visibility:hidden; }
.visible { display:block; }
.block-padding { padding:15px; }
#buy-section .buy { padding:15px; }
.section-title {
	text-align:center;
	padding:8px 15px;
	color:#fa4639;
	border-top:3px solid #fa4639;
	border-bottom:3px solid #fa4639;
	font-size:24px;
	font-weight:bold;
	}
.img-responsive { 
    width:100% !important;
	height:auto !important;
	text-align:center !important;
	}
.width-100p { 
    width:100% !important;
	height:auto !important;
	text-align:center !important;
	}
.width-90p { 
    width:94% !important;
	height:auto !important;
	}
}

