#upgrade-to-pro * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#upgrade-to-pro .main-banner {
	background-size: cover;
	background-position: center;
	height: 325px;
	position: relative;
	width: 80%;
	margin: auto;
}
#upgrade-to-pro .main-banner .left{
	width: 60%;
	float: left;
	padding: 0 40px;
	color: #fff;
	height: 100%;
}
#upgrade-to-pro .main-banner .right{
	width: 33%;
	padding: 0 40px;
	color: #fff;
	max-width: 350px;
	margin-top: 37px;
}
#upgrade-to-pro .main-banner .left .title{
	font-size: 50px;
	margin-top: 50px;
	line-height: 50px;
	font-weight: 600;
}
#upgrade-to-pro .main-banner .left .sec-title{
	font-size: 26px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 10px;
}
#upgrade-to-pro .main-banner .left .btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #2ecc71;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 15px;
}
#upgrade-to-pro .main-banner .section-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#upgrade-to-pro .main-content {
	padding: 60px;
	background-color: #fff;
}
#upgrade-to-pro .main-content .container {
	margin-bottom: 20px;
}
#upgrade-to-pro .main-content .container:last-child {
	margin-bottom: 0;
}
#upgrade-to-pro .main-content .section-title {
	text-align: center;
	margin-bottom: 60px;
}
#upgrade-to-pro .feature-item {
	clear: both;
	overflow-y: auto;
	margin-bottom: 30px;
}
#upgrade-to-pro .feature-item:last-child {
	margin-bottom: 0;
}
#upgrade-to-pro .feature-item .image {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 30px;
	background-color: #ccc;
}
#upgrade-to-pro .feature-item .title {
	margin-top: 40px;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}
#upgrade-to-pro .main-content .main-cta {
	width: auto;
	margin-left: -60px;
	margin-right: -60px;
	/*height: 140px;*/
	background-size: cover;
	background-position: center;
	margin-top: 40px;
	padding: 60px;
	overflow-y: auto;
}
#upgrade-to-pro .main-content .main-cta .left {
	width: 40%;
	float: left;
	padding: 0 20px;
	color: #fff;
}
#upgrade-to-pro .main-content .main-cta .right {
	width: 60%;
	float: right;
	padding: 0 20px;
}
#upgrade-to-pro .main-content .main-cta .left h2 {
	color: #fff;
	font-size: 40px;
	margin-top: 140px;
	text-align: left;
	line-height: 36px;
}
#upgrade-to-pro .main-content .main-cta .left p {
	font-size: 16px;
	opacity: 0.8;
}
#upgrade-to-pro .main-content .big-cta {
	background-color: #1488C8;
	color: #fff;
	padding: 20px 40px;
	border-radius: 30px;
	line-height: 20px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
@media (max-width: 1024px) {
	#upgrade-to-pro .main-content .main-cta .left,
	#upgrade-to-pro .main-content .main-cta .right {
		width: 100%;
		float: none;
	}
	#upgrade-to-pro .main-content .main-cta .left {
		margin-bottom: 40px;
	}
	#upgrade-to-pro .main-content .main-cta .left h2 {
		margin-top: 0;
		text-align: center;
	}
	#upgrade-to-pro .main-content .main-cta .left p {
		text-align: center;
	}
}
#upgrade-to-pro .pro-version h1{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	height: 100%
}
#upgrade-to-pro .pro-version .col-third{
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 35px;
}
#upgrade-to-pro .pro-version .col-third .title{
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	border-bottom: 1px #eee solid
}
#upgrade-to-pro .pro-version .col-third .desc{
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
#upgrade-to-pro .comparison-table {
	padding-top: 30px;
	background-color: #f1f1f1;
}

#upgrade-to-pro .comparison-table h1{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
#upgrade-to-pro .comparison-table table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
}
#upgrade-to-pro .comparison-table table th {
	background-color: #444;
	color: #fff;
	font-weight: 700;
	padding: 15px 30px;
	font-size: 20px;
}
#upgrade-to-pro .comparison-table table th .free{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #F7941D;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 16px;
}
#upgrade-to-pro .comparison-table table th .pro{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #2979FF;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 16px;
}
#upgrade-to-pro .comparison-table table td {
	padding: 15px 20px;
}
#upgrade-to-pro .comparison-table table tr:hover {
	background-color: #e8e8e8;
}
#upgrade-to-pro .comparison-table table td:not(:first-child) {
	text-align: center;
}
#upgrade-to-pro .comparison-table table td span {
	font-weight: 700;
}
#upgrade-to-pro .comparison-table table td i.fa-check {
	color: #2ecc71;
	font-size: 18px;
}
#upgrade-to-pro .comparison-table table td i.fa-close {
	color: #eb575c;
	font-size: 18px;
}
#upgrade-to-pro .comparison-table table td .btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #2ecc71;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 15px;
}
#upgrade-to-pro .comparison-table table td .btn:hover {
	background-color: #00B16A;
}

#table-version > .container{
	display: block;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#table-version .section-title {
	margin: 30px 0 20px;
	text-align: center;
}

#table-version .table {
	width: 100%;
	border: 1px solid #DDD;
	border-spacing: 0px;
	border-collapse: collapse;
}

#table-version .table td, #table-version .table th {
	border: medium none;
}

#table-version .table th {
	padding: 20px;
	font-size: 18px;
	text-align: center;
	background-color: #455A64;
	color: #FFF;
}

#table-version .table tr:nth-of-type(2n) {
	background: #FFF none repeat scroll 0% 0%;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F9F9F9;
}

#table-version .table td:first-child {
	text-align: left;
}

#table-version .table td, #table-version .table th {
	border: medium none;
}

#table-version .table td {
	padding: 15px 20px;
	text-align: center;
}

#table-version .table .fa-close {
	background-color: #EB575C;
	box-shadow: 0px 0px 0px 1px #E84046;
}

#table-version .table .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	border-radius: 99999px;
	font-size: 12px;
}

#table-version .table .fa-check {
	background-color: #35D277;
	box-shadow: 0px 0px 0px 1px #2BC26B;
}

#table-version .table .fa-close {
	background-color: #eb575c;
	box-shadow: 0px 0px 0px 1px #2BC26B;
}

#table-version .table .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	border-radius: 99999px;
	font-size: 12px;
}

#table-version .table th span.item-free {
	background-color: #F7941D;
	border-color: #F8A036;
}

#table-version .table th span.item-free > a {
	text-decoration: none;
}

#table-version .table th span.item-pro > a {
	text-decoration: none;
	padding: 20px 30px;
	display: inline-block;
	background-color: #2979FF;
	border-color: #4389FF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

#table-version .table th span.item-pro > a:hover {
	background-color: #3980F8;
}

#table-version .table th span.item-pro.button-upgrade-now {		
	display: inline-block;
	font-size: 18px;
}

#table-version .table th span {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
}

#upgrade-to-pro .pre-test h1{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
#upgrade-to-pro .pre-test .desc{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
#upgrade-to-pro .pre-test table{
	border: 1px #ccc solid; 
	width: 40%; 
	margin: 0 auto; 
	font-size: 16px; 
	padding: 10px 20px;
}
#upgrade-to-pro .pre-test table tr td{
	padding: 10px 17px; 
	border-bottom: 1px #aaa dashed;
}
#upgrade-to-pro .pre-test table tr td:nth-last-child(1){
	font-weight: 600;
}