.pricing-center {
    text-align: center;
}
.pricing-up {
    height: 482px;
    background: #0275b6 url("/https/focusky.com/images/pattern.png");
}
.pricing-header {
    padding-top: 44px;
}
.pricing-up p {
    color: #fff;
    font-size: 30px;
    line-height: 54px;
}
.pricing-up p > a {
    color: #fff;
}
.pricing-up p > a:hover {
    text-decoration: underline;
}
.pricing-discount-code-top {
    background-color: #F5F8FA;
    height: 48px;
    padding: 0 20px;
}

.pricing-discount-content > label { 
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-right: 10px;
}

.pricing-discount-content > .button-pure {
    padding: 0px 10px;
    margin: 0;
    line-height: 30px;
    border-radius: 0px;
}

.pricing-discount-content > input {
    width: 200px;
    margin-right: -1px;
}  
.pricing-discount-content-top {
    margin: 9px 0;
}
.pricing-table-content {
    background-color: #e7ecf0;
    /*padding-bottom: 80px;*/
}
.pricing-table-container {
    top: -302px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    overflow: hidden;
}
.pricing-discount-code-bottom {
    margin-top: 17px;
    background-color: #fff;
}
.pricing-discount-code-bottom > .inner {
    padding: 10px 20px;
    overflow: hidden;
}
.pricing-discount-content-bottom {
    margin: 5px 0px;
    height: 32px;
    overflow: hidden;
    line-height: 30px;
}
.pricing-discount-content > .coupon-message {
    position: absolute;
    line-height: 30px;
    color: rgb(226, 23, 23);
    font-size: 13px;
    font-weight: bold;
}
.pricing-discount-content-top > .coupon-message {
    right: 380px;
    left: auto;
}
.pricing-discount-content-bottom > .coupon-message {
    left: 380px;
}
.pricing-feature-mid > p {
    color: #666666;
    font-size: 25px;
    line-height: 30px;
    padding: 44px 0 17px 0;
}
.pricing-feature-mid img {
    border: none;
    padding-bottom: 50px;
    max-width: 100%;
}
.divider {
    background: url(/https/focusky.com/images/divider_line.gif) bottom repeat-x;
    padding-top: 22px;
}
.pricing-faq-content {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.pricing-faq {
    line-height: 25px;
    padding: 24px 15px;
    text-align: left;
    overflow: hidden;
}
.pricing-faq > div {
    width: 46%;
}
.priceq {
    color: #FF6600;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 28px;
}
.pricing-green {
    color: rgb(30, 194, 30);
    font-weight: bold;
    text-shadow: 1px 1px 3px rgb(230, 230, 230);
}
.big-quotes {
    margin: 40px 0 0 0;
    text-align: left;
    padding: 0 8px;
}
.big-quotes .quote {
    display: inline-block;
    color: white;
    background-color: rgba(153, 153, 153, 0.3);
    border-radius: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
}
.quote .fa {
    font-size: 3.2em;
    vertical-align: middle;
}
.quote-content {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 672px;
    color: #a9a9a9;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 6px 0px 0 43px;
}
.quote-content .pricing-comment {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.quote-content .pricing-comment a {
    color: #a9a9a9;
}
.pricing-comment-author {
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    text-align: right;
    font-size: 13px;
}
.pricing-comment-head {
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 20px;
}
.pricing-down {
    background-color: #fff;
    margin-top: -196px;
}
/*table*/
table {
    color: #333;
}

table a {
    color: #333;
    text-decoration: underline;
}

table .button-pure {
    padding: 9px 23px;
    margin-bottom: 2px;
    border-radius: 3px;
}

thead .button-pure {
    background: #fff;
    color: #111;
    box-shadow: none;
    border: none;
}

table tr {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

tbody tr:not(:last-child):hover {
        background: #f1f1f1;
}

table tr td {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    padding: 20px 0;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
table thead tr td:nth-child(1) {
    font-size: 24px;
}
table tr td:nth-child(1) {
    padding-left: 24px;
    padding-right: 20px;
    text-align: left;
}
table thead tr:nth-child(1) td {
    padding-top: 0px;
}

table thead tr:nth-child(1) td,
table tbody tr:last-child td {
    padding-bottom: 40px;
}
table tr td:not(:nth-child(1)) {
    width: 200px;
    border-left: 1px solid #ddd;
}
table tbody>tr:not(:last-child):hover {
    /*background-color: #f4f4f4;*/
}
table tbody>tr>td {
    border-top: 1px solid #ddd;
}
table thead>tr td:not(:nth-child(1)) {
    /*background-color: #d3dfe9;*/
}


table thead>tr td:nth-child(2) {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
table thead>tr>td:nth-child(2) .header {
    background-color: #57AD57;
}

table thead>tr td:nth-child(3) {
    background: #1B7FCC;
    border-color: #1A79C2;
}
table thead>tr>td:nth-child(3) .header {
    background-color: #1C79C0;
}

table thead>tr td:nth-child(4) {
    background-color: #FF9300;
    border-color: #EC8800;
}
table thead>tr>td:nth-child(4) .header {
    background-color: #f18d05;
}

table thead>tr td:nth-child(5) {
    background: #666;
    border: 1px solid #545454;
}
table thead>tr>td:nth-child(5) .header {
    background: #555;
}

table thead>tr td:nth-child(6) {
    background-color: #9023A0;
    border: 1px solid #72207E;
}
table thead>tr>td:nth-child(6) .header {
    background: #821891;
}

table thead>tr>td .header {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 0;
    background: #C8D7E4;
    background: #e7ecf0;
    margin-bottom: 20px;
}
table thead>tr>td .header>.info-icon {
    top: 3px;
    margin-left: 2px;
}
table tr>td .price {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    
    margin-bottom: 40px;
    line-height: 30px;
    height: 33px;
    padding-top: 20px;
}
table thead tr>td .price {
    color: #fff;
}
table tr>td .price > .old-price {
    font-size: 26px;
    font-weight: normal;
    text-decoration: line-through;
    color: rgb(226, 23, 23);
    position: absolute;
    top: -11px;
}
table thead tr>td .price > .old-price {
    color: #FFF;
}
table tr>td .price > .old-price {
    left: 0;
    right: 0;
}
/*table tr>td .price > .old-price:not(.type-5) {
    left: 8px;
}*/
table tr>td .price > .current-price > .unit {
    font-size: 14px;
}
table tr>td .mold {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 26px;
}
table tr>td .platinum-personal, table tr>td .enterprise-personal {
    color: #4E606F;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    top: auto;
    bottom: 86px;
    color: rgb(226, 23, 23);
    font-size: 12px;
    font-weight: bold;
}

table thead tr>td .platinum-personal, table thead tr>td .enterprise-personal {
    color: #fff;
}

.enterprise-other-buy {
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0
}
.enterprise-other-buy a {
    color: #4E606F;
    text-decoration: underline;
}
thead .enterprise-other-buy a {
    color: #fff;
}
table tbody > tr:nth-child(2n-1) {
    background-color: #fff;
}
table tbody > tr:nth-child(2n), table thead > tr, table tbody > tr:last-child {
    background-color: #fff;
}
table tbody > tr > td.no {
    background: url("/https/focusky.com/images/pricing/no2.png") no-repeat center;
}
table tbody>tr>td.yes {
    background: url("/https/focusky.com/images/pricing/yes.png") no-repeat center;
}
table tbody>tr>td.new-function {
    background: url("/https/focusky.com/images/pricing/new.png") no-repeat 0% 0%;
}
table tr>td .info-icon {
    background: url("/https/focusky.com/images/pricing/info.png") no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
/***********/
/* transition */

.transition {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.transition-fade {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 0 !important;
}
.transition-fade.in {
    opacity: 1 !important;
}
.transition-fade.out {
    opacity: 0 !important;
}

.mycommerceLink {
	position: absolute;
	bottom: 10px;
	width: 202px;
	text-align: center;
}

.mycommerceLink a {
	font-size: 14px;
}

.mycommerceLinkTop a {
	color: #fff;
}

.mycommerceLinkTop:hover a {
	color: #0CF;
}

.mycommerceLinkBtm a {
	color: #0275b6;
}


@media(max-width: 620px) {
    .pricing-faq > div {
        width: 100%;
    }
}