﻿body .ck-pricing {
	font-family: Tahoma;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-top:50px; }
.ck-pricing h1, 
.ck-pricing h2, 
.ck-pricing h3, 
.ck-pricing h4, 
.ck-pricing h5, 
.ck-pricing h6 {	
	font-family: Tahoma; 	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: Tahoma;
	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: #3498DB;
	background-color: transparent;
	border-radius: 0;
	border-color: #3498DB;
	font-weight: 700;
	border: 2px solid #3498DB;
	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: #3498DB;	
	border-color: #3498DB;
}
.ck-btn-invert {
	color: #FFF;
	background-color: #3498DB;
	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: #3498DB;
	background-color: #FFF;	
	border: 2px solid #FFF;
}

.ck-style-6 .ck-section{
	margin-bottom: 80px;
}
.ck-style-6 .ck-price-block {
	background-color: #FFF;
	padding: 5px 0 40px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.ck-style-6 .ck-price-block:hover {
	margin-top: -20px;
    box-shadow: 1px 1px 25px rgba(0,0,0,.5);
}
.ck-style-6 .ck-price-block .ck-heading {
    color: #FFF;
    background-color: #3498DB;}
.ck-style-6 .ck-price-details {
    background-color:#3498DB; height:70px;
    color: #FFF;   
}
.ck-style-6 .ck-price-details .ck-currency {
	font-weight: 700;
	font-size: 33px;
}
.ck-style-6 .ck-price-details .ck-price {
	font-weight: 700;
	font-size: 46px;
}
.ck-style-6 .ck-price-details .ck-duration {
	text-transform: capitalize;
	font-size: 1em;
}
.ck-style-6 .ck-details {
	padding-bottom: 12px;
}
.ck-style-6 .ck-details ul li {
	padding: 12px 0;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #3498DB;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.ck-style-6 .ck-details ul li:hover {
	color: #3498DB;
}
.ck-style-6 .ck-special-price .ck-price-details {
	background-color: #333;  height:70px;
    color: #FFF;   
}
.ck-style-6 .ck-rating {
    padding: 0 0 12px;
    font-size: 20px;
    color: #333;
}
.ck-style-6 .ck-rating .ck-active {
    color: #3498DB;
}
.ck-style-6 .ck-btn-default {
   width: 100%;
   color: #FFF;
   background-color: #3498DB;
}
.ck-style-6 .ck-special-price .ck-btn-default {
   width: 100%;
   color: #FFF;
   background-color: #333;
   border-color: #333;
}

