﻿body .ck-pricing {
	font-weight: 400;
	width:70%;
    font-size: 16px;
    line-height: 1.7;
}
.ck-pricing h1, 
.ck-pricing h2, 
.ck-pricing h3, 
.ck-pricing h4, 
.ck-pricing h5, 
.ck-pricing h6 {	
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
    line-height: 1.3;
	text-transform: uppercase;
}
.ck-pricing h1 {
	font-size: 46px;
}
.ck-pricing h2 {
	font-size: 38px;
}
.ck-pricing h3 {
	font-size: 33px;
}
.ck-pricing h4{
	font-size: 28px;
}
.ck-pricing h5 {
	font-size: 23px;
}
.ck-pricing h6 {
	font-size: 18px;
}
.ck-pricing ul {
	list-style: none;
	margin:0;
	padding:0;
}
.ck-pricing p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
.ck-section-title {
	color: #666;
}
.ck-style-opt {
	margin: 20px 0;
}

.ck-btn-default,
.ck-btn-lg {
	color: #ff6600;
	background-color: transparent;
	border-radius: 0;
	border-color: #ff6600;
	font-weight: 700;
	border: 2px solid #ff6600;
	text-transform: uppercase;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.ck-btn-default:hover,
.ck-btn-lg:hover {
	color: #FFF;
	background-color: #ff6600;	
	border-color: #ff6600;
}
.ck-btn-invert {
	color: #FFF;
	background-color: #ff6600;
	border-radius: 0;
	border-color: #FFF;
	font-weight: 700;
	border: 2px solid #FFF;
	text-transform: uppercase;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.ck-btn-invert:hover {
	color: #ff6600;
	background-color: #FFF;	
	border: 2px solid #FFF;
}

.ck-style-1 .ck-price-block {
	background-color: #333;
	padding: 30px 0 40px;
	border-radius: 15px;
}
.ck-style-1 .ck-price-block .ck-heading {
	color: #FFF;
}
.ck-style-1 .ck-price-details {
    background-color:transparent;
    border: 5px solid #ff6600;
    border-radius: 50%;
    color: #ff6600;   
    margin: 20px auto 30px;
    width: 160px;
    height: 160px;
    padding-top: 8px;
    line-height:11px;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.ck-style-1 .ck-price-details .ck-currency {
	font-weight: 700;
	font-size: 33px;
}
.ck-style-1 .ck-price-details .ck-price {
	font-weight: 700;
	font-size: 37px; line-height:57px;
}
.ck-style-1 .ck-price-details .ck-duration {
	text-transform: capitalize;
	font-size: 1em;
	display: block;
	margin-top: -10px; font-weight:bold;
}
.ck-style-1 .ck-details {
	padding-bottom: 20px;
}
.ck-style-1 .ck-details ul li {
	padding: 12px 0;
	color: #FFF;
	text-align: center;
}
.ck-style-1 .ck-price-block:hover .ck-price-details {
	background-color: #ff6600;
	color: #FFF;
}
.ck-style-1 .ck-special-price {
	background-color: #ff6600;
    color: #FFF;   
}
.ck-style-1:hover .ck-special-price {
	background-color: transparent;
	color: #ff6600;
}
.ck-style-1:hover .ck-price-block:hover .ck-special-price {
	background-color: #ff6600;
	color: #FFF;
}
.ck-style-1 .ck-btn-default {
	border-radius: 10px; font-weight:normal;
}
.ck-style-1 .ck-featured {
	overflow: hidden;
}
.ck-style-1 .ck-ribbon {
    background-color: #ff6600;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 15px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: 0% 0%;
    padding: 4.5px 20px;
    text-shadow: 1px 1px #000;
}
.ck-style-1 .ck-ribbon::after {
    content: ' ';
    position: absolute;
    border-top: solid 18px #ff6600;
    border-bottom: solid 18px #ff6600;
    border-right: solid 18px transparent;
    right: -18px;
    top: 0;
}

