/****** ENAGO STYLE CSS *******/


/** Common **/

a.common-link {
color: #00F;
text-decoration: underline;
}

a.common-link:hover {
text-decoration: none;
}

hr {
border: 0;
border-bottom: #EEE 1px solid;
background: none;
margin: 30px 0;
clear: both;
}

h2.sub-head {
margin-bottom: 15px;
color: #333;
font-family: oxygenregular;
font-size: 29px;
font-weight: bold;
line-height: 35px;
}

h3.cont-head {
margin-bottom: 15px;
font-family: oxygenregular;
font-size: 18px;
}

.no-bdr {
border: 0 !important;
}

.last-cont,
.lastp {
margin-bottom: 30px !important;
}

.line-higt-normal {
line-height: normal !important;
}

.odd-bg {
background: #f6f6f6;
border: #ededed 1px solid;
}

.trans-eff {
-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: all 0.2s ease-in-out;
}

.pos-rel {
position: relative;
}

.pos-abs {
position: absolute;
}

.page-head {
margin: 15px 0 30px;
}

.page-head h1 {
float: left;
background: #FFF;
padding: 0 3px 0 0;
line-height: 50px;
font-family: oxygenregular;
}

.page-head span {
border-bottom: #EEE 4px solid;
display: block;
line-height: 28px;
}

.text-red {
color: #bb335c;
}

.text-high-red {
color: #F00;
}

.text-red-high {
color: #bb335c;
font-weight: 600;
}

.text-blue {
color: #009dcd;
}

.text-blue-high {
color: #009dcd;
font-weight: 600;
}

.text-yellow {
background: #ffffac;
font-weight: normal;
}

.a-right {
text-align: right;
}

ul.flags {
margin: 0px;
}

.flags li {
margin: 0px;
display: block;
width: 30px;
list-style-type: none;
float: right;
}

.home #home.active,
.editing-services #editing-services.active,
.subject-areas #subject-areas.active,
.editors #editors.active,
.quality-assurance #quality-assurance.active,
.quotation-payment #quotation-payment.active,
.about-us #about-us.active,
.subject-areas #service-guarantee.active,
.editors #service-guarantee.active,
.quality-assurance #quality-assurance.active,
.author-edu #authoreducation.active {
background: #1bb3ff;
}

.publication-support #publication-support.active {
border-bottom: 4px solid #1bb3ff;
background: #1bb3ff;
}

.striped-box {
background: #f9f9f9 url(../images/common/liner-trans-bg.png) 0 0 repeat;
padding: 15px;
}

.bg-red {
background-color: #f4dce3;
}

.bg-blue {}

.easyPieChart span.text {
font: normal 32px Bebas Neue;
color: #666;
}

.table.common {
margin: 20px 0;
max-width: 825px;
}

.table.common th,
.table-striped tbody tr:nth-child(odd) th {
background: #019dce;
color: #FFF;
font-family: bebas_neueregular;
text-align: center;
vertical-align: middle;
padding: 15px 8px;
}

.table.common th a {
color: #FFF;
}

.table.common th a:hover {
color: #000;
}

.table.common span.small {
font: normal 16px bebas_neueregular;
}

.table.common th span.small-text {
font: normal 18px bebas_neueregular;
display: inline-block;
background: #bb335c;
padding: 1px 10px;
}

.table.common td {
padding: 10px;
}

.table.common tr.sub-head td,
.table.common td.sub-head {
background: #c8e8f3;
border-color: #FFF;
font-weight: 600;
}

.table.common td.mid {
vertical-align: middle;
}

.table.common td.cent {
text-align: center;
}

.table.common td.rigt {
text-align: right;
}

.table.common .moon-checkmark:before {
color: #8cc98e;
font-size: 17px;
}

.table.common .moon-close:before {
color: #e3a2a2;
}

.font-11 {
font-size: 11px !important;
}

.font-12 {
font-size: 12px !important;
}

.font-13 {
font-size: 13px !important;
}

.font-14 {
font-size: 14px !important;
}

.font-16 {
font-size: 16px !important;
}

.box-bdr-btm {
border-bottom: 1px solid #EEE;
padding-bottom: 10px;
margin-bottom: 10px;
}

#clients-say-bottom {
border-top: #EEE 1px solid;
margin-top: 40px;
padding-top: 30px;
}

#clients-say-bottom .container {
border-bottom: #EEE 1px solid;
z-index: initial;
}

#clients-say-bottom h2 {
text-align: center;
margin-bottom: 10px;
font-size: 30px;
}

#clients-say-bottom h2:after {
content: "";
display: block;
width: 60px;
height: 4px;
background: #cd6987;
margin: 10px auto 0;
}

#clients-say-bottom p.details {
text-align: right;
margin-bottom: 30px;
}


/** Tabs **/

.tabbable .nav-tabs>li>a:hover {
background-color: #EEE;
}

.tabbable .nav-tabs>li.active>a:hover {
background-color: #009dcd;
}

.tabbable .nav-tabs>li>a {
position: relative;
}

.tabbable .nav-tabs>li.active>a:after {
content: "";
display: block;
background: url(../images/common/blue-down-arrow.png) center bottom no-repeat;
width: 23px;
height: 15px;
position: absolute;
bottom: -15px;
left: 50%;
margin-right: -12px;
}

.tabbable.samples .nav-tabs>li {
width: 205px;
}

.tabbable.samples .nav-tabs>li>a {
padding: 5px 5px 5px 75px;
}

.tabbable.samples .nav-tabs>li span {
display: block;
background: #FFF;
width: 60px;
height: 60px;
border-radius: 50%;
border: #EEE 1px solid;
position: absolute;
left: 5px;
top: 3px;
}

.tabbable.samples .nav-tabs>li span i {
background: url(../images/editing-services/sub-area-icons.png) 0 0 no-repeat;
display: block;
width: 45px;
height: 38px;
margin: 11px 0 0 4px;
}

.tabbable.samples .nav-tabs>li.mnb.active span i {
background-position: 0 -38px;
}

.tabbable.samples .nav-tabs>li.pne span i {
background-position: -47px 0;
}

.tabbable.samples .nav-tabs>li.pne.active span i {
background-position: -47px -38px;
}

.tabbable.samples .nav-tabs>li.enb span i {
background-position: -93px 1px;
}

.tabbable.samples .nav-tabs>li.enb.active span i {
background-position: -93px -37px;
}

.tabbable.samples .nav-tabs>li.ans span i {
background-position: -143px 0;
}

.tabbable.samples .nav-tabs>li.ans.active span i {
background-position: -143px -38px;
}

.tabbable.samples .tab-content .row-fluid .first {
border-right: #EEE 1px solid;
}

.tabbable.samples .tab-content .row-fluid span {
margin-left: 0;
}


/*.tabbable.samples .tab-content .row-fluid span.subj:after { content:"\2192"; font-family:Arial; float:right; margin-right:25px; }*/

.tabbable.samples .tab-content .row-fluid span.sample a {
text-decoration: underline;
}

.tabbable.samples .tab-content .row-fluid span.sample:before {
content: "\e4e5";
font-family: moon;
font-size: 16px;
color: #4258ca;
margin-right: 5px;
}

.tabbable.samples .tab-content .row-fluid span.subj {
display: block;
}

.tabbable.samples .tab-content .row-fluid span a {
text-decoration: underline;
color: #00F;
}

.tabbable.samples .tab-content .row-fluid span a:hover {
text-decoration: none;
}

.tabbable.sub-areas .tab-content {
padding: 15px;
}

.tabbable.sub-areas .nav-tabs>li>a {
padding: 15px 30px 15px 80px;
position: relative;
}

.tabbable.sub-areas .nav-tabs>li span {
display: block;
background: #FFF;
width: 60px;
height: 60px;
border-radius: 50%;
border: #EEE 1px solid;
position: absolute;
left: 5px;
top: 3px;
}

.tabbable.sub-areas .nav-tabs>li span i {
font-size: 40px;
color: #009dcd;
display: block;
margin: 10px 0 0 10px;
}


/*.tabbable.sub-areas .tab-content .row-fluid .span12 p, .tabbable.sub-areas .tab-content .row-fluid .span6 p { padding:10px 25px; }*/

.tabbable.sub-areas .tab-content .table.common th {
padding: 8px;
font-size: 20px;
background: #c8e8f3;
color: #000;
border-color: #FFF;
}

.tabbable.sub-areas .tab-content .table.common td {
font-size: 13px;
}

.tabbable.editor-profiles .nav-tabs>li {
width: 33.15%;
}

.tabbable.editor-profiles .nav-tabs>li>a {
font-size: 18px;
text-transform: uppercase;
padding: 15px 18px;
}

.tabbable.editor-profiles .nav-tabs>li>a span {
display: block;
float: left;
width: 52px;
height: 40px;
margin-right: 10px;
background: url(../images/editing-services/sub-area-icons.png) 0 2px no-repeat;
}

.tabbable.editor-profiles .nav-tabs>li.pne>a span {
background-position: -93px 1px;
}

.tabbable.editor-profiles .nav-tabs>li.bnh>a span {
background-position: -143px 0;
}

.tabbable.editor-profiles .nav-tabs>li.active>a span {
background-position: 0 -77px;
}

.tabbable.editor-profiles .nav-tabs>li.pne.active>a span {
background-position: -93px -77px;
}

.tabbable.editor-profiles .nav-tabs>li.bnh.active>a span {
background-position: -143px -77px;
}

.tabbable.four-tab .nav-tabs>li {
width: 24.8%;
}

.tabbable.four-tab .nav-tabs>li a {
text-align: center;
font-size: 16px;
}

.tabbable.four-tab .table.common {
margin: 10px 0 0;
}

.tabbable.publication {}

.tabbable.publication .nav-tabs>li {
width: 24.85%;
}

.tabbable.publication .nav-tabs>li>a {
font-size: 14px;
text-transform: uppercase;
padding: 15px 10px;
}

.tabbable.publication .nav-tabs>li.active a {
background: #8eb521;
}

.tabbable.publication .nav-tabs>li>a span {
display: block;
float: left;
width: 40px;
height: 30px;
margin-right: 10px;
}

.tabbable.publication .nav-tabs>li>a span:before {
content: "\f05a";
font-family: FontAwesome;
font-size: 24px;
margin-left: 10px;
}

.tabbable.publication .nav-tabs>li.fees>a span:before {
content: "\f02c";
}

.tabbable.publication .nav-tabs>li.faq>a span:before {
content: "\f086";
}

.tabbable.publication .nav-tabs>li.testim>a span:before {
content: "\f10d";
}

.tabbable.publication .nav-tabs>li.active>a:after {
background-image: url(../publication-support/images/tab-arrow.png);
width: 15px;
height: 17px;
position: absolute;
bottom: -18px;
left: 50%;
margin-right: -12px;
}

.tabbable.publication .tab-content {
border: 0;
border-top: 1px solid #d3d3d3;
padding: 20px 5px;
}

.tabbable.two-col.big .nav-tabs>li {
width: 49.8%;
}

.tabbable.two-col.big .nav-tabs>li>a {
padding: 20px 0;
text-align: center;
font: normal 28px bebas_neueregular;
}

.tabbable.two-col.big.iso .nav-tabs>li>a {
padding: 15px 20px;
font: normal 20px bebas_neueregular;
}


/**BUTTONS**/

.org-btn {
display: inline-block;
position: relative;
background: #e37222;
padding: 5px 26px;
border-radius: 4px;
font-family: bebas_neueregular;
color: #FFF;
text-shadow: #333 0 1px 0;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
-webkit-box-shadow: 0px 4px 0px #ab5314;
-moz-box-shadow: 0px 4px 0px #ab5314;
box-shadow: 0px 4px 0px #ab5314;
line-height: 23px !important;
}

.org-btn.big {
font-size: 30px;
}

.org-btn:hover {
background: #f58e46;
color: #FFF;
}

.org-btn:active {
-webkit-box-shadow: 0px 1px 0px #ab5314;
-moz-box-shadow: 0px 1px 0px #ab5314;
box-shadow: 0px 1px 0px #ab5314;
position: relative;
top: 2px;
}

.btn-read-more {
padding: 8px 15px;
font-size: 14px;
color: #00F;
text-decoration: underline;
}

.btn-read-more i {
margin-left: 5px;
font-size: 13px;
text-decoration: none;
}

.btn-read-more:hover {
background: none;
color: #00F;
text-decoration: none;
}

.only-link {
padding: 8px 0;
}


/*.only-link:after { content:"\e3c3"; font-family:moon; margin-left:8px; font-weight:normal; vertical-align:text-top;text-decoration:none !important; }*/

.only-link:after {
content: "";
display: inline-block;
background: url(../images/common/link-arrow.png) 0 0 no-repeat;
width: 13px;
height: 12px;
vertical-align: middle;
margin-left: 5px;
}

.only-link:hover {
background: none;
color: #CC0000;
text-decoration: underline;
}

.bottom-cta {
margin: 0;
padding: 10px 18px;
background: #f7f7f7;
text-align: center;
border: #e1e1e1 1px solid;
}

.bottom-cta .span6 {
margin: 0;
background: #EEE;
padding: 20px 0;
}

.bottom-cta p.cta-wrap a {
display: inline-block;
text-align: center;
margin: 0 auto;
width: auto;
}

.bottom-cta a.big {
font-size: 48px;
padding: 24px;
margin-bottom: 15px;
position: relative;
}

.bottom-cta a.big span {
position: absolute;
display: block;
left: -4px;
top: -4px;
background: url(../images/common/cta-bottom-dis-tag.png) 0 0 no-repeat;
width: 81px;
height: 71px;
}

.bottom-cta a.small {
font-size: 28px;
padding: 10px 0;
font-weight: normal;
}

.bottom-cta .span3 {
margin: 0;
position: relative;
}

.bottom-cta .span3 .cta-shape {
position: relative;
height: 67px;
width: 0px;
padding: 0px;
background-color: #EEE;
border-radius: 0px;
top: 0px;
left: 0px;
float: left;
-webkit-transform: rotate(0deg) skew(0deg);
transform: rotate(0deg) skew(0deg);
border-top: 30px solid transparent;
border-left: 52px solid #E2E2E2;
border-right: 0px transparent;
border-bottom: 30px solid transparent;
}

.bottom-cta .span3 .cta-contact {
float: left;
background: #EEE;
height: 67px;
width: 200px;
margin-top: 30px;
}

.bottom-cta .span3 .cta-contact span {
display: block;
padding-left: 25px;
}

.bottom-cta .span3 .cta-contact span.head {
color: #bb335c;
margin-top: 8px;
font-size: 18px
}

.bottom-cta .span3 .cta-contact span.email {
margin-top: 5px;
font-size: 14px;
}

.bottom-cta .span3 .cta-contact span.email i {
font-size: 20px;
vertical-align: middle;
}

.bottom-cta hr {
border-color: #e1e1e1;
margin: 20px auto;
}

.bottom-cta p.cta-contact {
font-size: 18px;
}

.bottom-cta p.cta-contact i {
vertical-align: middle;
}

.alert-information ul {
padding-left: 10px;
margin-left: 20px;
list-style-type: none;
}

.alert-information ul li {
position: relative;
padding-left: 0;
}

.alert-information ul li:before {
position: absolute;
content: "\e3b1";
font-family: 'moon';
margin-left: -20px;
font-size: 8px;
}

table.service a.common-link,
.service-covered .striped-box a {
color: inherit;
text-decoration: none;
}

table.service a.common-link i,
.service-covered .striped-box a i {
color: #00F;
}

.common-list {
list-style-type: none;
padding: 0;
margin: 0 0 0 35px;
}

.common-list li {
margin-bottom: 10px;
position: relative;
}

.common-list li:before {
position: absolute;
content: "\e3c3";
font-family: 'moon';
color: #000000;
font-size: 14px;
padding-right: 10px;
vertical-align: bottom;
margin-left: -25px;
}

.common-list li ul li:before {
content: "";
}

.common-list li ul {
padding: 0;
margin: 10px 0 0 15px;
}

.common-list li ul li {
margin-bottom: 5px;
padding: 0 0 0 20px;
line-height: 18px;
background: url(../images/common/sub-list-bullet.png) 0 5px no-repeat;
}

.common-list.tick li:before {
content: "\e370";
}


/*.tooltip-text { cursor:pointer; }
.tooltip .tooltip-inner { width:200px; padding:10px 15px; text-align:left; }
.sub-list.tick .tooltip .tooltip-inner { text-align:left; padding:10px; width:300px; }
.sub-list.tick .tooltip.top .tooltip-arrow { bottom:-30px; }*/

.boxcallout {
padding: 10px;
width: 550px;
display: block;
background-color: #FFC;
border: solid 1px #FC0;
margin-left: -32%;
position: absolute;
z-index: 200;
font-size: 11px;
}


/*.no-list {margin-left:5px !important;}
.no-list li { padding:0px !important; background:none !important;  }*/

.sub-list {
list-style-type: none;
padding: 0;
margin: 0 0 0 15px;
}

.sub-list li {
margin-bottom: 5px;
padding: 0 0 0 20px;
background: url(../images/common/sub-list-bullet.png) 0 5px no-repeat;
text-align: left;
}

.sub-list li ul {
margin-left: 15px;
padding: 0;
}

.sub-list li ul li {
background: none;
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
}

.sub-list li ul li:before {
content: "- ";
font-family: Open Snas SamiBold;
left: -10px;
position: absolute;
}

.sub-list.tick li {
background: none;
}

.sub-list.tick li:before {
content: "\e370";
font-family: moon;
font-size: 15px;
margin: 0 10px 0 -30px;
vertical-align: text-bottom;
color: #000
}

.common-list.phd {
margin-left: 40px;
}

.common-list.phd li:before {
content: "\e625";
font-family: linecons;
font-size: 18px;
margin-left: -30px;
}

.no-list {
margin: 0 -1px;
}

.no-list li {
font-size: 13px;
background: url(../images/common/red-bullet-small.png) 0 7px no-repeat;
padding-left: 12px;
}

.no-list li a:hover {
text-decoration: underline;
color: #00f;
}

.no-list li a i:before,
.service-covered a.lightbox i:before {
content: "\e47b";
}

.moon-question-2.info-icon {
color: #000000;
font-size: 15px;
vertical-align: middle;
}

.fancy-pop {
display: none;
}

.two-cols-box .span6 {
border: #e7e7e7 1px solid;
margin: 0;
}

.two-cols-box .span6 .head {
font: normal 24px bebas_neueregular;
color: #bb335c;
padding: 18px 0;
text-align: center;
background: #EEE;
}


/** End Common **/


/** overwrite **/

ul.global_links {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
}

ul.global_links li.dropdown a {
padding: 10px;
text-transform: uppercase;
list-style: none;
}

ul.global_links ul.dropdown-menu {
width: 250px;
padding: 5px;
left: auto;
right: 0;
}

ul.global_links ul.dropdown-menu li {
float: left;
width: 120px;
}

ul.global_links ul.dropdown-menu li a {
border: 0;
padding: 5px;
font-size: 11px;
}

ul.global_links ul.dropdown-menu li a:hover {
background: #EEE;
border-radius: 4px;
color: #bb335c;
}

.dropdown:hover .dropdown-menu {
display: block;
}

.textwidget.top-keyword {
font-size: 11px;
color: #444;
}

.top_nav .widget ul.top_links {
margin-top: 0;
float: right;
}

.top_nav .widget ul.top_links li a {
color: #444;
border-left: #999 1px solid;
padding: 0 10px;
font-size: 12px;
line-height: 10px;
}

.top_nav .widget ul.top_links li a:hover {
color: #009dcd;
}

.top_nav .widget ul.top_links li.top-login {
position: relative;
width: 106px;
}

.top_nav .widget ul.top_links li.top-login a {
position: absolute;
display: block;
background: #009dcd;
border-radius: 0 0 5px 5px;
font-size: 13px;
color: #FFF;
left: 0;
top: -6px;
right: -15px;
padding: 11px 15px;
}

.top_nav .widget ul.top_links li.top-login a:hover {
background: #0088b2;
}

nav .menu li ul.sub-menu li a {
display: block;
margin: 9px 10px;
padding: 0 3px 0 12px;
border-left: #d8d8d8/*5a021d*/
3px solid;
font-size: 16px;
float: none;
font-family: bebas_neueregular; 
}

nav .menu>li ul.sub-menu li.sub-arrow:before {
content: "\e385";
font-family: moon;
float: right;
color: #cd6987;
font-size: 10px;
margin: 6px 10px 0 0;
}

nav .menu li>ul.sub-menu li.service a {
border: 0;
}


/** End overwrite **/


/** Header **/

.header_logo .cta-box .org-btn {
margin-top: 0px;
}

.header_logo .cta-box .org-btn .dis-tag {
display: block;
background: url(../images/common/cta-dis-tag.png) 0 0 no-repeat;
width: 100px;
height: 27px;
right: -27px;
top: 6px;
}

.cta-box .org-btn {
margin-top: 0px;
}

.cta-box .org-btn .dis-tag {
display: block;
background: url(../images/common/cta-dis-tag.png) 0 0 no-repeat;
width: 100px;
height: 27px;
right: -27px;
top: 6px;
}

.breadcrumbss {
background: #f6f6f6;
border-bottom: #e2e3e2 1px solid;
padding: 5px 0;
}

.breadcrumbss ul li,
.breadcrumbss ul li a {
color: #000;
}

.breadcrumbss ul li:last-child {
color: #999;
}


/** End Header **/


/** Sidebar **/

#editing-services-side-nav.sidebar-box,
#subject-areas-side-nav.sidebar-box,
#editors-side-nav.sidebar-box,
#about-us-side-nav.sidebar-box,
#quality-side-nav.sidebar-box,
#quotation-side-nav.sidebar-box,
#service-guarantee-side-nav.sidebar-box {
display: none;
}

.editing-services #editing-services-side-nav.sidebar-box,
.subject-areas #subject-areas-side-nav.sidebar-box,
.editing #editing-side-nav.sidebar-box,
.editors #editors-side-nav.sidebar-box,
.quality-assurance #quality-side-nav.sidebar-box,
.about-us #about-us-side-nav.sidebar-box,
.quotation-payment #quotation-side-nav.sidebar-box,
.service-guarantee #service-guarantee-side-nav.sidebar-box {
display: block;
}

.sidebar-box {
border: #CCC 1px solid;
border-radius: 5px;
margin-bottom: 20px;
}

.sidebar-box h3.nav-head {
color: #000;
font: normal 24px oxygenregular;
padding: 10px 0 10px 20px;
border-top: #000 3px solid;
background: #f6f6f6;
line-height: 24px;
}

#side-nav.accordion,
#side-nav .accordion-group {
margin: 0;
}

#side-nav.accordion .accordion-heading {
background: none;
border: 0;
border-top: 1px solid #d3d3d3;
}

#side-nav.accordion .accordion-heading:after {
content: "\f067";
font-family: FontAwesome;
font-size: 12px;
background: none;
border: 0;
z-index: -1;
line-height: 48px;
color: #b7b7b7;
}

#side-nav.accordion .accordion-heading a {
font-size: 14px;
}

#side-nav.accordion .accordion-heading.in_head {
border-top: 1px solid #d3d3d3;
}

#side-nav.accordion .accordion-heading.in_head:after,
#side-nav.accordion .accordion-heading.in_head:after {
content: "\f068";
z-index: 1;
}

#side-nav.accordion .accordion-heading.in_head a {
color: #000;
}

#side-nav .side-link {
border-top: 1px solid #d3d3d3;
display: inline-block;
width: 100%;
}

#side-nav .side-link a {
display: block;
padding: 12px 16px;
}

#side-nav .sub-link a {
display: block;
font-size: 13px;
color: #666;
padding: 5px 0 5px 25px;
border-top: #EEE 1px solid;
}

#side-nav a.active,
.side-link.active {
background-color: #f6f6f6;
}

.sidebar-box.other {
padding: 10px 15px;
}

.sidebar-box.other.awards {
margin-top: 30px;
}

.sidebar-box.other h3 {
color: #bb335c;
font: normal 24px Bebas Neue;
}

.side-testim-cont .controls .prev,
.side-testim-cont .controls .next {
top: 10px;
}

.side-testim-item {
width: 230px;
float: left;
}

.side-testim-item .img-box {
padding-bottom: 5px;
margin-top: 10px;
}

.side-testim-item .img-box span {
display: block;
float: left;
}

.side-testim-item .img-box .client-img {
width: 67px;
height: 67px;
border-radius: 50%;
border: #FFF 3px solid;
margin-right: 10px;
box-shadow: #CCC 0 0 2px;
}

.side-testim-item .img-box .client-img.first {
background: url(../images/sidebar/testimonials/client-pic1.jpg) -6px 0 no-repeat;
}

.side-testim-item .img-box .client-img.second {
background: url(../images/sidebar/testimonials/client-pic2.jpg) -6px -3px no-repeat;
}

.side-testim-item .img-box .client-img.third {
background: url(../images/sidebar/testimonials/client-pic3.jpg) -9px -3px no-repeat;
}

.side-testim-item .img-box .client-img.fourth {
background: url(../images/sidebar/testimonials/client-pic4.jpg) -6px -0px no-repeat;
}

.side-testim-item .img-box .client-img.fifth {
background: url(../images/sidebar/testimonials/client-pic5.jpg) -10px -2px no-repeat;
}

.side-testim-item .img-box span.name {
width: 130px;
font-weight: 600;
line-height: 16px;
border-bottom: #E1E1E1 1px solid;
margin: 15px 0 3px;
padding-bottom: 5px;
}

.side-testim-item .img-box span.country {
font-size: 12px;
color: #666;
}

.side-testim-item .cont {
font-size: 13px;
line-height: 20px;
}

.side-award-item {
border-bottom: #CCC 1px solid;
position: relative;
padding: 15px 0;
}

.side-award-item img {
position: absolute;
bottom: -10px;
left: -10px;
padding: 0 10px;
background: #FFF;
}

.side-award-item .side-award-text {
display: block;
line-height: 18px;
}

.side-award-item.biz {
margin-top: 25px;
}

.side-award-item.biz .side-award-text {
padding-left: 50px;
}

.side-award-item.wqc {
margin-top: 10px;
}

.side-award-item.wqc img {
left: auto;
right: 0px;
}

.side-award-item.wqc .side-award-text {
padding-right: 50px;
}

.side-award-item.iso {
margin-top: 10px;
}

.side-award-item.iso img {
top: 12px;
}

.side-award-item.iso .side-award-text {
padding-left: 70px;
}

.side-award-item.red {
border: 0;
}

.side-award-item.red img {
top: -2px;
left: auto;
right: 0px;
}

.side-award-item.red .side-award-text {
padding-right: 70px;
}

.sidebar-box.accepted {
padding-bottom: 370px;
}

.sidebar-box.accepted p {
font-size: 13px;
}

.side-accepted-wrap {
position: absolute;
left: 5px;
top: auto;
width: 240px;
}

.sidebar-box.accepted .pager {
margin: 0 0 10px 0;
}

.sidebar-box.accepted .pager a {
display: inline-block;
background: #e2e2e2;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 3px;
}

.sidebar-box.accepted .pager a.selected {
background: #cd6987;
}

.sidebar-box.accepted .pager a span {
display: none;
}

#side-accepted .span3 {
margin-left: 5px;
width: 235px;
}

#side-accepted table.accepted {
border-radius: 5px;
}

#side-accepted table.accepted th {
background: #cd6987;
color: #FFF;
text-align: center;
border-radius: 5px 5px 0 0;
padding: 10px;
font-weight: normal;
font-size: 16px;
}

#side-accepted table.accepted td {
padding: 5px;
font-size: 11px;
vertical-align: middle;
}

#side-accepted table.accepted td.sub-head {
font-size: 12px;
font-weight: 600;
color: #cd6987;
background: repeating-linear-gradient( -35deg, #FFF, #FFF 1px, #ededed 1px, #ededed 3px);
}

#side-accepted table.accepted tr.impact-box td {
background: #009dcd;
color: #FFF;
}

#side-accepted table.accepted td.impact-num {
font-size: 28px;
border-radius: 0 5px 5px 0;
}

#side-accepted table.accepted tr td.sub-head {
border-radius: 5px 0 0 5px;
}


/** End Sidebar **/


/** Footer Style **/

.widget_partners img {
margin-bottom: 13px;
}

#disclaimer .font-11,
#copyright .font-11 {
line-height: 16px;
}

.linking {
margin: 0;
padding: 0 0 0 15px;
}

.linking li {
margin: 0 0 5px 0;
padding: 0;
list-style-type: square;
}

.linking li a:hover {
color: #b0b0b0;
}

.regional-select {
background: #2a2a2a;
border: #222 1px solid;
border-radius: 50px;
margin-top: 35px;
}

.regional-select h3 {
font-size: 22px;
color: #FFF;
background: #3b3b3b;
padding: 10px 30px;
border-radius: 50px 0 0 50px;
}

.regional-select .btn-group {
display: block;
}

.regional-select .btn-group .dropdown-menu {
width: 90%;
}

.regional-select .btn-group .dropdown-menu li a {
padding: 8px 20px;
}

.regional-select .btn-group .dropdown-menu li a:hover {
background: #bb335c;
}

.regional-select a.btn {
display: block;
font-size: 18px;
color: #CCC !important;
padding: 10px 30px;
border-radius: 0 50px 50px 0;
}

.regional-select a.btn span.caret {
border-bottom: #CCC 10px solid;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
margin-left: 15px;
}

span.regn-flag {
display: inline-block;
width: 24px;
height: 17px;
background: url(../images/regions-small-flags.png) 0 0 no-repeat;
vertical-align: text-bottom;
display: table;
}
span.regn-flag.usa{background-position: -50px -18px;}
span.regn-flag.japan{background-position: 0 0;}
span.regn-flag.china{    background-position: -25px -18px;}
span.regn-flag.korea{background-position: -75px 0;}
span.regn-flag.germany {
background-position: -75px -18px;
}
.grey-bg{background: #333;
   color: #000;}
   .regioncheck span.flaglink{display: table;
  margin: 0 auto;
    font-weight: normal;
    font-size: 14px;}
    .regioncheck.active span.flaglink{display: table;
        color: #d52b1e;}

span.regn-flag.china {
background-position: -25px -18px;
}

span.regn-flag.taiwan {
background-position: 0 -18px;
}

span.regn-flag.turkey {
background-position: -100px -18px;
}

span.regn-flag.brazil {
background-position: -25px 0;
}

span.regn-flag.korea {
background-position: -75px 0;
}

span.regn-flag.east {
background-position: -100px 0;
}

span.regn-flag.kazakhstan {
background-position: -50px 0;
}


/** End Footer **/


/**Editing Service**/

h2.subj {
margin-bottom: 5px;
}

.sub-head.subj:before {
content: "";
margin-right: 10px;
display: inline-block;
vertical-align: text-bottom;
background: url(../images/editing-services/sub-area-icons.png) 0 -38px no-repeat;
width: 50px;
height: 48px;
}

.sub-head.subj.pne:before {
background-position: -47px -38px;
}

.sub-head.subj.enb:before {
background-position: -93px -38px;
}

.sub-head.subj.ans:before {
background-position: -143px -38px;
}

.proof-pros-wrap {
position: relative;
background: #EEE;
margin-top: 155px;
padding: 80px 30px 10px;
}

.proof-pros {
position: absolute;
background: url(../images/editing-services/proof-pros-bg.png) center 0 no-repeat;
width: 690px;
height: 84px;
top: -30px;
left: 50%;
margin-left: -345px;
}

.proof-pros .p-1,
.proof-pros .p-2,
.proof-pros .p-3,
.proof-pros .p-4 {
position: absolute;
background: #d0e6ef;
opacity: 0.9;
padding: 8px;
bottom: 60px;
}

.proof-pros .p-1:after,
.proof-pros .p-2:after,
.proof-pros .p-3:after,
.proof-pros .p-4:after {
content: "";
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 25px solid #d0e6ef;
position: absolute;
bottom: -22px;
left: 50%;
margin-left: -5px;
}

.proof-pros .p-1 {
width: 240px;
left: 40px;
}

.proof-pros .p-2 {
right: 35px;
width: 310px;
}

.proof-pros .text {
color: #232323;
}

.proof-pros .text span {
display: block;
font-size: 16px;
color: #bb335c;
font-weight: 600;
}

.proof-pros .num {
position: absolute;
background: #9dc0cf;
border-radius: 50%;
border: #FFF 3px solid;
padding: 12px;
font-size: 36px;
font-weight: 600;
color: #FFF;
bottom: -85px;
}

.proof-pros .p-1 .num {
left: 108px;
}

.proof-pros .p-2 .num {
background: #74b3cc;
right: 130px;
}

.proof-pros-wrap.single {
margin-top: 190px;
}

.single .proof-pros {
background: url(../images/editing-services/proof-pros-single-bg.png) center 0 no-repeat;
;
}

.single .proof-pros .p-1 {
width: 185px;
left: 40px;
}

.single .proof-pros .p-2 {
width: 206px;
left: 250px;
}

.single .proof-pros .p-3 {
width: 140px;
right: 54px;
}

.single .proof-pros .p-1 .num {
left: 80px;
}

.single .proof-pros .p-2 .num {
left: 90px;
right: auto;
}

.single .proof-pros .p-3 .num {
background: #5ea5c2;
right: 47px;
}

.proof-pros-wrap.double {
margin-top: 220px;
background: none;
padding: 10px;
}

.double .proof-pros {
background: url(../images/editing-services/proof-pros-double-bg.png) center 0 no-repeat;
width: 100%;
margin-left: -50%;
}

.double .proof-pros .p-1 {
width: 150px;
left: 10px;
}

.double .proof-pros .p-2 {
width: 190px;
left: 200px;
}

.double .proof-pros .p-3 {
width: 140px;
right: 240px;
}

.double .proof-pros .p-4 {
width: 205px;
right: 0px;
}

.double .proof-pros .p-1 .num {
left: 64px;
}

.double .proof-pros .p-2 .num {
left: 83px;
right: auto;
}

.double .proof-pros .p-3 .num {
background: #5ea5c2;
right: 47px;
}

.double .proof-pros .p-4 .num {
background: #3990b3;
right: 80px;
}

.complementary-box {
border: #EEE 1px solid;
padding: 15px;
width: 80%;
}

.complementary-box .span6.second {
border-left: #EEE 1px solid;
padding-left: 20px;
}

.complementary-box h2 {
font-size: 22px;
position: relative;
margin-bottom: 20px;
}

.complementary-box h2:before {
font: normal 24px moon;
color: #26aad2;
background: #EEE;
padding: 7px 9px;
border: #e7e7e7 1px solid;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}

.complementary-box h2.vadd:before {
content: "\e296";
}

.complementary-box h2.free:before {
content: "\e094";
}

.complementary-box h2.vadd:after {
content: "";
position: absolute;
display: block;
width: 69px;
height: 65px;
right: -6px;
top: -20px;
}

.complementary-box h2.vadd.year:after {
background: url(../images/editing-services/one-year-mi.png) 0 0 no-repeat;
}

.complementary-box h2.vadd.double-chk:after {
background-image: url(../images/editing-services/60-days-mi.png);
}

.complementary-box .span6 span {
display: block;
padding: 3px 10px 3px 55px;
margin-bottom: 10px;
}

.complementary-box .span6 span:after {
content: "\e370";
font: normal 20px moon;
float: right;
color: #009dcd;
}

.complementary-box .span6 span.no:after {
content: "\e36b";
color: #e3a2a2;
font-size: 16px;
line-height: 20px;
margin-right: 3px;
}

.complementary-box .span6.first span:after {}

.substantive-cover {
margin-top: 20px;
}

.substantive-cover .span6 {
margin: 0;
padding: 0 30px 0 0;
}

.substantive-cover .span6 h3 {
font: normal 13px Open Sans SamiBold;
color: #bb335c;
}

.substantive-cover .span6 p {
font-size: 11px;
line-height: 16px;
border-bottom: #EEE 1px solid;
padding-bottom: 10px;
min-height: 60px;
}

.substantive-cover .span6:before {
font: bold 48px moon;
color: #7fcee6;
float: left;
margin: 0 15px 30px 0;
}

.substantive-cover .span6.one:before {
content: "\e371"
}

.substantive-cover .span6.two:before {
content: "\e29b"
}

.substantive-cover .span6.three:before {
content: "\e19f"
}

.substantive-cover .span6.four:before {
content: "\e050"
}

.substantive-cover .span6.five:before {
content: "\e374"
}

.substantive-cover .span6.six:before {
content: "\e207"
}

.substantive-cover .span6.seven:before {
content: "\e1b3"
}

.substantive-cover .span6.eight:before {
content: "\e08b"
}

.substantive-cover .span6.nine:before {
content: "\e33b"
}

.substantive-cover .not-avb {
border: #7fcee6 2px solid;
border-radius: 25px;
padding: 10px;
position: relative;
}

.substantive-cover .not-avb,
.substantive-cover .not-avb .span6 h3,
.substantive-cover .not-avb .span6:before {
color: #999;
}

.substantive-cover .not-avb span.arrow {
display: block;
background: url(../images/editing-services/down-sketch-arrow.png) 0 0 no-repeat;
width: 40px;
height: 93px;
position: absolute;
left: 50%;
margin-left: -20px;
bottom: -55px;
}

.substantive-cover .not-avb span.arrow.right {
background-image: url(../images/editing-services/right-sketch-arrow.png);
width: 93px;
height: 40px;
left: auto;
right: -70px;
bottom: 47px;
}

.substantive-cover h2 {
text-align: center;
margin-top: 60px;
color: #bc375f;
font-size: 24px;
}

.substantive-process {
background: url(../images/editing-services/substantive-process-bg.png) 0 0 no-repeat;
}

.substantive-process .span4 {
padding: 10px;
position: relative;
}

.substantive-process .span4 h3 {
font: Normal 16px Open Sans SamiBold;
color: #bb335c;
}

.substantive-process .span4.first {
width: 153px;
margin: 45px 0 0 5px;
background-color: #f9eaec;
}

.substantive-process .span4.second {
width: 193px;
background-color: #fcf7e8;
}

.substantive-process .span4.third {
width: 156px;
margin-top: 84px;
background-color: #e9ecfb;
}

.substantive-process .span4.four {
width: 200px;
background-color: #e7f7f7;
}

.substantive-process .span12 {
margin-top: 50px;
padding: 10px;
background: #EEE url(../images/common/liner-trans-bg.png) 0 0 repeat;
}

.substantive-process .span4 span.num {
display: block;
position: absolute;
right: 18px;
top: -32px;
width: 46px;
height: 46px;
font-size: 30px;
font-weight: 600;
color: #FFF;
background: #cd6987;
border: #FFF 3px solid;
border-radius: 50%;
text-align: center;
line-height: 45px;
}

.substantive-process .span4.second span.num {
background: #b28d1c;
right: -15px;
top: 0px;
}

.substantive-process .span4.third span.num {
background: #5a68af;
right: 18px;
top: -42px;
}

.substantive-process .span4.four span.num {
background: #3c9c9c;
right: -15px;
top: -5px;
}

p.service:before {
content: "\e218";
display: block;
float: left;
margin: 0 15px 15px 0;
font-family: moon;
font-size: 54px;
line-height: 60px;
color: #dbeff6;
}

p.service.qna:before {
content: "\e16a";
}

p.service.re:before {
content: "\e01d";
}

p.service.client:before {
content: "\e186";
}

p.service.papers:before {
content: "\e07e";
}

p.service.innovat:before {
content: "\e1ec";
}

p.service.credit-card:before {
content: "\e0d5";
line-height: 48px;
}

p.service.bank:before {
content: "\e00b";
line-height: 40px;
}

p.subject:before {
content: "\e218";
display: block;
float: left;
margin: 0 15px 15px 0;
font-family: FontAwesome;
font-size: 54px;
line-height: 60px;
color: #dbeff6;
}

p.subject.medicine:before {
content: "\f0f0";
}

p.subject.science:before {
content: "\f188";
}

p.subject.physical:before {
content: "\f0ad";
}

p.subject.business:before {
content: "\f0b1";
}

p.subject.social:before {
content: "\f0c0";
}

.qna-wrap {}

.qna-wrap .qna-box {
margin: 0 0 15px 0;
border-bottom: #DDD 1px dashed;
}

.qna-wrap .qna-box.last {}

.qna-wrap .qna-box .qsn {
font-weight: 600;
font-size: 14px;
padding-left: 35px;
position: relative;
}

.qna-wrap .qna-box .qsn:before {
content: "Q";
position: absolute;
left: 3px;
background: #cd6987;
font-weight: normal;
font-size: 15px;
color: #FFF;
padding: 1px 6px 2px;
margin-right: 10px;
border-radius: 50%;
}

.qna-wrap .qna-box .ans {
margin: 5px 0 15px 35px;
padding: 2px 0px 2px 10px;
border-left: #CCC 3px solid;
}

.qna-wrap .qna-box .ans:before {
content: "Ans: ";
font-weight: 600;
color: #cd6987;
}

.qna-wrap.editor .qna-box .ans:before {
content: "Response: ";
}

.qna-wrap.editor .qna-box .ans.reply:before {
content: "Reply: ";
}

.apply-mi-pros {
padding-left: 60px;
margin-top: 20px;
}

.apply-mi-pros .span4 {
width: 188px;
height: 188px;
border-radius: 50%;
background: #dbeff6;
text-align: center;
margin-right: 50px;
position: relative;
}

.apply-mi-pros .span4:after {
content: "\e3c3";
font-family: moon;
position: absolute;
color: #CCC;
font-size: 24px;
right: -45px;
top: 50%;
}

.apply-mi-pros .span4 p {
padding: 10px;
position: relative;
}

.apply-mi-pros .span4 p span.step {
position: absolute;
padding: 5px 20px;
background: #009dcd;
border: #FFF 3px solid;
border-radius: 20px;
text-align: center;
color: #FFF;
font-size: 15px;
top: -5px;
left: -30px;
}

.apply-mi-pros .span4 p i.icon {
position: absolute;
font-size: 58px;
color: #cd6987;
bottom: 5px;
}

.apply-mi-pros .span4.first p {}

.apply-mi-pros .span4.first i.icon {
content: "";
}

.apply-mi-pros .span4.second {
background: #a8dbed;
}

.apply-mi-pros .span4.second i.icon {}

.apply-mi-pros .span4.third {
background: #009dcd;
color: #FFF;
}

.apply-mi-pros .span4.third:after {
content: "";
}

.apply-mi-pros .span4.third p {
padding-top: 25px;
}

.apply-mi-pros .span4.third p span.step {
background: #cd6987;
}

.apply-mi-pros .span4.third i.icon.moon-checkmark {
top: -30px;
left: 65px;
}

.apply-mi-pros .span4.third i.icon.moon-download {
bottom: -5px;
left: 62px;
color: #FFF;
}

.cont-high-box {
margin-top: 40px;
}

.cont-high-box .cont-box {
padding: 20px;
background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
position: relative;
}

.cont-high-box .cont-box.two {
background-color: #cae6ef;
}

.cont-high-box .cont-box.three {
background-color: #b6dae6;
}

.cont-high-box .cont-box.four {
background-color: #a2d0e0;
}

.cont-high-box .cont-box .cont-head {
padding: 5px 25px;
background: #cd6987 url(../images/common/liner-trans-bg.png) 0 0 repeat;
;
color: #FFF;
border: #FFF 2px solid;
border-radius: 50px;
position: absolute;
top: -15px;
left: 15px;
}

.cont-high-box.qua-impr .cont-box:after {
content: "\e3b1";
font: normal 24px moon;
position: absolute;
right: -15px;
color: #cd6987;
top: 20px;
text-shadow: #FFF -2px 0 0;
}

.cont-high-box.qua-impr .cont-box.three:after {
content: "";
}

.inline-step {
display: inline-block;
margin-right: 10px;
padding: 2px 10px;
background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
border-radius: 50px;
}

.inline-step.white {
background-color: #FFF;
}

.inline-step.red {
background-color: #01804a;
color: #FFF;
}

.inline-step.green {
background-color: #50a773;
color: #FFF;
}

.re-edit-need-case .span6 {
margin-top: 30px;
position: relative;
}

.re-edit-need-case .span6 p {
padding: 20px;
background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
}

.re-edit-need-case .span6:before {
content: "Case 1";
padding: 5px 25px;
background: #cd6987 url(../images/common/liner-trans-bg.png) 0 0 repeat;
;
color: #FFF;
border: #FFF 2px solid;
border-radius: 50px;
position: absolute;
top: -5px;
left: 15px;
}

.re-edit-need-case .span6.first {}

.re-edit-need-case .span6.second:before {
content: "Case 2";
}

.re-edit-need-case .span6.second p {
background-color: #bce5f3;
}

.two-cols-box.mrc .span6 {
min-height: 610px;
}

.two-cols-box.mrc .span6 .head {
position: relative;
}

.two-cols-box.mrc .span6 .head span {
position: absolute;
display: block;
font-size: 13px;
color: #000;
width: 109px;
height: 93px;
left: 0;
top: 0;
background: url(../images/editing-services/mrc-normal-stip.png) 0 0 no-repeat;
}

.two-cols-box.mrc .span6.advance .head span {
background-image: url(../images/editing-services/mrc-advance-stip.png);
}

.two-cols-box.mrc .sample {
text-align: center;
padding: 25px 0 0;
height: 310px;
}

.two-cols-box.mrc .span6 .cont {
padding: 0 20px;
}

.cont .features-wrap {}

.cont .features-wrap .feat-box {
float: left;
position: relative;
width: 90px;
height: 84px;
margin-right: 5px;
border-right: #c8e8f3 1px solid;
padding-top: 15px;
}

.cont .features-wrap .feat-box span {
display: block;
width: 66px;
padding: 10px 0 !important;
font: normal 18px Bebas Neue;
color: #666;
padding: 18px 0;
text-align: center;
background: #EEE;
}

.cont .features-wrap .feat-box i {
position: absolute;
top: 38px;
right: -13px;
color: #019dce;
font-size: 18px;
border: #FFF 4px solid;
}

.cont .features-wrap .sub-list {
float: left;
width: 215px;
}

.cont .features-wrap .sub-list2 {
float: left;
width: 160px;
}

.editing-samples td {
text-align: center;
}

.editing-samples td.sub-head {
text-align: left;
padding-left: 15px;
}

.editing-samples td a:before {
content: "\e4e5";
font-family: moon;
color: #4258ca;
margin-right: 3px;
}

.editing-samples td a:after {
content: "\e2b8";
font-family: moon;
color: #cd6987;
margin-left: 25px;
}

.workflow-wrap .step-box {
margin-bottom: 20px;
}

.workflow-wrap .step-box .span3 {
padding-top: 50px;
}

.workflow-wrap .step-box .span3 .numb {
position: relative;
width: 115px;
height: 115px;
margin: 0 auto;
border-radius: 50%;
background: #dcf0f7;
text-align: center;
}

.workflow-wrap .step-box .span3 .numb:after {
position: absolute;
content: "\e2bf";
font: normal 48px moon;
color: #bb335c;
text-shadow: #FFF 0 -3px 0;
bottom: -25px;
left: 35px;
}

.workflow-wrap .step-box .span3 .numb span {
display: block;
padding-top: 40px;
font: normal 30px bebas_neueregular;
color: #666;
}

.workflow-wrap .step-box .span9 .head {
position: relative;
font: normal 28px Open Sans;
color: #666;
text-align: center;
border-bottom: #e0e0e0 1px solid;
padding-bottom: 15px;
margin-bottom: 15px;
}

.workflow-wrap .step-box .span9 .head:after {
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -14px;
content: "\e3b2";
font: normal 18px moon;
color: #009dcd;
background: #FFF;
padding: 0 5px;
}

.workflow-wrap .step-box.second .span3 .numb {
background: #c8e8f3;
}

.workflow-wrap .step-box.third .span3 .numb {
background: #a8dbed
}

.workflow-wrap .step-box.fourth .span3 .numb {
background: #84cce6
}

.workflow-wrap .step-box.fifth .span3 .numb {
background: #6cbfdd;
color: #FFF;
}

.workflow-wrap .step-box.fifth .span3 .numb span {
color: #FFF;
}

.workflow-wrap .step-box.second .span3 .numb:after {
content: "\e296";
}

.workflow-wrap .step-box.third .span3 .numb:after {
content: "\e621";
font-family: linecons;
}

.workflow-wrap .step-box.fourth .span3 .numb:after {
content: "\e07b";
}

.workflow-wrap .step-box.fifth .span3 .numb:after {
content: "\e611";
font-family: linecons;
}

.intro-wrap .row-fluid .span6 {
width: 50%;
}

.intro-wrap .row-fluid .span6,
.intro-wrap .row-fluid .span12 {
padding: 10px;
margin: 0;
position: relative;
/*-webkit-transform: skew(15deg); transform: skew(15deg);*/
}

.intro-wrap .row-fluid .span6,
.intro-wrap .row-fluid .span12 {
background: #FFF url(../images/common/liner-trans-bg.png) 0 0 repeat;
border-bottom: #d9dada 1px solid;
}

.intro-wrap .row-fluid .span6 span.numb,
.intro-wrap .row-fluid .span12 span.numb {
display: block;
font-size: 48px;
color: #009dcd;
font-family: bebas_neueregular;
float: left;
font-weight: bold;
margin: 15px 10px 20px 0;
}

.smalls {
font-size: 36px;
font-family: oxygenregular;
}

.intro-wrap .row-fluid .span6.pink {
background-color: #faf1f1;
}

.intro-wrap .row-fluid .span6.blue {
background-color: #f2fbff;
}

.intro-wrap .row-fluid .span6.green {
background-color: #f5f9ef;
}

.intro-wrap .row-fluid .span6.perp,
.intro-wrap .row-fluid .span12.perp {
background-color: #ebebf7;
}

.data-wrap {
background: #EEE url(../images/subject-areas/data-box-gray-corner.jpg) bottom right no-repeat;
}

.data-wrap.first .span5 {
background: #cd6987 url(../images/subject-areas/data-box-red-corner.jpg) bottom right no-repeat;
color: #FFF;
padding-left: 10px;
}

.data-wrap.first .span5 span {
display: block;
margin: 5px 0;
}

.data-wrap.first .span5 .big-text {
font-size: 54px;
font-family: bebas_neueregular;
line-height: 54px;
}

.data-wrap.second .span6.blue-box {
background: #7ecbe3 url(../images/subject-areas/data-box-blue-corner.jpg) bottom right no-repeat;
color: #FFF;
padding-left: 10px;
min-height: 126px;
width: 45%
}

.data-wrap.second .span6 span {
display: block;
margin: 5px 0;
padding-right: 20px;
}

.data-wrap.second .span6 {
padding-right: 10px;
}

.data-wrap.second .span6 .big-text {
font-size: 54px;
font-family: bebas_neueregular;
line-height: 54px;
}

.tabbable.sub-areas .sample-box i {
font-size: 60px;
float: right;
margin-top: 20px;
}

.treeview,
.treeview ul {
padding: 0;
margin: 0;
list-style: none;
}

.treeview-p {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #F2F2F2;
padding: 10px;
}

.treeview ul {
background-color: white;
margin-top: 4px;
}

.treeview .hitarea {
background: url(../images/subject-areas/treeview.png) 0 -18px no-repeat;
height: 18px;
width: 19px;
margin-left: -27px;
float: left;
cursor: pointer;
}

.treeview li {
margin: 0;
padding: 10px 0pt 10px 25px;
}

.treeview a.selected {
background-color: #eee;
}

#treecontrol {
margin: 0 0 10px;
padding: 2px 5px;
display: none;
}

#treecontrol a {
text-decoration: none;
font-size: 12px;
font-family: Open Sans;
}

.treeview .hover {
cursor: pointer;
}

.treeview li {
background: url(../images/subject-areas/treeview-line.gif) 0 0 no-repeat;
}

.treeview li span {
vertical-align: middle;
height: 15px;
display: block;
height: 15px;
font-size: 13px;
letter-spacing: 0px;
padding-left: 5px;
font-family: Open Sans;
}

.treeview li.collapsable,
.treeview li.expandable {
background-position: 0 0;
}

.treeview .expandable-hitarea {
background-position: 0 0;
}

.treeview li.last {
background-position: 0 -1755px
}

.treeview li.lastCollapsable,
.treeview li.lastExpandable {
background-image: url(../images/subject-areas/treeview.png);
}

.treeview li.lastCollapsable {
background-position: 0 -111px
}

.treeview li.lastExpandable {
background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {}

.treeview-red li {
background-image: url(../images/subject-areas/treeview-line.png);
color: #333;
font-weight: normal
}

.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
background-image: url(../images/subject-areas/treeview.png);
}

.treeview-red li {
color: #000;
font-weight: normal
}

.treeview-red li li {
color: #000;
font-weight: normal
}

.treeview-red li li li {
color: #000;
font-weight: normal
}

.treeview-red li li li li {
color: #333;
font-weight: normal;
font-style: italic;
}

.treeview-red li li li li li {
color: #666;
font-weight: normal;
font-style: italic;
}

.editor-profiles .tab-content .row-fluid {
margin-bottom: 20px;
}

.profile-box {
border: #EEE 1px solid;
position: relative;
}

.profile-box img {
display: block;
width: 183px;
margin: 0 auto;
}

.profile-box .details {
position: absolute;
top: 136px;
left: 0;
background: #EEE;
opacity: 0.9;
width: 100%;
text-align: right;
}

.profile-box .details span {
display: inline-block;
}

.profile-box .details span.flag {
width: 38px;
height: 38px;
border-radius: 50%;
background: url(../images/common/flags.jpg) 0 0 no-repeat;
position: absolute;
left: 10px;
top: -1px;
}

.profile-box .details span.flag.us {
background-position: 0 0;
}

.profile-box .details span.flag.ca {
background-position: -38px 0;
}

.profile-box .details span.flag.uk {
background-position: -76px 0;
}

.profile-box .details span.flag.au {
background-position: 0 -38px;
}

.profile-box .details span.flag.ir {
background-position: -38px -38px;
}

.profile-box .details span.flag.ru {
background-position: -76px -38px;
}

.profile-box .details span.flag.pn {
background-position: 0 -76px;
}

.profile-box .details span.flag.nz {
background-position: -38px -76px;
}

.profile-box .details span.flag.ng {
background-position: -76px -76px;
}

.profile-box .details span.flag.sa {
background-position: 0 -114px;
}

.profile-box .details span.flag.gr {
background-position: -38px -114px;
}

.profile-box .details span.flag.de {
background-position: -76px -114px;
}

.profile-box .details span.flag.ne {
background-position: 0 -152px;
}

.profile-box .details span.experience:before {
content: "Years Experience";
font-size: 10px;
display: block;
width: 85%;
padding: 5px;
line-height: 10px;
}

.profile-box .details span.yrs {
background: #bb335c;
font-size: 24px;
font-weight: 300;
color: #FFF;
width: 42px;
text-align: center;
padding: 8px 0;
}

.profile-box .edu {
padding: 10px;
min-height: 32px;
line-height: 16px;
}

.profile-box .edu:before {
content: "\e625";
font-family: linecons;
font-size: 18px;
color: #bb335c;
margin-right: 5px;
vertical-align: text-bottom;
float: left;
margin-bottom: 10px;
}

.editor-spek-wrap {
border: #ededed 1px solid;
border-top: #009dcd 2px solid;
background: url(../images/editors/quote_bg.png) right top no-repeat;
margin-bottom: 20px;
}

.editor-spek-wrap .editor-box {
padding: 10px;
}

.editor-spek-wrap .spek-img {
position: relative;
padding: 15px;
}

.editor-spek-wrap .spek-img span {
display: block;
border-radius: 50%;
box-shadow: #CCC 0 0 2px;
}

.editor-spek-wrap .spek-img span.editor-pic {
width: 120px;
height: 120px;
border: #FFF 3px solid;
margin: 0 auto;
}

.editor-spek-wrap .spek-img span.flag {
width: 38px;
height: 38px;
border: #FFF 2px solid;
position: absolute;
bottom: 10px;
right: 30px;
}

.editor-spek-wrap .editor-box.one .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-1.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.one .spek-img span.flag {
background: url(../images/common/flags.jpg) -76px 0 no-repeat;
}

.editor-spek-wrap .editor-box.two .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-2.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.two .spek-img span.flag {
background: url(../images/common/flags.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.three .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-3.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.three .spek-img span.flag {
background: url(../images/common/flags.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.four .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-4.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.four .spek-img span.flag {
background: url(../images/common/flags.jpg) -38px 0 no-repeat;
}

.editor-spek-wrap .editor-box.five .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-5.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.five .spek-img span.flag {
background: url(../images/common/flags.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.seven .spek-img span.editor-pic {
background: url(../images/editors/editor-speak/editor-7.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .editor-box.seven .spek-img span.flag {
background: url(../images/common/flags.jpg) 0 0 no-repeat;
}

.editor-spek-wrap .spek-cont p {
position: relative;
}

.editor-spek-wrap .spek-cont p:before {
position: absolute;
top: 0;
left: -26px;
font-family: linecons;
color: #bb335c;
font-size: 18px;
}

.editor-spek-wrap .spek-cont p.quli {
border-bottom: #EEE 1px solid;
margin-bottom: 0;
padding-bottom: 8px;
}

.editor-spek-wrap .spek-cont p.expe {
margin-top: 8px;
}

.editor-spek-wrap .spek-cont p.quli:before {
content: "\e625";
}

.editor-spek-wrap .spek-cont p.expe:before {
content: "\e602";
}

.why-box {
background: url(../images/editing-services/why-num-1.png) 0 0 no-repeat;
}

.why-box.two {
background-image: url(../images/editing-services/why-num-2.png);
}

.why-box.three {
background-image: url(../images/editing-services/why-num-3.png);
}

.why-box.four {
background-image: url(../images/editing-services/why-num-4.png);
}

.why-box h3 {
padding: 20px 0 25px 85px;
font-family: oxygenregular;
font-size: 30px;
line-height: 30px;
}

.news-box {
border-bottom: #EEE 2px solid;
padding-bottom: 15px;
margin-bottom: 5px;
}

.news-box h3 {
margin: 10px 0 10px;
font: normal 16px Open Sans SamiBold;
color: #bb335c;
}

.news-box .date {
font-style: italic;
color: #009dcd;
border-top: #EEE 1px dashed;
padding: 5px 0;
margin: 5px 0 10px;
}

.news-box img {
padding: 3px;
border: #EEE 1px solid;
}

.news-box .small-img {
float: left;
margin-right: 15px;
padding: 3px;
border: #EEE 1px solid;
}

.eqms-wrap {}

.eqms-wrap div {
padding: 60px 35px 0;
position: relative;
}

.eqms-wrap div h3 {
font: normal 16px Open Sans SamiBold;
}

.eqms-wrap .before-box {
text-align: right;
}

.eqms-wrap .before-box:before,
.eqms-wrap .after-box:before,
.eqms-wrap .after-box:after {
content: "\e371";
font: normal 36px moon;
color: #009dcd;
position: absolute;
top: 10px;
}

.eqms-wrap .before-box:before {
right: 60px;
}

.eqms-wrap .after-box:before,
.eqms-wrap .after-box:after {
left: 60px;
}

.eqms-wrap .after-box:after {
top: 5px;
left: 72px;
text-shadow: #FFF -3px -2px 1px;
}

.eqms-wrap .eqms-box {
border-left: #CCC 1px solid;
border-right: #CCC 1px solid;
padding: 30px 0 20px;
}

.eqms-wrap .eqms-box span {
display: block;
width: 148px;
height: 128px;
text-align: center;
font: normal 20px bebas_neueregular;
color: #FFF;
background: #cd6987;
border-radius: 50%;
margin: 0 auto;
padding-top: 20px;
}

.eqms-wrap .eqms-box:before,
.eqms-wrap .eqms-box:after {
font: normal 18px FontAwesome;
color: #009dcd;
position: absolute;
top: 55%;
}

.eqms-wrap .eqms-box:before {
content: "\f054";
text-shadow: #FFF 5px 0 0;
left: -6px;
}

.eqms-wrap .eqms-box:after {
content: "\f053";
text-shadow: #FFF -5px 0 0;
right: -6px;
}

.quality-guarantee {
padding-left: 5%;
}

.quality-guarantee span {
display: block;
text-align: center;
}

.quality-guarantee .span2 {
border-left: #CCC 1px solid;
padding: 35px 0;
}

.quality-guarantee span.cont {
font-size: 12px;
padding: 0 10px;
}

.quality-guarantee span.step {
position: relative;
font-size: 18px;
}

.quality-guarantee span.step:after {
content: "\f054";
font: normal 18px FontAwesome;
color: #009dcd;
text-shadow: #FFF 3px 0 0;
position: absolute;
right: -23px;
}

.quality-guarantee span.icon {
background: #dcf0f7;
width: 105px;
height: 90px;
margin: 15px auto;
border-radius: 50%;
padding-top: 15px;
}

.quality-guarantee span.icon:before {
content: "\f0a6";
font: normal 70px FontAwesome;
color: #828282;
}

.quality-guarantee .step2 span.icon {
background: #c8e8f3;
}

.quality-guarantee .step2 span.icon:before {
content: "\f05d";
}

.quality-guarantee .step3 span.icon {
background: #a8dbed;
}

.quality-guarantee .step3 span.icon:before {
content: "\f012";
}

.quality-guarantee .step4 span.icon {
background: #84cce6;
}

.quality-guarantee .step4 span.icon:before {
content: "\f0ad";
}

.quality-guarantee .step5 span.icon {
background: #6cbfdd;
}

.quality-guarantee .step5 span.icon:before {
content: "\f06e";
color: #FFF;
}

.quality-guarantee .step5 span.step:after {
content: "";
}

.contact_form input[type="text"],
.contact_form input[type="file"],
.contact_form select {
height: 40px;
background: #FFF;
line-height: 40px;
}

.contact_form textarea {
background: #FFF;
}

.contact_form label {
font-size: 14px;
margin: 0;
line-height: 40px;
}

.contact_form .form-row {
padding: 10px;
}

.contact_form .form-row:after {
display: block;
content: "";
clear: both;
height: 0;
}

.contact_form .form-row.odd {
background: #f6f6f6;
}

.contact_form .form-row.odd.head {
background: #cfeef8 url(../images/common/liner-trans-bg.png) 0 0 repeat;
}

.contact_form .form-row.odd.head label {
font-family: bebas_neueregular;
font-size: 24px;
line-height: 30px;
}

.contact_form select {
background: #fff;
float: left !important;
padding-left: 10px;
}

.contact_form select,
.contact_form input {
margin-bottom: 0 !important;
}

.contact_form input[type="button"] {
border: 0;
box-shadow: 0px 4px 0px #a35c0f !important;
outline: none;
}

.contact_form input[type="button"]:before {
content: "\e1d1";
font-family: 'moon';
}

.qms-procs {
background: #dbeff6 url(../images/common/liner-trans-bg.png) 0 0 repeat;
padding: 10px 0;
margin-bottom: 30px;
}

.qms-procs div {
font: normal 14px Open Sans SamiBold;
text-align: center;
padding: 0 20px;
}

.qms-procs div.span1 {
text-align: center;
font: normal 90px/0px bebas_neueregular;
color: #009dcd;
text-shadow: #999 3px 4px;
padding: 0;
}

.qms-procs div.iso-box {
background: url(../images/quality/iso-logo.png) center 15px no-repeat;
padding-top: 80px;
}

.qms-procs div.qms-text {
padding-top: 40px;
}

.qms-procs div.quantity-box {
text-align: center;
}

.iso-signific {
margin-top: 40px;
}

.iso-signific .unstable div,
.iso-signific .stable div {
padding: 15px 15px 10px;
background: url(../images/common/liner-trans-bg.png) 0 0 repeat;
border-radius: 25px;
border: #E1E1E1 2px dashed;
}

.iso-signific .unstable div.two,
.iso-signific .stable div.two {
background: none;
border-color: #cd6987;
padding: 20px 15px 0;
border-radius: 50%;
text-align: center;
width: 80px;
height: 90px;
margin: 20px auto;
line-height: 16px;
color: #bb335c;
font-family: Open Sans;
font-size: 14px;
}

.iso-signific .stable div.two {
background-color: #cd6987;
color: #FFF;
border: none;
}

.iso-signific .stable div {
border-color: #f0c3d0;
}

.iso-signific .iso {
background: #f5dae2 url(../images/common/liner-trans-bg.png) 0 0 repeat;
border-radius: 50px;
border: #cd6987 2px dashed;
padding: 20px 15px;
}

.iso-signific .iso .logo-box {
width: 60px;
height: 38px;
background: url(../images/quality/iso-logo.png) center 0 no-repeat;
margin: 0 auto;
position: relative;
}

.iso-signific .iso ul li {
margin-bottom: 30px;
}

.iso-signific .iso .logo-box:before,
.iso-signific .iso .logo-box:after {
content: "\e3bb";
font: normal 60px 'moon';
position: absolute;
top: -11px;
left: -105px;
color: #cd6987;
text-shadow: #666 0 5px 0;
}

.iso-signific .iso .logo-box:after {
left: 105px;
}

.partners-box .span12 {
margin: 10px 0;
border-bottom: #DDD 1px dashed;
}

.service-covered .striped-box {
text-align: center;
margin: 0;
border-top: #FFF 2px solid;
border-right: #FFF 2px solid;
}

.service-covered.substantive .striped-box {
min-height: 280px;
}

.service-covered .striped-box ul li,
.service-covered.striped-box.five div ul li {
text-align: left;
}

.service-covered .striped-box h2,
.service-covered.striped-box.five h2 {
font-size: 30px;
color: #000000;
line-height: 30px;
margin: 15px 0;
}

.service-covered .striped-box span.icon:before {
display: inline-block;
content: "\e374";
font: normal 36px 'moon';
color: #000;
text-shadow: #FFF 0 2px 0;
height: 44px;
}

.service-covered .striped-box.two span.icon:before {
content: "\f087";
font-family: FontAwesome;
}

.service-covered .striped-box.three span.icon:before {
content: "\e296";
}

.service-covered .striped-box.four span.icon:before {
content: "\e2a8";
}

.service-covered .striped-box.four {
border-right-width: 0;
}

.service-covered.striped-box.five span.icon:before {
content: "\e092";
font: normal 36px 'moon';
color: #000;
text-shadow: #FFF 0 2px 0;
}

.service-covered.striped-box.five {
border-top: #FFF 2px solid;
position: relative;
}

.service-covered.striped-box.five:before {
content: "+";
font: normal 51px/32px bebas_neueregular;
color: #FFF;
display: block;
width: 32px;
height: 32px;
text-align: center;
background: #009dcd;
border: #FFF 2px solid;
border-radius: 100%;
position: absolute;
top: -19px;
left: 50%;
margin-left: -14px;
}

.service-covered.striped-box.five div {
padding: 25px 0 15px;
text-align: center;
}

.service-covered.striped-box.five h2 {
margin: 0;
text-align: left;
}

.service-pross div {
background: #eee;
border-radius: 10px;
padding: 30px 15px 10px;
margin-left: 0;
text-transform: uppercase;
position: relative;
margin-top: 55px;
font-family: Open Sans SamiBold;
line-height: 20px;
}

.service-pross div:before {
content: "";
display: block;
width: 72px;
height: 74px;
background: url(../images/editing-services/editing-process-1-img.png) 0 bottom no-repeat;
position: absolute;
top: -50px;
left: 20px;
}

.service-pross div:after {
content: "\f061";
font: normal 24px FontAwesome;
color: #009dcd;
position: absolute;
right: -20px;
top: 32px;
z-index: 2;
}

.service-pross div.last:after {
content: "";
}

.service-pross div.two:before {
background-image: url(../images/editing-services/editing-process-2-img.png);
}

.service-pross div.three:before {
background-image: url(../images/editing-services/editing-process-3-img.png);
}

.service-pross div.four:before {
background-image: url(../images/editing-services/editing-process-4-img.png);
}

.service-pross div.three,
.service-pross div.four {
padding-right: 50px;
}


/*.btn-file { position: relative; overflow: hidden; border: #CCC 1px solid; color: #000 !important; }
.btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%;  min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none;
background: white; cursor: inherit; display: block; }*/


/************** Home Style **********************/

.home-banner {
/* background:#F6F6F6;*/
padding-top: 0px;
position: relative;
margin-top: 0px;
}

.home-banner .container-fluid {
padding: 0!important;
}

.home-banner div.cont {
width: 40%;
text-align: center;
color: #FFF;
font: normal 22px Open Sans SamiBold;
}

.home-banner div.cont h1 {
padding-top: 12%;
color: #433d38;
font-size: 36px;
line-height: normal;
}

.home-banner div.cont span {
font-size: 48px;
font-family: bebas_neueregular;
}

.home-banner div.cont a {
float: none;
background: #000;
border: 0;
border-radius: 4px;
}

.home-banner div.cont a:hover {
border-color: #000;
color: #000;
background: none;
}

.home-banner img.man2 {
padding-top: 17px;
}

.home .cont-row {
padding: 30px 0;
}

.home h2.sub-head {
font-size: 26px;
line-height: 36px;
}

.home h2.sub-head span {
display: inline-block;
margin-left: 5px;
background: #bb335c;
padding: 2px 5px;
font-size: 16px;
vertical-align: middle;
color: #FFF;
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.home h2.sub-head span {
margin-top: -5px;
}
}

.home h3.cont-head {
font: normal 18px Open Sans SamiBold;
color: #000;
}

.offering h3.cont-head {
border-bottom: 1px solid #EEE;
padding-bottom: 5px;
}

.home .cta {
text-align: center;
}

.home .cta .bottom-cta {
float: none;
margin: 0 auto;
padding: 0px;
border: 0;
}

.home .cta h2,
.bottom-cta h2 {
color: #bb335c;
font-size: 33px;
}

.home .cta a {
display: block;
margin: 20px 0 0;
}

.unmatched .span6 {
padding-left: 45px;
margin-top: 20px;
}

.unmatched .span6:before {
content: "\e374";
font: normal 30px moon;
color: #009dcd;
margin-left: -45px;
position: absolute;
}

.unmatched .span6.two:before {
font-family: FontAwesome;
content: "\f087";
}

.unmatched .span6.three:before {
content: "\e154";
}

.unmatched .span6.four:before {
content: "\e186";
}

.home .subject-areas div {
padding: 10px;
color: #bb335c;
margin: 0;
width: 20%;
}

.home .subject-areas div.one {
line-height: 39px;
}

.home .subject-areas div.two {
line-height: 39px;
}

.home .subject-areas div span.icon {
display: block;
background: url(../images/editing-services/sub-area-icons.png) 0 -38px no-repeat;
width: 50px;
height: 38px;
float: left;
margin-right: 10px;
}

.home .subject-areas div.two span.icon {
background-position: -47px -38px;
}

.home .subject-areas div.three span.icon {
background-position: -93px -38px;
}

.home .subject-areas div.four span.icon {
background-position: -143px -38px;
}

.home .subject-areas div.five span.icon {
background-position: -195px -38px;
}

.home .clients .item {
text-align: center;
}

.home .expanding {
background: url(../images/home/map.png) 110% 100% no-repeat;
}

.home .published h2 i {
font-style: normal;
color: #000;
}

.home .published .journal-img {
float: left;
}

.home .published .journal-img img {
border: #CCC 1px solid;
box-shadow: #b6b6b6 4px 4px 0;
}

.paper {
width: 530px;
height: 222px;
}

.home .published .paper-details {
width: 380px;
}

.paper-details span {
display: block;
padding-left: 30px;
position: relative;
margin-bottom: 5px;
}

.paper-details span:before {
content: "\e00b";
font: normal 14px moon;
color: #cd6987;
margin-left: -25px;
position: absolute;
top: 3px;
}

.paper-details span.journal:before {
content: "\e00c";
}

.paper-details span.impact:before {
content: "\e2fd";
top: 6px;
}

.paper-details span.title:before {
content: "\e077";
}

.paper-details span.author:before {
content: "\e199";
}

.paper-details span strong.impact-fig {
display: inline-block;
background: #cd6987;
color: #FFF;
font-size: 16px;
padding: 3px 10px;
border-radius: 5px;
}

.home-success-stories .client-img {
float: left;
text-align: center;
}

.home-success-stories img.client {
border: #CCC 3px solid;
border-radius: 100%;
}

.home-success-stories .stories {
width: 538px;
height: 300px;
}

.home-success-stories .stories-cont {
float: left;
width: 380px;
margin-left: 20px;
}

.home-success-stories p.cont:before {
content: "\f10d";
font: normal 24px FontAwesome;
color: #009dcd;
margin-right: 5px;
}

.home-success-stories p.details {
text-align: right;
color: #666;
font-size: 13px;
line-height: 18px;
}

.home-success-stories p.details strong {
display: block;
color: #009dcd;
font-size: 14px
}

.home-success-stories .controls {
float: right;
margin-top: 30px;
}

.home-published-papers .controls {
margin-top: 20px;
}

.working .clients .item span.logo {
display: inline-block;
width: 220px;
height: 50px;
background: url(../images/home/home-working-with-logos.png) 0 0 no-repeat;
transition: all 0.4s ease;
}

.working .clients .item span.logo:hover {
background-position: -220px 0;
}

.working .clients .item span.logo.one {
background-position: 0 -50px;
}

.working .clients .item span.logo.one:hover {
background-position: -220px -50px;
}

.working .clients .item span.logo.two {
background-position: 0 -100px;
}

.working .clients .item span.logo.two:hover {
background-position: -220px -100px;
}

.working .clients .item span.logo.three {
background-position: 0 -150px;
}

.working .clients .item span.logo.three:hover {
background-position: -220px -150px;
}

.working .clients .item span.logo.four {
background-position: 0 -200px;
}

.working .clients .item span.logo.four:hover {
background-position: -220px -200px;
}

.working .clients .item span.logo.five {
background-position: 0 -250px;
}

.working .clients .item span.logo.five:hover {
background-position: -220px -250px;
}

.working .clients .item span.logo.six {
background-position: 0 -300px;
}

.working .clients .item span.logo.six:hover {
background-position: -220px -300px;
}

.working .clients .item span.logo.seven {
background-position: 0 -350px;
}

.working .clients .item span.logo.seven:hover {
background-position: -220px -350px;
}

.working .clients .item span.logo.eight {
background-position: 0 -400px;
}

.working .clients .item span.logo.eight:hover {
background-position: -220px -400px;
}

.working .clients .item span.logo.ten {
background-position: 0 -450px;
}

.working .clients .item span.logo.ten:hover {
background-position: -220px -450px;
}


/*--- Mobile portrait ---*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
.cta-shape {
display: none;
}
.logo-box {
margin-bottom: 0 !important;
text-align: center;
}
.cta-box {
text-align: center;
float: none !important;
}
.cta-box .org-btn.big {
margin: 0 0 20px;
!important;
}
.cta-contact {
float: none !important;
width: auto !important;
height: 100% !important;
padding: 20px;
margin-top: 1px !important;
}
.cta-contact span.head {
margin-top: 0 !important;
}
#widgetarea-sidebar {
display: none;
}
.service-covered .striped-box {
min-height: inherit;
}
.service-covered.striped-box.five div {
margin: 20px 0 10px;
padding: 0;
text-align: center;
}
.service-covered.striped-box.five div h2 {
text-align: center;
}
.service-pross div:after {
content: "\f063";
right: 50%;
bottom: -50px;
top: initial;
}
.home-banner img.man1,
.home-banner img.man2 {
display: none;
}
.home-banner div.cont {
width: 100%;
}
}


/*--- Mobile landscape ---*/

@media only screen and (min-width: 480px) and (max-width: 595px) {
.cta-shape {
display: none;
}
.logo-box {
margin-bottom: 0 !important;
text-align: center;
}
.cta-box {
text-align: center;
float: none !important;
}
.cta-box .org-btn.big {
margin: 0 0 20px;
!important;
}
.cta-contact {
float: none !important;
width: auto !important;
height: 100% !important;
padding: 20px;
margin-top: 1px !important;
}
.cta-contact span.head {
margin-top: 0 !important;
}
.substantive-process {
background: none;
}
#widgetarea-sidebar {
display: none;
}
.service-covered .striped-box {
min-height: inherit;
}
.service-covered.striped-box.five div {
margin: 20px 0 10px;
padding: 0;
text-align: center;
}
.service-covered.striped-box.five div h2 {
text-align: center;
}
.service-pross div:after {
content: "\f063";
right: 50%;
bottom: -50px;
top: initial;
}
.home-banner img.man1,
.home-banner img.man2 {
display: none;
}
.home-banner div.cont {
width: 100%;
}
}


/*--- Small tablet portrait ---*/

@media only screen and (min-width: 595px) and (max-width: 690px) {
.cta-shape {
display: none;
}
.logo-box {
margin-bottom: 0 !important;
text-align: center;
}
.cta-box {
text-align: center;
float: none !important;
}
.cta-box .org-btn.big {
margin: 0 0 20px;
!important;
}
.side-testim-item,
.side-accepted-wrap,
#side-accepted .span3 {
width: 400px;
}
.cta-contact {
float: none !important;
width: auto !important;
height: 100% !important;
padding: 20px;
margin-top: 1px !important;
}
.cta-contact span.head {
margin-top: 0 !important;
}
.substantive-process {
background: none;
}
#widgetarea-sidebar {
display: none;
}
.service-covered .striped-box {
min-height: inherit;
}
.service-covered.striped-box.five div {
margin: 20px 0 10px;
padding: 0;
text-align: center;
}
.service-covered.striped-box.five div h2 {
text-align: center;
}
.service-pross div:after {
content: "\f063";
right: 50%;
bottom: -50px;
top: initial;
}
.home-banner img.man1,
.home-banner img.man2 {
display: none;
}
.home-banner div.cont {
width: 100%;
}
}


/*--- Tablet portrait ---*/

@media only screen and (min-width: 690px) and (max-width: 800px) {
.cta-shape {
display: none;
}
.logo-box {
margin-bottom: 0;
}
.bottom-cta .span6,
.bottom-cta .span3 {
width: 100% !important;
}
.cta-contact {
float: none !important;
width: auto !important;
height: 100% !important;
padding: 20px;
margin-top: 1px !important;
}
.cta-contact span.head {
margin-top: 0 !important;
}
.substantive-process {
background: none;
}
#widgetarea-sidebar {
display: none;
}
#page-cont {
width: 100%;
margin-right: 20px;
}
.home-banner img.man1,
.home-banner img.man2 {
display: none;
}
.home-banner div.cont {
width: 100%;
}
}


/*--- Small tablet landscape ---*/

@media only screen and (min-width: 800px) and (max-width: 1024px) {
.cta-shape {
display: none;
}
.side-testim-item,
.side-accepted-wrap,
#side-accepted .span3 {
width: 140px;
}
.bottom-cta .span6,
.bottom-cta .span3 {
width: 100% !important;
}
.cta-contact {
float: none !important;
width: auto !important;
height: 100% !important;
padding: 20px;
margin-top: 1px !important;
}
.substantive-process {
background: none;
}
.service-covered .striped-box {
min-height: 396px;
width: 25%;
}
.tabbable.samples .nav-tabs>li {
width: 24.60%;
}
}


/*--- Tablet landscape --- */

@media only screen and (min-width: 1024px) and (max-width: 1224px) {
.home-banner div.cont {
width: 40%;
}
}

@media only screen and (min-width: 1024px) {
.substantive-process .span4 {
background: none !important;
}
/*.intro-wrap { background:url(../images/subject-areas/s-a-features-bg.png) center 0 no-repeat }
.intro-wrap .row-fluid .span6 { background:none; border:0; padding:5px; font-size:13px; }
.intro-wrap .row-fluid .span6.one { margin-left:15px; }
.intro-wrap .row-fluid .span6.three { margin-left:30px; }
.intro-wrap .row-fluid .span6.four { width:44%; margin-left:15px;}
.intro-wrap .row-fluid .span6.five { margin-left:50px;}
.intro-wrap .row-fluid .span6.six { width:40%; margin-left:15px;}
.intro-wrap .row-fluid .span6.five .space1 { display:inline-block; padding-left:10px; }
.intro-wrap .row-fluid .span6.five .space2 { display:inline-block; padding-left:15px; }
.intro-wrap .row-fluid .span6 span.space { display:inline-block; padding-left:48px;}*/
.quality-guarantee .span2 {
width: 17%;
}
.table.common th,
.table-striped tbody tr:nth-child(odd) th {
font: normal 24px/24px bebas_neueregular;
}
.qms-procs div.span1 {
line-height: 110px;
}
.service-covered.substantive .striped-box {
min-height: 226px;
}
.service-covered.substantive .striped-box.one,
.service-covered.substantive .striped-box.four {
width: 20%
}
.service-covered.substantive .striped-box.three,
.service-covered.substantive .striped-box.two {
width: 30%
}
.service-covered.proofread .striped-box {
min-height: 135px;
width: 33.3%;
}
.service-covered.language-check .striped-box {
min-height: 172px;
width: 50%;
}
.service-covered.copyediting .striped-box {
min-height: 226px;
width: 33.3%;
}
.service-covered.whyenago .striped-box {
min-height: 137px;
width: 50%;
}
.container.unmatched .span4 {
width: 30%;
}
.container.unmatched .span4.three {
width: 34%;
}
.home .striped-box .subject-areas div {
width: 20%;
}
.home .clients .item.second-first {
margin-left: 105px;
}
}


/* iPhone 4 ----------- */


/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)
{
}*/

.mart-3 {
margin-top: 3px !important;
}

.mart-7 {
margin-top: 7px !important;
}

.mart-10 {
margin-top: 10px !important;
}

.marr-10 {
margin-right: 10px !important;
}

.marb-10 {
margin-bottom: 10px !important;
}

.marl-10 {
margin-left: 10px !important;
}

.mart-20 {
margin-top: 20px !important;
}

.marr-20 {
margin-right: 20px !important;
}

.marb-20 {
margin-bottom: 20px !important;
}

.marl-20 {
margin-left: 20px !important;
}

.padt-10 {
padding-top: 10px !important;
}

.padr-10 {
padding-right: 10px !important;
}

.padb-10 {
padding-bottom: 10px !important;
}

.padl-10 {
padding-left: 10px !important;
}

.padt-20 {
padding-top: 20px !important;
}

.padr-20 {
padding-right: 20px !important;
}

.padb-20 {
padding-bottom: 20px !important;
}

.padl-20 {
padding-left: 20px !important;
}

.mar0 {
margin: 0px !important;
}

.mart0 {
margin-top: 0px !important;
}

.marr0 {
margin-right: 0px !important;
}

.marb0 {
margin-bottom: 0px !important;
}

.marl0 {
margin-left: 0px !important;
}

.pad0 {
padding: 0px !important;
}

.padt0 {
padding-top: 0px !important;
}

.padr0 {
padding-right: 0px !important;
}

.padb0 {
padding-bottom: 0px !important;
}

.padl0 {
padding-left: 0px !important;
}

ul.fdtablePaginater {
display: table;
list-style: none;
padding: 0;
margin: 0 auto;
text-align: center;
height: 2em;
width: auto;
margin-bottom: 2em;
}

ul.fdtablePaginater li {
display: table-cell;
padding-right: 4px;
list-style: none;
-moz-user-select: none;
-khtml-user-select: none;
}

ul.fdtablePaginater li a.currentPage {
border-color: #cd6987 !important;
color: #FFF;
background-color: #cd6987;
}

ul.fdtablePaginater li a:active {
border-color: #222 !important;
color: #FFF;
}

ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
display: block;
width: 3em;
font-size: 1em;
padding: 0;
margin: 0;
text-decoration: none;
outline: none;
border: 1px solid #ccc;
font-family: georgia, serif;
}

ul.fdtablePaginater li div {
cursor: normal;
opacity: .5;
filter: alpha(opacity=50);
}

ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
display: block;
line-height: 2.5em;
}

ul.fdtablePaginater li a {
cursor: pointer;
}

ul.fdtablePaginater li a:focus {
color: #333;
text-decoration: none;
border-color: #aaa;
}

.fdtablePaginaterWrap {
text-align: center;
clear: both;
text-decoration: none;
}

ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
font-weight: bold !important;
}


/* added by sagar */

#editor6,
#bfpr4,
#el452,
#ac356,
#editor24,
#editor19,
#editor23,
#editor30,
#editor5,
#vbsc29,
#dj321,
#nm398,
#cj406,
#tm457,
#editor4,
#editor7,
#editor2,
#rs434,
#lh437,
#editor1,
#casc30,
#editor9,
#editor25,
#mb402,
#editor3,
#editor28,
#editor21,
#cj401,
#sl359,
#editor29,
#jg395,
#db461,
#editor8,
#editor33,
#th393,
#ag419,
#mg423,
#ks470,
#editor36,
#jq386,
#mb458,
#mb478,
#mb538,
#mb440,
#mb502,
#mb394,
#mb412,
#mb551,
#mb524,
#mb540,
#mb479,
#mb508,
#mb489,
#mb552,
#mb558,
#mb563,
#mb567,
#mb566,
#mb504,
#mb418,
#mbsc36,
#mb485,
#mb490,
#mb480,
#mb505,
#mb512,
#mb515,
#mb523,
#mb534,
#mb548,
#mb564,
#mb557,
#mbsc46,
#editor35,
#editor38,
#gt377,
#cc339,
#editor26,
#ch472,
#dx335,
#mspr1,
#editor20,
#editor22,
#sl424,
#sm468,
#pl183,
#editor27,
#sp462,
#tn353,
#editor12,
#editor11,
#lp414,
#ag379,
#sm469,
#editor31,
#ah460,
#dh428,
#ja466,
#tc417,
#rl425,
#jlsc37,
#pse404,
#pse387,
#pse484,
#pse447,
#pse536,
#pse455,
#pse442,
#pse544,
#pse543,
#pse456,
#pse562,
#pse483,
#pse413,
#pse498,
#pse477,
#pse487,
#pse501,
#psesc42,
#pse517,
#pse519,
#pse541,
#pse569,
#pse522,
#pse499,
#pse492,
#pse507,
#pse533,
#editor17,
#wt463,
#editor34,
#ln411,
#editor13,
#editor16,
#pw252,
#editor14,
#editor18,
#gj392,
#editor37,
#cd388,
#editor15,
#bh521,
#bh365,
#bh403,
#bh481,
#bh491,
#bh545,
#bh494,
#bhsc43,
#bh550,
#bh559,
#bh570,
#bh539,
#mb520,
#mb576,
#mb577,
#mb601,
#mb607,
#mb579,
#mb586,
#mb593,
#mb596,
#mb574,
#mb578,
#mb598,
#mb587,
#mb628,
#mb626,
#pse617,
#pse582,
#pse618,
#pse597,
#pse616,
#pse623,
#pse591,
#pse584,
#psesc61,
#pse609,
#pse622,
#bh600,
#bh594,
#bh573,
#bh583,
#bh777 {
width: 680px;
min-height: 500px;
padding: 20px 15px 0;
}

.exp-big {
color: #000000;
font-family: verdana;
font-size: 13px;
left: 114px;
line-height: 11px;
padding: 0 !important;
position: absolute;
text-align: center;
top: 166px;
width: 105px;
}

.profile-img {
margin: -5px 20px 6px 0px;
*float: left;
}

.key-heighlight {
width: 470px;
float: left;
margin: -5px 0 15px 0;
background: #7c9c3d;
}

.key-heighlight .headline {
background: #FFFFFF;
color: #000000;
font-size: 17px;
height: 15px;
letter-spacing: 0;
line-height: 11px;
margin: 1px;
padding: 10px 10px;
}

.key-heighlight .headline span {
font-size: 12px;
color: #4d4d4d;
font-family: Arial, Helvetica, sans-serif;
}

.key-heighlight ul {
margin: 4px 0 4px 15px;
padding: 0;
}

.key-heighlight ul li {
color: #FFFFFF;
font-size: 13px;
line-height: 17px;
list-style: none outside none;
padding: 9px 9px 7px 5px;
}

.key-heighlight ul li span {
font-size: 12px;
letter-spacing: 0;
font-family: Arial, Helvetica, sans-serif;
}

.key-heighlight .bottom {
height: 37px;
}

.peer-head {
margin: 2px 1px 9px 15px
}

.profile-p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align: justify;
line-height: 19px;
padding: 15px 0 0 0;
}

.tableBasic1 {
border-collapse: collapse;
padding: 0px;
clear: both;
}

.tableBasic1 td {
background-color: #FFFFFF;
border: 1px solid #E5E5E5;
color: #2d2a2b;
font: 12px/18px Open Sans;
letter-spacing: 0;
padding: 8px 12px;
vertical-align: top;
}

.tableBasic1 td.head {
background-color: #F8F8F8;
padding-left: 12px;
letter-spacing: 0;
padding-right: 12px;
border: 1px solid #ccc;
color: #84213f;
font: normal 13px Open Sans SamiBold;
}

.news-img {
border: 1px solid #ccc;
float: left;
padding: 3px;
margin: 5px 12px 0 0;
}


/**** end by sager ***/


/* added by swapnil */

.editor-profiles .tab-content .row-fluid {
margin-bottom: 20px;
}

.fancy-pop .profile-box2 {
border: #EEE 1px solid;
position: relative;
}

.fancy-pop .profile-box2 img {
display: block;
width: 183px;
margin: 0 auto;
}

.fancy-pop .profile-box2 .details {
position: absolute;
top: 136px;
left: 0;
background: #EEE;
opacity: 0.9;
width: 100%;
text-align: right;
}

.fancy-pop .profile-box2 .details span {
display: inline-block;
}

.fancy-pop .profile-box2 .details span.flag {
width: 38px;
height: 38px;
border-radius: 50%;
background: url(../images/common/flags.jpg) 0 0 no-repeat;
position: absolute;
left: 10px;
top: -1px;
}

.fancy-pop .profile-box2 .details span.flag.us {
background-position: 0 0;
}

.fancy-pop .profile-box2 .details span.flag.ca {
background-position: -38px 0;
}

.fancy-pop .profile-box2 .details span.flag.uk {
background-position: -76px 0;
}

.fancy-pop .profile-box2 .details span.flag.au {
background-position: 0 -38px;
}

.fancy-pop .profile-box2 .details span.flag.ir {
background-position: -38px -38px;
}

.fancy-pop .profile-box2 .details span.flag.ru {
background-position: -76px -38px;
}

.fancy-pop .profile-box2 .details span.flag.pn {
background-position: 0 -76px;
}

.fancy-pop .profile-box2 .details span.flag.nz {
background-position: -38px -76px;
}

.fancy-pop .profile-box2 .details span.flag.ng {
background-position: -76px -76px;
}

.fancy-pop .profile-box2 .details span.flag.sa {
background-position: 0 -114px;
}

.fancy-pop .profile-box2 .details span.flag.gr {
background-position: -38px -114px;
}

.fancy-pop .profile-box2 .details span.flag.de {
background-position: -76px -114px;
}

.fancy-pop .profile-box2 .details span.flag.ne {
background-position: 0 -152px;
}

.fancy-pop .profile-box2 .details span.experience:before {
content: "Years Experience";
font-size: 10px;
display: block;
width: 85%;
padding: 5px;
line-height: 10px;
}

.fancy-pop .profile-box2 .details span.yrs {
background: #bb335c;
font-size: 24px;
font-weight: 300;
color: #FFF;
width: 42px;
text-align: center;
padding: 8px 0;
}

.fancy-pop .profile-box2 .edu:before {
content: "\e625";
font-family: linecons;
font-size: 18px;
color: #bb335c;
margin-right: 5px;
vertical-align: text-bottom;
float: left;
margin-bottom: 10px;
}

.fancy-pop .span3 {
width: 187px;
margin-left: 0px !important;
margin-right: 15px;
}


/**** end by swapnil ***/


/* Added by Anand for Testimonials old design structure */

.testimonialblock {
display: block;
float: left;
clear: both;
width: 680px;
margin: 10px 0;
padding: 0px;
}

.testimonialblock .clientname1 {
color: #84213f;
font: bold 13px/16px Verdana;
margin: 0px;
padding: 0px;
margin-left: 156px;
margin-bottom: 5px;
}

.testimonialblock .image {
float: left;
margin: -20px 20px 0px 20px;
width: 116px !important;
height: 116px !important;
padding: 0px;
}

.testimonialblock .text {
color: #4f4f4f;
font: normal 12px/14px Verdana;
line-height: 140%;
float: left;
background-image: url('../images/testimonials/quotebg.jpg');
background-position: 0% 0%;
background-repeat: no-repeat;
width: 500px;
padding-top: 10px;
padding-left: 10px;
min-height: 50px;
}

.testimonialblock .text .clientname {
color: #84213f;
font: bold 12px/16px Verdana;
text-align: left;
margin-top: 10px;
background-position: 0px 0px;
background-repeat: no-repeat;
padding-left: 0px;
min-height: 37px;
vertical-align: middle;
}

.divider {
display: block;
border-bottom: 1px solid #9C264A;
margin-bottom: 20px;
margin-top: 20px;
clear: both;
}

.h2-hd {
color: #84213F;
font: 13px/16px Verdana;
margin: 0 0 10px 2px;
padding: 0;
font-style: italic;
clear: both;
}

.papertable {
width: 100%;
border: solid 1px #D2D2D2;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
margin-bottom: 5px;
}

.papertable tr {
background: #fff;
}

.papertable td {
border-right: 1px solid #CCCCCC;
padding: 6px 6px 6px 10px;
line-height: 16px;
vertical-align: top;
font-size: 11px;
}

.papertable td a {
color: #223399;
text-decoration: none;
}

.papertable td a:hover {
border-bottom: 1px dotted #A80000;
color: #A84444;
}

.sized1 {
border-right: none !important;
}

#tnt_pagination {
display: block;
float: right;
text-align: left;
height: 22px;
line-height: 21px;
clear: both;
padding-top: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin-top: 20px;
}

#tnt_pagination a:link,
#tnt_pagination a:visited {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #EBEBEB;
margin-left: 10px;
text-decoration: none;
background-color: #F5F5F5;
color: #84213f;
width: 22px;
font-weight: normal;
}

#tnt_pagination a:hover {
background-color: #f2ebed;
border: 1px solid #e8d9de;
color: #84213f;
}

#tnt_pagination .active_tnt_link {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #BBDDFF;
margin-left: 10px;
text-decoration: none;
background-color: #DDEEFF;
color: #0072BC;
cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #EBEBEB;
margin-left: 10px;
text-decoration: none;
background-color: #F5F5F5;
color: #D7D7D7;
cursor: default;
}


/***** Sitemap *****/

.contentSectionTitleWhite {
display: block;
font-weight: bold;
background-color: #FFF;
color: #bb335c;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
padding: 5px;
}

.sidebarLinkPanelContainer {
width: 300px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
border: 0px solid #ccc;
border-top: 0px solid #ccc;
background-color: #FFF;
text-align: left;
margin-bottom: 20px;
}

.sidebarLinkPanelContainer .item {
display: block;
background-color: transparent;
cursor: pointer;
border-bottom: 1px solid #ECECEC;
color: #444;
padding: 2px;
font-size: 13px;
}

.sidebarLinkPanelContainer .item:hover {
background-color: #000;
color: #FFF;
}

.sidebarLinkPanelContainer .itemL3 {
display: block;
background-color: transparent;
cursor: pointer;
border-bottom: 1px solid #ECECEC;
color: #444;
margin-left: 20px;
font-size: 12px;
padding: 2px;
}

.sidebarLinkPanelContainer .itemL3:hover {
background-color: #000;
color: #FFF;
}

.sidebarLinkPanelContainer .tagsWrapper {
width: 255px;
}

.sidebarLinkPanelContainer .tag1,
.sidebarLinkPanelContainer .tag2,
.sidebarLinkPanelContainer .tag3,
.sidebarLinkPanelContainer .tag4,
.sidebarLinkPanelContainer .tag5 {
cursor: pointer;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
}

.sidebarLinkPanelContainer .tag1 {
font: normal 22px/26px Arial;
color: #000;
}

.sidebarLinkPanelContainer .tag2 {
font: normal 18px/26px Arial;
color: #222;
}

.sidebarLinkPanelContainer .tag3 {
font: normal 16px/26px Arial;
color: #444;
}

.sidebarLinkPanelContainer .tag4 {
font: normal 12px/26px Arial;
color: #666;
}

.sidebarLinkPanelContainer .tag5 {
font: normal 10px/26px Arial;
color: #888;
}

.sidebarLinkPanelContainer .tag1:hover,
.sidebarLinkPanelContainer .tag2:hover,
.sidebarLinkPanelContainer .tag3:hover,
.sidebarLinkPanelContainer .tag4:hover,
.sidebarLinkPanelContainer .tag5:hover {
background-color: #000;
color: #FFF;
}

.subject-areas a {
color: #;
}

.logo-box img {
transition: all 0.2s ease;
}

.fix-head-top {
position: fixed;
top: 0;
width: 100%;
background: #FFF;
z-index: 99999;
}

.fix-head-top .logo-box img {
width: 40%;
transition: all 0.5s ease;
}

.fix-head-top header#header {
height: 40px;
}

.fix-head-top nav .menu>li {
padding: 5px 30px 0px;
}

.fix-head-top nav .menu>li.active {
padding: 3px 30px 0px !important;
}

.fix-head-top #navigation .cta-box {
margin-top: 0 !important;
}

.fix-head-top .header_wrapper.no-transparent nav .menu>li>ul.sub-menu {
top: 40px;
}

.fix-head-top .textwidget {
/*margin-top:15px;*/
}

.china .fix-head-top .org-btn {
font-size: 20px !important;
padding: 3px 40px;
}


/* Added by Anand for Testimonials old design structure */

.testimonialblock {
display: block;
float: left;
clear: both;
width: 680px;
margin: 10px 0;
padding: 0px;
}

.testimonialblock .clientname1 {
color: #84213f;
font: bold 13px/16px Verdana;
margin: 0px;
padding: 0px;
margin-left: 156px;
margin-bottom: 5px;
}

.testimonialblock .image {
float: left;
margin: -20px 20px 0px 20px;
width: 116px !important;
height: 116px !important;
padding: 0px;
}

.testimonialblock .text {
color: #4f4f4f;
font: normal 12px/14px Verdana;
line-height: 140%;
float: left;
background-image: url('../images/testimonials/quotebg.jpg');
background-position: 0% 0%;
background-repeat: no-repeat;
width: 500px;
padding-top: 10px;
padding-left: 10px;
min-height: 50px;
}

.testimonialblock .text .clientname {
color: #84213f;
font: bold 12px/16px Verdana;
text-align: left;
margin-top: 10px;
background-position: 0px 0px;
background-repeat: no-repeat;
padding-left: 0px;
min-height: 37px;
vertical-align: middle;
}

.divider {
display: block;
border-bottom: 1px solid #9C264A;
margin-bottom: 20px;
margin-top: 20px;
clear: both;
}

.h2-hd {
color: #84213F;
font: 13px/16px Verdana;
margin: 0 0 10px 2px;
padding: 0;
font-style: italic;
clear: both;
}

.papertable {
width: 100%;
border: solid 1px #D2D2D2;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
margin-bottom: 5px;
}

.papertable tr {
background: #fff;
}

.papertable td {
border-right: 1px solid #CCCCCC;
padding: 6px 6px 6px 10px;
line-height: 16px;
vertical-align: top;
font-size: 11px;
}

.papertable td a {
color: #223399;
text-decoration: none;
}

.papertable td a:hover {
border-bottom: 1px dotted #A80000;
color: #A84444;
}

.sized1 {
border-right: none !important;
}

#tnt_pagination {
display: block;
float: right;
text-align: left;
height: 22px;
line-height: 21px;
clear: both;
padding-top: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin-top: 20px;
}

#tnt_pagination a:link,
#tnt_pagination a:visited {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #EBEBEB;
margin-left: 10px;
text-decoration: none;
background-color: #F5F5F5;
color: #84213f;
width: 22px;
font-weight: normal;
}

#tnt_pagination a:hover {
background-color: #f2ebed;
border: 1px solid #e8d9de;
color: #84213f;
}

#tnt_pagination .active_tnt_link {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #BBDDFF;
margin-left: 10px;
text-decoration: none;
background-color: #DDEEFF;
color: #0072BC;
cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
padding: 7px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #EBEBEB;
margin-left: 10px;
text-decoration: none;
background-color: #F5F5F5;
color: #D7D7D7;
cursor: default;
}

.highlightblue {
background-color: #E8F5FD;
border: solid 1px #D5E4F9;
padding: 5px;
}

.heading_author_services {
font: normal 20px 'sansation_lightregular', Arial, Helvetica, sans-serif;
color: #000;
padding-left: 15px;
background-color: #000;
color: #FFF;
height: 35px;
line-height: 32px;
margin: 20px 0px;
}

.supportservices li {
margin: 0px 10px 25px 30px;
padding: 0px;
float: left;
list-style: none;
}

.boxshadow {
box-shadow: 1px 1px 2px 2px #888888;
}

.image_support_service {
padding: 7px;
border: solid 1px #e4e4e4;
}

.label_supportservice {
font: normal 16px Verdana, Geneva, sans-serif;
padding: 5px;
background-color: #84213f;
height: 40px;
color: #FFF;
text-align: center;
line-height: 18px;
vertical-align: middle !important;
}

.regional-site {
color: #000;
}

.regional-site a {
display: inline-block;
color: #999;
}

.regional-site a:hover {
color: #333;
}

.regional-site a:before {
content: "";
display: inline-block;
width: 24px;
height: 17px;
margin: 0 5px;
background: url(../images/common/regions-small-flags.png) -25px -18px no-repeat;
vertical-align: text-bottom;
}

.regional-site.china,
.regional-site.china a {
color: #000;
}

.regional-site.china {
margin: 3px 0 !important;
}

.regional-site.china a:before {
background-position: -50px -18px;
}

.china .header_logo {
background-color: #FFF;
height: 80px;
border-bottom: 1px solid #006138;
line-height: 20px;
}

.home-banner .slide1 {
background-image: url(../images/home/banner01.jpg);
/*background-size: cover;*/
height: 400px;
background-position: center;
}

.home-banner .slide2 {
background-image: url(../images/home/banner02.jpg);
/*background-size: cover;*/
height: 400px;
background-position: center;
}

.home-banner .carousel-caption {
top: 0!important;
background: rgba(0, 0, 0, 0.25);
}

.home-banner .main-banner-txt {
font-size: 32px;
text-align: center;
padding-bottom: 20px;
color: #000;
margin-top: 130px;
font-family: oxygenregular;
letter-spacing: 1px;
font-weight: normal;
line-height: 44px;
padding-left: 0px;
}

.red-text {
color: #f60000;
}

.home-banner .main-banner-smalltxt {
line-height: 36px;
font-size: 28px;
text-align: center;
padding: 20px;
color: #fff;
}

.home-banner .slide2 .editorspics {
margin: 0 auto;
height: 300px;
width: auto!important;
padding-top: 50px;
}

.home-banner .slide2 .main-banner-smalltxt {
color: #000;
padding-top: 150px;
}

.owl-carousel .carousel-caption {
top: 0!important;
background: none!important;
}

.owl-carousel .slide1 .carousel-caption {
/*background: rgba(0, 0, 0, 0.20)!important;*/
}

.owl-carousel .owl-dots {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: 20px;
}

.owl-nav {
top: 40%;
width: 100%;
position: absolute!important;
}

.owl-nav .owl-prev {
position: absolute;
left: 20px;
background: none!important;
}

.owl-nav span {
background-size: 68px 52px;
background-image: url(../images/common/carouselarrows.png);
width: 34px;
height: 52px;
outline: 0;
display: block;
}

.owl-nav .owl-prev span.prev1 {
background-position: 0 0;
}

.owl-nav .owl-next {
position: absolute;
right: 20px;
background: none!important;
}

.owl-nav .owl-next span.next1 {
background-position: -34px 0;
}

.owl-dot.active span {
background-color: #fff!important;
}

.owl-dot:hover span,
.owl-dot.active:hover span {
background-color: #c0c0c0!important;
}

.owl-dot span {
background-color: #6f6868!important;
}

@media (max-width:320px) {
/* iphone 5 */
.slide1,
.slide2,
.slide3 {
height: 500px;
}
.main-banner-txt {
margin-top: 50px!important;
font-size: 30px!important;
line-height: 39px!important;
}
.main-banner-smalltxt {
line-height: 31px;
font-size: 18px;
margin: 20px 0px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
line-height: 24px;
margin-top: 5px;
}
.slide2 .blockimg,
.owl-nav {
display: none!important
}
.slide2 .academyblock,
.slide2 .publisherblock {
padding-right: 0px;
float: none;
padding-left: 0px;
margin: 5px 0px 5px 10px;
}
.slide2 .blockp {
font-size: 18px;
}
}

@media (min-width:321px) and (max-width:359px) {
/* iphone 6 */
.slide1,
.slide2,
.slide3 {
height: 500px;
}
.main-banner-txt {
margin-top: 50px!important;
font-size: 30px!important;
line-height: 39px!important;
}
.main-banner-smalltxt {
line-height: 31px;
font-size: 18px;
margin: 20px 0px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
line-height: 24px;
margin-top: 5px;
}
.slide2 .blockimg,
.owl-nav {
display: none!important
}
.slide2 .academyblock,
.slide2 .publisherblock {
padding-right: 0px;
float: none;
padding-left: 0px;
margin: 5px 0px 5px 10px;
}
.slide2 .blockp {
font-size: 18px;
}
}

@media (min-width:360px) and (max-width:410px) {
/* galaxys5, iphone6 */
.slide1,
.slide2,
.slide3 {
height: 500px;
}
.main-banner-txt {
margin-top: 50px!important;
font-size: 30px!important;
line-height: 39px!important;
}
.main-banner-smalltxt {
line-height: 31px;
font-size: 18px;
margin: 20px 0px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
line-height: 24px;
margin-top: 5px;
}
.slide2 .blockimg,
.owl-nav {
display: none!important
}
.slide2 .academyblock,
.slide2 .publisherblock {
padding-right: 0px;
float: none;
padding-left: 0px;
margin: 5px 0px 5px 10px;
}
.slide2 .blockp {
font-size: 18px;
}
}

@media (min-width:411px) and (max-width:480px) {
/* iphone 6 plus,Nexus6p,nexus5x */
.slide1,
.slide2,
.slide3 {
height: 500px;
}
.main-banner-txt {
margin-top: 50px!important;
font-size: 30px!important;
line-height: 39px!important;
}
.main-banner-smalltxt {
line-height: 31px;
font-size: 18px;
margin: 20px 0px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
line-height: 24px;
margin-top: 5px;
}
.slide2 .blockimg,
.owl-nav {
display: none!important
}
.slide2 .academyblock,
.slide2 .publisherblock {
padding-right: 0px;
float: none;
padding-left: 0px;
margin: 5px 0px 5px 10px;
}
.slide2 .blockp {
font-size: 18px;
}
}

@media (min-width:481px) and (max-width:640px) {
/*others */
.slide1,
.slide2,
.slide3 {
height: 550px;
}
.main-banner-txt {
margin-top: 50px!important;
font-size: 30px!important;
line-height: 39px!important;
}
.main-banner-smalltxt {
line-height: 31px;
font-size: 18px;
margin: 20px 0px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
line-height: 24px;
margin-top: 5px;
}
.slide2 .blockimg {
display: none!important
}
.slide2 .academyblock,
.slide2 .publisherblock {
padding-right: 0px;
float: none;
padding-left: 0px;
margin: 5px 0px 5px 10px;
}
.slide2 .blockp {
font-size: 18px;
}
}

@media (min-width:641px) and (max-width:960px) {
/* ipad */
.slide1,
.slide2,
.slide3 {
height: 500px;
}
.main-banner-txt {
margin-top: 50px;
}
.main-banner-cta .org-btn {
padding: 18px 59px;
font-size: 22px;
}
.main-banner2-txt {
font-size: 22px;
}
.slide2 .blockimg {
width: 150px!important;
}
.slide2 .blockp {
font-size: 19px;
}
}

@media (max-width:800px) {
.slide3 .publicationflowimgcontainer {
display: none !important;
}
.slide3 .main-banner-txt {
margin-top: 50px!important;
line-height: 50px!important;
}
.slide3 .publicationflow .org-btn {
position: initial;
margin-top: 45px;
bottom: 0;
right: 40%;
top: auto;
}
}

@media (min-width:801px) and (max-width:999px) {
.slide3 .main-banner-txt {
margin-top: 20px!important;
margin-bottom: 20px!important;
font-size: 19px;
}
.slide3 .publicationflow img {
height: 327px;
width: auto!important;
margin: 0 auto;
}
.slide3 .publicationflow .org-btn {
right: 5px;
}
}

@media (min-width:1000px) and (max-width:1117px) {
.slide3 .main-banner-txt {
margin-top: 20px!important;
margin-bottom: 20px!important;
font-size: 25px;
}
.slide3 .publicationflow img {
height: 370px;
width: auto!important;
margin: 0 auto;
}
.slide3 .publicationflow .org-btn {
right: 90px;
}
}

.regioncheck {

border-radius: 50%;
padding: 7px;
color: #069;
background: #fff;
font-weight: bold;
vertical-align: top;
display: inline-block;
text-align: center;
}

.regioncheck.active {

color: #fff;
font-weight: bolder;
}

.a-right {
margin-top: 14px;
}

h1.sub-head{text-align: center;
font-family: oxygenregular;
font-size: 30px;
font-weight: 600;
padding-bottom: 24px;}

/*new style*/

.services .one{/* background:url(images/home/editing-1no.png) no-repeat 18px 0px;*/ border: 1px solid #c0c0c0;  margin-right: 22px; margin-bottom: 15px; box-shadow: 0px 1px 7px 0px #ccc; padding: 20px; cursor:pointer;}
.services h3{
font-family: Open Sans;
}
.services .one:hover{      border: 1px solid #d52b1e;    box-shadow: none;}
.services .one h3{ font-size:26px; color:#000; font-weight:bold; margin: 20px 0px 30px 0px; }
.services .one h3:after {    content: "";    display: block;    height: 4px;    width: 40px;    background: #d52b1e;    clear: both;   margin: 20px 0px;}
.services .one p{ font-size:16px; color:#000; font-weight:normal; line-height:24px; margin:15px 0px; }

.services .two{ /*background:url(images/home/services-2.png) no-repeat 18px 0px; */   border: 1px solid #c0c0c0; margin-right: 22px;  margin-bottom: 15px;    box-shadow: 0px 1px 7px 0px #ccc;    padding: 20px; cursor:pointer;}
.services .two:hover{      border: 1px solid #d52b1e;    box-shadow: none;}
.services .two h3{ font-size:26px; color:#000; font-weight:bold; margin: 20px 0px 30px 0px; }
.services .two h3:after {    content: "";    display: block;    height: 4px;    width: 40px;    background: #d52b1e;    clear: both;   margin: 20px 0px;}
.services .two p{ font-size:16px; color:#000; font-weight:normal; line-height:24px; margin:15px 0px; }

.services .three{  /*background:url(images/home/services-3.png) no-repeat 18px 0px;*/   border: 1px solid #c0c0c0;  margin-right: 0px; margin-bottom: 15px;  box-shadow: 0px 1px 7px 0px #ccc;  padding: 20px; cursor:pointer;}
.services .three:hover{      border: 1px solid #d52b1e;    box-shadow: none;}
.services .three h3{ font-size:26px; color:#000; font-weight:bold; margin: 20px 0px 30px 0px; }
.services .three h3:after {    content: "";    display: block;    height: 4px;    width: 40px;    background: #d52b1e;    clear: both;   margin: 20px 0px;}
.services .three p{ font-size:16px; color:#000; font-weight:normal; line-height:24px; margin:15px 0px; }
a.read-link {color:#0000ff; text-decoration:underline; font-size:12px;}
.services .span4{    min-height: 300px;}
.award-winning .winning-box { text-align:center; border:#c5c6c6 1px solid; border-radius:6px; min-height:315px; transition:0.3s; }
.award-winning .winning-box p { margin-bottom:0; }
.award-winning .winning-box { text-align:center;background-color: #fff;
padding: 20px;margin-bottom: 20px; }
.award-winning .winning-box h3{font-size: 22px;
font-weight: 600;
line-height: 30px;
margin: 20px 0;
min-height: 60px;
color: #000;font-family: oxygenregular;}
.border-top{    border-top: 1px solid #e6e6e6;padding: 15px 0;}
.enago-promise-common{    background: #f6f6f6;padding: 30px 0}
h1, h2, h3, h4, h5, h6, .ui-slider-tabs-list li a, .page_intro h1, .kwicks .box p.title, .single-post .single_title{font-family: oxygenregular;}
.services-cont-wrap h2{    border-bottom: #eee 3px solid;
padding-bottom: 12px;}
.services-cont-wrap .only-with .cont-box{margin:30px 0;padding-bottom:30px;border-bottom:#eee 1px solid}
.services-cont-wrap .only-with .cont-box:last-child{border:0}
.services-cont-wrap .only-with .cont-box img{float:left;margin-top:5px}
.services-cont-wrap .only-with .cont-box .text-box{float:left;width:65%;font-size:16px;margin-left:20px}
.services-cont-wrap .only-with .cont-box .text-box .reason-head{font-size:20px;font-family:'Open Sans SamiBold';border-bottom:#eee 1px solid;padding-bottom:5px;margin:0 0 20px}
.services-cont-wrap .only-with .cont-box .text-box .reason-head .reason-num{color:#d52b1e;font:bold 52px Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif}
.services-cont-wrap .only-with .cont-box .text-box .reason-head .reason-num:before{content:"Reason";font:normal 14px 'Open Sans';display:inline-block;color:#fff;background-color:#d52b1e;padding:0 5px;vertical-align:middle;margin-right:5px}
.feature-box.free:after{position: absolute;
display: inline-block;
content: "FREE";
top: 5px;
right: 5px;
border: #fff 1px solid;
border-radius: 2px;
font-size: 10px;
line-height: normal;
padding: 0 5px;
background-color: #d52b1e;
color: #fff;}
.feature-box p.avail-box{padding: 5px;
font-size: 13px;
line-height: 16px;
background-color: #f8f8f8;
margin: 20px 20px 0 !important;
border: #eee 1px solid;}
.value-blk.rj-blk .feature-box{    min-height: 320px;}
.org-btn3.service{    font-size: 28px;
text-transform: uppercase;
padding: 15px 30px 10px;
text-shadow: none;color: #FFF}
.org-btn3{display: inline-block;
position: relative;
background: #029dcd;
line-height: 18px;
padding: 6px 15px;
border-radius: 4px;
font-size: 14px;
font-family: 'Open Sans SamiBold';
color: #FFF;
text-shadow: #666 0 1px 0;
-webkit-transition: all .1s;
-moz-transition: all .1s;
transition: all .1s;
-webkit-box-shadow: 0 4px 0 #0281a8;
-moz-box-shadow: 0 4px 0 #0281a8;
box-shadow: 0 4px 0 #0281a8;}
.org-btn3.service span{display: block;
font-size: 18px;
text-transform: none;
margin-top: 8px;
text-align: center;}
.bottom-cta p.cta-wrap a:hover{background: #0281a8;color: #FFF;}
.services-cont-wrap .features .re-shield-box2{background:#faeeee url(../images/editing-services/edit-unlimited-icon.png) 20px 18px no-repeat;padding:25px 20px 5px 135px;position:relative;min-height:135px}
.services-cont-wrap .features .re-shield-box2 p{font-size:16px;margin:10px 0 0}
.services-cont-wrap .features .re-shield-box2 span{font-size:11px;background-color:#d52b1e;padding:0 6px;position:relative;color:#fff;text-transform:uppercase}
.services-cont-wrap .features .re-shield-box2:before{content:"";display:block;width:88px;height:17px;position:absolute;top:8px;right:-6px}
.services-cont-wrap .features .re-shield-box{background:#faeeee url(../images/editing-services/pro-shield.png) 15px 30px no-repeat;padding:25px 20px 5px 160px;position:relative; } 
.services-cont-wrap .features .re-shield-box p{font-size:16px;margin:5px 0 0}
.services-cont-wrap .features .re-shield-box span{font-size:14px}
.services-cont-wrap .features .re-shield-box:before{content:"";display:block;width:88px;height:17px;position:absolute;top:8px;right:-6px}
.services-cont-wrap .features .re-shield-box:after{content:"+";display:block;position:absolute;bottom:-50px;left:100%;font-size:90px;color:#464657;font-family:Bebas Neue}
.copy-editing .services-cont-wrap .features .re-shield-box:after{content:"+";display:block;position:absolute;bottom:-50px;left:50%!important;font-size:90px;color:#464657;font-family:Bebas Neue}
.services-cont-wrap .features .features-wrap{margin-top:60px;padding:20px;background-color:#efeff0;text-align:center}
.services-cont-wrap .features .features-wrap .feature-box{margin:10px 7px;width:22.3%;background-color:#fff;padding:20px 5px;text-align:center;position:relative;display:inline-block;float:none;vertical-align:top}
.services-cont-wrap .features .features-wrap .feature-box:hover{border:#d52b1e 1px solid;padding:19px 4px}
.services-cont-wrap .features .features-wrap .feature-box.free:after{position:absolute;display:inline-block;content:"FREE";top:5px;right:5px;border:#fff 1px solid;border-radius:2px;font-size:10px;line-height:normal;padding:0 5px;background-color:#d52b1e;color:#fff}
.services-cont-wrap .features .features-wrap .feature-box a{display:block;cursor:default}
.services-cont-wrap .features .features-wrap .feature-box a:hover{color:#000}
.services-cont-wrap .features .features-wrap .feature-box h3{margin-top:5px}
.services-cont-wrap .features .features-wrap .feature-box a:hover h3{color:#d52b1e}
.services-cont-wrap .features .features-wrap .feature-box p{margin:0}
.services-cont-wrap .features .features-wrap .feature-box span.icon{display:inline-block;background:url(../images/editing-services/services-icons.png) 0 0 no-repeat;width:78px;height:65px;margin:25px 0 15px}
.services-cont-wrap .features .features-wrap .feature-box.qna span.icon{background-position:0 -62px}
.services-cont-wrap .features .features-wrap .feature-box.cover-letter span.icon{background-position:0 -120px}
.services-cont-wrap .features .features-wrap .feature-box.certificate span.icon{background-position:0 -184px}
.services-cont-wrap .features .features-wrap .feature-box.formating span.icon{background-position:0 -248px}
.services-cont-wrap .features .features-wrap .feature-box.wcr span.icon{background-position:0 -308px}
.services-cont-wrap .features .features-wrap .feature-box.mrc span.icon{background-position:0 -368px}
.services-cont-wrap .features .features-wrap .feature-box.academy span.icon{background-position:0 -432px}
.services-cont-wrap .features .features-wrap .feature-box:hover span.icon{background-position:-80px 0;margin:25px 0 15px}
.services-cont-wrap .features .features-wrap .feature-box.qna:hover span.icon{background-position:-80px -62px}
.services-cont-wrap .features .features-wrap .feature-box.cover-letter:hover span.icon{background-position:-80px -120px}
.services-cont-wrap .features .features-wrap .feature-box.certificate:hover span.icon{background-position:-80px -184px}
.services-cont-wrap .features .features-wrap .feature-box.formating:hover span.icon{background-position:-80px -248px}
.services-cont-wrap .features .features-wrap .feature-box.wcr:hover span.icon{background-position:-80px -308px}
.services-cont-wrap .features .features-wrap .feature-box.mrc:hover span.icon{background-position:-80px -368px}
.services-cont-wrap .features .features-wrap .feature-box.academy:hover span.icon{background-position:-80px -432px}
@media (min-width:1200px) {.services-cont-wrap .features .features-wrap .feature-box{min-height:320px}}

.service-table-ulatus{border-collapse:collapse; width:100%}
.service-table-ulatus td.head {background: #d52b1e none repeat scroll 0 0;border: 1px solid #d7dce0;color: #fff; height: 45px;letter-spacing: 1px;text-align: center; font-size:18px; font-weight:bold;}
.service-table-ulatus td.head-blue {background: #d52b1e none repeat scroll 0 0;border: 1px solid #d7dce0;color: #fff; height: 26px;text-align: center; font-size:18px; font-weight:bold;}

.service-table-ulatus th {background-color: #f8f8f8;border: 1px solid #bcc2c7;color: #000;font-size:18px; font-weight:bold; padding: 7px 10px;text-align: center;vertical-align: middle;}
.service-table-ulatus th.th2 {background-color: #f1f6f9;border: 1px solid #d7dce0;color: #057fd7;font: bold 16px/150% "NanumGothic";padding: 7px 10px;text-align: center;vertical-align: middle;}
.service-table-ulatus td {border: 1px solid #d7dce0;color: #000000;font-size:14px; font-weight:normal;padding: 7px 10px;vertical-align: top;}
.service-table-ulatus td.lefthead{background-color: #f8f8f8; font-weight:bold; font-size:14px}
.service-table-ulatus td.lefthead1{background-color: #e4e4e4; font-weight:bold; font-size:14px}
.service-table-ulatus td.lefthead-blue{background-color: #f0f6fc; font-weight:bold; font-size:14px}
.service-table-ulatus .td-blank{border:none; background-color:#fff;}
.features-box.features-box1{margin-left: 0}
ul.file-format-icons{margin:0; padding:0;}
ul.file-format-icons li{list-style-type:none; float:left; width:60px; position:relative; text-align:center; padding-top:40px;}
ul.file-format-icons li:before{ display: block;font: 40px/40px moon;left: 0px;position: absolute;top: 0px; width:60px; text-align:center}
ul.file-format-icons li.word:before{content: "\e4e5"; color:#3d6ba8;}
ul.file-format-icons li.ppt:before{content: "\e4e8"; color:#be6736;}
ul.file-format-icons li.excel:before{content: "\e4e6"; color:#187b30;}
ul.file-format-icons li.pdf:before{content: "\e4e3"; color:#b32017;}
ul.file-format-icons li.html:before{content: "\e4e9"; color:#1d467f;}
ul.file-format-icons li.xhtml:before{content: "\e4ea"; color:#1d467f;}
ul.file-format-icons li.hwp:before{content: "\e4e2"; color:#1d467f;}
.editing-services .cont-row{padding:50px 0}
.editing-services .border-top{border-top:1px solid #e6e6e6}
.editing-services h2.sub-head{font-size:30px;line-height:36px;text-align:center;color:#d52b1e;font-weight:700}
.editing-services h2.sub-head span{display:inline-block;padding:2px 5px 2px 0;font-size:18px;line-height:28px;vertical-align:middle;color:#000;font-weight:400;margin-top:20px}
.sub-head.subj:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-bottom;background:url(../images/editing-services/sub-area-icons.png) 0 -38px no-repeat;width:50px;height:48px}
.sub-head.subj.pne:before{background-position:-47px -38px}
.sub-head.subj.enb:before{background-position:-143px -38px}
.sub-head.subj.ans:before{background-position:-189px -38px}
.sub-head{text-align: center}

.quality-satisfaction-wrap{background:#efeff0 url(../images/quality/99-4-perc.png) 97% 20px no-repeat;font-size:18px;line-height:30px;padding:5px 220px 20px 20px}
 .best-quality{margin-top:30px}
 .best-quality .quality-box{border:#d52b1e 4px solid;border-radius:20px;text-align:center;padding:10px;margin-bottom:20px}
 .best-quality .quality-box .icon{display:inline-block;width:120px;height:120px;background:url(../images/quality/qualified-editor-icon.png) center no-repeat}
.best-quality .quality-box.two .icon{background-image:url(../images/quality/two-editor.png);width:185px;height:120px}
 .best-quality .quality-box.three .icon{background-image:url(../images/quality/specialized-subject.png);width:197px;height:120px}
 .best-quality .quality-box h3{font-size:22px;font-family:'Open Sans SamiBold';line-height:26px;margin-top:26px}
 .best-quality .quality-box.three h3{margin-top:0}
.quality{float: left;display: block;width: 100%;}
.float-r{float:right;}
.a-center{text-align: center!important;}
.float-l{float: left !important;}
.secured1 h3{font:normal 24px "Open Sans"!important;margin:5px 0!important;color:#fff;padding-left:45px}
.secured2 h3{font:normal 24px "Open Sans"!important;margin:5px 0!important;color:#fff;padding-left:60px}
.secured3 h3{font:normal 24px "Open Sans"!important;margin:5px 0!important;color:#fff;padding-left:70px}
.secured1 h3 b, .secured2 h3 b, .secured3 h3 b {font:normal 16px "Open Sans"!important;color:#fff;float:left}
.secured1 h3 span, .secured2 h3 span, .secured3 h3 span { background: url('../images/home/secured-icons.png') no-repeat;position:absolute;}
.secured1 h3 span{ background-position: 0px -98px; margin-left:-45px; width:45px;height:50px}
.secured2 h3 span{ background-position: 0px -48px; margin-left:-45px; margin-left:-60px; width:55px;height:50px}
.secured3 h3 span{ background-position: 0px 2px; margin-left:-70px; width:70px;height:50px}
.secured1 p, .secured2 p, .secured3 p{padding-left:45px;font:normal 16px "Open Sans"!important;color:#fff;line-height:24px;float:left;margin-bottom:0}
h2.sub-head.wht-color{    color: #fff;}
.icon-p:before{display: inline-block;
  font: 27px 'moon';
  left: 15px;
  position: absolute;
  color: #057fd7;}
  .quality-p:before{    content: "\e2fd";}
  .quality-p,.process-p{    display: block;
    position: relative;
    padding-left: 55px;font-family: Open Sans !important;}
    .process-p:before{content: "\e217";}
    .dash-box1{    border: 1px solid #d7d7d7;
      display: block;
      padding: 30px 10px 10px;
      position: relative;
      text-align: center;
      margin-bottom: 20px;}
      .dash-box1>h4{background: #fff none repeat scroll 0 0;
        border-radius: 2px;
        color: #000;
        left: 16px;
        padding: 0px 10px;
        position: absolute;
        top: -10px;
        font-family: open sans semibold;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;font-family: Open Sans !important}
        .langu-part{  -webkit-column-count: 2; /* Chrome, Safari, Opera */
          -moz-column-count: 2; /* Firefox */
          column-count: 2;    padding-left: 20px;}
          .solutions-subarea .sol-sub1:before{    background: url(../images/icons-sprite.png) no-repeat 0 0;
            height: 45px;
            width: 45px;
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            display: block;} 
            .solutions-subarea .sol-sub2:before{background: url(../images/icons-sprite.png) no-repeat 0 -50px;
              height: 45px;
              width: 45px;
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              display: block;}
              .solutions-subarea .sol-sub3:before{background: url(../images/icons-sprite.png) no-repeat 0 -150px;
                height: 45px;
                width: 45px;
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                display: block;}
                .solutions-subarea .sol-sub4:before{background: url(../images/icons-sprite.png) no-repeat 0 -250px;
                  height: 45px;
                  width: 45px;
                  position: absolute;
                  content: "";
                  left: 0;
                  top: 0;
                  display: block;
              }
              .solutions-subarea .sol-sub5:before{    background: url(../images/icons-sprite.png) no-repeat 0 -100px;
                height: 45px;
                width: 45px;
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                display: block;}
                .solutions-subarea .sol-sub6:before{background: url(../images/icons-sprite.png) no-repeat 0 -200px;
                  height: 45px;
                  width: 45px;
                  position: absolute;
                  content: "";
                  left: 0;
                  top: 0;
                  display: block;}
                  .solutions-subarea .sol-sub{color: #333;
                    display: inline;
                  position: relative;
                    padding-left: 50px;
                    text-align: left;
                    margin-bottom: 20px;}
                    .padR10{padding-right: 10px;}

                    .logo-box ~ .a-right img{    margin-left: 13px;}                    
                    .sub-head.subj:before{vertical-align: middle;}