

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}

ol, ul,h1,h2,h3,h4,h5,h6{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
			padding: 1.5em 0;
		    background: linear-gradient(to right, #f3d08e , #afeb86);
		}
		
 h1{
			color:#fff;
			text-align: center;
			padding: 60px 0 0;
			text-shadow: 0 1px 3px #A9A9A9;
		}
		sub{font-size: 14px;}
.demo{
	margin-top: 50px;
}
		.pricingTable{
		    text-align: center;
		    background: #fff;
		    margin: 0 -15px;
		    box-shadow: 0 0 10px #ababab;
		    padding-bottom: 40px;
		    border-radius: 10px;
		    color: #cad0de;
		    transform: scale(1);
		    transition: all 0.5s ease 0s;
		}

		.pricingTable:hover{
		    transform: scale(1.05);
		    z-index: 1;
		}

		.pricingTable .pricingTable-header{
			margin-bottom: 20px;
		    padding: 40px 0;
		    background: #f5f6f9;
		    border-radius: 10px 10px 50% 50%;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable:hover .pricingTable-header{
		    background: #ff9624;
		}

		.pricingTable .pricingTable-header i{
		    font-size: 50px;
		    color: #858c9a;
		    margin-bottom: 10px;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable .price-value{
		    font-size: 35px;
		    color: #ff9624;
		    transition: all 0.5s ease 0s;
		}

		.pricingTable .month{
		    display: block;
		    font-size: 14px;
		    color: #cad0de;
		}

		.pricingTable:hover .pricingTable-header i,
		.pricingTable:hover .price-value,
		.pricingTable:hover .month{
		    color: #fff;
		}

		.pricingTable .heading{
		    font-size: 24px;
		    color: #ff9624;
		    margin-bottom: 20px;
		    text-transform: uppercase;
		}

		.pricingTable .pricing-content ul{
		    list-style: none;
		    padding: 0;
		    margin-bottom: 30px;
		}

		.pricingTable .pricing-content ul li{
			font-size: 14px;
		    line-height: 30px;
		    color: #a7a8aa;
		}

		.pricingTable .pricingTable-signup a{
		    display: inline-block;
		    font-size: 15px;
		    color: #fff;
		    padding: 10px 35px;
		    border-radius: 20px;
		    background: #ffa442;
		    text-transform: uppercase;
		    transition: all 0.3s ease 0s;
		}

		.pricingTable .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #ffa442;
		}

		.pricingTable.blue .price-value,
		.pricingTable.blue .heading{
		    color: #4b64ff;
		}

		.pricingTable.blue:hover .pricingTable-header,
		.pricingTable.blue .pricingTable-signup a{
		    background: #4b64ff;
		}

		.pricingTable.blue .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #4b64ff;
		}

		.pricingTable.red .price-value,
		.pricingTable.red .heading{
		    color: #ff4b4b;
		}

		.pricingTable.red:hover .pricingTable-header,
		.pricingTable.red .pricingTable-signup a{
		    background: #ff4b4b;
		}

		.pricingTable.red .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #ff4b4b;
		}

		.pricingTable.green .price-value,
		.pricingTable.green .heading{
		    color: #40c952;
		}

		.pricingTable.green:hover .pricingTable-header,
		.pricingTable.green .pricingTable-signup a{
		    background: #40c952;
		}

		.pricingTable.green .pricingTable-signup a:hover{
		    box-shadow: 0 0 10px #40c952;
		}

		.pricingTable.blue:hover .price-value,
		.pricingTable.red:hover .price-value,
		.pricingTable.green:hover .price-value{
		    color: #fff;
		}

		@media screen and (max-width: 990px){
		    .pricingTable{ margin: 0 0 20px 0; }
		}
		
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-table {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 1em auto;
  font-size: 14px;
  font-size: 0.875rem;
  /* you may remove this border in case of dark backgrounds if it's annoying */
  border-right: 1px solid #e6e7f1;
}
#cd-table::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-table::before {
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}
.no-cssgradients #cd-table::before {
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}
#cd-table.table-end::before {
  /* the gradient disappears when user is at the end of the table */
  display: none;
}
#cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 10px #ababab;
    border-radius: 10px;
    background-color: #fff;
}
#cd-table .cd-table-wrapper {
  width: 870px;
  padding-left: 120px;
  box-shadow: 0 0 10px #ababab;
}
#cd-table .cd-table-column {
  width: 150px;
  float: left;
  border: 1px solid #e6e7f1;
  border-bottom: 0;
  border-top:0 ;
  margin-left: -1px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
#cd-table .cd-table-column:last-child {
  border-right: none;
}
#cd-table h2, #cd-table ul > li {
  position: relative;
  text-align: center;
  padding: 0 1em;
  border-bottom: 1px solid #e6e7f1;
  height: 55px;
  line-height: 55px;
  background-color: white;
}
#cd-table h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #5266FF;
}
#cd-table ul > li {
  color: #787a8d;
}
#cd-table ul > li:nth-child(odd) {
  background-color: #f6f7fa;
}
#cd-table ul > li:last-child {
  border-bottom: none;
}
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../img/yes-no.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-table .cd-unchecked span {
  background-position: -16px 0;
}
#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
#cd-table header.cd-table-column {
  position: absolute;
  width: 120px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(121, 130, 153, 0.95);
  margin-left: 0;
  border-color: #6b758d;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
  background-color: transparent;
  color: #edeef1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-color: #6b758d;
}
#cd-table header.cd-table-column h2 {
  color: #edeef1;
}
#cd-table header.cd-table-column li:nth-child(odd) {
  background-color: rgba(107, 117, 141, 0.95);
}
#cd-table header.cd-table-column li:last-child {
  border-bottom: 1px solid #6b758d;
}
#cd-table .cd-scroll-right {
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url("../img/small-arrow.svg") no-repeat center center;
  z-index: 6;
  -webkit-animation: cd-scroll-right 1.5s infinite;
  -moz-animation: cd-scroll-right 1.5s infinite;
  animation: cd-scroll-right 1.5s infinite;
}
@media only screen and (min-width: 870px) {
  #cd-table {
    margin: 2em auto;
    border-right: none;
  }
  #cd-table::before {
    display: none;
  }
  #cd-table .cd-table-wrapper {
    width: 100%;
    padding-left: 30%;
  }
  #cd-table .cd-table-column {
    width: 50%;
    float: left;
  }
  #cd-table .cd-table-column:last-child {
    /*border-right: 1px solid #e6e7f1;*/
  }
  #cd-table header.cd-table-column {
    width: 30%;
    float: left;
    background: #798299;
    box-shadow: none;
    pointer-events: auto;
  }
  #cd-table .cd-scroll-right {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-table {
    margin: 4em auto;
  }
}

@-webkit-keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes cd-scroll-right {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  50% {
    -moz-transform: translateX(3px);
  }
}
@keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}