/* common header*/
.fix_container{ margin:0 auto;}
.reading-border .fix-container {
	display: table;
}
.mb-header {
	border-bottom: solid 1px #ccc;
}
.psd-to-xhtml {
	background: none;
	border-bottom: solid 1px #ccc;
}
.what-is-google-pagerank {
	background: #eee;
	border-bottom: solid 1px #ccc;
}
.header-common {
	background: #d9ebeb;
	display: block;
	margin: 0;
	text-align: center;
	border-bottom: solid 1px #c5cccc;
	-o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
	-icab-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
	-khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
}
.design-header {
	background: #d9ebeb;
}
.development-header {
	background: #d9ebeb;
}
.header-company {
	background: #eee;
	text-align: center;
	height: 380px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	border-bottom: solid 1px #ccc;
}
.header-design, .green_bc {
	background: #77b008;
	text-align: center;
	height: 380px;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #2e2e2e;
}
.header-development {
	background: #eee;
	text-align: center;
	height: 380px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	border-bottom: solid 1px #ccc;
}
.header-emarketing, .yellow_bc {
	background: #d3a002;
	text-align: center;
	height: 380px;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #5d4701;
}
.header-content-writing, .magenta_bc {
	background: #4c429b;
	text-align: center;
	height: 380px;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #292071;
}
.header-portfolio {
	background: #91c32e;
	text-align: center;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #426400;
}
.header-request-quote {
	background: #7eb5d4;
	text-align: center;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #347397;
}
.groupon_header {
	background: #0b85bc;
	text-align: center;
	height: 380px;
	margin: 0px;
	display: block;
	border-bottom: solid 5px #2e2e2e;
}
/* /common header*/
.row {
	display: block;
}
.border-top {
	border-top: 1px solid #E8E8E8;
}
.white-row {
	background: #FFFFFF;
}
.rr-row {
	background-color: #fff;
}
.rr-row h5 {
	color: #000;
	font-size: 35px;
	padding: 40px 0;
	text-align: center;
	margin: 0px auto;
	display: block;
	line-height: 1.5;
	vertical-align: top;
	font-family: 'helveticaneuecyrmedium';
	border-bottom: solid 1px #e4e3e3;
}
.recommened-reading {
}
.recommened-reading .reading-border {
	padding: 0px;
	/*display: block;*/
	display: table;
	margin: 0 auto;
}
.recommened-reading .reading-box {
	vertical-align: top;
	display: table-cell;
	padding: 40px 45px 75px 45px;
	margin: 0;
	border-right: solid 1px #e7e5e5;
	position: relative;
}
.recommened-reading .reading-box:first-child {
	padding-left: 0px;
}
.recommened-reading .reading-box:last-child {
	margin-right: 0px;
	border: none;
	padding-right: 0px;
}
.recommened-reading.cell-two .reading-box {
	width: 48%;
}
.recommened-reading.cell-three .reading-box {
	width: 30%;
}
.recommened-reading.cell-three .reading-box:nth-child(2) {
	width: 34%;
}
.recommened-reading .box-top {
}
.recommened-reading .box-top h6 {
	color: #f14130;
	font-size: 25px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 15px;
}
.recommened-reading .box-top h6 a {
	color: #f14130;
}
.recommened-reading .box-top h6 a:hover {
	color: #000;
}
.recommened-reading a.text-link {
	background: #75b040;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 13px;
	font-weight: 600;
	display: inline-block;
	margin-top: 0;
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
	position: absolute;
	top: auto;
	bottom: 30px;
}
.recommened-reading a.text-link:hover {
	border-radius: 20px;
	background: #f24130;
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
}
.recommened-reading p {
	font-size: 17px;
	padding: 12px 0px 5px 0px;
	text-align: justify !important;
	margin: 0px 0 0px 0;
	overflow: hidden;
	line-height: 1.5;
}
.double-btn {
	display: block;
	text-align: center;
	margin: 20px auto;
}
.double-btn a {
	display: inline-block;
	text-align: center;
	margin: 0 15px;
}
.image.right {
	float: right;
	margin: 0 0 10px 15px;
}
.image.left {
	float: left;
	margin: 0 15px 10px 0px;
}
#slideshow-pro {
	background: #eeeeee url(../img2/bg-best-slider.jpg) no-repeat top center;
	border-bottom: solid 1px #d1d0d0;
	/*background-size: cover;
	background-attachment: fixed;*/
	height: 622px;
}
#slideshow-pro div.owl-wrapper-outer {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1240px;
}
#slideshow-pro .owl-item {
	position: relative;
}
#slideshow-pro .desc-side {
	height: 595px;
}
#slideshow-pro .screen-side {
	position: absolute;
	left: 458px;
	height: 551px;
	top: 70px;
}
#slideshow-pro .desc-side {
	width: 434px;
	float: left;
	display: block;
	vertical-align: top;
	padding: 42px 0;
	position: relative;
}
#slideshow-pro .desc-side h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: 'helveticaneuecyrmedium';
}
#slideshow-pro .desc-side h3 {
	color: #fff;
	font-size: 17x;
	line-height: 1.5;
	margin-bottom: 28px;
	padding-bottom: 30px;
	font-weight: 700;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
#slideshow-pro .desc-side h4 {
	color: #fff;
	font-size: 20px;
	line-height: normal;
}
#slideshow-pro .desc-side p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 0px;
}
#slideshow-pro .desc-side p a {
	border-bottom: solid 1px #fff;
	color: #fff;
}
#slideshow-pro .desc-side a.btn-theme {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	margin: 0;
	line-height: 19px;
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	bottom: 0px;
	display: block;
}
#slideshow-pro {
	position: relative;
}
#slideshow-pro .owl-prev, #slideshow-pro .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	text-indent: -99999PX;
	background: url(../img2/arrows.png) no-repeat 0 0;
	width: 40px;
	height: 50px;
	display: block;
	opacity: 0;
}
#slideshow-pro .owl-prev {
	background-position: 0px 0px;
	left: 0px;
}
#slideshow-pro .owl-next {
	background-position: -42px 0px;
	right: 0px;
}
#slideshow-pro:hover .owl-prev, #slideshow-pro:hover .owl-next {
	opacity: 1;
}
/*
div#slideshow-pro {
	position: relative;
	width: 100%;
	background: #fefae1;
	border-top: 1px solid #e8e3bb;
	border-bottom: 1px solid #e8e3bb;
	padding: 0;
}
 
div#slideshow-pro a.prev {
	background: url(../img2/buttons-all.png) no-repeat 0 0;
	width: 58px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -574px;
	z-index: 100;
}
div#slideshow-pro a.prev:hover {
	background-position: 0 -58px;
}
div#slideshow-pro a.next {
	background: url(../img2/buttons-all.png) no-repeat -59px 0;
	width: 58px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	right: 50%;
	margin-right: -574px;
	z-index: 100;
}
div#slideshow-pro a.next:hover {
	background-position: -59px -58px;
}
div#slideshow-pro .desc-side {
	display: block;
	width: 375px;
	float: left;
	vertical-align: top;
	padding: 35px 0;
	min-height: 370px;
	position: relative;
}
div#slideshow-pro .desc-side a {
	color: #ca1524;
}
div#slideshow-pro .desc-side h2 {
	background: url(../img2/line-btm.gif) no-repeat bottom left;
	color: #c10e27;
	font-size: 28px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
div#slideshow-pro .desc-side h3 {
	color: #272828;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 25px;
}
div#slideshow-pro .desc-side h4 {
	color: #272828;
	font-size: 20px;
	line-height: normal;
}
div#slideshow-pro .desc-side p {
	color: #545454;
	font-size: 15px;
	line-height: normal;
	text-align: left;
	padding-bottom: 0px;
}
div#slideshow-pro .links-btm {
	position: absolute;
	bottom: 10px;
	color: #a7a5a5;
	margin-top: 30px;
}
div#slideshow-pro .links-btm a {
	color: #1b3a68;
	margin: 0 10px;
	line-height: 19px;
	font-size: 16px;
	text-decoration: underline;
}
div#slideshow-pro .links-btm a:first-child {
	margin-left: 0px;
}
div#slideshow-pro .links-btm a.first {
	margin-left: 0px;
}
div#slideshow-pro .links-btm a.red {
	clear: left;
	background: #c10e27;
	color: #fff;
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 2px;
	margin-top: 15px;
	margin-left: 0px;
	display: inline-block;
	text-decoration: none;
}
div#slideshow-pro .links-btm a.red:hover {
	background: #162f55;
}
div#slideshow-pro .screen-side {
	background: url(../img2/browser-win-packages.png) no-repeat 0 0;
	display: block;
	padding: 44px 1px 0px 1px;
	margin: 30px 0 0 0px;
	width: 601px;
	height: 372px;
	float: right;
}*/
.black {
	color: #000;
}
strong.black {
	font-style: normal;
	font-weight: 600;
	color: #000;
	font-weight: normal;
}
/* common css for module type pages */

.inner-content {
}
.inner-content.white-color {
}
.right-container {
}
.right-portion {
}
.breadcrumb {
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.breadcrumb ul {
	border-bottom: solid 1px #b8b8b8;
	color: #4d4c4c;
	display: block;
	background: #ebeef1;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 33px;
}
.breadcrumb ul li {
	float: left;
	display: block;
	line-height: 34px;
	padding: 0px 0px 0px 10px;
}
.breadcrumb ul li a {
	background: url(../img2/bc_separator.png) no-repeat right top;
	color: #4d4c4c;
	display: block;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
}
.breadcrumb ul li a.home {
	padding: 10px 15px 11px 0px;
}
.breadcrumb ul li a:hover {
	color: #000000;
}
.breadcrumb.full {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #b8b8b8;
	height: 33px;
	background: #ebeef1;
}
.breadcrumb.full ul {
	margin: 0px auto;
	color: #4d4c4c;
	display: block;
	text-align: center;
	padding: 0;
	width: 994px;
}
.button-mp {
	text-align: center;
	display: block;
	margin: 25px auto;
}
.button-mp a {
	background: #0a86bc;
	padding: 5px 15px 5px 5px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 27px;
	vertical-align: top;
	line-height: 46px;
	display: inline-block;
	margin: 0px auto;
	text-shadow: 0px 1px 0px #076188;
}
.button-mp a img {
	float: left;
	margin: 0 8px 4px 0;
}
.payment-img {
}
.content-area {
	display: block;
	padding: 35px 0 0 0;
}
.content-area .row {
	display: inline-block;
	width: 100%;
	margin: 15px 0px 5px 0px;
}
.content-coloumn {
	display: table;
}
.content-area h1 {
	font-family: "helveticaneuecyrmedium";
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 37px;
	font-size: 38px;
	padding: 10px 0 30px;
}
.content-area h1 span {
	color: #000000;
}
.content-area h2 {
	margin: 0 0 0px 0;
	padding: 0 0 15px 0;
	color: #000000;
	font-size: 40px;
	text-align: center;
	line-height: normal;
}
.content-area h2 span {
	color: #000000;
}
.content-area h3 {
	color: #154584;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	padding: 8px 0px 8px 0px;
}
.content-area h4 {
	color: #000000;
	font-size: 18px;
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: left;
}
.content-area .txt_heading {
	clear: both;
	background: #174990;
	border-left: solid 4px #bd0100;
	padding-left: 8px;
}
.content-area .txt_heading h3 {
	font-size: 31px;
	color: #fff;
	text-shadow: 0px 1px 0px #0c397a;
	border: none;
}
.content-area .txt_heading h3 span {
	font-size: 18px;
	color: #b8d1f4;
	line-height: 21px;
	text-shadow: 0px 1px 0px #0c397a;
}
.content-area h5 {
	color: #000000;
	font-size: 18px;
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: left;
}
.content-area h6 {
	text-align: center;
	color: #000000;
	font-size: 17px;
	margin: 0px 0px;
	padding: 5px 0px;
}
.content-area p {
	color: #545454;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
.content-area p strong {
	font-style: normal;
	font-weight: 600;
	color: #0c3b78;
	font-weight: normal;
}
.content-area p a {
	color: #bb0e26;
}
blockquote {
	font-style: italic;
	font-weight: 400;
	color: #505050;
	font-size: 15px;
	text-align: justify;
	border-left: solid 4px #36598D;
	padding-left: 10px;
	line-height: 19px;
	margin-right: 0px;
}
.content-area hr {
	height: 12px;
	background: url(../img2/alpha.png) repeat;
	outline: none;
	border: none;
}
.content-area p br {
	line-height: 12px;
}
.shadow_class {
	padding: 12px 15px;
	background: #f2f2f2;
	margin-bottom: 20px;
}
.shadow_blue {
	color: #fff !important;
	padding: 0 8px;
	background: #0b87bd;
	-o-box-shadow: 2px 2px 0px #cbcbcb;
	-icab-box-shadow: 2px 2px 0px #cbcbcb;
	-khtml-box-shadow: 2px 2px 0px #cbcbcb;
	-moz-box-shadow: 2px 2px 0px #cbcbcb;
	-webkit-box-shadow: 2px 2px 0px #cbcbcb;
	box-shadow: 2px 2px 0px #cbcbcb;
}
.shadow_blue p {
	color: #fff !important;
}
.shadow_blue p a {
	color: #a0e2ff !important;
}
ul.listing-bullet {
	margin: 15px 0;
	padding: 0;
	display: inline-block;
}
ul.listing-bullet li {
	background: url(../img2/arrow-bullet.png) no-repeat scroll 0 12px;
	color: #575656;
	font-size: 16px;
	margin: 6px 0;
	padding: 2px 2px 3px 14px;
	line-height: 1.5;
}
ul.listing-bullet li span {
	color: #154584;
}
ul.listing-bullet li strong {
}
ul.listing-bullet li ul li {
	background: none;
	list-style: inside square;
}
.image-display-left {
	float: left;
	margin-right: 17px;
	border: solid 1px #e2dfdf;
	width: 180px;
	padding: 5px;
	background: #fff;
	display: inline-table;
}
.image-display-right {
	width: 180px;
	float: right;
	background: #fff;
	margin-left: 17px;
	border: solid 1px #e2dfdf;
	padding: 5px;
	display: inline-table;
}
.gray-box {
	background: #f3f5f6;
	padding: 12px 14px;
	clear: both;
	margin: 15px 0;
}
.table {
	clear: both;
}
.tbl-coloumn {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.tbl-coloumn th {
	background: #2170c2;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 10px 10px;
	line-height: 1;
}
.tbl-coloumn td {
	font-size: 15px;
	color: #494849;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0px;
	border-bottom: solid 1px #d8d8d8;
	line-height: 1.5;
}
.tbl-coloumn th.col-1 {
	text-align: left;
}
.tbl-coloumn td.col-1 {
	text-align: left;
	border-left: solid 1px #2170c2;
	border-collapse: collapse;
}
.tbl-coloumn td.col-3 {
	border-right: solid 1px #192d52;
	border-collapse: collapse;
}
.tbl-coloumn td.col-1-bottom {
	border-left: solid 1px #2170c2;
	border-bottom: solid 1px #2170c2;
	text-align: left;
}
.tbl-coloumn td.col-2-bottom {
	border-bottom: solid 1px #2d5bb1;
}
.tbl-coloumn td.col-3-bottom {
	border-right: solid 1px #192d52;
	border-bottom: solid 1px #192d52;
}
.tbl-coloumn td.col-2 {
	background: #b2cbf9;
	color: #fff;
}
.tbl-coloumn th.col-2 {
	background: #143779;
	border: solid 1px #fff;
	border-top: none;
	border-bottom: none;
}
.tbl-coloumn th.col-3 {
	background: #192d52;
}
ul.listing-banner-horizontal {
	text-align: center;
	padding: 0px;
	margin: 20px auto;
}
ul.listing-banner-horizontal li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	width: auto;
}
.space-image {
	padding: 20px 0;
}
ul.listing-double {
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: left;
	width: 100%;
}
ul.listing-double li {
	float: left;
	width: 44%;
	color: #575656;
	font-size: 13px;
	margin: 6px 0;
}
ul.listing-double li a {
	background: url(../img2/arrow-bullet.png) no-repeat scroll 0 5px transparent;
	color: #575656;
	margin: 6px 0;
	padding: 2px 2px 3px 14px;
	float: left;
}
/*------ full page styles here -------*/

.full-portion {
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
}
.seo-packages {
	margin: 0px;
	padding: 0 10px;
}
.seo-packages-container {
	width: 100%;
	margin: 0px auto;
}
.tbl-seo-packages {
	padding: 0px;
}
.tbl-seo-packages {
	padding: 0px;
}
.tbl-seo-packages td {
	text-align: center;
}
.tbl-seo-packages td.first-col {
	border-top: solid 1px #dcdcdc;
	font-size: 25px !Important;
	color: #5f5f5f;
}
.tbl-seo-packages td.coloumn-1.first-col-heading {
	text-transform: uppercase;
	font-size: 18px;
	color: #5f5f5f;
}
.tbl-seo-packages td.heading {
	font-size: 15px;
	color: #5f5f5f;
}
.tbl-seo-packages td.coloumn-1 {
	width: 275px;
	font-size: 13px;
	color: #5f5f5f;
	line-height: 18px;
	text-align: left;
	padding: 10px 0px 10px 12px;
}
.tbl-seo-packages .coloumn-2 {
	color: #5f5f5f;
	width: 217px;
	font-size: 15px;
}
.tbl-seo-packages .coloumn-3 {
	color: #5f5f5f;
	width: 217px;
	color: #fff !important;
	font-size: 15px;
}
.tbl-seo-packages .coloumn-4 {
	color: #5f5f5f;
	width: 217px;
	font-size: 15px;
}
.tbl-seo-packages .coloumn-5 {
	width: 18px;
	background: url(../img2/bg-last-corner.jpg) repeat-y 0 0;
}
.tbl-seo-packages td.bottom-shadow {
	background: url(../img2/bottom-shadow.jpg) repeat-x 0 0 !important;
}
.tbl-seo-packages .txt-15 {
	color: #5f5f5f;
	font-size: 15px;
}
.tbl-seo-packages tr.odd td.coloumn-1 {
	background: url(../img2/bg-col-0-odd.png) repeat-y 0 0;
}
.tbl-seo-packages tr.odd td.coloumn-2 {
	background: #f1f1f1;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #fff;
}
.tbl-seo-packages tr.odd td.coloumn-3 {
	background: #0a73cc;
	border-top: solid 1px #0459a0;
	border-bottom: solid 1px #0a73cc;
}
.tbl-seo-packages tr.odd td.coloumn-4 {
	background: #f1f1f1;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #fff;
}
.tbl-seo-packages tr.even td.coloumn-1 {
	background: url(../img2/bg-col-0-odd.png) repeat-y 0 0;
}
.tbl-seo-packages tr.even td.coloumn-2 {
	background: url(../img2/bg-col-even-1.png) repeat-y 0 0 !important;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #fff;
}
.tbl-seo-packages tr.even td.coloumn-3 {
	background: url(../img2/bg-col-2-even.png) repeat-y 0 0 !important;
	border-top: solid 1px #0459a0;
	border-bottom: solid 1px #0a73cc;
}
.tbl-seo-packages tr.even td.coloumn-4 {
	background: url(../img2/bg-last0even.jpg) repeat-y 0 0 !important;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #fff;
}
.tbl-seo-packages .packages-order-now-1 {
	text-align: right;
	background: #fff!important;
	border: 0px;
}
.tbl-seo-packages .packages-order-now {
	border: 0px !important;
	background: #fff!important;
}
.bg-not-sure {
	width: 955px;
	margin: 0px auto;
	height: 94px;
	padding-bottom: 15px;
	background: url(../img2/Not-sure-which-plan-.jpg) no-repeat 0 0;
}
.bg-not-sure p {
	color: #545454;
	font-size: 16px;
	text-align: right;
	line-height: 25px;
	padding: 20px 15px 0px 0px;
}
ul.image-logo {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
ul.image-logo li {
	list-style: none;
	border: solid 1px #ccc;
	background: #fff;
	padding: 0;
	margin: 4px 9px 8px 0px;
	-moz-box-shadow: inset 0 0 10px #dfdfdf;
	-webkit-box-shadow: inset 0 0 10px #dfdfdf;
	box-shadow: inset 0 0 10px #dfdfdf;
	float: left;
	width: 338px;
}
ul.image-logo li.right {
	margin: 4px 0px 4px 0px;
}
ul.image-logo li img {
	padding: 3px 3px 3px 3px;
	height: 80px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
ul.listing_roman {
	width: auto;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
}
ul.listing_roman li {
	list-style: lower-roman;
	font-size: 13px;
	color: #575656;
	line-height: 18px;
	padding: 0 0 8px 0;
	margin: 0;
}
ul.listing_roman li span {
	color: #094898;
}
ul.listing_decimal {
	width: auto;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
}
ul.listing_decimal li {
	list-style: decimal;
	font-size: 13px;
	color: #575656;
	line-height: 18px;
	padding: 0 0 8px 0;
	margin: 0;
}
ul.listing_decimal li span {
	color: #094898;
}
ul.listing_lower_alpha {
	width: auto;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
}
ul.listing_lower_alpha li {
	list-style: lower-alpha;
	font-size: 13px;
	color: #575656;
	line-height: 18px;
	padding: 0 0 8px 0;
	margin: 0;
}
ul.listing_lower_alpha li span {
	color: #094898;
}
.cta-box {
	background: #fff;
	border: 1px solid #DBDBDB;
	border-radius: 2px;
	margin: 33px auto;
	padding: 15px 20px;
	text-align: left;
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cta-box h2 {
	color: #292929;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	font-size: 25px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px 0 0;
	margin: 0px;
}
.cta-box h3 {
	font-style: normal;
	border: none;
	color: #292929;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	padding: 0px 10px 0 0;
	margin: 0px;
}
.cta-box strong {
	font-style: normal;
	font-weight: 700;
}
.cta-box small {
	color: #fff;
	font-size: 120%;
	text-align: center;
	display: inherit;
	line-height: 1.5;
}
.cta-box.gray {
	background: #F1F1F1;
}
.cta-box.black {
	background: #1A2325;
	border: none;
}
.cta-box.black h2, .cta-box.black h3 {
	color: #fff;
}
.cta-full {
	padding: 0px 0;
}
.cta-full.black {
	background: #1a2325;
}
.cta-full .cta-box {
	border: none;
	background: none;
	padding: 0px;
}
.cta-full .cta-box h2, .cta-full .cta-box h3 {
	color: #fff;
}
a.btn-theme, .btn-theme {
	cursor: pointer;
	color: #7fc241;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: table;
	padding: 14px 21px;
	border: solid 2px #7fc241;
	border-radius: 3px;
	line-height: 1;
	vertical-align: top;
	margin: 0px auto;
	transition: ease-out all 0.8s 0s;
}
a.btn-theme:hover, .btn-theme:hover {
	border-radius: 25px;
	border: solid 2px #7fc241;
	background: #7fc241;
	color: #fff;
	transition: ease-out all 0.8s 0s;
}
a.btn-theme.red, .btn-theme.red {
	border-color: #f24130;
	color: #f24130;
}
a.btn-theme.red-btn, .btn-theme.red-btn {
	border-color: #f24130;
	background: #f24130;
	color: #fff;
}
a.btn-theme.gray-btn, .btn-theme.gray-btn {
	border-color: #364144;
	background: #364144;
	color: #fff;
}
a.btn-theme.white-btn, .btn-theme.white-btn {
	border-color: #fff;
	background: #fff;
	color: #f24130;
}
a.btn-theme.red:hover, .btn-theme.red:hover {
	border-color: #f24130;
	background: #f24130;
	color: #fff;
}
a.btn-theme.white-btn:hover, .btn-theme.white-btn:hover {
	border-color: #f24130;
	background: #f24130;
	color: #fff;
}
a.btn-theme.white, .btn-theme.white {
	border-color: #fff;
	font-size: 16px;
	padding: 14px 21px;
	background: none;
	color: #fff;
}
a.btn-theme.white:hover, .btn-theme.white:hover {
	border-color: #f14130;
	color: #fff;
	background: #f14130;
}
a.btn {
	background: #c10e27;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 6px 15px;
}
a.btn-theme strong {
	font-style: normal;
	font-weight: 600;
}
a.btn-theme small {
	display: block;
}
.cta-box a.btn-theme {
	white-space: nowrap;
}
.cta-box.center {
	display: block;
	text-align: center;
}
.cta-box.center h2, .cta-box.center h3 {
	display: block;
	text-align: center;
	padding: 0 10px;
}
.cta-box.center a.btn-theme {
	display: inline-block;
	text-align: center;
	margin: 0 7px;
}
ul.bullet {
}
ul.bullet li {
	background: url(../img2/bullet-icon.png) no-repeat 0 4px;
	font-size: 16px;
	padding: 0px 0 0 19px;
	margin: 15px 0;
	color: #545454;
}
ul.bullet li span {
	font-style: normal;
	font-weight: 600;
}
ul.bullet-small {
}
ul.bullet-small li {
	background: url("../img2/grey-round-bullet.png") no-repeat left 6px;
	font-size: 14px;
	padding: 0px 0 0 19px;
	margin: 15px 0;
	color: #545454;
}
ul.bullet-small li span {
	font-style: normal;
	font-weight: 600;
}
.img-responsive {
	margin: 0px auto;
}
.why-fatbit-verticle {
	margin: 20px auto;
}
.why-fatbit-verticle h3 {
	color: #000000;
	font-size: 30px;
	line-height: normal;
	margin: 10px 0 0;
	padding: 0 0 15px;
	text-align: center;
}
.why-fatbit-verticle {
	font-size: 0;
}
.why-fatbit-verticle li {
	display: inline-block;
	margin-left: 30px;
}
.why-fatbit-verticle li:first-child {
	margin-left: 0px;
}
/* common css for module type pages end */



/* responsive tabs*/
#horizontalTab {
}
#horizontalTab ul.resp-tabs-list {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 2px;
	border-right: solid 1px #ccc;
}
#horizontalTab .resp-tabs-list li {
	color: #282828;
	margin: 0px;
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	display: block;
	float: left;
	padding: 0;
	line-height: 74px;
	height: 74px;
	width: 33.333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-right: none;
}
#horizontalTab .resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	color: #F24130;
}
#horizontalTab .resp-tabs-list li:first-child {
}
#horizontalTab h2.resp-accordion {
	display: none;
}
#horizontalTab .resp-tab-content {
	display: none;
	padding: 0px;
}
#horizontalTab .resp-content-active, .resp-accordion-active {
	display: block;
}
#horizontalTab .resp-tab-content {
}
#horizontalTab h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
}
#horizontalTab .resp-tabs-container {
}
#horizontalTab .tabscontent {
	border: solid 1px #ccc;
	border-top: none;
	padding: 20px;
	padding-bottom: 5px;
}
/* end responsive tabs*/



/* tabs packages*/


 
.pricing-cells {
	margin: 25px 0 0 0;
}
.price-tbl {
	width: 100%;
	display: table;
	padding: 0px 0 15px 0;
}
.blk-1 {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	background: #103762;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	font-family: 'helveticaneuecyrmedium';
}
.blk-1 span.level-count {
	background: #23abc9;
	display: inline-block;
	text-align: center;
	color: #fff;
	-o-border-radius: 30px;
	-icab-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 6px;
	min-width: 50px;
	min-height: 50px;
	line-height: 1;
	margin-top: 5px;
	font-family: 'helveticaneuecyrbold';
}
.blk-2 {
	width: 50%;
	display: table-cell;
	border: solid 1px #e4e4e4;
	border-left: none;
	border-right: none;
	background: #fff;
	padding: 15px;
}
.blk-2 h3 {
	font-size: 18px;
	margin: 0px 0;
	color: #292929;
	font-family: 'helveticaneuecyrbold';
}
.blk-2 ul li {
	background: url(../../img2/grey-round-bullet.png) no-repeat 0 5px;
	color: #595858;
	line-height: normal;
	padding: 0px 0 0 15px;
	margin: 10px 0;
	font-size: 13px;
	text-align: left;
}
.blk-3 {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	background: #103762;
	color: #fff;
	text-transform: none;
	text-align: center;
	padding: 20px 0;
}
.price-fly {
}
.price-fly sup {
	color: #23abc9;
	font-size: 26px;
	vertical-align: top;
}
.price-fly span.rate {
	font-family: 'helveticaneuecyrbold';
	color: #fff;
	font-size: 69px;
	text-align: center;
}
a.btn-order {
	color: #fff;
	text-align: center;
	padding: 8px 0px 0 0;
	display: block;
	font-size: 14px;
	text-transform: none;
}
a.link-enquire {
	background: #23abc9;
	color: #fff;
	text-align: center;
	padding: 7px 25px;
	display: inline-block;
	font-size: 20px;
}
.odd .blk-1 {
	background: #23abc9;
}
.odd .blk-1 span.level-count {
	background: #103762;
}
.odd .blk-3 {
	background: #23abc9;
}
.odd .blk-3 .price-fly sup {
	color: #fff;
}
.odd .blk-3 .price-fly span.rate {
	color: #00313c;
}
.odd .blk-3 a.link-enquire {
	background: #103762;
}
.element_to_pop_up {
	color: #000;
	display: none;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	max-width: 500px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.b-close {
	background: url(../img2/fancy_close.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: -11px;
	top: -9px;
}
.pop-list li {
	background: url("../img2/grey-round-bullet.png") no-repeat scroll left 6px transparent;
	color: #595858;
	font-size: 14px;
	line-height: 19px;
	padding: 0 0 7px 18px;
	text-align: left;
}
.bottom-inline {
	display: table;
	width: 100%;
}
.bottom-inline .cta-box {
	margin: 0;
}
.or-txt {
	display: table-cell;
	font-family: 'helveticaneuecyrbold';
	font-size: 20px;
	color: #292929;
	padding: 0 5px;
	vertical-align: middle;
}
.short-span {
	width: 182px;
	display: table-cell;
	line-height: normal;
	border: solid 1px #dbdbdb;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f1f1f1;
	font-family: 'helveticaneuecyrbold';
	font-size: 18px;
	color: #292929;
	padding: 10px 15px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
/* end tabs packages*/


/* sticky rfq form*/

.sticky-rfq {
	border: 1px solid #CCCCCC;
	margin: 15px 0 25px 0;
}
.sticky-rfq .fixed-bar {
	cursor: pointer;
	background: #fff;
	bottom: 0;
	z-index: 100;
	position: fixed;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
	border: 1px solid #CCCCCC;
	border-bottom: none;
	width: 1098px;
	margin: 0;
	text-align: center;
}
.sticky-rfq h3, #showScroll h3 {
	color: #AD061D;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	padding: 10px 0 0 0;
	line-height: normal;
	text-align: center;
}
.sticky-rfq p, #showScroll p {
	text-align: center;
	padding: 5px 0 10px 0;
	font-size: 16px;
}
.form-div {
	border-top: 1px solid #CCCCCC;
}
.form-div .formTable {
	padding: 10px;
}
.form-div .formTable form table td.formLabel {
	text-align: left;
}
.form-div .formTable form #Skype_ID {
	width: 97%;
}
.form-div .formTable form .middle-align {
	display: inline-block;
}
.form-div .formTable input.inputsubmit {
/*	margin-right:22px;*/
}
/* end sticky rfq form*/


/* dealsystem popup gallery */

.thumbs_Wrapper {
	margin: 10px auto;
}
.thumbs_Wrapper h3 {
	margin: 20px 0;
	padding: 0px 0;
	color: #000000;
	font-size: 25px;
	line-height: normal;
	text-align: center;
}
.websites-running {
	display: inline-block;
	width: 100%;
}
.websites-running .theme-heading h2 {
	font-family: 'helveticaneuecyrbold';
}
.websites-running ul {
	margin: 30px 0 -20px -20px;
	float: left;
}
.websites-running ul li {
	float: left;
	width: 33.33%;
	padding: 0 0 20px 20px;
	display: table;
	text-align: center;
}
.websites-running ul li .grid-1 {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	display: table-cell;
	width: 100%;
	height: 357px;
	vertical-align: middle;
	z-index: 2;
	overflow: hidden;
}
.websites-running ul li .grid-1 img {
	position: relative;
	z-index: 4
}
.websites-running ul li>a {
	display: table;
	width: 100%;
	overflow: hidden;
}
.websites-running ul li .grid_8 {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* Rectangle Out */


.hover_actn {
	background: rgba(210, 210, 210, 0.76);
	left: 0;
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	z-index: 3;
}
.websites-running ul li:hover .hover_actn {
	bottom: 0;
}
.websites-running ul li i {
	font-size: 76px;
	line-height: 0.9;
}
.websites-running ul li .ion-grid:before {
	font-weight: bold;
}
.websites-running ul li h3 {
	font-size: 25px;
	font-family: 'helveticaneuecyrbold';
	padding-top: 10px;
}
.websites-running ul li h4 {
	font-size: 18px;
	font-family: 'helveticaneuecyrbold';
	padding-bottom: 20px;
}
.websites-running ul li .btn-theme {
	font-family: "Open Sans";
	font-size: 20px;
	padding: 10px 20px;
	font-weight: normal !important;
	margin-top: 10px;
}
#body .org-btn, #body .blue-btn, #body .green-btn {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	border: none;
	color: #fff;
	font-weight: 600;
}
#body .org-btn {
	background: #ff7b3d;
}
#body .org-btn:hover {
	background: #ff7b3d;
	border: none;
}
#body .blue-btn {
	background: #00abc9;
}
#body .blue-btn:hover {
	background: #00abc9;
	border: none;
}
#body .green-btn {
	background: #9ac74c;
}
#body .green-btn:hover {
	background: #9ac74c;
	border: none;
}
.thumbs_Wrap {
	padding: 0;
	box-shadow: 0 0 2px #75757b;
	border-radius: 3px;
	margin: 0 0 20px 0px;
}
ul.listing_demoThumbs {
	margin: 0 0 0 0;
	padding: 0;
}
ul.listing_demoThumbs li {
	float: left;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #d7d7d7;
	margin: 0 0 0 0;
	width: 33.333%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.listing_demoThumbs li:first-child {
	border-left: none;
}
.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: url(../../images/progress.gif) no-repeat center center;
}
.circle .mosaic-overlay {
	background: url(../../img2/magnifier.png) no-repeat center center rgba(255, 255, 255, .5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	display: none;
}
.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}
.mosaic-backdrop {
	display: none;
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
}
.mosaic-backdrop img {
	width: 100%;
	height: auto;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
}
a.dealLink {
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-family: 'helveticaneuecyrmedium';
	color: #545454;
	text-align: center;
	border-top: 1px solid #E9E9E8;
	margin: 6px 0 0 0;
	padding: 5px 0 0 0;
	width: 100%;
	clear: both;
	float: left;
}
a.dealLink:hover {
	color: #169DCF;
}
ul.round-bullet-listing {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.round-bullet-listing li {
	background: url(../img2/grey-round-bullet.png) no-repeat left 10px;
	font-size: 16px;
	color: #595858;
	line-height: 24px;
	padding: 0 0 7px 18px;
	text-align: left;
}
.cQuoteWrap {
	float: left;
	margin: 30px 0;
	width: 100%;
}
.cQuote {
	display: block;
	width: 49%;
	float: left;
	background: #fff;
	border: 1px solid #e1e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px;
	font-family: 'helveticaneuecyrmedium';
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cQuote.fr {
	float: right;
}
.cQuote h2 {
	color: #272727;
	font-size: 22px;
	text-align: right;
	line-height: 1;
	padding: 0px;
}
.cQuote a {
	margin-left: 15px;
}
.orange {
	background: #fc8f1b;
}
.l-blue {
	background: #23abc9;
}
.d-blue {
	background: #103762;
}
/*.purple {
	background:#4f40aa;
	height:190px;
}*/
.l-green {
	background: #89bc27;
	height: 190px;
}
.divider-horz {
	background: url(../../img2/divider-horizontal.png) no-repeat center center;
	height: 9px;
	margin: 25px 0;
	clear: both;
	width: 100%;
	display: inline-block;
}
ul.listing_numbering {
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
}
ul.listing_numbering li {
	list-style: decimal;
	font-size: 15px;
	color: #575656;
	line-height: 19px;
	padding: 0 0 8px 0;
	margin: 0;
}
ul.listing_numbering li span {
	color: #094898;
}
ul.listing_numbering li li {
	margin: 10px 0 0 20px;
}
/***/

ul.greenListing.greyLite li {
	font-size: 18px;
	color: #1e1e1e;
}
ul.greenListing {
	margin: 20px 0 15px 0;
	padding: 0;
}
ul.greenListing li {
	background: url(../img2/green-round-bullet.png) no-repeat left 7px;
	font-size: 16px;
	color: #0c5b88;
	line-height: 28px;
	padding: 0 0 0 30px;
	font-family: 'helveticaneuecyrmedium';
	text-align: left;
}
.italic {
	font-style: italic;
	font-weight: 400;
}
table.tbl_orm {
	padding: 0px;
	border-collapse: collapse;
	background: #fff;
}
table.tbl_orm tr th {
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 12px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px #fff;
}
table.tbl_orm tr th span {
	font-size: 16px;
}
table.tbl_orm tr th.first {
	background: #83B613;
}
table.tbl_orm tr th.second {
	background: #124385;
}
table.tbl_orm tr th.third {
	background: #F6BF13;
}
table.tbl_orm tr td {
	background: #fff;
	font-size: 15px;
	color: #073268;
	font-size: 30px;
	padding: 10px 0;
	text-shadow: 1px 1px #0b60a8;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px #D2D1D1;
}
table.tbl_orm tr td:hover {
	background: #edf1f5;
}
table.tbl_orm tr td h3 {
	font-size: 13px;
	text-transform: none;
	color: #073268;
	text-shadow: none;
	border: none;
}
table.tbl_orm tr td h4 {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #073268;
	padding: 7px 0;
	text-shadow: none;
	text-align: center;
}
table.tbl_orm tr td h6 {
	font-size: 15px;
	text-transform: none;
	color: #8f9090;
	text-shadow: none;
	padding: 8px 0;
}
table.tbl_orm tr td h6 span {
	color: #c4c9cd;
}
.buy_button {
	background: #184177;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.buy_button span {
	background: #8ca0bb;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	padding: 3px 10px;
	text-shadow: 0px 1px 0px #5d779b;
	line-height: 20px;
}
.buy_button a.blue_btn {
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 23px;
	padding: 0px 5px 0 10px;
	margin: 10px auto;
	display: block;
	text-shadow: none;
}
ul.dealsystem-demo {
	display: inline-block;
	margin: 20px auto;
	width: 100%;
}
ul.dealsystem-demo li {
	float: left;
	width: 33.333%;
	text-align: center;
}
ul.dealsystem-demo li span {
	display: inline-block;
	background: #1f1f1f;
	border-radius: 50%;
}
ul.dealsystem-demo li h6 {
	display: block;
	font-size: 25px;
	color: #D14032;
	margin: 6px auto;
}
/*seo pages*/

.seo-cells {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.seo-cells .cells {
	width: 49%;
	float: left;
}
.seo-cells .cells.right {
	float: right;
}
.simple-content {
}
.simple-content h2 {
	color: #292929;
	font-family: 'helveticaneuecyrmedium';
	font-size: 22px;
	padding-bottom: 11px;
	padding-right: 30px;
	padding-top: 5px;
}
.simple-content p {
	color: #545454;
	font-family: 'helveticaneuecyrmedium';
	font-size: 16px;
	line-height: 24px;
	padding-right: 30px;
}
.greyBox {
	background: #EEEEED;
	border-radius: 3px;
	padding: 13px 20px 20px;
}
.greyBox h3 {
	color: #292929;
	font-family: 'helveticaneuecyrmedium';
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 6px;
}
.greyBox p {
	color: #545454;
	font-family: 'helveticaneuecyrmedium';
	font-size: 16px;
	line-height: 24px;
}
.greyBox-Blue {
	background: #23ABC9;
	border-radius: 3px;
	height: 65px;
	margin: 11px 0 0;
}
#speech-bubble:before {
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #084D88;
	border-top: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	margin: 13px 0 0 -25px;
	position: absolute;
	right: -10px;
	top: 9px;
	width: 0;
}
#speech-bubble {
	background: #084D88;
	border-radius: 3px;
	float: left;
	height: 65px;
	position: relative;
	width: 150px;
}
#speech-bubble h2 {
	color: #FFFFFF;
	font-family: 'helveticaneuecyrmedium';
	font-size: 52px;
	line-height: 65px;
	text-align: center;
	width: 100%;
}
.greyBox-Blue p {
	color: #FFFFFF;
	font-family: 'helveticaneuecyrmedium';
	font-size: 35px;
	line-height: 30px;
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
}
.greyBox-Blue span {
	font-size: 15px;
	line-height: 15px;
}
.seo-testi {
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding: 15px 23px 23px;
}
.seo-testi p {
	background: url("../img2/quotesL.png") no-repeat scroll 0 0;
	color: #2E2D2D;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 25px;
	position: relative;
	padding-left: 29px;
}
.seo-testi p:after {
	content: "";
	height: 19px;
	margin-left: 8px;
	position: absolute;
	width: 22px;
	background: url("../img2/quotesR.png") no-repeat 0 0;
}
.seo-testi h3 {
	color: #97C731;
	font-family: 'helveticaneuecyrbold';
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
.seo-testi h3 small {
	color: #2E2D2D;
	font-family: 'helveticaneuecyrmedium';
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.seo-cta {
	padding: 15px;
	border-radius: 3px;
	margin-top: 25px;
	background: #ad061d;
}
.seo-cta.green {
	background: #97C731;
}
.seo-cta.red {
	background: #ad061d;
}
.seo-cta.orange {
	background: #d66011;
}
.seo-cta h3 {
	width: 60%;
	font-family: 'helveticaneuecyrmedium';
	color: #FFFFFF;
	font-size: 21px;
	line-height: 25px;
	display: inline-block;
}
.seo-cta a.white {
	font-weight: 400;
	background: #fff;
	border: none;
	color: #292929;
	font-size: 23px;
	text-align: center;
	text-decoration: none;
	padding: 10px 14px;
}
seo-cta a.white:hover {
	border: none;
}
.border-txt {
	background: #FFFFFF;
	border: 1px solid #E1E2E2;
	border-radius: 3px;
	display: block;
	margin: 0;
	padding: 22px 21px;
}
.border-txt h3 {
	color: #292929;
	font-family: 'helveticaneuecyrmedium';
	font-size: 22px;
	text-align: left;
}
.border-txt h3 span {
	color: #fc8f1b;
}
ul.white-listing {
	border-radius: 3px;
	margin-top: 15px;
	padding: 20px 15px;
	min-height: 162px;
}
ul.white-listing li {
	background: url(../../img2/w-dot.png) no-repeat left 6px;
	font-size: 17px;
	color: #fff;
	line-height: 19px;
	padding: 0 0 25px 18px;
}
ul.white-listing li:last-child {
	padding-bottom: 0px;
}
ul.green {
	background: #97c731;
}
ul.dark {
	background: #a268e4;
}
.quote-box {
	background: #FFFFFF;
	border: 1px solid #E1E2E2;
	border-radius: 3px;
	display: block;
	margin: 0;
	padding: 0;
}
.quote-box p {
	color: #23ABC9;
	display: block;
	font-family: 'helveticaneuecyrmedium';
	font-size: 18px;
	line-height: 1.2;
	background: url(../../img2/quotesL.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
	margin: 31px 20px;
	padding: 0px 0px 0px 30px;
}
.quote-box p:after {
	width: 22px;
	background: url(../../img2/quotesR.png) no-repeat 0 0;
	height: 19px;
	content: "";
	position: absolute;
	margin-left: 8px;
}
.btnWrap {
	background: #F1F1F1;
	border-radius: 3px;
	border-top: 1px solid #DBDBDB;
	margin: 0;
	padding: 15px 18px;
}
/** common testimonial **/


.tsmnl-custom {
	background: #fdfae0;
	border-top: 1px solid #e7e3be;
	border-bottom: 1px solid #e7e3be;
	padding: 25px 0 35px 0;
}
.tsmnl-custom .tsmnl-desc {
	border-radius: 3px;
	display: table;
	vertical-align: top;
	width: 100%;
}
.tsmnl-custom .tsmnl-desc .icn {
	width: 183px;
	height: auto;
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}
.tsmnl-custom .tsmnl-desc .icn img {
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 5px #929292;
}
.tsmnl-custom .tsmnl-desc .icn h4 {
	color: #363f48;
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 16px;
}
.tsmnl-custom .tsmnl-desc .icn h4 span {
	color: #c10e27;
	display: block;
}
.tsmnl-custom .tsmnl-content {
	vertical-align: top;
	display: table-cell;
	padding: 0px;
}
.tsmnl-custom .tsmnl-content p {
	color: #4b4b4b;
	font-size: 15px;
	text-align: left;
	padding: 15px 18px 0 45px;
	background: url(../img2/quote-left.png) no-repeat 0 7px;
}
/** end common testimonial **/

a.red-button {
}
a.red-button {
	cursor: pointer;
	color: #fff;
	background: #c10d26;
	border: 2px solid #c10d26;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: table;
	padding: 18px 12px;
	border-radius: 4px;
	line-height: 1;
	vertical-align: top;
	margin: 20px auto;
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
}
a.red-button:hover {
	color: #c10d26;
	background: #fff;
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
}
.hdr-trns {
	margin-top: -80px;
}
#best-slider {
	background: #eeeeee url(../img2/bg-best-slider.jpg) no-repeat top center;
	border-bottom: solid 1px #d1d0d0;
	/*background-size: cover;
	background-attachment: fixed;*/
	height: 622px;
}
#best-slider div.owl-wrapper-outer {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1240px;
}
#best-slider .owl-item {
	position: relative;
}
#best-slider .desc-side {
	height: 595px;
}
#best-slider .screen-side {
	position: absolute;
	left: 458px;
	height: 551px;
	top: 15px;
}
#best-slider .desc-side {
	width: 434px;
	float: left;
	display: block;
	vertical-align: top;
	padding: 42px 0;
	position: relative;
}
#best-slider .desc-side h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: 'helveticaneuecyrmedium';
}
#best-slider .desc-side h3 {
	color: #fff;
	font-size: 17x;
	line-height: 1.5;
	margin-bottom: 28px;
	padding-bottom: 30px;
	font-weight: 700;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
#best-slider .desc-side h4 {
	color: #fff;
	font-size: 20px;
	line-height: normal;
}
#best-slider .desc-side p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 0px;
}
#best-slider .desc-side p a {
	border-bottom: solid 1px #fff;
	color: #fff;
}
#best-slider .desc-side a.btn-theme {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	margin: 0;
	line-height: 19px;
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	bottom: 0px;
	display: block;
}
#best-slider {
	position: relative;
}
#best-slider .owl-prev, #best-slider .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	text-indent: -99999PX;
	background: url(../img2/arrows.png) no-repeat 0 0;
	width: 40px;
	height: 50px;
	display: block;
	opacity: 0;
}
#best-slider .owl-prev {
	background-position: 0px 0px;
	left: 0px;
}
#best-slider .owl-next {
	background-position: -42px 0px;
	right: 0px;
}
#best-slider:hover .owl-prev, #best-slider:hover .owl-next {
	opacity: 1;
}
.sem-tbl {
}
.sem-tbl .cell {
	display: inline-block;
	width: 31.7%;
	vertical-align: top;
	text-align: center;
	margin-left: 2%;
}
.sem-tbl .cell:first-child {
	margin-left: 0px;
}
.sem-tbl .cell h3 {
	background: #80cbc5;
	border-radius: 4px;
	position: relative;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	height: 45px;
	line-height: 1.8;
}
.sem-tbl .cell h3:after {
	bottom: -21px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(128, 203, 197, 0);
	border-top-color: #80cbc5;
	border-width: 11px;
	margin-left: -11px;
}
.sem-tbl .cell .inner-cell {
	border-radius: 4px;
	margin-top: 24px;
	padding: 30px 15px;
}
.sem-tbl .cell .inner-cell.purple {
	background: rgba(85, 95, 170, 0.8);/*	background: #6e77b7;*/
}
.sem-tbl .cell .inner-cell.yellow {
	background: rgba(230, 142, 24, 0.8);/*	background: #f1a339;*/
}
.sem-tbl .cell .inner-cell.green {
	background: rgba(102, 167, 43, 0.85);/*background: #7db44b;*/
}
.sem-tbl .cell .inner-cell ul {
	border-top: solid 1px rgba(255, 255, 255, 0.12);
	margin-bottom: 30px;
}
.sem-tbl .cell .inner-cell ul li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 15px 0;
	display: table;
	width: 100%;
}
.sem-tbl .cell .inner-cell ul li span:first-child {
	display: table-cell;
	width: auto;
	text-align: left;
}
.sem-tbl .cell .inner-cell ul li span:last-child {
	display: table-cell;
	width: auto;
	text-align: right;
}
.sem-tbl .cell a.btn-theme {
	background: #fff;
	font-size: 17px;
	border-color: #fff;
	display: inline-block;
	padding: 13px 28px;
}
.sem-tbl .cell .inner-cell.purple a.btn-theme {
	color: #555faa;
}
.sem-tbl .cell .inner-cell.yellow a.btn-theme {
	color: #e1850a;
}
.sem-tbl .cell .inner-cell.green a.btn-theme {
	color: #56981a;
}
.sem-tbl .cell .inner-cell.purple a.btn-theme:hover {
	background: #515ba3;
	border-color: #515ba3;
	color: #fff;
}
.sem-tbl .cell .inner-cell.yellow a.btn-theme:hover {
	background: #d5871c;
	border-color: #d5871c;
	color: #fff;
}
.sem-tbl .cell .inner-cell.green a.btn-theme:hover {
	background: #669f31;
	border-color: #669f31;
	color: #fff;
}
.sem-tbl .cell p {
	color: #6f6f6f;
	font-size: 15px;
	padding-bottom: 15px;
}
.pmth {
	padding: 0 0 12px 0;
	font-size: 55px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 15px;
}
.pmth span {
	/*color: #596366;*/
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.sem-tbl .cell a.red, .sem-tbl .cell a.gray {
	background: #f14130;
	border-color: #f14130;
	color: #fff;
	display: inline-block;
	padding: 13px 30px;
}
.sem-tbl .cell a.gray {
	margin-left: 10px;
	background: #364144;
	border-color: #364144;
}
.seo-pkgs {
	/*margin: 46px 0;*/margin: 0px 0;
}
/**/
.tbl-pkg {
	width: 100%;
	border-collapse: collapse;
}
.tbl-pkg tr th {
	font-weight: 400;
	color: #fff;
	padding: 20px 25px;
	font-size: 28px;
	background: #5f6b6e;
	text-align: center;
	vertical-align: top;
}
.tbl-pkg tr th span {
	font-size: 14px;
	display: block;
	line-height: 1.5;
}
.tbl-pkg tr th:first-child {
	border-radius: 2px 0 0 0;
	text-align: left;
}
.tbl-pkg tr th:last-child {
	border-radius: 0px 2px 0 0;
}
.tbl-pkg tr th:nth-child(2) {
	background: #364144;
}
.tbl-pkg tr th:nth-child(3) {
	background: #1c2427;
	border-right: solid 1px #596669;
	border-left: solid 1px #596669;
}
.tbl-pkg tr th:nth-child(4) {
	background: #364144;
}
.tbl-pkg tr td {
	line-height: 1.4;
	border: solid 1px #e3e1e1;
	padding: 20px 15px 20px 20px;
	color: #585a5a;
	font-size: 14px;
}
.tbl-pkg tr td .centertxt {
	display: block;
	text-align: center;
	padding-top: 5px;
}
a.shorttdlink {
	text-decoration: underline;
	color: #585a5a;
}
a.shorttdlink:hover {
	text-decoration: none;
	color: #01b8d9;
}
.tbl-pkg tr td:first-child {
	background: #f5f5f5;
	font-size: 15px;
}
.tbl-pkg tr:last-child td {
	background: #fff;
}
.tbl-pkg tr td.redheading {
	color: #f14130;
	font-size: 17px;
	font-weight: 600;
	background: #fff;
}
.tbl-pkg tr td.redheading .normal {
	font-size: 14px;
	color: #585a5a;
}
.tbl-pkg tr td.redbold {
	text-align: center;
	color: #f14130;
	font-size: 22px;
	font-weight: 600;
}
.tooltip {
	float: right;
	background: url(../../img2/icon-ttoltip.png) no-repeat 0 0;
	height: 19px;
	width: 19px;
	display: block;
}
.tbl-pkg tr td.boldtxt {
	color: #364144;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}
.tbl-pkg tr td.bttm {
	padding: 20px 20px;
	border: none;
	text-align: center;
}
.tbl-pkg tr td.bttm span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 12px;
	display: block;
}
.tbl-pkg tr:last-child td:nth-child(2) {
	background: #364144;
}
.tbl-pkg tr:last-child td:nth-child(3) {
	background: #1c2427;
	border-left: 1px solid #596669;
	border-right: 1px solid #596669;
}
.tbl-pkg tr:last-child td:nth-child(4) {
	background: #364144;
}
.tbl-pkg tr td.bttm a.btn-theme.red, .tbl-pkg tr td.bttm a.btn-theme.white {
	background: #f14130;
	border: none;
	font-size: 14px;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	margin: 2px auto;
}
.tbl-pkg tr td.bttm a.btn-theme.white {
	background: #fff;
	color: #1c2426;
}
.tbl-pkg tr td.bttm a.btn-theme.red:hover, .tbl-pkg tr td.bttm a.btn-theme.white:hover {
	background: #75b040;
	border-color: #75b040;
	color: #fff;
}
.tbl-pkg tr.add td {
	border-right: 1px solid #fff;
}
.tbl-pkg tr.add td:last-child {
	border-right: 1px solid #e3e1e1;
}
.price-label {
	display: inline-block;
	font-style: inherit;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	margin: 9px 0 5px;
	padding: 5px 15px;
}
.price-label.label-org {
	background: #f24130;
}
.price-label.label-yel {
	background: #fdad00;
}
.tool-tip {
	background: #333333;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 17px;
	line-height: 16px;
	position: relative;
	text-align: center;
	width: 17px;
}
.tool-tip .bubble::before {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #333333;
	bottom: -6px;
	content: "";
	position: absolute;
	right: 13px;
}
.tool-tip .bubble {
	background: #333333;
	border-radius: 3px;
	bottom: 28px;
	display: none;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 15px;
	position: absolute;
	right: -10px;
	width: 245px;
	z-index: 9;
	text-align: left;
}
.tool-tip:hover .bubble {
	display: block;
}
.bubble > ul {
	padding: 4px 0 0 10px;
}
.bubble ul li {
	list-style: disc !important;
}
.testimonialnew {
	background: url(../../img2/bg-testi-new.jpg) repeat-x center top;
	height: 496px;
	color: #fff;
}
.testimonialnew h2 {
	color: #fff;
}
.testimonial-wrapper {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
}
.image-holder {
	width: 268px;
	height: 181px;
	background: url(../../img2/testi-chat.png) no-repeat 0 0;
	float: left;
	padding: 39px 0px 0px 81px;
	margin-right: 35px;
}
.testimonial-wrapper p {
	line-height: 1.5;
	display: table;
	color: #fff;
}
.testimonial-wrapper p span {
	display: block;
	padding-top: 26px;
	font-weight: 600;
}
.owl-pagination {
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
}
.owl-pagination .owl-page {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 3px;
	background: #fff;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.owl-pagination .owl-page.active {
	background: #263643;
}
ul.tbl-list {
}
ul.tbl-list li {
	background: url(../../img2/bullet-green-check17.png) no-repeat 0 5px;
	color: #585a5a;
	font-size: 14px;
	padding: 0 0 4px 30px;
	margin: 10px 0;
}
ul.tbl-list li:last-child {
	margin-bottom: 0px;
}
.ft-exp {
	background: url(../../img2/bg-experience-new.jpg) repeat-x left bottom #c9d8d3;
	min-height: 631px;
}
.testimonialnew, .ft-exp {
	-webkit-animation: bgMove 60s linear 0s infinite normal;
	-moz-animation: bgMove 60s linear 0s infinite normal;
	-ms-animation: bgMove 60s linear 0s infinite normal;
	-o-animation: bgMove 60s linear 0s infinite normal;
	animation: bgMove 60s linear 0s infinite normal;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes bgMove {
0% {
background-position:0 50%;
}
100% {
background-position:-500px 50%;
}
}
@-moz-keyframes bgMove {
0% {
background-position:0 50%;
}
100% {
background-position:-500px 50%;
}
}
@-ms-keyframes bgMove {
0% {
background-position:0 50%;
}
100% {
background-position:-500px 50%;
}
}
@keyframes bgMove {
0% {
background-position:0 50%;
}
100% {
background-position:-500px 50%;
}
}
.exp-list {
	padding-top: 76px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.exp-list .circle h3 {
	position: relative;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 4px;
	font-size: 25px;
	color: #4a4b89;
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 89px;
	padding: 8px 15px;
	font-family: 'helveticaneuecyrmedium';
	text-transform: uppercase;
}
.exp-list .circle h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(255, 255, 255, 0.75);
	border-width: 8px;
	margin-left: -10px;
}
.exp-list .circle p {
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
	line-height: 1.2;
}
.exp-list .circle {
	background: rgba(92, 94, 175, 0.8);
	width: 292px;
	height: 292px;
	display: inline-block;
	border-radius: 100%;
	border: solid 4px rgba(255, 255, 215, 0.80);
	position: relative;
	margin: 0 -15px;
}
.exp-list .circle.experts {
	z-index: 1;
	background: rgba(123, 122, 180, 0.8);
}
.exp-list .circle.year {
	z-index: 2;
	background: rgba(230, 142, 24, 0.8);
}
.exp-list .circle.year h3 {
	color: #d07f13;
}
.exp-list .circle.completed {
	z-index: 3;
	background: rgba(102, 167, 43, 0.85);
}
.exp-list .circle.completed h3 {
	color: #679739;
}
.exp-list .circle.trust {
	z-index: 4;
	background: rgba(92, 177, 181, 0.8);
}
.exp-list .circle.trust h3 {
	color: #328c90;
}
.aep-cta {
	margin-top: 50px;
}
.cta-new {
	background: url(../../img2/bg-trans.png) no-repeat top center;
	display: table;
	width: 100%;
}
.cta-new .cta-inner {
	padding: 10px 0 15px 0;
	display: table;
	width: 100%;
	background: url(../../img2/bg-trans.png) no-repeat bottom center;
	text-align: center;
}
.cta-new .cta-inner h3 {
	display: inline-block;
	color: #fff;
	padding-right: 20px;
	line-height: 1.2;
	font-size: 22px;
	text-align: right;
	vertical-align: middle;
}
.cta-new a.btn-theme {
	display: inline-block;
	background: #fff;
	border-color: #fff;
	color: #f24130;
	padding: 7px 12px 9px 12px;
	font-size: 22px;
	vertical-align: middle;
}
.cta-new h4 {
	color: #fff;
	line-height: 1.2;
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
}
.cta-new.page-cta {
	background: url(../../img2/bordr-img.jpg) no-repeat center top;
	margin: 35px 0 35px 0;
}
.cta-new.page-cta .cta-inner {
	background-image: url(../../img2/bordr-img.jpg);
}
.cta-new.page-cta .cta-inner h3 {
	color: #8d949e;
}
.cta-new.page-cta a.btn-theme {
	background: #f24130;
	border-color: #f24130;
	color: #fff;
}
.bullet-grren {
}
.bullet-grren li {
	background: url(../../img2/bullet-green-check.png) no-repeat 0 0;
	color: #383b3c;
	font-size: 15px;
	padding: 0 0 4px 30px;
	margin: 10px 0;
}
.bullet-grren li:last-child {
	margin-bottom: 0px;
}
.trend-wrapper {
}
.trend-wrapper h2 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 35px;
	color: #000;
	line-height: 36px;
	padding: 40px 0 20px 0;
	text-align: center;
	width: 450px;
	margin: 0 auto;
}
.trend-wrapper h3 {
	color: #3f3e3e;
	padding: 20px 0 40px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 450px;
	margin: 0 auto;
	line-height: 1.7;
}
.trend-circles {
	position: relative;
	height: 458px;
}
.trend-circles .trend {
	border: solid 1px #d5d6d6;
	width: 352px;
	height: 352px;
	display: block;
	border-radius: 100%;
	padding: 0px;
	position: absolute;
	display: table;
}
.trend-circles .trend .trend-cell {
	display: table-cell;
	vertical-align: middle;
}
.trend-circles .trend img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.trend-circles .trend h4 {
	color: #000;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
}
.trend-circles .trend p {
	padding: 0 55px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
}
.trend-circles .trend.three {
	background: #f0f0f0;
	width: 427px;
	height: 427px;
}
.trend-circles .trend.three h4 {
	padding: 25px 0;
}
.trend-circles .trend.one {
	left: 0px;
	top: -150px;
}
.trend-circles .trend.two {
	left: 0px;
	top: 217px;
}
.trend-circles .trend.three {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 0;
}
.trend-circles .trend.four {
	right: 0px;
	top: -150px;
}
.trend-circles .trend.five {
	right: 0px;
	top: 217px;
}
.trend-cta h3 {
	color: #525962;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	margin: 0px auto;
}
.trend-cta a {
	font-size: 22px;
}
.global-name {
	background: url(../img2/fatbit-globe.jpg) no-repeat center center;
	min-height: 370px;
}
.global-name h2 {
	font-family: 'helveticaneuecyrmedium';
	font-size: 35px;
	color: #000;
	width: 500px;
	margin: 0 auto;
	padding: 40px 0 70px 0;
}
.list-globla {
	padding-bottom: 55px;
}
.list-globla li {
	border-radius: 4px;
	border: solid 3px #d4dee2;
	font-size: 14px;
	padding: 10px 10px 10px 21px;
	width: 332px;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
}
.list-globla li:before {
	content: "";
	position: absolute;
	background: #d4dee2 url(../../img2/check-black.png) no-repeat center center;
	border-radius: 100%;
	width: 31px;
	height: 31px;
	display: block;
	left: -17px;
	top: 50%;
	margin-top: -15px;
}
.globe {
	float: left;
	margin: 0 auto;
	padding-left: 3px;
}
.cta-onwhite {
	background: url(../../img2/bg-gradi-gray.png) no-repeat center top;
	display: table;
	padding: 10px 0 15px;
	width: 100%;
	position: relative;
	text-align: center;
}
.cta-onwhite h3 {
	/*color: #8d949e;
	display: table-cell;*/
	display: inline-block;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 10px;
	text-align: right;
	/*	width: 60%;*/
	width: auto;
}
.cta-onwhite a.btn-theme {
	display: inline-block;
	font-size: 20px;
}
.cta-onwhite:after {
	background: url(../../img2/bg-gradi-gray.png) no-repeat 0 0;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 990px;
	height: 1px;
}
.gray-circles {
	display: block;
	margin: 40px 0 60px 0;
	text-align: center;
}
.gray-circles li {
	text-align: center;
	margin: 0 -8px;
	vertical-align: top;
	display: inline-block;
}
.gray-circles li .icn {
	display: table-cell;
	width: 281px;
	height: 281px;
	vertical-align: middle;
	border: solid 1px #e4e4e4;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.07);
}
.gray-circles li h4 {
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	width: 225px;
	margin: 20px 27px;
}
.gray-circles li p {
	width: 225px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin: 0 27px;
}
.bgsize-cover {
	background-size: cover;
}
/** common page headings**/

.theme-heading {
	text-align: center;
	padding-bottom: 0px;
	margin: 0 auto;
}
.theme-heading h1 {
	font-family: "helveticaneuecyrmedium";
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 37px;
	font-size: 38px;
	padding: 10px 0 30px;
}
.theme-heading h1 span {
	color: #EF473E;
	display: block;
	font-family: 'helveticaneuecyrlight';
}
.theme-heading h2, .page-heading h2 {
	font-family: "helveticaneuecyrmedium";
	font-weight: normal;
	color: #000;
	line-height: 37px;
	font-size: 38px;
	padding: 10px 0 15px;
	text-align: center;
}
.theme-heading h2 strong {
	font-family: 'helveticaneuecyrbold';
}
.theme-heading h3 {
	margin: 10px 0 0px 0;
	padding: 0 0 15px 0;
	color: #000000;
	font-size: 30px;
	text-align: center;
	line-height: normal;
}
.theme-heading h3 strong {
	font-family: 'helveticaneuecyrbold';
}
.theme-heading h4 {
	color: #242424;
	font-size: 23px;
	line-height: normal;
	padding: 0 0 20px;
	text-align: center;
}
.theme-heading p {
	color: #545454;
	font-size: 16px;
	line-height: normal;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
}
.theme-heading p strong {
	font-style: normal;
	font-weight: 600;
}
.row.padd-row {
	padding: 35px 0 45px;
}
.theme-heading.white-txt h1, .theme-heading.white-txt h1 span, .theme-heading.white-txt h2, .theme-heading.white-txt h2 span, .theme-heading.white-txt p, .theme-heading.white-txt p span {
	color: #fff;
}
.theme-heading h2 span, .page-heading h2 span {
	display: block;
	font-family: 'helveticaneuecyrlight';
	color: #525252;
	font-size: 30px;
}
/****/
.seo-pkgs {
	margin: 35px 0;
}
ul.terms-listing {
}
ul.terms-listing li {
	margin-bottom: 20px;
	color: #545454;
	line-height: 1.6;
	font-size: 14px;
}
ul.terms-listing li strong {
	border-bottom: solid 1px #545454;
	font-weight: 600;
}
ul.terms-listing ul {
	margin-left: 20px;
	margin-top: 10px;
}
ul.terms-listing ul li {
	margin-bottom: 10px;
	list-style-type: disc;
}
.disclaimer {
	text-align: center;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.5;/* font-style:italic;*/
}
.disclaimer.white {
	color: #fff;
}
/****ripple***/


.btn-theme {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 0;
}
/**
.btn-theme:hover {
	z-index: 1000;
}**/
.ink {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.animate {
	-webkit-animation: ripple-old 0.65s linear;
	-moz-animation: ripple-old 0.65s linear;
	-ms-animation: ripple-old 0.65s linear;
	-o-animation: ripple-old 0.65s linear;
	animation: ripple-old 0.65s linear;
}
 @-webkit-keyframes ripple-old {
 100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}
@-moz-keyframes ripple-old {
 100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}
@-o-keyframes ripple-old {
 100% {
opacity: 0;
-o-transform: scale(2.5);
}
}
@keyframes ripple-old {
 100% {
opacity: 0;
transform: scale(2.5);
}
}




 [ripple] {
 z-index: 1;
 position: relative;
 overflow: hidden;
}
[ripple] .ripple {
	position: absolute;
	background: #FFFFFF;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	-webkit-animation: ripple 1.6s;
	animation: ripple 1.6s;
}
 @-webkit-keyframes ripple {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.2;
}
 100% {
 -webkit-transform: scale(40);
 transform: scale(40);
 opacity: 0;
}
}
 @keyframes ripple {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.2;
}
 100% {
 -webkit-transform: scale(40);
 transform: scale(40);
 opacity: 0;
}
}

/**/

.fixed-demo-btn {
	position: fixed;
	right: -115px;
	top: 120px;
	z-index: 10;
	width: auto;
}
.fixed-demo-btn.new {
	right: -147px;
}
html.no-flexbox .fixed-demo-btn.new {
	right: -145px;
}
.fixed-demo-btn #btn-demo {
	background: url(../../img2/live-demos.png) no-repeat 0 0;
	width: 46px;
	height: 154px;
	display: block;
	float: left;
}
/**.fixed-demo-btn.new #btn-demo {
	background: url(../../img2/live-demos2.png) no-repeat 0 0;
}**/
.fixed-demo-btn ul.slide-list {
	margin-left: 1px;
	display: inline-block;
}
.fixed-demo-btn ul.slide-list li a {
	display: block;
	width: auto;
	color: #fff;
	background: #5a5a5a;
	margin: 0 0 1px 0;
	padding: 8px 8px 9px 8px;
	font-size: 13px;
}
.fixed-demo-btn ul.slide-list li a:hover {
	background: #292929;
}
.old-price-cross {
	color: #fff;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin-right: 5px;
}
.old-price-cross:after {
	background: #f24130;
	content: "";
	height: 3px;
	left: 0%;
	margin: 0px;
	position: absolute;
	top: 50%;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	width: 100%;
}
h6.redheading {
	color: #f14130;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 5px;
}
.no-flexbox a.btn-theme, .no-flexbox .btn-theme, .no-flexbox .whitelink {
	font-family: Arial;
}
.no-flexbox #footer .address .call-us, .no-flexbox #footer .get-in-touch .cell.iso {
	font-family: Arial;
}
.note-text {
	font-size: 13px;
	margin-top: 10px;
}
.txt-link:hover {
	color: #222;
}
.money-back-guarante > a:hover {
	color: #222;
}
.money-back {
	margin: 10px 0 0;
}
.money-back > a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: underline;
}
.money-back > a:hover {
	text-decoration: none;
}









