
.cct-pricing br { display: none; }
.cct-pricing-page br { display: none; }
.cct-pricing-page .content{
	position: relative;
}
.cct-pricing-page .body {
	padding-bottom: 40px;
}
.cct-pricing-page .boxed {
	margin-top: 150px;
}
.cct-pricing-page.small-title .boxed {
	margin-top: 80px;
}
.cct-pricing-columns.micro {
	width: 80%;
	margin: 0 auto;
}
.cct-pricing-columns:not(.micro) {
	margin-top: -150px;
}
.cct-pricing-page:before,
.cct-pricing-columns:before,
.cct-pricing-items:before,
.cct-pricing-page:after,
.cct-pricing-columns:after,
.cct-pricing-items:after {
	content: "";
	display: table;
}
.cct-pricing-page:after,
.cct-pricing-columns:after,
.cct-pricing-items:after {
	clear: both;
}
.cct-pricing-column {
	padding: 10px;
	margin-bottom: 40px;
}
	.cct-pricing-column ul
	{
		margin: 0;
		padding: 0;
	}
		.cct-pricing-column ul li
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.cct-pricing-column ul li i
			{
				width: 30px;
				text-align: center;
				color: #0088ff;
			}
.cct-pricing-column-header {
	border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
	.cct-pricing-column-header img {
		margin: 0;
		min-width: 0;
		max-width: 100%;
	}
	.cct-pricing-column-header p { margin: 0 !important; }
	.cct-pricing-column-header h3 {
		font-weight: 300;
	}
.cct-pricing-column-button {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  line-height: 48px;
  text-decoration: none !important;

	display: block;
	/*margin-top: 50px;*/
	font-size: 16px;
	border: 1px solid #0088ff;
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
}
	.cct-pricing-column-button a {
		transition: all 0.3s;
		padding: 0 35px 0 35px;
		width: 100%;
		text-align: center;
		line-height: 48px;
		display: inline-block;
	}
	.cct-pricing-column-button:focus,
	.cct-pricing-column-button:active { outline: none; }
	.cct-pricing-column-button:hover {
	  border-color: #0088FE;
	  background-color: #0088FE;
	}
	.cct-pricing-column-button:hover a { color: white; }
	.cct-pricing-column-content p	{
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
	}
@media (max-width: 767px) {
	.cct-pricing-columns.micro {
		width: 100%;
	}
	.cct-pricing-columns.micro .cct-pricing-column {
		width: 33%;
		float: left;
	}
	.cct-pricing-columns.micro .cct-pricing-column-header h3 {
		font-size: 26px;
	}
	.cct-pricing-columns.micro .cct-pricing-column-button {
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
	}
}
@media (min-width: 768px) {
	.cct-pricing-column {
		width: 33%;
		float: left;
	}
		.cct-pricing-column-content		{
			position: relative;
			min-height:350px;
		}
		.cct-pricing-column-content .cct-pricing-column-button		{
			position: absolute;
			bottom: 0;
		}
}
@media (min-width: 1200px) {
	.cct-pricing-column-header h3 {
		font-size: 32px;
	}
}
.cct-pricing-items {
	margin: -150px 0 20px;
	clear: both;
}
.cct-pricing-items:before,
.cct-pricing-items:after {
	content: "";
	display: table;
}
.cct-pricing-items:after {
	clear: both;
}
.cct-pricing-enterprise {
	margin: 30px 0;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	background: #454545;
	text-align: center;
	color: white;
}
.cct-pricing-enterprise h2,
.cct-pricing-enterprise h3,
.cct-pricing-enterprise h4,
.cct-pricing-enterprise h5,
.cct-pricing-enterprise h6 {
	margin: 0 0 10px;
	color: white;
}
.cct-pricing-enterprise h2 {
	font-size: 26px;
	line-height: 40px;
}
.cct-pricing-enterprise h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 60px;
}
.cct-pricing-items p { margin: 0 !important; }
/*
Column Layout for Pricing Page
 */
.cct-pricing-item {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
/*
Pricing Item
 */
.cct-pricing-item {
	position: relative;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	transition: all 0.35s;
}
.cct-pricing-item.best-value {
	margin-top: 0;
}
/*
Pricing Item Header
 */
.cct-pricing-item-header {
	position: relative;
	background: #3da3ff;
	padding: 10px;
	margin: 0;
	color: #ffffff;
	text-align: center;
}
	.cct-pricing-item-header .attention {
	  font-weight: 400;
	  text-align: center;
	  display: none;
	}
.cct-pricing-stars{
	font-size: 36px;
	line-height: 40px;
	padding: 10px;
}
.content .cct-pricing-per-word-cost {
	padding: 0;
	margin: 0;
	line-height: 42px;
	font-size: 38px;
	color: white;
}
.content .cct-pricing-per-word-text {
	padding: 0;
	margin: 0;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
	color: white;
}
	/* Best Value Alt */
	.best-value .cct-pricing-item-header	{
		background: #0067c4;
	}
	.best-value .cct-pricing-per-word-text	{
		margin: 0 0 -4px 0;
	}
	/* Enterprise Alt */
	.enterprise .cct-pricing-item-header	{
		background: #454545;
	}
	.enterprise .cct-pricing-stars	{
		padding: 0;
		margin: 0;
		font-size: 37px;
		line-height: 78px;
	}
.cct-pricing-item-body,
.cct-pricing-item-footer {
	background: #e9e9e9;
}
.cct-pricing-item-body {
	padding: 30px 15px 20px 15px;
	text-align: center;
}
	.cct-pricing-item-body h2,
	.cct-pricing-item-body h3,
	.cct-pricing-item-body h4,
	.cct-pricing-item-body h5,
	.cct-pricing-item-body p {
		margin: 0 !important;
	}
	.cct-pricing-item-body h3 {
		font-size: 26px;
		font-weight: 400;
	}
	.cct-pricing-item-body h4 {
		font-weight: 600;
	}
	.cct-pricing-item-body ul	{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		text-align: left;
		font-size: 14px;
	}
	.cct-pricing-item-body li {
		position: relative;
	}
		.cct-pricing-item-body li:before	{
			font: normal normal normal 14px/1 FontAwesome;
	    position: absolute;
	    top: 0;
	    left: -20px;
	    display: inline-block;
	    content: "\f00c";
	    width: 20px;
	    height: 20px;
	    font-size: 16px;
	    line-height: 25px;
	    color: #009e13;
		}
	.cct-pricing-item-info .btn	{
		margin-top: 40px;
	}
.cct-pricing-item-footer {
	padding: 20px 0;
}
	.cct-pricing-item-footer .btn {
		padding: 10px 30px;
	}
@media (max-width: 991px) {
	.cct-pricing-item {
		width: 100%;
		float: none;
		clear: both;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 2px solid white;
	}
	.cct-pricing-item:before,
	.cct-pricing-item:after {
		display: table;
		content: "";
	}
	.cct-pricing-item:after {
		clear: both;
	}
	.cct-pricing-item-header {
		position: absolute;
		width: 40%;
		top: 0;
		left: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.cct-pricing-item-header .attention {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		color: white;
		margin: 0;
		font-size: 24px;
	}
	.cct-pricing-stars {
		width: 90px;
		margin: 0 auto;
	}
	.best-value .cct-pricing-stars {
		width: 100%;
	}
	.cct-pricing-item-body,
	.cct-pricing-item-footer {
		float: left;
		width: 60%;
		margin-left: 40%;
	}
	.cct-pricing-item-footer { text-align: center; }
}
@media (min-width: 992px) {
	.cct-pricing-item {
		width: 24%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cct-pricing-item.best-value {
		width: 28%;
	}
	.cct-pricing-item-header {
		height: 150px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
		.cct-pricing-item-header:before,
		.cct-pricing-item-header:after	{
			content: "";
			width: 50%;
			position: absolute;
			height: 16px;
			bottom: -16px;
		}
		.cct-pricing-item-header:before	{
		  left: 0;
		  background: linear-gradient(to right top, transparent 49%, #3da3ff 51%);
		}
		.cct-pricing-item-header:after	{
		  left: 50%;
		  background: linear-gradient(to left top, transparent 49%, #3da3ff 51%);
		}
		.best-value .cct-pricing-item-header {
			height: 180px;
		}
		.best-value .cct-pricing-item-header:before	{
			background: linear-gradient(to right top, transparent 49%, #0067C4 51%);
		}
		.best-value .cct-pricing-item-header:after	{
			background: linear-gradient(to left top, transparent 49%, #0067C4 51%);
		}
		.enterprise .cct-pricing-item-header:before	{
			background: linear-gradient(to right top, transparent 49%, #454545 51%);
		}
		.enterprise .cct-pricing-item-header:after {
			background: linear-gradient(to left top, transparent 49%, #454545 51%);
		}
	.cct-pricing-item-header .attention {
	  position: absolute;
	  top: -40px;
	  left: 0;
	  right: 0;
	  margin: 0;
	  line-height: 40px;
	}
	.cct-pricing-per-word-cost {}
		.best-value .cct-pricing-per-word-cost {
			font-size: 52px;
			line-height: 60px;
		}
		.enterprise .cct-pricing-per-word-cost {
			font-size: 32px;
		}
	.cct-pricing-per-word-text {}
		.enterprise .cct-pricing-per-word-text {
			white-space: nowrap;
		}
	.cct-pricing-item-footer	{
		text-align: center;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}
.cct-pricing-calculator {
  position: relative;
  height: auto;
  margin-bottom: 40px;
  padding: 40px;
  border-bottom: 5px solid #0088FE;
  background-color: #e9e9e9;
  text-align: center;
}
	.cct-pricing-calculator h4 {
		font-weight: 300;
	}
	.cct-pricing-calculator strong {
		font-weight: 400;
	}
  .cct-pricing-calculator .words-input {
    display: inline-block;
    padding: 0 10px;
    width: 140px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 1.2;
    cursor: pointer;
  }
  .cct-pricing-calculator .quality {
    display: inline-block;
  }
  .cct-pricing-calculator .quality .selectize-input.items {
    font-size: 26px;
    line-height: 1.1;
    top: 10px;
    padding-right: 40px;
  }
@media (min-width: 992px) {
	.cct-pricing-calculator { border-radius: 8px; }
}
/* Pricing Navigation */
.cct-pricing-nav-container {
	margin-top: -80px;
  margin-bottom: -40px;
}
/*.cct-pricing-nav {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
}*/
.cct-pricing-nav .menu-item {
	display: inline-block;
	width: 100%;
	padding: 20px;
	margin: 0;
	text-align: center;
}
.cct-pricing-nav .menu-item a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 300;*/
	font-size: 18px;
	line-height: 40px;
	padding: 20px 20px;
	background: #EEE;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333;
	transition: all 0.3s;
	text-decoration: none !important;
}
.cct-pricing-nav .menu-item i._mi {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	font-size: 84px;
}
.cct-pricing-nav .menu-item span {
	display: inline-block;
	padding: 0 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-overflow: clip;
}
.cct-pricing-nav .menu-item a:hover,
.cct-pricing-nav .menu-item.active a {
	color: #0067c4;
	background: white;
}
ul.cct-pricing-nav {
	padding: 0;
}
@media (min-width: 768px) {
	.cct-pricing-nav .menu-item {
		width: 30%;
		padding: 40px 0;
	}
	ul.cct-pricing-nav	{
		padding: 0;
		margin: 0 auto 0 auto;
		display: inline-block;
		width: 100%;
	}
	.cct-pricing-nav .menu-item {
		width: 30%;
		padding: 40px 5px;
	}
	.cct-pricing-nav .menu-item:first-child	{
		padding: 40px 5px 0 0;
	}
	.cct-pricing-nav .menu-item:last-child	{
		padding: 40px 0 0 5px;
	}
	.cct-pricing-nav-container	{
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.cct-pricing-nav .menu-item a {
		font-size: 16px;
	}
	.cct-pricing-nav-container	{
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.cct-pricing-nav .menu-item a {
		font-size: 32px;
	}
	.cct-pricing-nav-container	{
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Special Content Pricing */
.cct-special-format {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
	/*border-bottom: 1px solid #0088ff;*/
}

/*.tab-widget .cct-special-format
{
	margin: 0 -40px 20px -40px;
}*/
	.cct-special-format-header	{
		background: #004581;
		text-align: center;
		color: #fff;
		display: inline-block;
		width: 100%;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
		.cct-special-format-header  h3		{
			display: inline-block;
			line-height: 50px;
			font-size: 20px;
			color: #fff;
			margin: 0;
			padding: 0;
			font-weight: normal;
		}
		.cct-special-format-header i	{
			float: left;
			font-size: 24px;
			line-height: 50px;
			margin: 0 10px 0 0;
		}
	.cct-special-format-column-group	{
		display: inline-block;
		width: 100%;
	}
		.cct-special-format-pricing-group		{
			display: inline-block;
			width: 100%;
			margin: 20px 0 20px 0;
		}
		.cct-special-format-pricing-group:last-child		{
			margin: 20px 0 50px 0;
		}
			.cct-special-format-pricing-group div			{
				text-align: center;
			}
			.cct-special-format-pricing-group-stars			{
				color: #0088ff;
				font-size: 28px;
				white-space: nowrap;
			}
				.cct-special-format-pricing-group-stars i				{
					margin: 0;
					display: inline-block;
				}
			.cct-special-format-pricing-group-label			{
				font-size: 22px;
				line-height: 34px;
			}
			.cct-special-format-pricing-group-price			{
				font-size: 15px;
			}
			.cct-special-format-pricing-group-calltoaction			{
				text-align: center;
			}
			.cct-special-format-pricing-group-calltoaction a			{
				font-family: 'Roboto', sans-serif;
				display: inline-block;
				border-radius: 5px;
				line-height: 48px;
				margin: 20px 0 40px 0;
				padding: 0 35px 0 35px;
				text-decoration: none !important;
				transition: all 0.3s;
				border: 1px solid #F5740A;
				background: #F5740A;
				font-size: 15px;
				color: #fff;
			}
			.cct-special-format-pricing-group-calltoaction a:hover			{
				background: #fff;
				border-color: #F5740A;
				color: #F5740A;
			}
		.cct-special-format-column		{
			float: left;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border-left: 1px solid #0088ff;
			border-right: 1px solid #0088ff;
			border-bottom: 1px solid #0088ff;
			min-height: 200px;
			width: 100%;
		}
		.cct-special-format-column.single		{
			width: 100%;
		}
			.cct-special-format-column:first-child			{
				border-left: 1px solid #0088ff;
			}
			.cct-special-format-column-header			{
				background: #0088ff;
				text-align: center;
				color: #fff;
				height: 50px;
				margin: 0;
			}
			.single .cct-special-format-column-header,.tab-widget-block .cct-special-format-header			{
				display: none;
			}
			.tab-widget-block .single .cct-special-format-header			{
				display: block;
			}
				.cct-special-format-column-header h4				{
					display: inline-block;
					line-height: 50px;
					font-size: 18px;
					color: #fff;
					margin: 0;
					padding: 0;
					font-weight: normal;
				}
				.cct-special-format-column-header i			{
					line-height: 50px;
					float: left;
					margin: 0 10px 0 0;
					font-size: 24px;
				}
		.cct-special-format-why		{
			width: 100%;
			background: #eee;
			padding: 20px;
			font-size: 13px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin: 0 0 20px 0;
		}
		.cct-special-format-column.single .cct-special-format-why		{
			height: auto;
			min-height: 0;
		}
@media (min-width: 992px) {
	.cct-special-format-column	{
		border-left: 0;
		width: 50%;
	}
	.cct-special-format-why	{
		min-height: 100px;
	}
}

