/*
PRICING
================================================================================================================================
*/
.pricing_tables{
width:100%;
display:table;
}
.pricing_tables_holder{
display:table;
margin-left:-15px;
width:100%;
}
.pricing_tables_holder .box-pricing{
padding: 30px 15px 30px 15px;
margin-top: 30px;
-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    1px 1px 11px 0px rgba(50, 50, 50, 0.3);
box-shadow:         1px 1px 11px 0px rgba(50, 50, 50, 0.3);
background:#fff;
border:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position:relative;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border:solid 1px #ddd;
}
.pricing_tables_holder .box-pricing:hover{
-webkit-box-shadow: 1px 1px 31px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 1px 31px 0px rgba(50, 50, 50, 0.4);
box-shadow:         1px 1px 31px 0px rgba(50, 50, 50, 0.4);
background:#fcfcfc;
}
.pricing_tables_holder .featured{
margin-top:15px;
padding-bottom:70px;
}
.pricing_tables_holder h1{
text-align: left;
font-size: 32px;
font-weight: 100;
text-transform: uppercase;
padding:0;
color:#FFF;
font-family:inherit;
text-align:center;
padding-bottom: 20px;
padding-top: 0;
margin-top: 0;
}
.pricing_tables_holder h1 span{
font-weight:700;
}
.pricing_tables_holder .price_circle{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
}
.pricing_tables_holder .currency, .pricing_tables_holder .price,.pricing_tables_holder .decimal_price{
position:relative;
float:left;
}
.pricing_tables_holder .price{
font-size: 110px;
font-weight: 900;
color: #FFF;
text-align:center;
width: 100%;
letter-spacing: -5px;
margin-bottom: -20px;
padding: 55px 0;
}
.pricing_tables_holder .billing{
font-size: 14px;
color: #FFF;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0px;
font-family: inherit;
margin-bottom: 20px;
display: block;
}
.pricing_tables_holder .price_circle_inner{
width: 100%;
display: table;
}
.pricing_tables_holder ul{
color: #FFF;
margin: 0 !important;
text-align: center;
}
.pricing_tables_holder li{
font-size: 12px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
line-height: 1.3em;
list-style-type: none;
padding: 15px;
}
.pricing_tables_holder li:nth-child(2n){
background:#eee;
}
.pricing_tables_holder .plan_icon{
font-size: 100px;
color: #FFF;
padding-bottom: 0;
text-align: center;
margin-bottom: 0;
}
.pricing_tables_holder .plan_icon i{
color: #ff6b52;
}
.pricing_tables_holder .plan_icon_image{
width: 100px;
height: 100px;
padding-bottom: 10px;
display: table;
text-align: center;
margin: 0 auto;
}
.pricing_tables_holder .line{
width:100%;
background:#fff;
height:1px;
margin: 5px 0;
}
.pricing_tables_holder h2{
text-align: left;
padding: 7px 0;
letter-spacing:0px;
}
.pricing_tables_holder h2 a{
background:#2e2e2e;
color:#FFF;
font-size:12px;
font-weight:500;
padding:10px 15px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
text-transform:uppercase;
}
.pricing_tables_holder h2 a:hover{
background:#FFF;
color:#ff6b52;
-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
}
.pricing_tables_holder .featured_plan{
padding: 30px 15px 120px 15px;
margin-top: -10px;
-webkit-box-shadow: 1px 1px 31px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 1px 31px 0px rgba(50, 50, 50, 0.4);
box-shadow:         1px 1px 31px 0px rgba(50, 50, 50, 0.4);
}
.pricing_tables_holder .featured_ribbon{
position: absolute;
right: -5px;
top: -15px;
background: url(../images/ribbon.png) no-repeat;
width: 77px;
height: 79px;
}
.pricing_tables_holder h2.buy i{
padding-right:10px;
font-size:14px;
}
.pricing_tables_holder .quote-button {
text-align: left;
font-size: 18px;
text-transform: uppercase;
color: #414141;
text-decoration: none;
background: #FFFFFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 5px;
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: inline-block;
}
.pricing_tables_holder .quote-button:hover {
opacity:0.9;
}
.pricing_tables_holder .quote-button .featured_link_color{
color:#FFF !important;
}

.pricing_tables_holder .button_holder{
width:100%;
margin:0 auto;
display:table;
text-align: center;
margin-top:20px;
}
.pricing_tables_holder .quote-button i{
color: #414141 !important;
}
.quote-button span.icon {
padding: 20px;
background: rgba(0,0,0,.1);
float: left;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.quote-button span.btn_text {
padding: 15px;
font-size: 16px;
font-weight: 700;
display: inline-block;
line-height: 1em;
}
.quote-button span.btn_text2 {
padding-left: 15px;
margin-top: -15px;
display: block;
padding-bottom: 10px;
font-size: 12px;
text-transform: none;

}
.nopadding{
padding:0;
}