/* ==============================================
Author Name: Tlamp
Project Name: Gpricing,
Description: Creative Bootstrap Pricing Tables.
================================================= */

/*=======================================
[Table of contents]
* Gprice Default CSS
* Gprice Style One
* Gprice Style Two
* Gprice Style Three
* Gprice Style Four
* Gprice Style Five
=========================================*/ 
/* Gprice Default CSS */
.gprice-section {
	padding: 100px 0;
}
.gprice-section.bg {
	background: #f5f5f5;
}
/* Gprice Header */
.gprice-header{
	margin-bottom:20px;
}
.gprice-header .title {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #555;
	margin: 0 0 20px;
}
.gprice-header .title::before {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 3px;
	margin-left: -25%;
	content: "";
	bottom: -1.5px;
}
.gprice-header .title::after {
	position: absolute;
	left: 50%;
	width: 12px;
	height: 12px;
	content: "";
	bottom: -6px;
	border-radius: 100%;
	margin: 0;
	margin-left: -6px;
}
.gprice-section.secondary {
	background: #444;
}
.gprice-section.secondary .gprice-header .title{
	color:#fff;
}
/* Gprice Default Style */
.gprice-single{
	margin-top:30px;
}
.gprice-single .g-title {
	margin: 0;	
    font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
.gprice-single .text {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.gprice-single .amount {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.gprice-single .gprice-list,
.gprice-single .gprice-list li {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gprice-single .gprice-list li {  
	font-size: 14px;
	display: block;
	cursor:pointer;
}
/* Gprice Button */
.gprice-single .g-button {
	color: #fff;
	padding: 14px 40px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
	margin: 2px;
}
.gprice-single .g-button:hover{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
/* Bordered Style */
.gprice-single .g-button.bordered {
	background: transparent;
	z-index: 50;
	color: #333;
}
.gprice-single .g-button.bordered:hover{
	color:#fff;
}
.gprice-single .g-button.bordered::before {
	border-radius: 3px;
	content: "";
	height: calc(100% + 4px);
	left: -2px;
	position: absolute;
	top: -2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	width: calc(100% + 4px);
	z-index: -2;
}
.gprice-single .g-button.bordered:after {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	width: 100%;
	z-index: -1;	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
.gprice-single .g-button.bordered:hover:after{
	opacity:0;
	transform:scale(0);
}
.gprice-single .g-button.radius{
	border-radius:50px;
}
.gprice-single .g-button.radius.bordered:before,
.gprice-single .g-button.radius.bordered:after{
	border-radius:100px;
}
/* Primary Style */
.gprice-single .g-button.bordered.bg{
	color: #fff;
}
.gprice-single .g-button.bordered.bg:hover{
	color:#2E303C;
}
.gprice-single .g-button.bordered.bg:after {
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
}
.gprice-single .g-button.bordered.bg:hover:after{
	opacity:1;
	transform:scale(1);
}
.gprice-single .g-button.radius{
	border-radius:50px;
}
.gprice-single .g-button.radius.bg:before,
.gprice-single .g-button.radius.bg:after{
	border-radius:100px;
}
.gprice-single .text {
	color: #555;
	margin:0;
}
/*==================================
  GPrice Style One
====================================*/
.g-table1 {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.g-table1:hover{
	box-shadow: none;
}
.g-table1 .p-best {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 5px;
	overflow: hidden;
	font-size: 15px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: -45px;
	transform: rotate(-48deg);
	border-radius: 0px;
	padding: 10px 48px;
	font-weight: 700;
	z-index: 6;
}
.g-table1 .p-best p {
	margin: 0;
	line-height: 13px;
}
.g-table1 .p-best span {
	display: block;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
}
/* Table Head */
.g-table1 .bg-icon i {
	font-size: 100px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -61px;
	opacity: 0.1;
	top: 40%;
	margin-top: -50px;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	transition:all 0.8s ease;
	z-index:1;
}
.g-table1:hover .bg-icon i{
	opacity:0.3;
	-webkit-transform:scale(5);
	-moz-transform:scale(5);
	transform:scale(5);
}
.g-table1 .gprice-head {
	position: relative;
	padding: 30px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}
.g-table1 .g-title {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.g-table1 .g-amount {
	font-size: 45px;
	color: #fff;
	line-height: 30px;
	position:relative;
	z-index:2;
}
.g-table1 .amount {
	font-weight: 700;
	margin: 0;
}
.g-table1 .amount span {
	position: relative;
	font-size: 24px;
	font-weight: 600;
}
/* Table List */
.g-table1 .gprice-list {
	padding: 30px 20px;
	text-align: center;
	position: relative;
}
.g-table1 .gprice-list li {
	color: #555;
	position: relative;
	margin-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
}
.g-table1 .gprice-list li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.g-table1 .gprice-list li.cross {
	opacity: 0.5;
	text-decoration: line-through;
}
/* Table Bottom */
.g-table1 .gprice-bottom {
	text-align: center;
	padding: 0 0 30px;
}
.g-table1 .gprice-bottom .text {
	margin: 10px 0 0;
	font-size: 14px;
}
.g-table1 .gprice-bottom .text i {
	margin-right: 5px;
}
/*==================================
  End GPrice Style One
====================================*/

/*==================================
  GPrice Style Two
====================================*/
.g-table2 {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	background: #444;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.g-table2:hover{
	box-shadow:none;
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	transform:translateY(-20px);
}
/* Table Head */
.g-table2 .gprice-head {
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.g-table2 .g-title {
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
	color: #eee;
	padding: 20px 0 5px;
}
.g-table2 .g-text {
	color: #eee;
	margin: 0 0 20px;
	text-transform:capitalize;
	font-size:13px;
}
.g-table2 .g-amount {
	font-size: 45px;
	color: #fff;
	line-height: 30px;
	padding: 20px 0;
}
.g-table2 .amount {
	font-weight: 700;
	margin: 0;
}
.g-table2 .amount span {
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
/* Table List */
.g-table2 .gprice-list {
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.g-table2 .gprice-list li {
	color: #eee;
	position: relative;
	line-height: 46px;
}
.g-table2 .gprice-list li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.g-table2 .gprice-list li.cross {
	opacity: 0.5;
}
.g-table2 .gprice-list li span {
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}
/* Table Bottom */
.g-table2 .gprice-bottom {
	text-align: center;
	margin: 0 0 30px;
}
/*==================================
  End GPrice Style Two
====================================*/

/*==================================
  GPrice Style Three
====================================*/
.g-table3 {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.g-table3:hover{
	box-shadow:none;
	transform:scale(1.1);
}
.g-table3 .p-best {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 5px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 9px;
	right: -40px;
	transform: rotate(40deg);
	border-radius: 0px;
	padding: 10px 48px;
	font-weight: 700;
	z-index: 6;
}
.g-table3 .p-best p {
	margin: 0;
	line-height: 13px;
}
.g-table3 .p-best span {
	display: block;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
}
/* Table Head */
.g-table3 .gprice-head {
	position: relative;
	padding: 30px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 1px solid #ebebeb;
}
.g-table3 .g-title {
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
	display: block;
	color: #333;
}
.g-table3 .g-text {
	color: #666;
}
.g-table3 .g-amount {
	font-size: 45px;
	color: #fff;
	line-height: 30px;
}
.g-table3 .g-amount .amount {
	font-weight: 700;
	margin: 0;
}
.g-table3 .g-amount .amount span {
	font-size: 25px;
	text-decoration: line-through;
	opacity: 0.6;
	font-weight: 400;
	margin-right: 10px;
	color: #555;
}
.g-table3 .g-amount .amount small {
	position: relative;
	font-size: 15px;
	display: inline-block;
	line-height: 18px;
	font-weight: 400;
	margin-left: 12px;
	text-align: left;
	color: #555;
}
/* Table List */
.g-table3 .gprice-list {
	text-align: left;
	position: relative;
	padding: 30px;
}
.g-table3 .gprice-list li {
	color: #555;
	position: relative;
	line-height: 45px;
}
.g-table3 .gprice-list li span {
	border-radius: 30px;
	font-weight: 700;
}
.g-table3 .gprice-list li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.g-table3 .gprice-list li.cross {
	opacity: 0.5;
	text-decoration: line-through;
}
/* Table Bottom */
.g-table3 .gprice-bottom {
	text-align: center;
	margin: 0 0 40px;
}
.g-table3:hover .g-button.bordered.bg{
	color:#333;
}
.g-table3:hover .g-button.bordered.bg:after{
	opacity:1;
	transform:scale(1);
}
/*==================================
  End GPrice Style Three
====================================*/

/*==================================
  GPrice Style Four
====================================*/
.g-table4 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.g-table4:hover{
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}
/* Table Head */
.g-table4 .gprice-head {
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.g-table4 .ribbon {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	position: absolute;
	right: 28px;
	top: -28px;
	color: #ffff;
	font-weight: 700;
	font-size: 14px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.g-table4:hover .ribbon{
	border-color:transparent;
}
.g-table4 .ribbon span{
	font-weight:600;
}
.g-table4 .ribbon p {
	line-height: 16px;
	padding-top: 10px;
	margin: 0;
}
.g-table4 .g-title {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	border-radius: 30px;
	padding: 20px 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.g-table4 .g-text {
	color: #fff;
}
.g-table4 .g-amount {
	font-size: 45px;
	color: #fff;
	line-height: 32px;
	padding: 20px 0;
	border-radius: 0 30px 0 30px;
}
.g-table4 .g-amount .amount {
	font-weight: 700;
	margin: 0;
}
.g-table4 .g-amount .amount span {
	font-size: 22px;
	opacity: 0.8;
	font-weight: 400;
}
.g-table4 .g-amount .amount small {
	position: relative;
	font-size: 15px;
	display: inline-block;
	line-height: 20px;
	font-weight: 400;
	margin-left: 12px;
	text-align: left;
}
/* Table List */
.g-table4 .gprice-list {
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.g-table4 .gprice-list li {
	color: #555;
	position: relative;
	line-height: 40px;
}
.g-table4 .gprice-list li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.g-table4 .gprice-list li.cross {
	opacity: 0.5;
	text-decoration: line-through;
}
/* Table Bottom */
.g-table4 .gprice-bottom {
	text-align: center;
	padding: 0 0 30px;
}
.g-table4:hover .g-button.bordered{
	color:#fff;
}
.g-table4:hover .g-button.bordered:after{
	opacity:0;
	transform:scale(0);
}
/*==================================
  End GPrice Style Four
====================================*/

/*==================================
   GPrice Style Five
====================================*/
.g-table5 {
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.g-table5:hover{
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.2);
	-webkit-transform:translateY(-20px;);
	-moz-transform:translateY(-20px;);
	transform:translateY(-20px;);
}
/* Table Head */
.g-table5 .gprice-head {
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-top:25px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.g-table5 .g-title {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	margin-bottom:15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.g-table5 .g-text{
	color:#fff;
}
.g-table5 .g-amount {
    font-size: 45px;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    bottom: -45px;
    border: 5px solid #fff;
    margin-top: -45px;
    width: 95px;
    height: 95px;
    line-height: 50px;
    display: inline-block;
    padding: 20px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.g-table5:hover .g-amount{
	transform:scale(1.1);
}
.g-table5 .g-amount .amount {
	font-weight: 700;
	margin: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	position: relative;
}
.g-table5 .g-amount .amount span {
	position: relative;
	font-size: 24px;
}
/* Table List */
.g-table5 .gprice-list {
	padding: 55px 0 25px;
	text-align: center;
	position: relative;
}
.g-table5 .gprice-list li {
	color: #555;
	position: relative;
	line-height: 40px;
}
.g-table5 .gprice-list li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.g-table5 .gprice-list li.cross {
	opacity: 0.5;
	text-decoration: line-through;
}
/* Table Bottom */
.g-table5 .gprice-bottom {
	text-align: center;
	padding: 0 0 25px;
}
.g-table5:hover .g-button.bordered{
	color:#fff;
}
.g-table5:hover .g-button.bordered:after{
	opacity:0;
	transform:scale(0);
}
/*==================================
  End GPrice Style Five
====================================*/