@charset "utf-8";
/* YZU CSS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Microsoft YahEi", SimSun;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
body {
  border-top: 7px solid #d6001f;
  font-size: 18px;
}
p {
  font-size: 18px;
  color: #424242;
  line-height: 26px;
}
a {
  text-decoration: none;
  color: #2d97c5;
}
a:hover {
  color: #17729a;
}
.bor-right-none {
  border-right: none !important;
}
.floatr {
  float: right;
}
.floatl {
  float: left;
}
.width600 {
  width: 600px;
}
.width700 {
  width: 700px;
}
.justify {
  text-align: justify;
}

.wrapper {
  width: 1090px;
  margin: 0 auto;
}
.container {
  width: 1090px;
  margin: 0 auto 20px;
}
.blue {
  color: #0a5ca2;
}
.green {
  color: #51a20a;
}
.orange {
  color: #ff6000;
}
.red {
  color: #da2838;
}
.blue-bg {
  background: #0a5ca2;
}
.blue-light {
  background: #bfdff3;
}
.green-bg {
  background: #51a20a;
}
.orange-bg {
  background: #ff6000;
}
.font28 {
  font-size: 28px;
}
.pad-t0 {
  padding-top: 0px !important;
}
.bold-text {
  font-weight: bold;
}
/************Top quick links************/
.global-area-wrap {
  border-bottom: 1px solid #636363;
  text-align: right;
  padding-top: 6px;
  height: 33px;
}
ul.global-navigation {
  margin: 0px;
  padding: 0px;
}
.global-navigation li {
  display: inline;
  border-right: 1px solid #272727;
  padding: 0px !important;
  font-size: 12px;
}
.global-navigation li a {
  padding: 2px 10px;
  color: #4d4d4f;
}
.global-navigation li a:hover {
  color: #1964b4;
}
.global-navigation li a.black-button {
  border: 1px solid #000;
  font-weight: bold;
}
.global-navigation li a.black-button:hover {
  border: 1px solid #97b101;
}
/************Navigation with logo************/
.navigation-container {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #e0e0e0;
}
.logo-container {
  float: left;
  margin: 20px 0px;
}
.navigation {
  float: right;
  margin: 30px 0px 0px 0px;
}
.navigation li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.navigation li a:link,
.navigation li a:visited {
  padding: 10px 25px;
  display: block;
  color: #4d4d4f;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.navigation li a:hover {
  background: #f1f1f1;
  color: #000;
}
.navigation li ul {
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
}
.navigation li ul li {
  display: inline;
  float: none;
}
.navigation li ul li ul li {
  display: none;
  float: none;
}
.navigation li ul li a:link,
.navigation li ul li a:visited {
  background: #e8e8e8;
  width: 150px;
  position: relative;
}
.navigation li ul li a:hover {
  background: #d0d0d0;
}
.navigation li .drop-down {
  background: url(../images/drop-down.jpg) no-repeat;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.navigation li .get-quote-button {
  background: #b9d900;
  border: 1px solid #4b4b4b;
}
.navigation li .get-quote-button:hover {
  background: #869b0e;
  color: #fff;
  transition-delay: 0.2s ease-out;
}
/************Homepage Banner************/
.homepage-banner-wrap {
  background: url(../images/homepage-banner.jpg);
  background-size: cover;
  height: 352px;
  display: block;
  position: relative;
  text-align: center;
  border-bottom: 10px solid #0099cc;
}
.homepage-banner-wrap .banner-content {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  position: relative;
  top: 20px;
}
.homepage-banner-wrap a.grey-center-button {
  background: #cbc8c4;
  border: 2px solid #0099cc;
  padding: 5px 40px;
  color: #0099cc;
  position: relative;
  top: 56px;
  font-weight: bold;
}
.homepage-banner-wrap a.grey-center-button:hover {
  background: #0099cc;
  color: #ddd;
  border: 2px solid #fff;
  transition-delay: 0.2s easeout;
}
.homepage-banner-wrap .down-fade {
  background: url(../images/fade-down.png) repeat-x;
  height: 83px;
  width: 100%;
  display: block;
  position: relative;
}
/************Content Section************/
.hm-intro-title {
  font-size: 50px;
  color: #010101;
  padding: 40px 0px 20px 0px;
}
.hm-intro-subtitle {
  font-size: 26px;
  color: #010101;
  margin: 20px 0px;
}
.hm-description {
  font-size: 18px;
  color: #010101;
  line-height: 25px;
}
.our-services {
  background: #f5f6f6;
  padding: 0px;
  margin: 40px 0px 20px 0px;
  padding-bottom: 40px;
}
.our-services li {
  width: 503px;
  float: left;
  display: inline;
  font-size: 18px;
  line-height: 25px;
  padding-right: 38px;
}
.our-services li p {
  padding: 10px 0px;
  clear: both;
  color: #363636;
}
.our-services a.tile-tag {
  color: #393939;
  font-size: 28px;
  line-height: 74px;
  margin: 10px 0px 10px 7px;
  float: left;
}
.our-services a.tile-tag:hover {
  color: #0099cc;
}
.our-services a.tile-tag .english-editing {
  background: url(../images/our-service-sprite.png) no-repeat -10px 0px;
  width: 65px;
  height: 81px;
  display: block;
  float: left;
  margin-right: 10px;
}
.our-services a.tile-tag .english-editing:hover {
  background: url(../images/our-service-sprite.png) no-repeat -174px 0px;
  width: 65px;
  height: 81px;
  display: block;
}
.our-services a.tile-tag .translation-editing {
  background: url(../images/our-service-sprite.png) no-repeat -87px 0px;
  width: 77px;
  height: 81px;
  display: block;
  float: left;
  margin-right: 10px;
}
.our-services a.tile-tag .translation-editing:hover {
  background: url(../images/our-service-sprite.png) no-repeat -251px 0px;
  width: 77px;
  height: 81px;
  display: block;
}
.homepage-inforgraphics {
  background: url(../images/homepage-inforgraphics.png) no-repeat;
  width: 1037px;
  height: 285px;
  position: relative;
  margin: 40px 0px;
}
.homepage-inforgraphics .service-assurance {
  color: #000;
  font-size: 30px;
  text-align: center;
  position: relative;
  top: 95px;
  left: 68px;
  float: left;
}
.homepage-inforgraphics ul.assurancce-list {
  position: relative;
  left: 150px;
}
.homepage-inforgraphics .assurancce-list li {
  display: inline;
  padding: 20px 63px 20px 64px;
  position: relative;
  top: 105px;
  line-height: 26px;
  float: left;
  text-align: center;
}
.homepage-inforgraphics .assurancce-list li:last-child {
  padding: 20px 0px 20px 68px;
}
/************Footer************/
.footer {
  background: #3d3d3d;
  border-top: 10px solid #282b30;
}
.footer ul.footer-list {
  margin: 25px 0px;
  float: left;
  margin-right: 40px;
}
.footer .footer-list li {
  font-size: 20px;
  padding: 7px 0px;
}
.footer .footer-list li a {
  color: #a9a9a9;
}
.footer .footer-list li a:hover {
  color: #cccccc;
}
.footer .footer-list .footer-heading {
  color: #fff;
  font-size: 25px;
}
.footer .disclaimer-wrap {
  border-left: 1px solid #4d4d4d;
  padding-left: 40px;
  float: right;
  width: 450px;
  margin-top: 30px;
}
.footer .disclaimer-wrap p {
  color: #737373;
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  line-height: 25px;
}
#verisign-wraps {
  margin: 0 0 30px;
}
#verisign-wraps .dnv {
  background: url("../images/revamped-sprite-icons.png") no-repeat scroll -11px -154px;
  display: block;
  float: left;
  height: 44px;
  margin-right: 36px;
  width: 56px;
}
#verisign-wraps .verified-secured {
  background: url("../images/revamped-sprite-icons.png") no-repeat scroll -105px -154px;
  display: block;
  float: left;
  height: 43px;
  margin-right: 36px;
  width: 167px;
}
#verisign-wraps .bbbb {
  background: url("../images/revamped-sprite-icons.png") no-repeat scroll -310px -155px;
  display: block;
  float: left;
  height: 42px;
  width: 116px;
}
/************Inner pages***********/
#breadcrums_wrap {
  padding: 15px 0 8px 0;
  font-size: 14px;
}
#breadcrums_wrap ul.breadcrums_links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#breadcrums_wrap ul.breadcrums_links li {
  float: left;
  padding: 0 5px 10px 0;
  font-size: 14px;
}
#breadcrums_wrap ul.breadcrums_links li a {
  color: #1f8dd3;
  text-decoration: none;
}
#breadcrums_wrap ul.breadcrums_links li a:hover {
  color: #116fab;
  text-decoration: none;
  background: none;
}
.inner-intro-title {
  font-size: 50px;
  color: #010101;
  padding: 40px 0px 20px 0px;
}
.inner-sub-title {
  font-size: 38px;
  color: #444444;
  padding: 40px 0px 20px 0px;
}
.inner-description {
  font-size: 18px;
  color: #5b5b5b;
  line-height: 25px;
}
.service-section {
  float: left;
  margin: 50px 60px 50px 0px;
  width: 320px;
  line-height: 25px;
}
.service-section p {
  color: #5b5b5b;
  font-size: 17px;
}
.service-section .title {
  font-size: 33px;
  color: #5a5a5a;
  line-height: 80px;
}
.service-section img {
  float: left;
}
.no-mar-r {
  margin-right: 0;
}
.green_button_wrap {
  margin: 20px 0 40px;
  text-align: center;
}
a.primary_green_button {
  background: #b9d900 none repeat scroll 0 0;
  border: 1px solid #999;
  color: #222222;
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  padding: 10px 40px;
}
a.primary_green_button:hover {
  background: #a9c40c none repeat scroll 0 0;
  color: #fff;
  transition: all 0.3s ease-out 0s !important;
}
.english-editing-process {
  background: #ecf7fc;
  width: 100%;
  padding: 10px 0px 50px 0px;
  margin-bottom: 50px;
}
.english-editing-process img {
  text-align: center;
  margin: 20px 0px;
}
/* price table classes */
#pricing-intro .title-head {
  font-size: 28px;
  color: #5b5b5b;
  line-height: 35px;
  padding: 10px 0 30px 0;
}
.pricing-page {
  background-color: #278dbe;
  margin-top: -10px;
}
.font16 {
  color: #737373;
  font-size: 16px;
}
.pricing-page-left1 {
  float: left;
  margin: 12px 0px 30px 226px;
  font-size: 20px;
  color: white;
  line-height: 27px;
}
.pricing-page-mid1 input {
  width: 200px;
  height: 30px;
  margin-left: 10px;
  float: left;
  margin-top: -10px;
  font-size: 26px;
  border: #ededed solid 1px;
  line-height: 30px;
}
.pricing-page-mid1 option {
  margin-left: 10px;
}
.pricing-page-mid1 {
  float: left;
  margin: 20px 0px 20px 10px;
  color: black;
}
.pricing-page-right1 {
  float: left;
  margin: 20px 30px 30px 20px;
}
.pricing-page-right1 input {
  height: 30px;
  width: 300px;
}
.pricing-submit1 {
  text-align: center;
  padding: 0 0 50px 0;
}
.pricing-submit1 .submit {
  width: 200px;
  height: 40px;
  float: left;
  margin: 5px 5px 0 10px;
  background-color: #278dbe;
  font-size: 18px;
  color: white;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.pricing-submit2 .submit2 {
  width: 200px;
  height: 40px;
  float: left;
  margin: 10px 0 30px 20px;
  background-color: #026655;
  font-size: 23px;
  color: white;
  border: 1px solid #cccccc;
  font-weight: normal;
}
.pricing-submit2 a {
  font-weight: normal;
}
.results {
  height: 280px;
}
select {
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 10px) calc(0.5em + 2px),
    calc(100% - 5px) calc(0.5em + 2px), calc(100% - 1.2em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 5px) 0.5em, calc(100% - 10px) 0.5em,
    calc(100% - 1.2em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.dropdown-menu {
  font-size: 19px !important;
}
.pricefor {
  display: none;
}
.fs-error {
  font-size: 16px;
  text-align: center;
  font-size: 13px;
  color: red;
  float: left;
  margin: -20px 0 0 367px;
}
#showresults {
  text-align: center;
  margin-top: 20px;
}
.first-pp {
  width: 100px;
  float: left;
  height: 300px;
}
.second-pp {
  width: 250px;
  height: 266px;
  float: left;
  border-top: 6px solid #6f7477;
  border-left: 2px solid #6f7477;
  border-bottom: 2px solid #6f7477;
  position: relative;
}
.third-pp {
  width: 260px;
  float: left;
  height: 266px;
  border-top: 6px solid #2d98c6;
  border-left: 2px solid #2d98c6;
  border-bottom: 2px solid #2d98c6;
  position: relative;
}
.fourth-pp {
  width: 255px;
  height: 266px;
  float: left;
  border-top: 6px solid #00a652;
  border-left: 2px solid #00a652;
  border-bottom: 2px solid #00a652;
  border-right: 2px solid #00a652;
  position: relative;
}
.second-pp .table-show {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
  height: 16px;
  display: block;
  float: left;
}
.third-pp .table-show {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
  height: 16px;
  display: block;
  float: left;
}
.fourth-pp .table-show {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
  height: 16px;
  display: block;
  float: left;
}
.title-ppme {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 18px;
}
.title-ppme1 {
  font-size: 24px;
  margin-top: 38px;
  margin-bottom: 16px;
}
.days-ppme1 {
  width: 100%;
  height: 26px;
  padding: 10px 0 0 20px;
  font-size: 20px;
  text-align: left;
}
.days-ppme2 {
  width: 100%;
  height: 26px;
  padding: 10px 0 0 20px;
  font-size: 20px;
  text-align: left;
}
.adv {
  color: #6f7477;
}
.pre {
  color: #2d98c6;
}
.prep {
  color: #00a652;
}
.most-popular {
  background: #fff;
  position: absolute;
  top: -18px;
  text-align: center;
  width: 150px;
  height: 32px;
  display: block;
  left: 58px;
  border-radius: 4px;
  border: 2px solid #2d97c5;
  color: #2d97c5;
  line-height: 30px;
  font-size: 20px;
}
.valuepack {
  background: url(../images/value-pack.png) no-repeat;
  width: 183px;
  height: 76px;
  position: absolute;
  top: -30px;
  left: 62px;
}
.button-action1 {
  background: #6f7477;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 40px;
  line-height: 36px;
  display: block;
  position: absolute;
  top: 226px;
}
.button-action1:hover {
  background: #b9d900;
  color: #ffffff;
}
.button-action2 {
  background: #2d98c6;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 40px;
  line-height: 36px;
  display: block;
  position: absolute;
  top: 226px;
}
.button-action2:hover {
  background: #b9d900;
  color: #ffffff;
}
.button-action3 {
  background: #00a652;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 40px;
  line-height: 36px;
  display: block;
  position: absolute;
  top: 226px;
}
.button-action3:hover {
  background: #b9d900;
  color: #ffffff;
}
.pricing-title {
  display: block;
  font-size: 28px;
  margin: 10px 0 20px 0;
}
ul.pricing-listing li {
  line-height: 24px;
  margin: 10px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
}
.discount-price-txt {
  color: red;
  display: block;
  position: absolute;
  top: 188px;
  *top: 50px;
  left: 294px;
}
#count {
  font-size: 18px;
  line-height: 35px;
}
#table-hide .hidden-price-table .slide1bg {
  background: #f7f7f7;
}
#choose-level-of-editing {
  margin-top: 70px;
  position: relative;
  top: 0px;
}
#choose-level-of-editing .choose-editages {
  font-size: 38px;
  line-height: 40px;
  margin: 75px 0px 15px 0px;
}
#choose-level-of-editing .greybg {
  background: #6f7476;
}
#choose-level-of-editing .bluebg {
  background: #2d97c5;
}
#choose-level-of-editing .greenbg {
  background: #00a651;
}
#choose-level-of-editing .section-title1 {
  width: 286px;
  float: left;
}
#choose-level-of-editing .section-title2 {
  width: 250px;
  float: left;
  position: relative;
  font-size: 18px;
  text-align: center;
  color: #fff;
  height: 260px;
  margin-left: 10px;
}
#choose-level-of-editing .section-title2 .sec-title {
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
  height: 70px;
}
#choose-level-of-editing .section-title2 .sec-title p {
  font-size: 18px !important;
  margin: 15px 0;
}
#choose-level-of-editing .section-title2 .seperation {
  border-bottom: 1px solid #fff;
  opacity: 0.8;
  width: 90%;
  margin: 12px;
  text-align: center;
}
#choose-level-of-editing .section-title2 .price-stat {
  color: #fff;
  font-size: 24px;
  margin: 20px 0px;
  height: 30px;
}
#choose-level-of-editing .section-title2 a.button-action {
  border: 2px solid #fff;
  background: #b9d900;
  color: #333333;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  width: 160px;
  height: 40px;
  line-height: 36px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#choose-level-of-editing .section-title2 a.button-action:hover {
  background: #abc707;
  text-decoration: none;
}
#choose-level-of-editing .section-title2 .valuepack {
  background: url(../images/value-pack.jpg) no-repeat;
  position: absolute;
  top: -27px;
  text-align: center;
  width: 150px;
  height: 58px;
  display: block;
  left: 50px;
}
#table-hide {
  display: block;
  margin: 10px 0 0 0;
}
#table-hide .hidden-price-table {
  font-size: 16px;
  padding-top: 0px;
}
#table-hide .hidden-price-table tr {
  padding: 10px;
  height: 40px;
  line-height: 30px;
}
#table-hide .hidden-price-table tr img {
  line-height: 0px;
}
#table-hide .hidden-price-table .slide1bg {
  background: #f7f7f7;
}
#table-hide .hidden-price-table .slide2bg {
  background: #ffffff;
}
#table-hide .hidden-price-table .colmn2 {
  width: 250px;
  text-align: center;
}
#table-hide table.hidden-price-table tr td {
  padding: 7px 0 7px 10px;
  width: 276px;
  color: #5b5b5b;
  font-size: 18px;
}
#table-hide .grey-color {
  color: #6f7476;
  font-size: 16px;
}
#table-hide .blue-color {
  color: #2d97c5;
  font-size: 16px;
}
#table-hide .green-color {
  color: #00a651;
  font-size: 16px;
}
#choose-level-of-editing .section-title2 .valuepack {
  background: url(../images/value-pack.jpg) no-repeat;
  position: absolute;
  top: -55px;
  text-align: center;
  width: 150px;
  height: 58px;
  display: block;
  left: 50px;
}
#choose-level-of-editing .section-title2 .table-show {
  width: 100%;
  position: absolute;
  bottom: -16px;
  text-align: center;
  height: 16px;
  display: block;
  float: left;
}
#choose-level-of-editing .choose-editages {
  font-size: 40px;
  line-height: 40px;
  color: #5b5b5b;
  margin: 75px 0px 15px 0px;
}
.hover-info {
  color: #ac774d;
  font-size: 13px;
  margin-top: 20px;
}
.balloonstyle {
  position: absolute;
  top: -500px;
  left: 0;
  padding: 5px;
  visibility: hidden;
  border: 1px solid #ddd;
  line-height: 18px;
  z-index: 100;
  background: #effff1;
  width: 350px;
  font-size: 12px;
}
#arrowhead {
  z-index: 99;
  position: absolute;
  top: -500px;
  left: 0px;
  visibility: hidden;
}
.greyc {
  color: #5b5b5b;
}
.balloonstyle .boolean li {
  list-style-type: none;
  padding: 0px 0px 0px 16px;
}
.translation-service .blue-title {
  font-size: 26px;
  color: #0d69b1;
}
.translation-service .service-map {
  position: relative;
  background: url(../images/translation-services.png) no-repeat;
  width: 1090px;
  height: auto;
  display: block;
  height: 150px;
  margin: 160px 0px 80px 0px;
}
.translation-service .service-map ul.heading-wrap {
  position: absolute;
  top: -70px;
}
.translation-service .service-map .heading-wrap li {
  font-size: 26px;
  display: inline-block;
  padding: 0px;
  width: 264px;
  text-align: center;
  line-height: 30px;
}
.translation-service .service-map .heading-wrap .circles {
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d7d9db;
  font-weight: bold;
  line-height: 35px;
  margin: 20px auto 0;
}
.translation-service .service-map .display-msg {
  padding: 15px 40px;
  position: absolute;
  top: 50px;
  border-radius: 6px;
  font-size: 26px;
  top: 95px;
  left: 101px;
  color: #fff;
}
.translation-service .service-map .middle {
  left: 534px !important;
}
.translation-service .service-map .right {
  left: 835px !important;
}
.grey-background {
  background: #e0e0e0;
  width: 100%;
  margin: 30px 0px;
  padding: 30px 0px;
}
.grey-background ul.list-item-grey {
  margin: 0px 100px 0px 190px;
}
.grey-background .list-item-grey li {
  display: inline-block;
  width: 350px;
  background: url(../images/grey-bullet.png) no-repeat 0px 10px;
  padding: 10px 0px 10px 40px;
  color: #444444;
}
.bonus-service {
  margin: 50px auto;
}
.bonus-service .jur-title {
  text-align: center;
  font-size: 36px;
  color: #444444;
  margin: 0px 0px 30px 0px;
}
.bonus-service .into-list li {
  width: 290px;
  padding: 30px;
  border-right: 1px solid #ccc;
  display: inline-block;
  color: #444444;
  text-align: center;
  float: left;
}
.bonus-service .into-list li p {
  padding: 10px 0px;
  font-size: 16px;
}
.translation-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.translation-table tr th {
  text-align: center;
  padding: 50px 0px;
  border: 2px solid #4ca4dd;
}
.translation-table tr td {
  border: 2px solid #4ca4dd;
  text-align: center;
  padding: 10px 0px;
  height: 30px;
  line-height: 30px;
}
.ndlvel {
  padding: 20px 0px !important;
}
.translation-table .col-line-height {
  padding-top: 10px;
}
.quality-list li {
  padding: 0px 10px 0px 20px;
  background: url(../images/small-bullet.jpg) no-repeat 0px 9px;
  margin: 10px 0px 10px 0px;
  line-height: 24px;
  color: #4b4b4b;
  font-size: 18px;
}
.payment-procedure-wrap {
  position: relative;
  margin: 30px auto 0px 120px;
}
.payment-procedure-wrap .payment-procedure li {
  width: 900px;
  border-radius: 10px;
  background: #fab03c;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  height: 95px;
  float: left;
  margin: 10px 0px;
}
.payment-procedure-wrap .payment-procedure li .white-arrow {
  background: url(../images/white-patch.png) no-repeat;
  width: 14px;
  height: 13px;
  display: block;
  margin: 40px 0px 0px 10px;
  float: left;
}
.payment-procedure-wrap .payment-procedure li .grey-patch {
  background: #5b5f66;
  color: #fff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 120px;
  height: 95px;
  text-align: center;
  margin: 0px 0px 0px 10px;
  float: left;
  line-height: 90px;
}
.payment-procedure-wrap .payment-procedure li .listed-data {
  margin: 20px 0px 0px 20px;
  float: left;
  line-height: 24px;
  color: #fff;
  font-size: 20px;
  width: 690px;
}
.blue-gren {
  background: #198c89 !important;
}
.poppy {
  background: #ed5919 !important;
}
.purple {
  background: #8379b8 !important;
}
.sky-blue {
  background: #31b8f6 !important;
}
.line-height50 {
  line-height: 50px !important;
}
.loter {
  font-size: 24px;
  margin: 20px 0px 10px 0px;
}
.address {
  border-left: 1px solid #cccccc;
  float: left;
  font-size: 18px;
  height: 355px;
  line-height: 25px;
  padding-left: 30px;
}
.address .contact-title {
  font-size: 36px !important;
}
/*FAQ page tab styles*/
#tabs .tabcontent {
  float: left;
  padding: 5px;
  width: 98%;
}
#tabs .tabcontent a {
  text-decoration: none;
}
#tabs .tabcontent a:hover {
  text-decoration: none;
}
#tabs {
  margin: 0;
  border-top: 1px #f2f2f2 solid;
  padding: 10px;
  border: 1px solid #cccccc;
}
#shadetabs #maintab {
  float: left;
  width: 850px;
  font-size: 15px;
}
#shadetabs #maintab h4 {
  font-size: 14px;
}
#shadetabs #maintab ul {
  list-style-type: none;
  margin: 0; /*Left offset of entire tab menu relative to page*/
  padding: 0;
}
#shadetabs #maintab li {
  display: inline;
  margin: 0;
  padding: 0;
}
#shadetabs #maintab li a {
  display: block;
  float: left;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  margin: 0;
  padding: 8px 0 0;
  text-align: center;
  text-decoration: none;
  width: 146px;
  color: #006d9b;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 0px solid #cccccc;
}
.widr a {
  width: 180px !important;
}
#shadetabs #maintab li a.selected {
  cursor: default;
  background: #f2f2f2;
  color: #444444;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 0px solid #cccccc;
}
#shadetabs #maintab li a:hover {
  /*onMouseover style*/
  background: #f2f2f2;
  color: #444444;
}
/*FAQ page tab styles*/
/*Accordion styles starts*/
.accordion-faq {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-family: "latolight";
}
.accordion-faq a.faq-new {
  background: url(../images/faq-tab.gif) no-repeat 0 -38px;
  width: 990px;
  height: 39px;
  margin: 0px;
  cursor: pointer;
  padding: 0 20px 0 30px;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: relative;
  display: block;
  color: #4d4d4d;
  line-height: 36px;
  margin-top: 10px;
}
.accordion-faq a.faq-new.active {
  background: #f9f9f9 url(../images/faq-tab.gif) no-repeat 0 1px;
}
.accordion-faq div.pro-content {
  background: #fff;
  color: #4d4d4d;
  display: inherit;
  padding: 15px;
  line-height: 25px;
}
.accordion-pricing {
  width: 705px;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}
.accordion-pricing a.pricing-new {
  width: 740px;
  height: 39px;
  margin: 0px;
  cursor: pointer;
  padding: 0 20px 0 18px;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: relative;
  display: block;
  color: #303030;
  line-height: 38px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.accordion-pricing div.pro-content {
  background: #fff;
  color: #58595b;
  display: block;
  padding: 15px;
  line-height: 20px;
}
.accordion-pricing div.pro-content .pss_price_wrap {
  background: #fdfdfd;
  border-top: #303030 3px solid;
  margin-right: 20px;
  float: left;
  min-width: 200px;
  padding: 10px 10px;
  display: block;
}
.accordion-pricing div.pro-content .pss_price_wrap ul.pss_pric_list li {
  border-left: #e3e3e3 1px solid;
  color: #303030;
  font-size: 18px;
  padding: 0 15px;
  float: left;
  display: inline-block;
  line-height: 30px;
}
.accordion-pricing
  div.pro-content
  .pss_price_wrap
  ul.pss_pric_list
  li:first-child {
  border-left: 0;
}
.accordion-pricing div.pro-content .pss_price_wrap .pss_price_icons {
  color: #8d8e8e;
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 28px;
}
.accordion-pricing
  div.pro-content
  .pss_price_wrap
  .pss_price_icons.icon-dollar {
  width: 25px;
  height: 27px;
}
.accordion-pricing div.pro-content .pss_service_button_wrap {
  float: right;
}
/*Accordion styles ends*/
ul.blue_listing {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: latolight;
}
ul.blue_listing li {
  background: url(../images/blue_round_bullet.png) left 7px no-repeat;
  line-height: 24px;
  padding: 0 0 0 18px;
  margin: 10px 0 20px 0;
  font-size: 20px !important;
}

/* news  details page */
.news1 {
  margin: 30px 0px;
}
.newsbg {
  background-image: url(../images/new_bg.gif);
  background-repeat: no-repeat;
  width: 87px;
  height: 80px;
  padding: 15px 0 0 0;
  float: left;
  text-align: center;
  line-height: 30px;
}
.news1 .content {
  width: 100%;
}
.news-head {
  font-size: 40px;
  color: #010101;
  padding: 40px 0px 0px 0px;
}
.news1 .content p {
  font-size: 18px;
  color: #5b5b5b;
  line-height: 25px;
  margin-bottom: 10px;
}
.divider {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #ccc;
  height: 6px;
  margin: 10px 0;
}

#editage-in-news {
  margin: 70px 0px 0px 0px;
  background: #f5f6f6;
  padding: 50px 0px;
}
#editage-in-news .section-title-one {
  font-size: 40px;
  font-family: "Microsoft YahEi";
  margin-bottom: 40px;
}
#editage-in-news .news-display li {
  width: 100%;
  float: left;
  /*margin-bottom: 40px;*/
}
#editage-in-news .news-display li img {
  border: 1px solid #ccc;
  float: left;
  margin-right: 20px;
  padding: 0px 10px;
  background-color: #fff;
}
#editage-in-news .news-display li .cole {
  display: block !important;
}
#editage-in-news .news-display li h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* payment page styles starts */
ul.list-payment-options {
  margin: 0;
  padding: 0;
}
ul.list-payment-options li {
  width: 226px;
  float: left;
  list-style-type: none;
  margin: 20px 0 50px 59px;
  position: relative;
  text-align: center;
  border: 0px solid #ccc;
  font-family: "Microsoft Yahei";
}
ul.list-payment-options li:first-child {
  margin-left: 0;
}
ul.list-payment-options li .icon1 {
  background: url(../images/payment-icons.png) 3px 0 no-repeat;
  width: 95px;
  height: 88px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
ul.list-payment-options li .icon2 {
  background: url(../images/payment-icons.png) -109px 0 no-repeat;
  width: 95px;
  height: 88px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
ul.list-payment-options li .icon3 {
  background: url(../images/payment-icons.png) -217px 0 no-repeat;
  width: 97px;
  height: 88px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
ul.list-payment-options li .icon4 {
  background: url(../images/payment-icons.png) -325px 0 no-repeat;
  width: 95px;
  height: 88px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
ul.list-payment-options li .bg1 {
  background-color: #0a6cad !important;
}
ul.list-payment-options li .bg2 {
  background-color: #51b107 !important;
}
ul.list-payment-options li .bg3 {
  background-color: #d80404 !important;
}
ul.list-payment-options li .bg4 {
  background-color: #fd6800 !important;
}
ul.list-payment-options li .bdr1 {
  border-color: #0a6cad !important;
}
ul.list-payment-options li .bdr2 {
  border-color: #51b107 !important;
}
ul.list-payment-options li .bdr3 {
  border-color: #d80404 !important;
}
ul.list-payment-options li .bdr4 {
  border-color: #fd6800 !important;
}
ul.list-payment-options li .title {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 35px 0 20px 0;
  line-height: 22px;
}
ul.list-payment-options li .box-content {
  background-color: #f2f2f2;
  position: relative;
  width: 200px;
  height: 200px;
  border-top: 4px solid;
  padding: 0 13px 20px 13px;
  border-radius: 0px 0px 5px 5px;
}
ul.list-payment-options li .box-content.arrow-trans {
  width: 15px;
  height: 8px;
}
ul.list-payment-options li p {
  margin: 20px 0;
  line-height: 24px;
  font-size: 16px;
}
ul.list-payment-options li .box-content a {
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  left: 62px;
  text-decoration: none;
  border-radius: 5px;
}
ul.list-payment-options li .box-content a:hover {
  opacity: 0.9;
}

.quality-list li {
  padding: 0px 10px 0px 20px;
  background: url(../images/small-bullet.jpg) no-repeat 0px 9px;
  margin: 10px 0px 10px 0px;
  line-height: 24px;
  color: #4b4b4b;
  font-size: 18px;
}

.payment-procedure-wrap {
  position: relative;
  margin: 30px auto 0px 120px;
}
.payment-procedure-wrap .payment-procedure li {
  width: 900px;
  border-radius: 10px;
  background: #fab03c;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  height: 95px;
  float: left;
  margin: 10px 0px;
}
.payment-procedure-wrap .payment-procedure li .white-arrow {
  background: url(../images/white-patch.png) no-repeat;
  width: 14px;
  height: 13px;
  display: block;
  margin: 40px 0px 0px 10px;
  float: left;
}
.payment-procedure-wrap .payment-procedure li .grey-patch {
  background: #5b5f66;
  color: #fff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 120px;
  height: 95px;
  text-align: center;
  margin: 0px 0px 0px 10px;
  float: left;
  line-height: 90px;
}
.payment-procedure-wrap .payment-procedure li .listed-data {
  margin: 20px 0px 0px 20px;
  float: left;
  line-height: 24px;
  color: #fff;
  font-size: 20px;
  width: 690px;
}
.blue-gren {
  background: #198c89 !important;
}
.poppy {
  background: #ed5919 !important;
}
.purple {
  background: #8379b8 !important;
}
.sky-blue {
  background: #31b8f6 !important;
}

/* payment page styles starts ends*/
