/*---header style ---*/
.header-bitfat-deals {
	background: url(../../img2/buy-c-banner-bg.jpg) repeat-x center top;
	padding-bottom: 0px;
	display: inline-block;
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden
}
.stamp {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
}
.caption {
	position: relative;
	color: #000;
	font-size: 20px;
	text-align: center;
	padding: 85px 0 0 0;
}
.banner-img > img {
	max-width: 770px;
	width: 100%;
}
.disclamerNew {
	padding: 10px 0 0;
}
.disclamerNew p {
	color: #a5a5a5;
	font-size: 14px;
	text-align: center;
}
.caption h1 {
	font-family: "helveticaneuecyrmedium";
	font-size: 40px;
	line-height: 0.8;
	padding-bottom: 10px;
}
.caption h3 {
	font-family: "helveticaneuecyrmedium";
	font-size: 24px;
	padding: 0 0 15px;
	line-height: 32px;
}
.caption ul {
	padding-top: 27px;
}
.caption ul li {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 0px 32px;
	background: url(../../img2/buy-c-banner-arrow.png) no-repeat left center;
	margin-bottom: 7px;
}
.caption .red-bg {
	background: #cf1e36;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	float: left;
	border: none;
	padding: 17px 40px;
	border-radius: 5px;
	margin-top: 20px;
}
.caption .red-bg:hover {
	border: none;
	background: #cf1e36;
}
/*.banner-img{float:right;vertical-align:bottom; position:absolute;}*/
.page-padd {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
.page-padd h2 {
	line-height: 1;
	color: #000;
	font-family: "helveticaneuecyrmedium";
	font-size: 38px;
	font-weight: normal;
	line-height: 37px;
	padding: 10px 0 35px;
}
.page-padd h5 {
	font-family: "helveticaneuecyrmedium";
	margin: 0 0 20px 0;
	font-size: 24px;
}
.page-padd p a {
	color: #666;
	text-decoration: underline;
}
.page-padd .theme-heading p {
	text-align: left;
}
.bulletlist {
	margin: 15px 0;
	width: 100%;
	display: inline-block;
	list-style: none;
}
.bulletlist li {
	position: relative;
	font-size: 16px;
	color: #545454;
	padding: 0 0 10px 25px;
}
.bulletlist li:before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #b8b8b8;
}
.bulletlist li a {
	font-size: 14px;
	color: #666;
}
.tablecontainer {
	max-width: 900px;
	margin: 0 auto 60px;
}
.tablecontainer .borderedtable {
	margin: 0 0 30px;
}
.borderedtable {
	width: 100%;
	border: 1px solid #e9e9e8;
	table-layout: fixed;
	border-spacing: 0;
	position: relative;
}
.borderedtable th {
	padding: 30px 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: "helveticaneuecyrmedium";
	border-bottom: 2px solid #e9e9e8;
}
.borderedtable td {
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid #e9e9e8;
	line-height: normal;
}
.borderedtable tr:nth-child(even) td {
	background: #f9f9f9;
}
.borderedtable th:last-child, .borderedtable td:last-child {
	text-align: center;
}
.borderedtable th:first-child {
	width: 60%;
	text-align: left;
}
.borderedtable td:first-child {
	width: 60%;
	text-align: left;
}
.borderedtable tr:last-child td {
	border-bottom: none;
}
.borderedtable tr.last_tr td {
	font-family: "helveticaneuecyrmedium";
	font-size: 28px;
	padding: 20px 20px;
}
.txtsmall {
	text-align: center;
	display: block;
	margin: 25px 0 0;
	color: #a5a5a5;
	line-height: 18px;
}
/* radio and checkbox */

.checkbox, .radio {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 0 0 25px;
	height: 20px;
}
.checkbox input, .radio input {
	top: 0;
	left: 0;
	margin: 0 !important;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio.disabled, .checkbox.disabled {
	cursor: not-allowed;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="text"][disabled], input[type="password"][disabled] {
	cursor: not-allowed;
}
.inline.radio, .inline.checkbox {
	padding-right: 20px;
}
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	content: "";
}
.checkbox .input-helper:before, .radio .input-helper:before {
	left: 0;
	border: 2px solid #ccc;
	background: #fff;
}
.checkbox.disabled, .radio.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.checkbox input {
	width: 17px;
	height: 17px;
}
.checkbox input:checked + .input-helper:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.checkbox input:checked + .input-helper:after {
	-webkit-transform: scale(1) rotate(-50deg);
	-ms-transform: scale(1) rotate(-50deg);
	-o-transform: scale(1) rotate(-50deg);
	transform: scale(1) rotate(-50deg);
	opacity: 1;
	filter: alpha(opacity=100);
}
.checkbox .input-helper:before {
	top: 0;
	width: 17px;
	height: 17px;
}
.checkbox .input-helper:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0) rotate(80deg);
	-ms-transform: scale(0) rotate(80deg);
	-o-transform: scale(0) rotate(80deg);
	transform: scale(0) rotate(80deg);
	width: 22px;
	height: 9px;
	border-bottom: 2px solid #2196f3;
	border-left: 2px solid #2196f3;
	border-bottom-left-radius: 2px;
	left: -1px;
	top: 1px;
}
.radio input {
	width: 19px;
	height: 19px;
}
.radio input:checked + .input-helper:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.radio .input-helper:before {
	top: -1px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
.radio .input-helper:after {
	width: 9px;
	height: 9px;
	background: #2196f3;
	border-radius: 50%;
	top: 4px;
	left: 5px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

@media only screen and (max-width:767px) {
.caption {
	padding: 0;
}
.caption h1 {
	font-size: 22px;
	line-height: 24px;
}
.caption h3 {
	font-size: 16px;
	font-family: "Open Sans";
	line-height: 22px;
}
.caption h3 br {
	display: none;
}
.header-bitfat-deals {
	height: auto;
	padding: 100px 0 0;
}
.page-padd {
	padding: 20px 0;
}
.page-padd h2 {
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 5px 0;
}
.page-padd h5 {
	font-size: 15px;
	font-family: "Open Sans";
}
.bulletlist li, .page-padd p {
	font-size: 15px;
}
.borderedtable th, .borderedtable td {
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
}
.borderedtable th:first-child, .borderedtable td:first-child {
	width: 45%;
}
.borderedtable tr.last_tr td {
	font-size: 15px;
	padding: 10px;
}
.borderedtable th:first-child, .borderedtable td:first-child {
	width: 45%;
}
.caption {
	top: -80px;
	margin-bottom: -80px;
}
}
.add_ons.table-wrap {
	display: none;
	padding: 0;
}
.upgrade-txt {
	text-align: center;
	display: block;
	margin: 25px 0 0 0;
}
.upgrade-txt a {
	text-decoration: underline;
}
.upgrade-txt a:hover {
	color: #ec5c3e;
	text-decoration: underline;
}
